@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap);
@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #d3d3d3; /* 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 {
  color: #F2F3F4;
}

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

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

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

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

.container{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 322px){
  .container{
    max-width: 100%;
  }
}

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

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

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

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

.container-fluid{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-black-100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 0, 0, 0.3);
}

.divide-black-200 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 0, 0, 0.5);
}

.divide-black-300 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 0, 0, 0.8);
}

.divide-black-350 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 0, 0, 0.24);
}

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

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

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

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

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

.divide-white-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
}

.divide-white-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

.divide-gray-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
}

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

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

.divide-red-200 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 0, 0, 0.13);
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(234, 62, 58, 0.04);
}

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

.divide-red-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
}

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

.divide-red-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
}

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

.divide-red-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
}

.divide-red-750 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
}

.divide-red-850 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
}

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

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

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

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

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

.divide-green-300 > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(0, 0, 0, 0.25);
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
}

.divide-green-550 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
}

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

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

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

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

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

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

.divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-orange-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
}

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

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

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

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

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

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

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

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

.divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: .86;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black-100{
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-200{
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-300{
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-350{
  background-color: rgba(0, 0, 0, 0.24);
}

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

.bg-black-450{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
}

.bg-black-500{
  --tw-bg-opacity: 1;
  background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
}

.bg-black-600{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
}

.bg-black-700{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
}

.bg-white-200{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
}

.bg-white-300{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
}

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

.bg-white-600{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
}

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

.bg-gray-90{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
}

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

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}

.bg-gray-350{
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

.bg-gray-450{
  --tw-bg-opacity: 1;
  background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
}

.bg-gray-550{
  --tw-bg-opacity: 1;
  background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
}

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

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

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
}

.bg-gray-850{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
}

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

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

.bg-red-200{
  background-color: rgba(0, 0, 0, 0.13);
}

.bg-red-300{
  background-color: rgba(234, 62, 58, 0.04);
}

.bg-red-350{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.bg-red-450{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

.bg-red-650{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
}

.bg-red-750{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
}

.bg-red-850{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
}

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

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

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

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

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.bg-green-300{
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

.bg-green-550{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

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

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

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

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

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

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

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:bg-black-100{
  background-color: rgba(0, 0, 0, 0.3);
}

.group:hover .group-hover\:bg-black-200{
  background-color: rgba(0, 0, 0, 0.5);
}

.group:hover .group-hover\:bg-black-300{
  background-color: rgba(0, 0, 0, 0.8);
}

.group:hover .group-hover\:bg-black-350{
  background-color: rgba(0, 0, 0, 0.24);
}

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

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

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

.group:hover .group-hover\:bg-black-600{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-700{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white-200{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white-300{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-white-600{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-gray-90{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

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

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

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

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

.group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-450{
  --tw-bg-opacity: 1;
  background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
}

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

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

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

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

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

.group:hover .group-hover\:bg-gray-850{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:bg-red-200{
  background-color: rgba(0, 0, 0, 0.13);
}

.group:hover .group-hover\:bg-red-300{
  background-color: rgba(234, 62, 58, 0.04);
}

.group:hover .group-hover\:bg-red-350{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-450{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-650{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-750{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-850{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
}

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

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

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

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

.group:hover .group-hover\:bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-green-300{
  background-color: rgba(0, 0, 0, 0.25);
}

.group:hover .group-hover\:bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-550{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

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

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

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

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

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

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

.group:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
}

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

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

.focus-within\:bg-black-100:focus-within{
  background-color: rgba(0, 0, 0, 0.3);
}

.focus-within\:bg-black-200:focus-within{
  background-color: rgba(0, 0, 0, 0.5);
}

.focus-within\:bg-black-300:focus-within{
  background-color: rgba(0, 0, 0, 0.8);
}

.focus-within\:bg-black-350:focus-within{
  background-color: rgba(0, 0, 0, 0.24);
}

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

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

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

.focus-within\:bg-black-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
}

.focus-within\:bg-black-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
}

.focus-within\:bg-white-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
}

.focus-within\:bg-white-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
}

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

.focus-within\:bg-white-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
}

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

.focus-within\:bg-gray-90:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
}

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

.focus-within\:bg-gray-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-350:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-450:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
}

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

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

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

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

.focus-within\:bg-gray-850:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-950:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
}

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

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

.focus-within\:bg-red-200:focus-within{
  background-color: rgba(0, 0, 0, 0.13);
}

.focus-within\:bg-red-300:focus-within{
  background-color: rgba(234, 62, 58, 0.04);
}

.focus-within\:bg-red-350:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.focus-within\:bg-red-450:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

.focus-within\:bg-red-650:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
}

.focus-within\:bg-red-750:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
}

.focus-within\:bg-red-850:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus-within\:bg-green-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus-within\:bg-green-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-green-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus-within\:bg-green-300:focus-within{
  background-color: rgba(0, 0, 0, 0.25);
}

.focus-within\:bg-green-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
}

.focus-within\:bg-green-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

.focus-within\:bg-green-550:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
}

.focus-within\:bg-green-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-green-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-green-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-green-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

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

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

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

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

.focus-within\:bg-blue-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:bg-purple-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-100:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-200:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-300:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-600:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-700:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-800:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:bg-purple-900:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

.focus-within\:bg-orange-400:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
}

.focus-within\:bg-orange-500:focus-within{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
}

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

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

.hover\:bg-black-100:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

.hover\:bg-black-200:hover{
  background-color: rgba(0, 0, 0, 0.5);
}

.hover\:bg-black-300:hover{
  background-color: rgba(0, 0, 0, 0.8);
}

.hover\:bg-black-350:hover{
  background-color: rgba(0, 0, 0, 0.24);
}

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

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

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

.hover\:bg-black-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
}

.hover\:bg-black-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
}

.hover\:bg-white-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
}

.hover\:bg-white-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
}

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

.hover\:bg-white-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
}

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

.hover\:bg-gray-90:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
}

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

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}

.hover\:bg-gray-350:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

.hover\:bg-gray-450:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
}

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

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

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

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

.hover\:bg-gray-850:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.hover\:bg-gray-950:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
}

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

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

.hover\:bg-red-200:hover{
  background-color: rgba(0, 0, 0, 0.13);
}

.hover\:bg-red-300:hover{
  background-color: rgba(234, 62, 58, 0.04);
}

.hover\:bg-red-350:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.hover\:bg-red-450:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

.hover\:bg-red-650:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
}

.hover\:bg-red-750:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
}

.hover\:bg-red-850:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
}

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

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

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

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

.hover\:bg-yellow-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.hover\:bg-green-300:hover{
  background-color: rgba(0, 0, 0, 0.25);
}

.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

.hover\:bg-green-550:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

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

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

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

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

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

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

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-purple-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:bg-purple-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

.hover\:bg-orange-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
}

.hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
}

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

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

.focus\:bg-black-100:focus{
  background-color: rgba(0, 0, 0, 0.3);
}

.focus\:bg-black-200:focus{
  background-color: rgba(0, 0, 0, 0.5);
}

.focus\:bg-black-300:focus{
  background-color: rgba(0, 0, 0, 0.8);
}

.focus\:bg-black-350:focus{
  background-color: rgba(0, 0, 0, 0.24);
}

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

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

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

.focus\:bg-black-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
}

.focus\:bg-black-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
}

.focus\:bg-white-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
}

.focus\:bg-white-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
}

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

.focus\:bg-white-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
}

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

.focus\:bg-gray-90:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
}

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

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}

.focus\:bg-gray-350:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

.focus\:bg-gray-450:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
}

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

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

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

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

.focus\:bg-gray-850:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
}

.focus\:bg-gray-950:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
}

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

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

.focus\:bg-red-200:focus{
  background-color: rgba(0, 0, 0, 0.13);
}

.focus\:bg-red-300:focus{
  background-color: rgba(234, 62, 58, 0.04);
}

.focus\:bg-red-350:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.focus\:bg-red-450:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

.focus\:bg-red-650:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
}

.focus\:bg-red-750:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
}

.focus\:bg-red-850:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
}

.focus\:bg-yellow-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.focus\:bg-green-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus{
  background-color: rgba(0, 0, 0, 0.25);
}

.focus\:bg-green-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

.focus\:bg-green-550:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

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

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

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

.focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-purple-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:bg-purple-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus\:bg-pink-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.focus\:bg-orange-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
}

.focus\:bg-orange-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
}

.bg-none{
  background-image: none;
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-circle{
  background-image: url('../img/bg-circle.png');
}

.bg-circle-2{
  background-image: url('../img/bg-circle-2.png');
}

.bg-img-about{
  background-image: url('../img/bg-about.jpg');
}

.bg-login{
  background-image: url('../img/bg-login.jpg');
}

.bg-user{
  background-image: url('../img/bgCollaborating.png');
}

.bg-img-news{
  background-image: url('../img/bg-news.jpg');
}

.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black-100{
  --tw-gradient-from: rgba(0, 0, 0, 0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-200{
  --tw-gradient-from: rgba(0, 0, 0, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-300{
  --tw-gradient-from: rgba(0, 0, 0, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-350{
  --tw-gradient-from: rgba(0, 0, 0, 0.24);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-400{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-450{
  --tw-gradient-from: #020202;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
}

.from-black-500{
  --tw-gradient-from: #aeaeae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.from-black-600{
  --tw-gradient-from: #706F6F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
}

.from-black-700{
  --tw-gradient-from: #616060;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
}

.from-white-200{
  --tw-gradient-from: #f2d0dc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
}

.from-white-300{
  --tw-gradient-from: #55423e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
}

.from-white-400{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-white-600{
  --tw-gradient-from: #d1d0d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
}

.from-gray-50{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-90{
  --tw-gradient-from: #EFEFEF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
}

.from-gray-100{
  --tw-gradient-from: #8B8B8B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
}

.from-gray-200{
  --tw-gradient-from: #d3d3d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.from-gray-300{
  --tw-gradient-from: #dedede;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
}

.from-gray-350{
  --tw-gradient-from: #aaaaaa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.from-gray-400{
  --tw-gradient-from: #F2F3F4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
}

.from-gray-450{
  --tw-gradient-from: #aeaeae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.from-gray-500{
  --tw-gradient-from: #595959;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
}

.from-gray-550{
  --tw-gradient-from: #e7e7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
}

.from-gray-600{
  --tw-gradient-from: #d8d8d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
}

.from-gray-700{
  --tw-gradient-from: #7a7a7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
}

.from-gray-800{
  --tw-gradient-from: #f5f6f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
}

.from-gray-850{
  --tw-gradient-from: #ebebeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
}

.from-gray-900{
  --tw-gradient-from: #727272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.from-gray-950{
  --tw-gradient-from: #f8f9f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
}

.from-red-50{
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100{
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200{
  --tw-gradient-from: rgba(0, 0, 0, 0.13);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-red-300{
  --tw-gradient-from: rgba(234, 62, 58, 0.04);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.from-red-350{
  --tw-gradient-from: #fef5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
}

.from-red-400{
  --tw-gradient-from: #EA3E3A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.from-red-450{
  --tw-gradient-from: #fef7f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
}

.from-red-500{
  --tw-gradient-from: #EA1B60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
}

.from-red-600{
  --tw-gradient-from: #BE302C;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
}

.from-red-650{
  --tw-gradient-from: #ff3131;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
}

.from-red-700{
  --tw-gradient-from: #B61450;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
}

.from-red-750{
  --tw-gradient-from: #cb3633;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
}

.from-red-800{
  --tw-gradient-from: #A02825;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
}

.from-red-850{
  --tw-gradient-from: #A82c29;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
}

.from-red-900{
  --tw-gradient-from: #770603;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
}

.from-yellow-50{
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-yellow-100{
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-yellow-200{
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-yellow-300{
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-yellow-400{
  --tw-gradient-from: #F8D90F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
}

.from-yellow-500{
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-yellow-600{
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-yellow-700{
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-yellow-800{
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-yellow-900{
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-green-50{
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-green-100{
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-green-200{
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-green-300{
  --tw-gradient-from: rgba(0, 0, 0, 0.25);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-green-400{
  --tw-gradient-from: #3EF076;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
}

.from-green-500{
  --tw-gradient-from: #61BE79;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
}

.from-green-550{
  --tw-gradient-from: #70c486;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
}

.from-green-600{
  --tw-gradient-from: #59B8B2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
}

.from-green-700{
  --tw-gradient-from: #f7fcf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
}

.from-green-800{
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-green-900{
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-blue-50{
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100{
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200{
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300{
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400{
  --tw-gradient-from: #0a3852;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
}

.from-blue-500{
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600{
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700{
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800{
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900{
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-indigo-50{
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100{
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200{
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300{
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400{
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500{
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600{
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700{
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800{
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900{
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-purple-50{
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-purple-100{
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-purple-200{
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-purple-300{
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-purple-400{
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-purple-500{
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-purple-600{
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-purple-700{
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-purple-800{
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-purple-900{
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-pink-50{
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100{
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200{
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300{
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400{
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500{
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600{
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700{
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800{
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900{
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.from-orange-400{
  --tw-gradient-from: #E26528;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
}

.from-orange-500{
  --tw-gradient-from: #FD3C00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
}

.via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black-100{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-200{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-300{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-350{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-400{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-450{
  --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
}

.via-black-500{
  --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.via-black-600{
  --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
}

.via-black-700{
  --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
}

.via-white-200{
  --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
}

.via-white-300{
  --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
}

.via-white-400{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-white-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
}

.via-gray-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-90{
  --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
}

.via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
}

.via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
}

.via-gray-350{
  --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
}

.via-gray-450{
  --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
}

.via-gray-550{
  --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
}

.via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
}

.via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
}

.via-gray-800{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
}

.via-gray-850{
  --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
}

.via-gray-900{
  --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.via-gray-950{
  --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
}

.via-red-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.via-red-350{
  --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
}

.via-red-400{
  --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.via-red-450{
  --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
}

.via-red-500{
  --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
}

.via-red-600{
  --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
}

.via-red-650{
  --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
}

.via-red-700{
  --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
}

.via-red-750{
  --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
}

.via-red-800{
  --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
}

.via-red-850{
  --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
}

.via-red-900{
  --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
}

.via-yellow-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-yellow-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-yellow-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-yellow-300{
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-yellow-400{
  --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
}

.via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-yellow-600{
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-yellow-700{
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-yellow-800{
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-yellow-900{
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-green-50{
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-green-100{
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-green-200{
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-green-300{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-green-400{
  --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
}

.via-green-500{
  --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
}

.via-green-550{
  --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
}

.via-green-600{
  --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
}

.via-green-700{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
}

.via-green-800{
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-green-900{
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-blue-50{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
}

.via-blue-500{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-indigo-50{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-purple-50{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-purple-100{
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-purple-200{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-purple-300{
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-purple-400{
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-purple-500{
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-purple-600{
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-purple-700{
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-purple-800{
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-purple-900{
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-pink-50{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.via-orange-400{
  --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
}

.via-orange-500{
  --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
}

.to-transparent{
  --tw-gradient-to: transparent;
}

.to-current{
  --tw-gradient-to: currentColor;
}

.to-black-100{
  --tw-gradient-to: rgba(0, 0, 0, 0.3);
}

.to-black-200{
  --tw-gradient-to: rgba(0, 0, 0, 0.5);
}

.to-black-300{
  --tw-gradient-to: rgba(0, 0, 0, 0.8);
}

.to-black-350{
  --tw-gradient-to: rgba(0, 0, 0, 0.24);
}

.to-black-400{
  --tw-gradient-to: #000000;
}

.to-black-450{
  --tw-gradient-to: #020202;
}

.to-black-500{
  --tw-gradient-to: #aeaeae;
}

.to-black-600{
  --tw-gradient-to: #706F6F;
}

.to-black-700{
  --tw-gradient-to: #616060;
}

.to-white-200{
  --tw-gradient-to: #f2d0dc;
}

.to-white-300{
  --tw-gradient-to: #55423e;
}

.to-white-400{
  --tw-gradient-to: #FFFFFF;
}

.to-white-600{
  --tw-gradient-to: #d1d0d1;
}

.to-gray-50{
  --tw-gradient-to: #f9fafb;
}

.to-gray-90{
  --tw-gradient-to: #EFEFEF;
}

.to-gray-100{
  --tw-gradient-to: #8B8B8B;
}

.to-gray-200{
  --tw-gradient-to: #d3d3d3;
}

.to-gray-300{
  --tw-gradient-to: #dedede;
}

.to-gray-350{
  --tw-gradient-to: #aaaaaa;
}

.to-gray-400{
  --tw-gradient-to: #F2F3F4;
}

.to-gray-450{
  --tw-gradient-to: #aeaeae;
}

.to-gray-500{
  --tw-gradient-to: #595959;
}

.to-gray-550{
  --tw-gradient-to: #e7e7ed;
}

.to-gray-600{
  --tw-gradient-to: #d8d8d8;
}

.to-gray-700{
  --tw-gradient-to: #7a7a7a;
}

.to-gray-800{
  --tw-gradient-to: #f5f6f6;
}

.to-gray-850{
  --tw-gradient-to: #ebebeb;
}

.to-gray-900{
  --tw-gradient-to: #727272;
}

.to-gray-950{
  --tw-gradient-to: #f8f9f9;
}

.to-red-50{
  --tw-gradient-to: #fef2f2;
}

.to-red-100{
  --tw-gradient-to: #fee2e2;
}

.to-red-200{
  --tw-gradient-to: rgba(0, 0, 0, 0.13);
}

.to-red-300{
  --tw-gradient-to: rgba(234, 62, 58, 0.04);
}

.to-red-350{
  --tw-gradient-to: #fef5f5;
}

.to-red-400{
  --tw-gradient-to: #EA3E3A;
}

.to-red-450{
  --tw-gradient-to: #fef7f7;
}

.to-red-500{
  --tw-gradient-to: #EA1B60;
}

.to-red-600{
  --tw-gradient-to: #BE302C;
}

.to-red-650{
  --tw-gradient-to: #ff3131;
}

.to-red-700{
  --tw-gradient-to: #B61450;
}

.to-red-750{
  --tw-gradient-to: #cb3633;
}

.to-red-800{
  --tw-gradient-to: #A02825;
}

.to-red-850{
  --tw-gradient-to: #A82c29;
}

.to-red-900{
  --tw-gradient-to: #770603;
}

.to-yellow-50{
  --tw-gradient-to: #fffbeb;
}

.to-yellow-100{
  --tw-gradient-to: #fef3c7;
}

.to-yellow-200{
  --tw-gradient-to: #fde68a;
}

.to-yellow-300{
  --tw-gradient-to: #fcd34d;
}

.to-yellow-400{
  --tw-gradient-to: #F8D90F;
}

.to-yellow-500{
  --tw-gradient-to: #f59e0b;
}

.to-yellow-600{
  --tw-gradient-to: #d97706;
}

.to-yellow-700{
  --tw-gradient-to: #b45309;
}

.to-yellow-800{
  --tw-gradient-to: #92400e;
}

.to-yellow-900{
  --tw-gradient-to: #78350f;
}

.to-green-50{
  --tw-gradient-to: #ecfdf5;
}

.to-green-100{
  --tw-gradient-to: #d1fae5;
}

.to-green-200{
  --tw-gradient-to: #a7f3d0;
}

.to-green-300{
  --tw-gradient-to: rgba(0, 0, 0, 0.25);
}

.to-green-400{
  --tw-gradient-to: #3EF076;
}

.to-green-500{
  --tw-gradient-to: #61BE79;
}

.to-green-550{
  --tw-gradient-to: #70c486;
}

.to-green-600{
  --tw-gradient-to: #59B8B2;
}

.to-green-700{
  --tw-gradient-to: #f7fcf8;
}

.to-green-800{
  --tw-gradient-to: #065f46;
}

.to-green-900{
  --tw-gradient-to: #064e3b;
}

.to-blue-50{
  --tw-gradient-to: #eff6ff;
}

.to-blue-100{
  --tw-gradient-to: #dbeafe;
}

.to-blue-200{
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300{
  --tw-gradient-to: #93c5fd;
}

.to-blue-400{
  --tw-gradient-to: #0a3852;
}

.to-blue-500{
  --tw-gradient-to: #3b82f6;
}

.to-blue-600{
  --tw-gradient-to: #2563eb;
}

.to-blue-700{
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800{
  --tw-gradient-to: #1e40af;
}

.to-blue-900{
  --tw-gradient-to: #1e3a8a;
}

.to-indigo-50{
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100{
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200{
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300{
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400{
  --tw-gradient-to: #818cf8;
}

.to-indigo-500{
  --tw-gradient-to: #6366f1;
}

.to-indigo-600{
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700{
  --tw-gradient-to: #4338ca;
}

.to-indigo-800{
  --tw-gradient-to: #3730a3;
}

.to-indigo-900{
  --tw-gradient-to: #312e81;
}

.to-purple-50{
  --tw-gradient-to: #f5f3ff;
}

.to-purple-100{
  --tw-gradient-to: #ede9fe;
}

.to-purple-200{
  --tw-gradient-to: #ddd6fe;
}

.to-purple-300{
  --tw-gradient-to: #c4b5fd;
}

.to-purple-400{
  --tw-gradient-to: #a78bfa;
}

.to-purple-500{
  --tw-gradient-to: #8b5cf6;
}

.to-purple-600{
  --tw-gradient-to: #7c3aed;
}

.to-purple-700{
  --tw-gradient-to: #6d28d9;
}

.to-purple-800{
  --tw-gradient-to: #5b21b6;
}

.to-purple-900{
  --tw-gradient-to: #4c1d95;
}

.to-pink-50{
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100{
  --tw-gradient-to: #fce7f3;
}

.to-pink-200{
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300{
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400{
  --tw-gradient-to: #f472b6;
}

.to-pink-500{
  --tw-gradient-to: #ec4899;
}

.to-pink-600{
  --tw-gradient-to: #db2777;
}

.to-pink-700{
  --tw-gradient-to: #be185d;
}

.to-pink-800{
  --tw-gradient-to: #9d174d;
}

.to-pink-900{
  --tw-gradient-to: #831843;
}

.to-orange-400{
  --tw-gradient-to: #E26528;
}

.to-orange-500{
  --tw-gradient-to: #FD3C00;
}

.hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black-100:hover{
  --tw-gradient-from: rgba(0, 0, 0, 0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black-200:hover{
  --tw-gradient-from: rgba(0, 0, 0, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black-300:hover{
  --tw-gradient-from: rgba(0, 0, 0, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black-350:hover{
  --tw-gradient-from: rgba(0, 0, 0, 0.24);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black-400:hover{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black-450:hover{
  --tw-gradient-from: #020202;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
}

.hover\:from-black-500:hover{
  --tw-gradient-from: #aeaeae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.hover\:from-black-600:hover{
  --tw-gradient-from: #706F6F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
}

.hover\:from-black-700:hover{
  --tw-gradient-from: #616060;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
}

.hover\:from-white-200:hover{
  --tw-gradient-from: #f2d0dc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
}

.hover\:from-white-300:hover{
  --tw-gradient-from: #55423e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
}

.hover\:from-white-400:hover{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-white-600:hover{
  --tw-gradient-from: #d1d0d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
}

.hover\:from-gray-50:hover{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-gray-90:hover{
  --tw-gradient-from: #EFEFEF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
}

.hover\:from-gray-100:hover{
  --tw-gradient-from: #8B8B8B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #d3d3d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.hover\:from-gray-300:hover{
  --tw-gradient-from: #dedede;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
}

.hover\:from-gray-350:hover{
  --tw-gradient-from: #aaaaaa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.hover\:from-gray-400:hover{
  --tw-gradient-from: #F2F3F4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
}

.hover\:from-gray-450:hover{
  --tw-gradient-from: #aeaeae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.hover\:from-gray-500:hover{
  --tw-gradient-from: #595959;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
}

.hover\:from-gray-550:hover{
  --tw-gradient-from: #e7e7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
}

.hover\:from-gray-600:hover{
  --tw-gradient-from: #d8d8d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
}

.hover\:from-gray-700:hover{
  --tw-gradient-from: #7a7a7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
}

.hover\:from-gray-800:hover{
  --tw-gradient-from: #f5f6f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
}

.hover\:from-gray-850:hover{
  --tw-gradient-from: #ebebeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
}

.hover\:from-gray-900:hover{
  --tw-gradient-from: #727272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.hover\:from-gray-950:hover{
  --tw-gradient-from: #f8f9f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
}

.hover\:from-red-50:hover{
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover{
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover{
  --tw-gradient-from: rgba(0, 0, 0, 0.13);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-red-300:hover{
  --tw-gradient-from: rgba(234, 62, 58, 0.04);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.hover\:from-red-350:hover{
  --tw-gradient-from: #fef5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
}

.hover\:from-red-400:hover{
  --tw-gradient-from: #EA3E3A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.hover\:from-red-450:hover{
  --tw-gradient-from: #fef7f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
}

.hover\:from-red-500:hover{
  --tw-gradient-from: #EA1B60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
}

.hover\:from-red-600:hover{
  --tw-gradient-from: #BE302C;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
}

.hover\:from-red-650:hover{
  --tw-gradient-from: #ff3131;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
}

.hover\:from-red-700:hover{
  --tw-gradient-from: #B61450;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
}

.hover\:from-red-750:hover{
  --tw-gradient-from: #cb3633;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
}

.hover\:from-red-800:hover{
  --tw-gradient-from: #A02825;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
}

.hover\:from-red-850:hover{
  --tw-gradient-from: #A82c29;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
}

.hover\:from-red-900:hover{
  --tw-gradient-from: #770603;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
}

.hover\:from-yellow-50:hover{
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:from-yellow-100:hover{
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:from-yellow-200:hover{
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:from-yellow-300:hover{
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:from-yellow-400:hover{
  --tw-gradient-from: #F8D90F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
}

.hover\:from-yellow-500:hover{
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:from-yellow-600:hover{
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:from-yellow-700:hover{
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:from-yellow-800:hover{
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:from-yellow-900:hover{
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:from-green-50:hover{
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:from-green-100:hover{
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:from-green-200:hover{
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:from-green-300:hover{
  --tw-gradient-from: rgba(0, 0, 0, 0.25);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-green-400:hover{
  --tw-gradient-from: #3EF076;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
}

.hover\:from-green-500:hover{
  --tw-gradient-from: #61BE79;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
}

.hover\:from-green-550:hover{
  --tw-gradient-from: #70c486;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
}

.hover\:from-green-600:hover{
  --tw-gradient-from: #59B8B2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
}

.hover\:from-green-700:hover{
  --tw-gradient-from: #f7fcf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
}

.hover\:from-green-800:hover{
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:from-green-900:hover{
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:from-blue-50:hover{
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:from-blue-100:hover{
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:from-blue-200:hover{
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:from-blue-300:hover{
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:from-blue-400:hover{
  --tw-gradient-from: #0a3852;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
}

.hover\:from-blue-500:hover{
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:from-blue-700:hover{
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:from-blue-800:hover{
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:from-blue-900:hover{
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:from-indigo-50:hover{
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover{
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover{
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover{
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover{
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover{
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover{
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover{
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover{
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover{
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-purple-50:hover{
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:from-purple-100:hover{
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:from-purple-200:hover{
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:from-purple-300:hover{
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:from-purple-400:hover{
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:from-purple-500:hover{
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:from-purple-600:hover{
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:from-purple-700:hover{
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:from-purple-800:hover{
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:from-purple-900:hover{
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:from-pink-50:hover{
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:from-pink-100:hover{
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:from-pink-200:hover{
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:from-pink-300:hover{
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:from-pink-400:hover{
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:from-pink-500:hover{
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:from-pink-600:hover{
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:from-pink-700:hover{
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:from-pink-800:hover{
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:from-pink-900:hover{
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:from-orange-400:hover{
  --tw-gradient-from: #E26528;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
}

.hover\:from-orange-500:hover{
  --tw-gradient-from: #FD3C00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
}

.hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-350:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-450:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
}

.hover\:via-black-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.hover\:via-black-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
}

.hover\:via-black-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
}

.hover\:via-white-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
}

.hover\:via-white-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
}

.hover\:via-white-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-white-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
}

.hover\:via-gray-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-gray-90:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
}

.hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.hover\:via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
}

.hover\:via-gray-350:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
}

.hover\:via-gray-450:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
}

.hover\:via-gray-550:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
}

.hover\:via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
}

.hover\:via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
}

.hover\:via-gray-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
}

.hover\:via-gray-850:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
}

.hover\:via-gray-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.hover\:via-gray-950:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
}

.hover\:via-red-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.hover\:via-red-350:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
}

.hover\:via-red-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.hover\:via-red-450:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
}

.hover\:via-red-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
}

.hover\:via-red-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
}

.hover\:via-red-650:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
}

.hover\:via-red-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
}

.hover\:via-red-750:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
}

.hover\:via-red-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
}

.hover\:via-red-850:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
}

.hover\:via-red-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
}

.hover\:via-yellow-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.hover\:via-yellow-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.hover\:via-yellow-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.hover\:via-yellow-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.hover\:via-yellow-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
}

.hover\:via-yellow-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.hover\:via-yellow-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.hover\:via-yellow-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.hover\:via-yellow-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.hover\:via-yellow-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.hover\:via-green-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.hover\:via-green-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.hover\:via-green-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.hover\:via-green-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-green-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
}

.hover\:via-green-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
}

.hover\:via-green-550:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
}

.hover\:via-green-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
}

.hover\:via-green-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
}

.hover\:via-green-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.hover\:via-green-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.hover\:via-blue-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:via-blue-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
}

.hover\:via-blue-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:via-blue-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:via-blue-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:via-blue-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:via-blue-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:via-indigo-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-purple-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:via-purple-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:via-purple-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:via-purple-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:via-purple-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:via-purple-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:via-purple-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:via-purple-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:via-purple-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:via-purple-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:via-pink-50:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.hover\:via-pink-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.hover\:via-pink-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.hover\:via-pink-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.hover\:via-pink-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.hover\:via-pink-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.hover\:via-pink-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.hover\:via-pink-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.hover\:via-pink-800:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.hover\:via-pink-900:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.hover\:via-orange-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
}

.hover\:via-orange-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
}

.hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover{
  --tw-gradient-to: currentColor;
}

.hover\:to-black-100:hover{
  --tw-gradient-to: rgba(0, 0, 0, 0.3);
}

.hover\:to-black-200:hover{
  --tw-gradient-to: rgba(0, 0, 0, 0.5);
}

.hover\:to-black-300:hover{
  --tw-gradient-to: rgba(0, 0, 0, 0.8);
}

.hover\:to-black-350:hover{
  --tw-gradient-to: rgba(0, 0, 0, 0.24);
}

.hover\:to-black-400:hover{
  --tw-gradient-to: #000000;
}

.hover\:to-black-450:hover{
  --tw-gradient-to: #020202;
}

.hover\:to-black-500:hover{
  --tw-gradient-to: #aeaeae;
}

.hover\:to-black-600:hover{
  --tw-gradient-to: #706F6F;
}

.hover\:to-black-700:hover{
  --tw-gradient-to: #616060;
}

.hover\:to-white-200:hover{
  --tw-gradient-to: #f2d0dc;
}

.hover\:to-white-300:hover{
  --tw-gradient-to: #55423e;
}

.hover\:to-white-400:hover{
  --tw-gradient-to: #FFFFFF;
}

.hover\:to-white-600:hover{
  --tw-gradient-to: #d1d0d1;
}

.hover\:to-gray-50:hover{
  --tw-gradient-to: #f9fafb;
}

.hover\:to-gray-90:hover{
  --tw-gradient-to: #EFEFEF;
}

.hover\:to-gray-100:hover{
  --tw-gradient-to: #8B8B8B;
}

.hover\:to-gray-200:hover{
  --tw-gradient-to: #d3d3d3;
}

.hover\:to-gray-300:hover{
  --tw-gradient-to: #dedede;
}

.hover\:to-gray-350:hover{
  --tw-gradient-to: #aaaaaa;
}

.hover\:to-gray-400:hover{
  --tw-gradient-to: #F2F3F4;
}

.hover\:to-gray-450:hover{
  --tw-gradient-to: #aeaeae;
}

.hover\:to-gray-500:hover{
  --tw-gradient-to: #595959;
}

.hover\:to-gray-550:hover{
  --tw-gradient-to: #e7e7ed;
}

.hover\:to-gray-600:hover{
  --tw-gradient-to: #d8d8d8;
}

.hover\:to-gray-700:hover{
  --tw-gradient-to: #7a7a7a;
}

.hover\:to-gray-800:hover{
  --tw-gradient-to: #f5f6f6;
}

.hover\:to-gray-850:hover{
  --tw-gradient-to: #ebebeb;
}

.hover\:to-gray-900:hover{
  --tw-gradient-to: #727272;
}

.hover\:to-gray-950:hover{
  --tw-gradient-to: #f8f9f9;
}

.hover\:to-red-50:hover{
  --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover{
  --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover{
  --tw-gradient-to: rgba(0, 0, 0, 0.13);
}

.hover\:to-red-300:hover{
  --tw-gradient-to: rgba(234, 62, 58, 0.04);
}

.hover\:to-red-350:hover{
  --tw-gradient-to: #fef5f5;
}

.hover\:to-red-400:hover{
  --tw-gradient-to: #EA3E3A;
}

.hover\:to-red-450:hover{
  --tw-gradient-to: #fef7f7;
}

.hover\:to-red-500:hover{
  --tw-gradient-to: #EA1B60;
}

.hover\:to-red-600:hover{
  --tw-gradient-to: #BE302C;
}

.hover\:to-red-650:hover{
  --tw-gradient-to: #ff3131;
}

.hover\:to-red-700:hover{
  --tw-gradient-to: #B61450;
}

.hover\:to-red-750:hover{
  --tw-gradient-to: #cb3633;
}

.hover\:to-red-800:hover{
  --tw-gradient-to: #A02825;
}

.hover\:to-red-850:hover{
  --tw-gradient-to: #A82c29;
}

.hover\:to-red-900:hover{
  --tw-gradient-to: #770603;
}

.hover\:to-yellow-50:hover{
  --tw-gradient-to: #fffbeb;
}

.hover\:to-yellow-100:hover{
  --tw-gradient-to: #fef3c7;
}

.hover\:to-yellow-200:hover{
  --tw-gradient-to: #fde68a;
}

.hover\:to-yellow-300:hover{
  --tw-gradient-to: #fcd34d;
}

.hover\:to-yellow-400:hover{
  --tw-gradient-to: #F8D90F;
}

.hover\:to-yellow-500:hover{
  --tw-gradient-to: #f59e0b;
}

.hover\:to-yellow-600:hover{
  --tw-gradient-to: #d97706;
}

.hover\:to-yellow-700:hover{
  --tw-gradient-to: #b45309;
}

.hover\:to-yellow-800:hover{
  --tw-gradient-to: #92400e;
}

.hover\:to-yellow-900:hover{
  --tw-gradient-to: #78350f;
}

.hover\:to-green-50:hover{
  --tw-gradient-to: #ecfdf5;
}

.hover\:to-green-100:hover{
  --tw-gradient-to: #d1fae5;
}

.hover\:to-green-200:hover{
  --tw-gradient-to: #a7f3d0;
}

.hover\:to-green-300:hover{
  --tw-gradient-to: rgba(0, 0, 0, 0.25);
}

.hover\:to-green-400:hover{
  --tw-gradient-to: #3EF076;
}

.hover\:to-green-500:hover{
  --tw-gradient-to: #61BE79;
}

.hover\:to-green-550:hover{
  --tw-gradient-to: #70c486;
}

.hover\:to-green-600:hover{
  --tw-gradient-to: #59B8B2;
}

.hover\:to-green-700:hover{
  --tw-gradient-to: #f7fcf8;
}

.hover\:to-green-800:hover{
  --tw-gradient-to: #065f46;
}

.hover\:to-green-900:hover{
  --tw-gradient-to: #064e3b;
}

.hover\:to-blue-50:hover{
  --tw-gradient-to: #eff6ff;
}

.hover\:to-blue-100:hover{
  --tw-gradient-to: #dbeafe;
}

.hover\:to-blue-200:hover{
  --tw-gradient-to: #bfdbfe;
}

.hover\:to-blue-300:hover{
  --tw-gradient-to: #93c5fd;
}

.hover\:to-blue-400:hover{
  --tw-gradient-to: #0a3852;
}

.hover\:to-blue-500:hover{
  --tw-gradient-to: #3b82f6;
}

.hover\:to-blue-600:hover{
  --tw-gradient-to: #2563eb;
}

.hover\:to-blue-700:hover{
  --tw-gradient-to: #1d4ed8;
}

.hover\:to-blue-800:hover{
  --tw-gradient-to: #1e40af;
}

.hover\:to-blue-900:hover{
  --tw-gradient-to: #1e3a8a;
}

.hover\:to-indigo-50:hover{
  --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover{
  --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover{
  --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover{
  --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover{
  --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover{
  --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover{
  --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover{
  --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover{
  --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover{
  --tw-gradient-to: #312e81;
}

.hover\:to-purple-50:hover{
  --tw-gradient-to: #f5f3ff;
}

.hover\:to-purple-100:hover{
  --tw-gradient-to: #ede9fe;
}

.hover\:to-purple-200:hover{
  --tw-gradient-to: #ddd6fe;
}

.hover\:to-purple-300:hover{
  --tw-gradient-to: #c4b5fd;
}

.hover\:to-purple-400:hover{
  --tw-gradient-to: #a78bfa;
}

.hover\:to-purple-500:hover{
  --tw-gradient-to: #8b5cf6;
}

.hover\:to-purple-600:hover{
  --tw-gradient-to: #7c3aed;
}

.hover\:to-purple-700:hover{
  --tw-gradient-to: #6d28d9;
}

.hover\:to-purple-800:hover{
  --tw-gradient-to: #5b21b6;
}

.hover\:to-purple-900:hover{
  --tw-gradient-to: #4c1d95;
}

.hover\:to-pink-50:hover{
  --tw-gradient-to: #fdf2f8;
}

.hover\:to-pink-100:hover{
  --tw-gradient-to: #fce7f3;
}

.hover\:to-pink-200:hover{
  --tw-gradient-to: #fbcfe8;
}

.hover\:to-pink-300:hover{
  --tw-gradient-to: #f9a8d4;
}

.hover\:to-pink-400:hover{
  --tw-gradient-to: #f472b6;
}

.hover\:to-pink-500:hover{
  --tw-gradient-to: #ec4899;
}

.hover\:to-pink-600:hover{
  --tw-gradient-to: #db2777;
}

.hover\:to-pink-700:hover{
  --tw-gradient-to: #be185d;
}

.hover\:to-pink-800:hover{
  --tw-gradient-to: #9d174d;
}

.hover\:to-pink-900:hover{
  --tw-gradient-to: #831843;
}

.hover\:to-orange-400:hover{
  --tw-gradient-to: #E26528;
}

.hover\:to-orange-500:hover{
  --tw-gradient-to: #FD3C00;
}

.focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus{
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black-100:focus{
  --tw-gradient-from: rgba(0, 0, 0, 0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black-200:focus{
  --tw-gradient-from: rgba(0, 0, 0, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black-300:focus{
  --tw-gradient-from: rgba(0, 0, 0, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black-350:focus{
  --tw-gradient-from: rgba(0, 0, 0, 0.24);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black-400:focus{
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black-450:focus{
  --tw-gradient-from: #020202;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
}

.focus\:from-black-500:focus{
  --tw-gradient-from: #aeaeae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.focus\:from-black-600:focus{
  --tw-gradient-from: #706F6F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
}

.focus\:from-black-700:focus{
  --tw-gradient-from: #616060;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
}

.focus\:from-white-200:focus{
  --tw-gradient-from: #f2d0dc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
}

.focus\:from-white-300:focus{
  --tw-gradient-from: #55423e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
}

.focus\:from-white-400:focus{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-white-600:focus{
  --tw-gradient-from: #d1d0d1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
}

.focus\:from-gray-50:focus{
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-gray-90:focus{
  --tw-gradient-from: #EFEFEF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
}

.focus\:from-gray-100:focus{
  --tw-gradient-from: #8B8B8B;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
}

.focus\:from-gray-200:focus{
  --tw-gradient-from: #d3d3d3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.focus\:from-gray-300:focus{
  --tw-gradient-from: #dedede;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
}

.focus\:from-gray-350:focus{
  --tw-gradient-from: #aaaaaa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.focus\:from-gray-400:focus{
  --tw-gradient-from: #F2F3F4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
}

.focus\:from-gray-450:focus{
  --tw-gradient-from: #aeaeae;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.focus\:from-gray-500:focus{
  --tw-gradient-from: #595959;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
}

.focus\:from-gray-550:focus{
  --tw-gradient-from: #e7e7ed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
}

.focus\:from-gray-600:focus{
  --tw-gradient-from: #d8d8d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
}

.focus\:from-gray-700:focus{
  --tw-gradient-from: #7a7a7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
}

.focus\:from-gray-800:focus{
  --tw-gradient-from: #f5f6f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
}

.focus\:from-gray-850:focus{
  --tw-gradient-from: #ebebeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
}

.focus\:from-gray-900:focus{
  --tw-gradient-from: #727272;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.focus\:from-gray-950:focus{
  --tw-gradient-from: #f8f9f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
}

.focus\:from-red-50:focus{
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus{
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus{
  --tw-gradient-from: rgba(0, 0, 0, 0.13);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-red-300:focus{
  --tw-gradient-from: rgba(234, 62, 58, 0.04);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.focus\:from-red-350:focus{
  --tw-gradient-from: #fef5f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
}

.focus\:from-red-400:focus{
  --tw-gradient-from: #EA3E3A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.focus\:from-red-450:focus{
  --tw-gradient-from: #fef7f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
}

.focus\:from-red-500:focus{
  --tw-gradient-from: #EA1B60;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
}

.focus\:from-red-600:focus{
  --tw-gradient-from: #BE302C;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
}

.focus\:from-red-650:focus{
  --tw-gradient-from: #ff3131;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
}

.focus\:from-red-700:focus{
  --tw-gradient-from: #B61450;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
}

.focus\:from-red-750:focus{
  --tw-gradient-from: #cb3633;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
}

.focus\:from-red-800:focus{
  --tw-gradient-from: #A02825;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
}

.focus\:from-red-850:focus{
  --tw-gradient-from: #A82c29;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
}

.focus\:from-red-900:focus{
  --tw-gradient-from: #770603;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
}

.focus\:from-yellow-50:focus{
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:from-yellow-100:focus{
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:from-yellow-200:focus{
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:from-yellow-300:focus{
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:from-yellow-400:focus{
  --tw-gradient-from: #F8D90F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
}

.focus\:from-yellow-500:focus{
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:from-yellow-600:focus{
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:from-yellow-700:focus{
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:from-yellow-800:focus{
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:from-yellow-900:focus{
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:from-green-50:focus{
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:from-green-100:focus{
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:from-green-200:focus{
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:from-green-300:focus{
  --tw-gradient-from: rgba(0, 0, 0, 0.25);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-green-400:focus{
  --tw-gradient-from: #3EF076;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
}

.focus\:from-green-500:focus{
  --tw-gradient-from: #61BE79;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
}

.focus\:from-green-550:focus{
  --tw-gradient-from: #70c486;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
}

.focus\:from-green-600:focus{
  --tw-gradient-from: #59B8B2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
}

.focus\:from-green-700:focus{
  --tw-gradient-from: #f7fcf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
}

.focus\:from-green-800:focus{
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:from-green-900:focus{
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:from-blue-50:focus{
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:from-blue-100:focus{
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:from-blue-200:focus{
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:from-blue-300:focus{
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:from-blue-400:focus{
  --tw-gradient-from: #0a3852;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
}

.focus\:from-blue-500:focus{
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:from-blue-600:focus{
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:from-blue-700:focus{
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:from-blue-800:focus{
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:from-blue-900:focus{
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:from-indigo-50:focus{
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus{
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus{
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus{
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus{
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus{
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus{
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus{
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus{
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus{
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-purple-50:focus{
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:from-purple-100:focus{
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:from-purple-200:focus{
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:from-purple-300:focus{
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:from-purple-400:focus{
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:from-purple-500:focus{
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:from-purple-600:focus{
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:from-purple-700:focus{
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:from-purple-800:focus{
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:from-purple-900:focus{
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:from-pink-50:focus{
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:from-pink-100:focus{
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:from-pink-200:focus{
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:from-pink-300:focus{
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:from-pink-400:focus{
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:from-pink-500:focus{
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:from-pink-600:focus{
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:from-pink-700:focus{
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:from-pink-800:focus{
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:from-pink-900:focus{
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:from-orange-400:focus{
  --tw-gradient-from: #E26528;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
}

.focus\:from-orange-500:focus{
  --tw-gradient-from: #FD3C00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
}

.focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus{
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-350:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-450:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
}

.focus\:via-black-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.focus\:via-black-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
}

.focus\:via-black-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
}

.focus\:via-white-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
}

.focus\:via-white-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
}

.focus\:via-white-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-white-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
}

.focus\:via-gray-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-gray-90:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
}

.focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.focus\:via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
}

.focus\:via-gray-350:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
}

.focus\:via-gray-450:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
}

.focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
}

.focus\:via-gray-550:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
}

.focus\:via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
}

.focus\:via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
}

.focus\:via-gray-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
}

.focus\:via-gray-850:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
}

.focus\:via-gray-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
}

.focus\:via-gray-950:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
}

.focus\:via-red-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.focus\:via-red-350:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
}

.focus\:via-red-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
}

.focus\:via-red-450:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
}

.focus\:via-red-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
}

.focus\:via-red-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
}

.focus\:via-red-650:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
}

.focus\:via-red-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
}

.focus\:via-red-750:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
}

.focus\:via-red-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
}

.focus\:via-red-850:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
}

.focus\:via-red-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
}

.focus\:via-yellow-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.focus\:via-yellow-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.focus\:via-yellow-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.focus\:via-yellow-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.focus\:via-yellow-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
}

.focus\:via-yellow-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.focus\:via-yellow-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.focus\:via-yellow-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.focus\:via-yellow-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.focus\:via-yellow-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.focus\:via-green-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.focus\:via-green-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.focus\:via-green-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.focus\:via-green-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-green-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
}

.focus\:via-green-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
}

.focus\:via-green-550:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
}

.focus\:via-green-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
}

.focus\:via-green-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
}

.focus\:via-green-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.focus\:via-green-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.focus\:via-blue-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:via-blue-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
}

.focus\:via-blue-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:via-blue-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:via-blue-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:via-blue-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:via-blue-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:via-indigo-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-purple-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:via-purple-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:via-purple-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:via-purple-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:via-purple-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:via-purple-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:via-purple-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:via-purple-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:via-purple-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:via-purple-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:via-pink-50:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.focus\:via-pink-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.focus\:via-pink-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.focus\:via-pink-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.focus\:via-pink-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.focus\:via-pink-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.focus\:via-pink-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.focus\:via-pink-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.focus\:via-pink-800:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.focus\:via-pink-900:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.focus\:via-orange-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
}

.focus\:via-orange-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
}

.focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus{
  --tw-gradient-to: currentColor;
}

.focus\:to-black-100:focus{
  --tw-gradient-to: rgba(0, 0, 0, 0.3);
}

.focus\:to-black-200:focus{
  --tw-gradient-to: rgba(0, 0, 0, 0.5);
}

.focus\:to-black-300:focus{
  --tw-gradient-to: rgba(0, 0, 0, 0.8);
}

.focus\:to-black-350:focus{
  --tw-gradient-to: rgba(0, 0, 0, 0.24);
}

.focus\:to-black-400:focus{
  --tw-gradient-to: #000000;
}

.focus\:to-black-450:focus{
  --tw-gradient-to: #020202;
}

.focus\:to-black-500:focus{
  --tw-gradient-to: #aeaeae;
}

.focus\:to-black-600:focus{
  --tw-gradient-to: #706F6F;
}

.focus\:to-black-700:focus{
  --tw-gradient-to: #616060;
}

.focus\:to-white-200:focus{
  --tw-gradient-to: #f2d0dc;
}

.focus\:to-white-300:focus{
  --tw-gradient-to: #55423e;
}

.focus\:to-white-400:focus{
  --tw-gradient-to: #FFFFFF;
}

.focus\:to-white-600:focus{
  --tw-gradient-to: #d1d0d1;
}

.focus\:to-gray-50:focus{
  --tw-gradient-to: #f9fafb;
}

.focus\:to-gray-90:focus{
  --tw-gradient-to: #EFEFEF;
}

.focus\:to-gray-100:focus{
  --tw-gradient-to: #8B8B8B;
}

.focus\:to-gray-200:focus{
  --tw-gradient-to: #d3d3d3;
}

.focus\:to-gray-300:focus{
  --tw-gradient-to: #dedede;
}

.focus\:to-gray-350:focus{
  --tw-gradient-to: #aaaaaa;
}

.focus\:to-gray-400:focus{
  --tw-gradient-to: #F2F3F4;
}

.focus\:to-gray-450:focus{
  --tw-gradient-to: #aeaeae;
}

.focus\:to-gray-500:focus{
  --tw-gradient-to: #595959;
}

.focus\:to-gray-550:focus{
  --tw-gradient-to: #e7e7ed;
}

.focus\:to-gray-600:focus{
  --tw-gradient-to: #d8d8d8;
}

.focus\:to-gray-700:focus{
  --tw-gradient-to: #7a7a7a;
}

.focus\:to-gray-800:focus{
  --tw-gradient-to: #f5f6f6;
}

.focus\:to-gray-850:focus{
  --tw-gradient-to: #ebebeb;
}

.focus\:to-gray-900:focus{
  --tw-gradient-to: #727272;
}

.focus\:to-gray-950:focus{
  --tw-gradient-to: #f8f9f9;
}

.focus\:to-red-50:focus{
  --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus{
  --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus{
  --tw-gradient-to: rgba(0, 0, 0, 0.13);
}

.focus\:to-red-300:focus{
  --tw-gradient-to: rgba(234, 62, 58, 0.04);
}

.focus\:to-red-350:focus{
  --tw-gradient-to: #fef5f5;
}

.focus\:to-red-400:focus{
  --tw-gradient-to: #EA3E3A;
}

.focus\:to-red-450:focus{
  --tw-gradient-to: #fef7f7;
}

.focus\:to-red-500:focus{
  --tw-gradient-to: #EA1B60;
}

.focus\:to-red-600:focus{
  --tw-gradient-to: #BE302C;
}

.focus\:to-red-650:focus{
  --tw-gradient-to: #ff3131;
}

.focus\:to-red-700:focus{
  --tw-gradient-to: #B61450;
}

.focus\:to-red-750:focus{
  --tw-gradient-to: #cb3633;
}

.focus\:to-red-800:focus{
  --tw-gradient-to: #A02825;
}

.focus\:to-red-850:focus{
  --tw-gradient-to: #A82c29;
}

.focus\:to-red-900:focus{
  --tw-gradient-to: #770603;
}

.focus\:to-yellow-50:focus{
  --tw-gradient-to: #fffbeb;
}

.focus\:to-yellow-100:focus{
  --tw-gradient-to: #fef3c7;
}

.focus\:to-yellow-200:focus{
  --tw-gradient-to: #fde68a;
}

.focus\:to-yellow-300:focus{
  --tw-gradient-to: #fcd34d;
}

.focus\:to-yellow-400:focus{
  --tw-gradient-to: #F8D90F;
}

.focus\:to-yellow-500:focus{
  --tw-gradient-to: #f59e0b;
}

.focus\:to-yellow-600:focus{
  --tw-gradient-to: #d97706;
}

.focus\:to-yellow-700:focus{
  --tw-gradient-to: #b45309;
}

.focus\:to-yellow-800:focus{
  --tw-gradient-to: #92400e;
}

.focus\:to-yellow-900:focus{
  --tw-gradient-to: #78350f;
}

.focus\:to-green-50:focus{
  --tw-gradient-to: #ecfdf5;
}

.focus\:to-green-100:focus{
  --tw-gradient-to: #d1fae5;
}

.focus\:to-green-200:focus{
  --tw-gradient-to: #a7f3d0;
}

.focus\:to-green-300:focus{
  --tw-gradient-to: rgba(0, 0, 0, 0.25);
}

.focus\:to-green-400:focus{
  --tw-gradient-to: #3EF076;
}

.focus\:to-green-500:focus{
  --tw-gradient-to: #61BE79;
}

.focus\:to-green-550:focus{
  --tw-gradient-to: #70c486;
}

.focus\:to-green-600:focus{
  --tw-gradient-to: #59B8B2;
}

.focus\:to-green-700:focus{
  --tw-gradient-to: #f7fcf8;
}

.focus\:to-green-800:focus{
  --tw-gradient-to: #065f46;
}

.focus\:to-green-900:focus{
  --tw-gradient-to: #064e3b;
}

.focus\:to-blue-50:focus{
  --tw-gradient-to: #eff6ff;
}

.focus\:to-blue-100:focus{
  --tw-gradient-to: #dbeafe;
}

.focus\:to-blue-200:focus{
  --tw-gradient-to: #bfdbfe;
}

.focus\:to-blue-300:focus{
  --tw-gradient-to: #93c5fd;
}

.focus\:to-blue-400:focus{
  --tw-gradient-to: #0a3852;
}

.focus\:to-blue-500:focus{
  --tw-gradient-to: #3b82f6;
}

.focus\:to-blue-600:focus{
  --tw-gradient-to: #2563eb;
}

.focus\:to-blue-700:focus{
  --tw-gradient-to: #1d4ed8;
}

.focus\:to-blue-800:focus{
  --tw-gradient-to: #1e40af;
}

.focus\:to-blue-900:focus{
  --tw-gradient-to: #1e3a8a;
}

.focus\:to-indigo-50:focus{
  --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus{
  --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus{
  --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus{
  --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus{
  --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus{
  --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus{
  --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus{
  --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus{
  --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus{
  --tw-gradient-to: #312e81;
}

.focus\:to-purple-50:focus{
  --tw-gradient-to: #f5f3ff;
}

.focus\:to-purple-100:focus{
  --tw-gradient-to: #ede9fe;
}

.focus\:to-purple-200:focus{
  --tw-gradient-to: #ddd6fe;
}

.focus\:to-purple-300:focus{
  --tw-gradient-to: #c4b5fd;
}

.focus\:to-purple-400:focus{
  --tw-gradient-to: #a78bfa;
}

.focus\:to-purple-500:focus{
  --tw-gradient-to: #8b5cf6;
}

.focus\:to-purple-600:focus{
  --tw-gradient-to: #7c3aed;
}

.focus\:to-purple-700:focus{
  --tw-gradient-to: #6d28d9;
}

.focus\:to-purple-800:focus{
  --tw-gradient-to: #5b21b6;
}

.focus\:to-purple-900:focus{
  --tw-gradient-to: #4c1d95;
}

.focus\:to-pink-50:focus{
  --tw-gradient-to: #fdf2f8;
}

.focus\:to-pink-100:focus{
  --tw-gradient-to: #fce7f3;
}

.focus\:to-pink-200:focus{
  --tw-gradient-to: #fbcfe8;
}

.focus\:to-pink-300:focus{
  --tw-gradient-to: #f9a8d4;
}

.focus\:to-pink-400:focus{
  --tw-gradient-to: #f472b6;
}

.focus\:to-pink-500:focus{
  --tw-gradient-to: #ec4899;
}

.focus\:to-pink-600:focus{
  --tw-gradient-to: #db2777;
}

.focus\:to-pink-700:focus{
  --tw-gradient-to: #be185d;
}

.focus\:to-pink-800:focus{
  --tw-gradient-to: #9d174d;
}

.focus\:to-pink-900:focus{
  --tw-gradient-to: #831843;
}

.focus\:to-orange-400:focus{
  --tw-gradient-to: #E26528;
}

.focus\:to-orange-500:focus{
  --tw-gradient-to: #FD3C00;
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-11{
  --tw-bg-opacity: .86;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-45{
  --tw-bg-opacity: .45;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-58{
  --tw-bg-opacity: .58;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-74{
  --tw-bg-opacity: .74;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-11{
  --tw-bg-opacity: .86;
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-45{
  --tw-bg-opacity: .45;
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-58{
  --tw-bg-opacity: .58;
}

.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-74{
  --tw-bg-opacity: .74;
}

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-11:focus-within{
  --tw-bg-opacity: .86;
}

.focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-45:focus-within{
  --tw-bg-opacity: .45;
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-58:focus-within{
  --tw-bg-opacity: .58;
}

.focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-74:focus-within{
  --tw-bg-opacity: .74;
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-11:hover{
  --tw-bg-opacity: .86;
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-45:hover{
  --tw-bg-opacity: .45;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-58:hover{
  --tw-bg-opacity: .58;
}

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-74:hover{
  --tw-bg-opacity: .74;
}

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-11:focus{
  --tw-bg-opacity: .86;
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-45:focus{
  --tw-bg-opacity: .45;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-58:focus{
  --tw-bg-opacity: .58;
}

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-74:focus{
  --tw-bg-opacity: .74;
}

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-right{
  background-position: right;
}

.bg-right-bottom{
  background-position: right bottom;
}

.bg-right-top{
  background-position: right top;
}

.bg-top{
  background-position: top;
}

.bg-repeat{
  background-repeat: repeat;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.bg-repeat-y{
  background-repeat: repeat-y;
}

.bg-repeat-round{
  background-repeat: round;
}

.bg-repeat-space{
  background-repeat: space;
}

.bg-auto{
  background-size: auto;
}

.bg-cover{
  background-size: cover;
}

.bg-contain{
  background-size: contain;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.border-transparent{
  border-color: transparent;
}

.border-current{
  border-color: currentColor;
}

.border-black-100{
  border-color: rgba(0, 0, 0, 0.3);
}

.border-black-200{
  border-color: rgba(0, 0, 0, 0.5);
}

.border-black-300{
  border-color: rgba(0, 0, 0, 0.8);
}

.border-black-350{
  border-color: rgba(0, 0, 0, 0.24);
}

.border-black-400{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-black-450{
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, var(--tw-border-opacity));
}

.border-black-500{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.border-black-600{
  --tw-border-opacity: 1;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity));
}

.border-black-700{
  --tw-border-opacity: 1;
  border-color: rgba(97, 96, 96, var(--tw-border-opacity));
}

.border-white-200{
  --tw-border-opacity: 1;
  border-color: rgba(242, 208, 220, var(--tw-border-opacity));
}

.border-white-300{
  --tw-border-opacity: 1;
  border-color: rgba(85, 66, 62, var(--tw-border-opacity));
}

.border-white-400{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-white-600{
  --tw-border-opacity: 1;
  border-color: rgba(209, 208, 209, var(--tw-border-opacity));
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-gray-90{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(139, 139, 139, var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(222, 222, 222, var(--tw-border-opacity));
}

.border-gray-350{
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
}

.border-gray-450{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(89, 89, 89, var(--tw-border-opacity));
}

.border-gray-550{
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 237, var(--tw-border-opacity));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(122, 122, 122, var(--tw-border-opacity));
}

.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity));
}

.border-gray-850{
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity));
}

.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200{
  border-color: rgba(0, 0, 0, 0.13);
}

.border-red-300{
  border-color: rgba(234, 62, 58, 0.04);
}

.border-red-350{
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 245, var(--tw-border-opacity));
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
}

.border-red-450{
  --tw-border-opacity: 1;
  border-color: rgba(254, 247, 247, var(--tw-border-opacity));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(234, 27, 96, var(--tw-border-opacity));
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(190, 48, 44, var(--tw-border-opacity));
}

.border-red-650{
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(182, 20, 80, var(--tw-border-opacity));
}

.border-red-750{
  --tw-border-opacity: 1;
  border-color: rgba(203, 54, 51, var(--tw-border-opacity));
}

.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(160, 40, 37, var(--tw-border-opacity));
}

.border-red-850{
  --tw-border-opacity: 1;
  border-color: rgba(168, 44, 41, var(--tw-border-opacity));
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(119, 6, 3, var(--tw-border-opacity));
}

.border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 217, 15, var(--tw-border-opacity));
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-green-300{
  border-color: rgba(0, 0, 0, 0.25);
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(62, 240, 118, var(--tw-border-opacity));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

.border-green-550{
  --tw-border-opacity: 1;
  border-color: rgba(112, 196, 134, var(--tw-border-opacity));
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(10, 56, 82, var(--tw-border-opacity));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgba(226, 101, 40, var(--tw-border-opacity));
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgba(253, 60, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent{
  border-color: transparent;
}

.group:hover .group-hover\:border-current{
  border-color: currentColor;
}

.group:hover .group-hover\:border-black-100{
  border-color: rgba(0, 0, 0, 0.3);
}

.group:hover .group-hover\:border-black-200{
  border-color: rgba(0, 0, 0, 0.5);
}

.group:hover .group-hover\:border-black-300{
  border-color: rgba(0, 0, 0, 0.8);
}

.group:hover .group-hover\:border-black-350{
  border-color: rgba(0, 0, 0, 0.24);
}

.group:hover .group-hover\:border-black-400{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-450{
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-500{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-600{
  --tw-border-opacity: 1;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-700{
  --tw-border-opacity: 1;
  border-color: rgba(97, 96, 96, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white-200{
  --tw-border-opacity: 1;
  border-color: rgba(242, 208, 220, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white-300{
  --tw-border-opacity: 1;
  border-color: rgba(85, 66, 62, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white-400{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white-600{
  --tw-border-opacity: 1;
  border-color: rgba(209, 208, 209, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-90{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(139, 139, 139, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(222, 222, 222, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-350{
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-450{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(89, 89, 89, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-550{
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(122, 122, 122, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-850{
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-50{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200{
  border-color: rgba(0, 0, 0, 0.13);
}

.group:hover .group-hover\:border-red-300{
  border-color: rgba(234, 62, 58, 0.04);
}

.group:hover .group-hover\:border-red-350{
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-450{
  --tw-border-opacity: 1;
  border-color: rgba(254, 247, 247, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(234, 27, 96, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600{
  --tw-border-opacity: 1;
  border-color: rgba(190, 48, 44, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-650{
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(182, 20, 80, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-750{
  --tw-border-opacity: 1;
  border-color: rgba(203, 54, 51, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800{
  --tw-border-opacity: 1;
  border-color: rgba(160, 40, 37, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-850{
  --tw-border-opacity: 1;
  border-color: rgba(168, 44, 41, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900{
  --tw-border-opacity: 1;
  border-color: rgba(119, 6, 3, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgba(248, 217, 15, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-50{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-100{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-200{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-300{
  border-color: rgba(0, 0, 0, 0.25);
}

.group:hover .group-hover\:border-green-400{
  --tw-border-opacity: 1;
  border-color: rgba(62, 240, 118, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-550{
  --tw-border-opacity: 1;
  border-color: rgba(112, 196, 134, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-600{
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-800{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-900{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(10, 56, 82, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-50{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-100{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-300{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-600{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-700{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-800{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-900{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgba(226, 101, 40, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgba(253, 60, 0, var(--tw-border-opacity));
}

.focus-within\:border-transparent:focus-within{
  border-color: transparent;
}

.focus-within\:border-current:focus-within{
  border-color: currentColor;
}

.focus-within\:border-black-100:focus-within{
  border-color: rgba(0, 0, 0, 0.3);
}

.focus-within\:border-black-200:focus-within{
  border-color: rgba(0, 0, 0, 0.5);
}

.focus-within\:border-black-300:focus-within{
  border-color: rgba(0, 0, 0, 0.8);
}

.focus-within\:border-black-350:focus-within{
  border-color: rgba(0, 0, 0, 0.24);
}

.focus-within\:border-black-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-black-450:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, var(--tw-border-opacity));
}

.focus-within\:border-black-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.focus-within\:border-black-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity));
}

.focus-within\:border-black-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(97, 96, 96, var(--tw-border-opacity));
}

.focus-within\:border-white-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(242, 208, 220, var(--tw-border-opacity));
}

.focus-within\:border-white-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(85, 66, 62, var(--tw-border-opacity));
}

.focus-within\:border-white-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-white-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(209, 208, 209, var(--tw-border-opacity));
}

.focus-within\:border-gray-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-gray-90:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(139, 139, 139, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(222, 222, 222, var(--tw-border-opacity));
}

.focus-within\:border-gray-350:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
}

.focus-within\:border-gray-450:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(89, 89, 89, var(--tw-border-opacity));
}

.focus-within\:border-gray-550:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 237, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(122, 122, 122, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-850:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.focus-within\:border-gray-950:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity));
}

.focus-within\:border-red-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within{
  border-color: rgba(0, 0, 0, 0.13);
}

.focus-within\:border-red-300:focus-within{
  border-color: rgba(234, 62, 58, 0.04);
}

.focus-within\:border-red-350:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 245, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
}

.focus-within\:border-red-450:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 247, 247, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(234, 27, 96, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(190, 48, 44, var(--tw-border-opacity));
}

.focus-within\:border-red-650:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(182, 20, 80, var(--tw-border-opacity));
}

.focus-within\:border-red-750:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(203, 54, 51, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(160, 40, 37, var(--tw-border-opacity));
}

.focus-within\:border-red-850:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(168, 44, 41, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(119, 6, 3, var(--tw-border-opacity));
}

.focus-within\:border-yellow-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus-within\:border-yellow-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus-within\:border-yellow-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus-within\:border-yellow-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus-within\:border-yellow-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(248, 217, 15, var(--tw-border-opacity));
}

.focus-within\:border-yellow-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus-within\:border-yellow-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus-within\:border-yellow-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus-within\:border-yellow-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus-within\:border-yellow-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus-within\:border-green-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus-within\:border-green-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus-within\:border-green-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus-within\:border-green-300:focus-within{
  border-color: rgba(0, 0, 0, 0.25);
}

.focus-within\:border-green-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(62, 240, 118, var(--tw-border-opacity));
}

.focus-within\:border-green-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

.focus-within\:border-green-550:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(112, 196, 134, var(--tw-border-opacity));
}

.focus-within\:border-green-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
}

.focus-within\:border-green-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

.focus-within\:border-green-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus-within\:border-green-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus-within\:border-blue-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus-within\:border-blue-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:border-blue-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(10, 56, 82, var(--tw-border-opacity));
}

.focus-within\:border-blue-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:border-blue-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:border-blue-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus-within\:border-indigo-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus-within\:border-purple-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:border-purple-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:border-purple-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:border-purple-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:border-purple-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:border-purple-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:border-purple-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:border-purple-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus-within\:border-pink-50:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus-within\:border-pink-100:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus-within\:border-pink-200:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus-within\:border-pink-300:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus-within\:border-pink-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus-within\:border-pink-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus-within\:border-pink-600:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus-within\:border-pink-700:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus-within\:border-pink-800:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus-within\:border-pink-900:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus-within\:border-orange-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(226, 101, 40, var(--tw-border-opacity));
}

.focus-within\:border-orange-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgba(253, 60, 0, var(--tw-border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-current:hover{
  border-color: currentColor;
}

.hover\:border-black-100:hover{
  border-color: rgba(0, 0, 0, 0.3);
}

.hover\:border-black-200:hover{
  border-color: rgba(0, 0, 0, 0.5);
}

.hover\:border-black-300:hover{
  border-color: rgba(0, 0, 0, 0.8);
}

.hover\:border-black-350:hover{
  border-color: rgba(0, 0, 0, 0.24);
}

.hover\:border-black-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-black-450:hover{
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, var(--tw-border-opacity));
}

.hover\:border-black-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.hover\:border-black-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity));
}

.hover\:border-black-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(97, 96, 96, var(--tw-border-opacity));
}

.hover\:border-white-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(242, 208, 220, var(--tw-border-opacity));
}

.hover\:border-white-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(85, 66, 62, var(--tw-border-opacity));
}

.hover\:border-white-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-white-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 208, 209, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-gray-90:hover{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(139, 139, 139, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(222, 222, 222, var(--tw-border-opacity));
}

.hover\:border-gray-350:hover{
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
}

.hover\:border-gray-450:hover{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(89, 89, 89, var(--tw-border-opacity));
}

.hover\:border-gray-550:hover{
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 237, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(122, 122, 122, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity));
}

.hover\:border-gray-850:hover{
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.hover\:border-gray-950:hover{
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity));
}

.hover\:border-red-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover{
  border-color: rgba(0, 0, 0, 0.13);
}

.hover\:border-red-300:hover{
  border-color: rgba(234, 62, 58, 0.04);
}

.hover\:border-red-350:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 245, var(--tw-border-opacity));
}

.hover\:border-red-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
}

.hover\:border-red-450:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 247, 247, var(--tw-border-opacity));
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(234, 27, 96, var(--tw-border-opacity));
}

.hover\:border-red-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 48, 44, var(--tw-border-opacity));
}

.hover\:border-red-650:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.hover\:border-red-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(182, 20, 80, var(--tw-border-opacity));
}

.hover\:border-red-750:hover{
  --tw-border-opacity: 1;
  border-color: rgba(203, 54, 51, var(--tw-border-opacity));
}

.hover\:border-red-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(160, 40, 37, var(--tw-border-opacity));
}

.hover\:border-red-850:hover{
  --tw-border-opacity: 1;
  border-color: rgba(168, 44, 41, var(--tw-border-opacity));
}

.hover\:border-red-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(119, 6, 3, var(--tw-border-opacity));
}

.hover\:border-yellow-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(248, 217, 15, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.hover\:border-green-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.hover\:border-green-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.hover\:border-green-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.hover\:border-green-300:hover{
  border-color: rgba(0, 0, 0, 0.25);
}

.hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(62, 240, 118, var(--tw-border-opacity));
}

.hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

.hover\:border-green-550:hover{
  --tw-border-opacity: 1;
  border-color: rgba(112, 196, 134, var(--tw-border-opacity));
}

.hover\:border-green-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
}

.hover\:border-green-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

.hover\:border-green-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.hover\:border-green-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.hover\:border-blue-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(10, 56, 82, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-purple-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:border-pink-50:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.hover\:border-orange-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(226, 101, 40, var(--tw-border-opacity));
}

.hover\:border-orange-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(253, 60, 0, var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-current:focus{
  border-color: currentColor;
}

.focus\:border-black-100:focus{
  border-color: rgba(0, 0, 0, 0.3);
}

.focus\:border-black-200:focus{
  border-color: rgba(0, 0, 0, 0.5);
}

.focus\:border-black-300:focus{
  border-color: rgba(0, 0, 0, 0.8);
}

.focus\:border-black-350:focus{
  border-color: rgba(0, 0, 0, 0.24);
}

.focus\:border-black-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-black-450:focus{
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, var(--tw-border-opacity));
}

.focus\:border-black-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.focus\:border-black-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity));
}

.focus\:border-black-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(97, 96, 96, var(--tw-border-opacity));
}

.focus\:border-white-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(242, 208, 220, var(--tw-border-opacity));
}

.focus\:border-white-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(85, 66, 62, var(--tw-border-opacity));
}

.focus\:border-white-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-white-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(209, 208, 209, var(--tw-border-opacity));
}

.focus\:border-gray-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus\:border-gray-90:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(139, 139, 139, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(222, 222, 222, var(--tw-border-opacity));
}

.focus\:border-gray-350:focus{
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
}

.focus\:border-gray-450:focus{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(89, 89, 89, var(--tw-border-opacity));
}

.focus\:border-gray-550:focus{
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 237, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(122, 122, 122, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity));
}

.focus\:border-gray-850:focus{
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(114, 114, 114, var(--tw-border-opacity));
}

.focus\:border-gray-950:focus{
  --tw-border-opacity: 1;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity));
}

.focus\:border-red-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:border-red-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:border-red-200:focus{
  border-color: rgba(0, 0, 0, 0.13);
}

.focus\:border-red-300:focus{
  border-color: rgba(234, 62, 58, 0.04);
}

.focus\:border-red-350:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 245, 245, var(--tw-border-opacity));
}

.focus\:border-red-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
}

.focus\:border-red-450:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 247, 247, var(--tw-border-opacity));
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(234, 27, 96, var(--tw-border-opacity));
}

.focus\:border-red-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 48, 44, var(--tw-border-opacity));
}

.focus\:border-red-650:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(182, 20, 80, var(--tw-border-opacity));
}

.focus\:border-red-750:focus{
  --tw-border-opacity: 1;
  border-color: rgba(203, 54, 51, var(--tw-border-opacity));
}

.focus\:border-red-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(160, 40, 37, var(--tw-border-opacity));
}

.focus\:border-red-850:focus{
  --tw-border-opacity: 1;
  border-color: rgba(168, 44, 41, var(--tw-border-opacity));
}

.focus\:border-red-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(119, 6, 3, var(--tw-border-opacity));
}

.focus\:border-yellow-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity));
}

.focus\:border-yellow-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

.focus\:border-yellow-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.focus\:border-yellow-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.focus\:border-yellow-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(248, 217, 15, var(--tw-border-opacity));
}

.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.focus\:border-yellow-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.focus\:border-yellow-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}

.focus\:border-yellow-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.focus\:border-yellow-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.focus\:border-green-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.focus\:border-green-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.focus\:border-green-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.focus\:border-green-300:focus{
  border-color: rgba(0, 0, 0, 0.25);
}

.focus\:border-green-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(62, 240, 118, var(--tw-border-opacity));
}

.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

.focus\:border-green-550:focus{
  --tw-border-opacity: 1;
  border-color: rgba(112, 196, 134, var(--tw-border-opacity));
}

.focus\:border-green-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
}

.focus\:border-green-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(247, 252, 248, var(--tw-border-opacity));
}

.focus\:border-green-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.focus\:border-green-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.focus\:border-blue-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus\:border-blue-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus\:border-blue-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(10, 56, 82, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:border-blue-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus\:border-blue-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus\:border-indigo-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus\:border-purple-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus\:border-purple-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus\:border-purple-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus\:border-purple-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus\:border-purple-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus\:border-purple-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus\:border-purple-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus\:border-purple-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus\:border-purple-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus\:border-pink-50:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.focus\:border-pink-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.focus\:border-pink-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.focus\:border-pink-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity));
}

.focus\:border-pink-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.focus\:border-pink-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.focus\:border-pink-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.focus\:border-pink-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.focus\:border-pink-800:focus{
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.focus\:border-pink-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

.focus\:border-orange-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(226, 101, 40, var(--tw-border-opacity));
}

.focus\:border-orange-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(253, 60, 0, var(--tw-border-opacity));
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

.border-opacity-5{
  --tw-border-opacity: 0.05;
}

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.border-opacity-11{
  --tw-border-opacity: .86;
}

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-40{
  --tw-border-opacity: 0.4;
}

.border-opacity-45{
  --tw-border-opacity: .45;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.border-opacity-58{
  --tw-border-opacity: .58;
}

.border-opacity-60{
  --tw-border-opacity: 0.6;
}

.border-opacity-70{
  --tw-border-opacity: 0.7;
}

.border-opacity-74{
  --tw-border-opacity: .74;
}

.border-opacity-75{
  --tw-border-opacity: 0.75;
}

.border-opacity-80{
  --tw-border-opacity: 0.8;
}

.border-opacity-90{
  --tw-border-opacity: 0.9;
}

.border-opacity-95{
  --tw-border-opacity: 0.95;
}

.border-opacity-100{
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-11{
  --tw-border-opacity: .86;
}

.group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-45{
  --tw-border-opacity: .45;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-58{
  --tw-border-opacity: .58;
}

.group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-74{
  --tw-border-opacity: .74;
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-11:focus-within{
  --tw-border-opacity: .86;
}

.focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-45:focus-within{
  --tw-border-opacity: .45;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-58:focus-within{
  --tw-border-opacity: .58;
}

.focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-74:focus-within{
  --tw-border-opacity: .74;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-11:hover{
  --tw-border-opacity: .86;
}

.hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-45:hover{
  --tw-border-opacity: .45;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-58:hover{
  --tw-border-opacity: .58;
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-74:hover{
  --tw-border-opacity: .74;
}

.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-11:focus{
  --tw-border-opacity: .86;
}

.focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-45:focus{
  --tw-border-opacity: .45;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-58:focus{
  --tw-border-opacity: .58;
}

.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-74:focus{
  --tw-border-opacity: .74;
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-base{
  border-radius: 1.875rem;
}

.rounded-bar{
  border-radius: 4rem;
}

.rounded-btn{
  border-radius: 25px;
}

.rounded-activities{
  border-radius: 20px;
}

.rounded-img{
  border-radius: 7px;
}

.rounded-input{
  border-radius: 40px;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-base{
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
}

.rounded-r-base{
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.rounded-b-base{
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

.rounded-l-base{
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

.rounded-t-bar{
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.rounded-r-bar{
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

.rounded-b-bar{
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.rounded-l-bar{
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.rounded-t-btn{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.rounded-r-btn{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.rounded-b-btn{
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.rounded-l-btn{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.rounded-t-activities{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-r-activities{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-b-activities{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-l-activities{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-t-img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.rounded-r-img{
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.rounded-b-img{
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.rounded-l-img{
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.rounded-t-input{
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.rounded-r-input{
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.rounded-b-input{
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-l-input{
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-tl-none{
  border-top-left-radius: 0px;
}

.rounded-tr-none{
  border-top-right-radius: 0px;
}

.rounded-br-none{
  border-bottom-right-radius: 0px;
}

.rounded-bl-none{
  border-bottom-left-radius: 0px;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl{
  border-top-left-radius: 0.25rem;
}

.rounded-tr{
  border-top-right-radius: 0.25rem;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

.rounded-tl-full{
  border-top-left-radius: 9999px;
}

.rounded-tr-full{
  border-top-right-radius: 9999px;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

.rounded-tl-base{
  border-top-left-radius: 1.875rem;
}

.rounded-tr-base{
  border-top-right-radius: 1.875rem;
}

.rounded-br-base{
  border-bottom-right-radius: 1.875rem;
}

.rounded-bl-base{
  border-bottom-left-radius: 1.875rem;
}

.rounded-tl-bar{
  border-top-left-radius: 4rem;
}

.rounded-tr-bar{
  border-top-right-radius: 4rem;
}

.rounded-br-bar{
  border-bottom-right-radius: 4rem;
}

.rounded-bl-bar{
  border-bottom-left-radius: 4rem;
}

.rounded-tl-btn{
  border-top-left-radius: 25px;
}

.rounded-tr-btn{
  border-top-right-radius: 25px;
}

.rounded-br-btn{
  border-bottom-right-radius: 25px;
}

.rounded-bl-btn{
  border-bottom-left-radius: 25px;
}

.rounded-tl-activities{
  border-top-left-radius: 20px;
}

.rounded-tr-activities{
  border-top-right-radius: 20px;
}

.rounded-br-activities{
  border-bottom-right-radius: 20px;
}

.rounded-bl-activities{
  border-bottom-left-radius: 20px;
}

.rounded-tl-img{
  border-top-left-radius: 7px;
}

.rounded-tr-img{
  border-top-right-radius: 7px;
}

.rounded-br-img{
  border-bottom-right-radius: 7px;
}

.rounded-bl-img{
  border-bottom-left-radius: 7px;
}

.rounded-tl-input{
  border-top-left-radius: 40px;
}

.rounded-tr-input{
  border-top-right-radius: 40px;
}

.rounded-br-input{
  border-bottom-right-radius: 40px;
}

.rounded-bl-input{
  border-bottom-left-radius: 40px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-double{
  border-style: double;
}

.border-none{
  border-style: none;
}

.border-0{
  border-width: 0px;
}

.border-1{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-3{
  border-width: 3px;
}

.border-4{
  border-width: 4px;
}

.border-6{
  border-width: 6px;
}

.border-8{
  border-width: 8px;
}

.border-9{
  border-width: 9px;
}

.border-10{
  border-width: 10px;
}

.border-14{
  border-width: 14px;
}

.border{
  border-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-l-0{
  border-left-width: 0px;
}

.border-t-1{
  border-top-width: 1px;
}

.border-r-1{
  border-right-width: 1px;
}

.border-b-1{
  border-bottom-width: 1px;
}

.border-l-1{
  border-left-width: 1px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-r-2{
  border-right-width: 2px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-t-3{
  border-top-width: 3px;
}

.border-r-3{
  border-right-width: 3px;
}

.border-b-3{
  border-bottom-width: 3px;
}

.border-l-3{
  border-left-width: 3px;
}

.border-t-4{
  border-top-width: 4px;
}

.border-r-4{
  border-right-width: 4px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t-6{
  border-top-width: 6px;
}

.border-r-6{
  border-right-width: 6px;
}

.border-b-6{
  border-bottom-width: 6px;
}

.border-l-6{
  border-left-width: 6px;
}

.border-t-8{
  border-top-width: 8px;
}

.border-r-8{
  border-right-width: 8px;
}

.border-b-8{
  border-bottom-width: 8px;
}

.border-l-8{
  border-left-width: 8px;
}

.border-t-9{
  border-top-width: 9px;
}

.border-r-9{
  border-right-width: 9px;
}

.border-b-9{
  border-bottom-width: 9px;
}

.border-l-9{
  border-left-width: 9px;
}

.border-t-10{
  border-top-width: 10px;
}

.border-r-10{
  border-right-width: 10px;
}

.border-b-10{
  border-bottom-width: 10px;
}

.border-l-10{
  border-left-width: 10px;
}

.border-t-14{
  border-top-width: 14px;
}

.border-r-14{
  border-right-width: 14px;
}

.border-b-14{
  border-bottom-width: 14px;
}

.border-l-14{
  border-left-width: 14px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

.inline-grid{
  display: inline-grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.place-items-auto{
  place-items: auto;
}

.place-items-start{
  place-items: start;
}

.place-items-end{
  place-items: end;
}

.place-items-center{
  place-items: center;
}

.place-items-stretch{
  place-items: stretch;
}

.place-content-center{
  place-content: center;
}

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

.place-content-between{
  place-content: space-between;
}

.place-content-around{
  place-content: space-around;
}

.place-content-evenly{
  place-content: space-evenly;
}

.place-content-stretch{
  place-content: stretch;
}

.place-self-auto{
  place-self: auto;
}

.place-self-start{
  place-self: start;
}

.place-self-end{
  place-self: end;
}

.place-self-center{
  place-self: center;
}

.place-self-stretch{
  place-self: stretch;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.content-center{
  align-content: center;
}

.content-start{
  align-content: flex-start;
}

.content-end{
  align-content: flex-end;
}

.content-between{
  align-content: space-between;
}

.content-around{
  align-content: space-around;
}

.content-evenly{
  align-content: space-evenly;
}

.self-auto{
  align-self: auto;
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.self-stretch{
  align-self: stretch;
}

.justify-items-auto{
  justify-items: auto;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-end{
  justify-items: end;
}

.justify-items-center{
  justify-items: center;
}

.justify-items-stretch{
  justify-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.justify-self-auto{
  justify-self: auto;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

.justify-self-center{
  justify-self: center;
}

.justify-self-stretch{
  justify-self: stretch;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.flex-grow-0{
  flex-grow: 0;
}

.flex-grow{
  flex-grow: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-shrink{
  flex-shrink: 1;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.order-none{
  order: 0;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.font-sans{
  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";
}

.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-OpenSans{
  font-family: Open Sans;
}

.font-Poppins{
  font-family: Poppins;
}

.font-thin{
  font-weight: 100;
}

.font-extralight{
  font-weight: 200;
}

.font-light{
  font-weight: 300;
}

.font-normal{
  font-weight: 400;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-black{
  font-weight: 900;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-13{
  height: 3.25rem;
}

.h-14{
  height: 3.5rem;
}

.h-15{
  height: 3.75rem;
}

.h-16{
  height: 4rem;
}

.h-17{
  height: 4.375rem;
}

.h-18{
  height: 4.5rem;
}

.h-19{
  height: 4.75rem;
}

.h-20{
  height: 5rem;
}

.h-21{
  height: 5.5rem;
}

.h-22{
  height: 5.625rem;
}

.h-23{
  height: 6.375rem;
}

.h-24{
  height: 6rem;
}

.h-25{
  height: 6.5rem;
}

.h-26{
  height: 6.75rem;
}

.h-27{
  height: 6.25rem;
}

.h-28{
  height: 7rem;
}

.h-29{
  height: 7.5rem;
}

.h-32{
  height: 8rem;
}

.h-34{
  height: 8.5rem;
}

.h-35{
  height: 8.75rem;
}

.h-36{
  height: 9rem;
}

.h-37{
  height: 9.125rem;
}

.h-38{
  height: 9.5rem;
}

.h-40{
  height: 10rem;
}

.h-41{
  height: 10.5rem;
}

.h-42{
  height: 10.625rem;
}

.h-44{
  height: 11rem;
}

.h-45{
  height: 11.875rem;
}

.h-48{
  height: 12rem;
}

.h-49{
  height: 12.5rem;
}

.h-51{
  height: 13.375rem;
}

.h-52{
  height: 13rem;
}

.h-56{
  height: 14rem;
}

.h-57{
  height: 14.375rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-65{
  height: 17rem;
}

.h-66{
  height: 17.5rem;
}

.h-72{
  height: 18rem;
}

.h-73{
  height: 18.5rem;
}

.h-80{
  height: 20rem;
}

.h-81{
  height: 21.5rem;
}

.h-82{
  height: 22rem;
}

.h-83{
  height: 23.8125rem;
}

.h-84{
  height: 23rem;
}

.h-94{
  height: 28rem;
}

.h-96{
  height: 24rem;
}

.h-98{
  height: 32rem;
}

.h-100{
  height: 90%;
}

.h-auto{
  height: auto;
}

.h-px{
  height: 1px;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-4\.5{
  height: 1.125rem;
}

.h-5\.5{
  height: 1.375rem;
}

.h-6\.5{
  height: 1.625rem;
}

.h-7\.5{
  height: 1.875rem;
}

.h-8\.5{
  height: 2.125rem;
}

.h-9\.5{
  height: 2.375rem;
}

.h-10\.5{
  height: 2.625rem;
}

.h-11\.5{
  height: 2.875rem;
}

.h-12\.5{
  height: 3.125rem;
}

.h-13\.5{
  height: 3.375rem;
}

.h-15\.5{
  height: 3.8rem;
}

.h-16\.5{
  height: 4.25rem;
}

.h-17\.5{
  height: 4.25rem;
}

.h-18\.5{
  height: 4.625rem;
}

.h-20\.5{
  height: 5.25rem;
}

.h-21\.5{
  height: 5.75rem;
}

.h-22\.5{
  height: 5.875rem;
}

.h-24\.5{
  height: 6.625rem;
}

.h-28\.5{
  height: 7.375rem;
}

.h-29\.5{
  height: 7.75rem;
}

.h-32\.5{
  height: 8.5rem;
}

.h-33\.5{
  height: 8.8125rem;
}

.h-42\.5{
  height: 10.875rem;
}

.h-49\.5{
  height: 12.75rem;
}

.h-72\.5{
  height: 18.25rem;
}

.h-1\/2{
  height: 50%;
}

.h-1\/3{
  height: 33.333333%;
}

.h-2\/3{
  height: 66.666667%;
}

.h-1\/4{
  height: 25%;
}

.h-2\/4{
  height: 50%;
}

.h-3\/4{
  height: 75%;
}

.h-1\/5{
  height: 20%;
}

.h-2\/5{
  height: 40%;
}

.h-3\/5{
  height: 60%;
}

.h-4\/5{
  height: 80%;
}

.h-1\/6{
  height: 16.666667%;
}

.h-2\/6{
  height: 33.333333%;
}

.h-3\/6{
  height: 50%;
}

.h-4\/6{
  height: 66.666667%;
}

.h-5\/6{
  height: 83.333333%;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-1\.4{
  height: 0.3125rem;
}

.h-14\.5{
  height: 3.875rem;
}

.h-52\.5{
  height: 13.5rem;
}

.h-56\.5{
  height: 14.625rem;
}

.h-64\.5{
  height: 16.5rem;
}

.h-66\.5{
  height: 17.625rem;
}

.h-80\.5{
  height: 20.25rem;
}

.h-81\.5{
  height: 21.125rem;
}

.h-icons-xxl{
  height: 103px;
}

.h-activities{
  height: 416px;
}

.h-activities-sm{
  height: 215px;
}

.h-community{
  height: 390px;
}

.h-community-md{
  height: 420px;
}

.h-community-sm{
  height: 515px;
}

.h-slide{
  height: 792px;
}

.h-slide-md{
  height: 640px;
}

.h-slide-sm{
  height: 443px;
}

.h-bg-commission{
  height: 303px;
}

.h-bg-commission-sm{
  height: 94px;
}

.h-bg-commission-md{
  height: 200px;
}

.h-item-commission{
  height: 201px;
}

.h-item-commission-sm{
  height: 165px;
}

.h-about{
  height: 661px;
}

.h-about-sm{
  height: 290px;
}

.h-about-md{
  height: 350px;
}

.h-items{
  height: 273px;
}

.h-items-sm{
  height: 230px;
}

.h-items-2{
  height: 317px;
}

.h-items-2-sm{
  height: 260px;
}

.h-news{
  height: 568px;
}

.h-news-sm{
  height: 240px;
}

.h-news2{
  height: 277px;
}

.h-news3{
  height: 259px;
}

.h-img-vision{
  height: 496px;
}

.h-directive{
  height: 492px;
}

.h-directive-md{
  height: 392px;
}

.h-directive-sm{
  height: 270px;
}

.h-img-vision-md{
  height: 300px;
}

.h-img-vision-sm{
  height: 220px;
}

.h-circle{
  height: 120px;
}

.h-circle-xl{
  height: 215px;
}

.h-value{
  height: 196px;
}

.h-modal{
  height: 661px;
}

.h-modal-lg{
  height: 480px;
}

.h-modal-md{
  height: 400px;
}

.h-modal-sm{
  height: 280px;
}

.h-hero{
  height: 424px;
}

.h-hero-md{
  height: 300px;
}

.h-hero-sm{
  height: 240px;
}

.h-form{
  height: 382px;
}

.h-login{
  height: 1008px;
}

.h-login-lg{
  height: 900px;
}

.h-login-sm{
  height: 500px;
}

.h-because{
  height: 117px;
}

.h-because-sm{
  height: 80px;
}

.h-debate{
  height: 368px;
}

.h-debate-sm{
  height: 280px;
}

.text-404{
  font-size: 200px;
  line-height: 300px;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base{
  font-size: 28px;
  line-height: 32px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-xsCap{
  font-size: 12px;
  line-height: 16px;
}

.text-smCap{
  font-size: 14px;
  line-height: 24px;
}

.text-mdCap{
  font-size: 16px;
  line-height: 28px;
}

.text-lgCap{
  font-size: 24px;
  line-height: 24px;
}

.text-btn{
  font-size: 16px;
  line-height: 32px;
}

.text-btn-sm{
  font-size: 14px;
  line-height: 28px;
}

.text-icon-arrow{
  font-size: 8px;
  line-height: auto;
}

.text-icon{
  font-size: 22px;
  line-height: auto;
}

.text-icon-xs{
  font-size: 12px;
  line-height: auto;
}

.text-body{
  font-size: 14px;
  line-height: 16px;
}

.text-icon-sm{
  font-size: 16px;
  line-height: auto;
}

.text-info-h2{
  font-size: 48px;
  line-height: 72px;
}

.text-info-h2-xl{
  font-size: 120px;
  line-height: 120px;
}

.text-info-h2-md{
  font-size: 38px;
  line-height: 52px;
}

.text-info-h2-sm{
  font-size: 28px;
  line-height: 42px;
}

.text-info-h3{
  font-size: 40px;
  line-height: 60px;
}

.text-info-h3-sm{
  font-size: 22px;
  line-height: 38px;
}

.text-info-h3-md{
  font-size: 24px;
  line-height: 40px;
}

.text-info-h3-lg{
  font-size: 30px;
  line-height: 60px;
}

.text-info-h4{
  font-size: 32px;
  line-height: 40px;
}

.text-info-h4-md{
  font-size: 28px;
  line-height: 40px;
}

.text-info-h4-sm{
  font-size: 20px;
  line-height: 40px;
}

.text-info-p{
  font-size: 18px;
  line-height: 32px;
}

.text-info-p-xl{
  font-size: 24px;
  line-height: 32px;
}

.text-info-p-lg{
  font-size: 20px;
  line-height: 32px;
}

.text-info-p-md{
  font-size: 20px;
  line-height: 28px;
}

.text-info-span{
  font-size: 24px;
  line-height: 36px;
}

.text-play{
  font-size: 52px;
  line-height: auto;
}

.text-icons-xxl{
  font-size: 90px;
  line-height: auto;
}

.text-icons-sub{
  font-size: 40px;
  line-height: 0px;
}

.text-404-md{
  font-size: 150px;
  line-height: 200px;
}

.text-404-sm{
  font-size: 100px;
  line-height: 120px;
}

.text-check{
  font-size: 51px;
  line-height: 50px;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-snug{
  line-height: 1.375;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-loose{
  line-height: 2;
}

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-2{
  margin: 0.5rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-5{
  margin: 1.25rem;
}

.m-6{
  margin: 1.5rem;
}

.m-7{
  margin: 1.75rem;
}

.m-8{
  margin: 2rem;
}

.m-9{
  margin: 2.25rem;
}

.m-10{
  margin: 2.5rem;
}

.m-11{
  margin: 2.75rem;
}

.m-12{
  margin: 3rem;
}

.m-13{
  margin: 3.375rem;
}

.m-14{
  margin: 3.5rem;
}

.m-15{
  margin: 3.75rem;
}

.m-16{
  margin: 4rem;
}

.m-17{
  margin: 4.375rem;
}

.m-18{
  margin: 4.5rem;
}

.m-19{
  margin: 4.75rem;
}

.m-20{
  margin: 5rem;
}

.m-21{
  margin: 5.5rem;
}

.m-22{
  margin: 5.625rem;
}

.m-23{
  margin: 6.125rem;
}

.m-24{
  margin: 6rem;
}

.m-25{
  margin: 6.5rem;
}

.m-26{
  margin: 6.75rem;
}

.m-27{
  margin: 6.25rem;
}

.m-28{
  margin: 7rem;
}

.m-29{
  margin: 7.5rem;
}

.m-32{
  margin: 8rem;
}

.m-34{
  margin: 8.5rem;
}

.m-35{
  margin: 8.75rem;
}

.m-36{
  margin: 9rem;
}

.m-37{
  margin: 9.125rem;
}

.m-38{
  margin: 9.5rem;
}

.m-40{
  margin: 10rem;
}

.m-41{
  margin: 10.5rem;
}

.m-42{
  margin: 10.625rem;
}

.m-44{
  margin: 11rem;
}

.m-45{
  margin: 11.25rem;
}

.m-48{
  margin: 12rem;
}

.m-49{
  margin: 12.5rem;
}

.m-52{
  margin: 13rem;
}

.m-56{
  margin: 14rem;
}

.m-57{
  margin: 14.375rem;
}

.m-60{
  margin: 15rem;
}

.m-64{
  margin: 16rem;
}

.m-72{
  margin: 18rem;
}

.m-80{
  margin: 20rem;
}

.m-82{
  margin: 22rem;
}

.m-83{
  margin: 23.8125rem;
}

.m-96{
  margin: 24rem;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

.m-0\.5{
  margin: 0.125rem;
}

.m-1\.5{
  margin: 0.375rem;
}

.m-2\.5{
  margin: 0.625rem;
}

.m-3\.5{
  margin: 0.875rem;
}

.m-4\.5{
  margin: 1.125rem;
}

.m-5\.5{
  margin: 1.375rem;
}

.m-6\.5{
  margin: 1.625rem;
}

.m-7\.5{
  margin: 1.875rem;
}

.m-8\.5{
  margin: 2.125rem;
}

.m-9\.5{
  margin: 2.375rem;
}

.m-10\.5{
  margin: 2.625rem;
}

.m-11\.5{
  margin: 2.875rem;
}

.m-12\.5{
  margin: 3.125rem;
}

.m-13\.5{
  margin: 3.25rem;
}

.m-15\.5{
  margin: 3.8rem;
}

.m-16\.5{
  margin: 4.125rem;
}

.m-17\.5{
  margin: 4.25rem;
}

.m-18\.5{
  margin: 4.625rem;
}

.m-20\.5{
  margin: 5.25rem;
}

.m-21\.5{
  margin: 5.75rem;
}

.m-22\.5{
  margin: 5.875rem;
}

.m-24\.5{
  margin: 6.8125rem;
}

.m-28\.5{
  margin: 7.375rem;
}

.m-29\.5{
  margin: 7.75rem;
}

.m-32\.5{
  margin: 8.125rem;
}

.m-33\.5{
  margin: 8.8125rem;
}

.m-42\.5{
  margin: 10.875rem;
}

.m-49\.5{
  margin: 12.75rem;
}

.m-72\.5{
  margin: 18.25rem;
}

.-m-0{
  margin: 0px;
}

.-m-1{
  margin: -0.25rem;
}

.-m-2{
  margin: -0.5rem;
}

.-m-3{
  margin: -0.75rem;
}

.-m-4{
  margin: -1rem;
}

.-m-5{
  margin: -1.25rem;
}

.-m-6{
  margin: -1.5rem;
}

.-m-7{
  margin: -1.75rem;
}

.-m-8{
  margin: -2rem;
}

.-m-9{
  margin: -2.25rem;
}

.-m-10{
  margin: -2.5rem;
}

.-m-11{
  margin: -2.75rem;
}

.-m-12{
  margin: -3rem;
}

.-m-13{
  margin: -3.375rem;
}

.-m-14{
  margin: -3.5rem;
}

.-m-15{
  margin: -3.75rem;
}

.-m-16{
  margin: -4rem;
}

.-m-17{
  margin: -4.375rem;
}

.-m-18{
  margin: -4.5rem;
}

.-m-19{
  margin: -4.75rem;
}

.-m-20{
  margin: -5rem;
}

.-m-21{
  margin: -5.5rem;
}

.-m-22{
  margin: -5.625rem;
}

.-m-23{
  margin: -6.125rem;
}

.-m-24{
  margin: -6rem;
}

.-m-25{
  margin: -6.5rem;
}

.-m-26{
  margin: -6.75rem;
}

.-m-27{
  margin: -6.25rem;
}

.-m-28{
  margin: -7rem;
}

.-m-29{
  margin: -7.5rem;
}

.-m-32{
  margin: -8rem;
}

.-m-34{
  margin: -8.5rem;
}

.-m-35{
  margin: -8.75rem;
}

.-m-36{
  margin: -9rem;
}

.-m-37{
  margin: -9.125rem;
}

.-m-38{
  margin: -9.5rem;
}

.-m-40{
  margin: -10rem;
}

.-m-41{
  margin: -10.5rem;
}

.-m-42{
  margin: -10.625rem;
}

.-m-44{
  margin: -11rem;
}

.-m-45{
  margin: -11.25rem;
}

.-m-48{
  margin: -12rem;
}

.-m-49{
  margin: -12.5rem;
}

.-m-52{
  margin: -13rem;
}

.-m-56{
  margin: -14rem;
}

.-m-57{
  margin: -14.375rem;
}

.-m-60{
  margin: -15rem;
}

.-m-64{
  margin: -16rem;
}

.-m-72{
  margin: -18rem;
}

.-m-80{
  margin: -20rem;
}

.-m-82{
  margin: -22rem;
}

.-m-83{
  margin: -23.8125rem;
}

.-m-96{
  margin: -24rem;
}

.-m-px{
  margin: -1px;
}

.-m-0\.5{
  margin: -0.125rem;
}

.-m-1\.5{
  margin: -0.375rem;
}

.-m-2\.5{
  margin: -0.625rem;
}

.-m-3\.5{
  margin: -0.875rem;
}

.-m-4\.5{
  margin: -1.125rem;
}

.-m-5\.5{
  margin: -1.375rem;
}

.-m-6\.5{
  margin: -1.625rem;
}

.-m-7\.5{
  margin: -1.875rem;
}

.-m-8\.5{
  margin: -2.125rem;
}

.-m-9\.5{
  margin: -2.375rem;
}

.-m-10\.5{
  margin: -2.625rem;
}

.-m-11\.5{
  margin: -2.875rem;
}

.-m-12\.5{
  margin: -3.125rem;
}

.-m-13\.5{
  margin: -3.25rem;
}

.-m-15\.5{
  margin: -3.8rem;
}

.-m-16\.5{
  margin: -4.125rem;
}

.-m-17\.5{
  margin: -4.25rem;
}

.-m-18\.5{
  margin: -4.625rem;
}

.-m-20\.5{
  margin: -5.25rem;
}

.-m-21\.5{
  margin: -5.75rem;
}

.-m-22\.5{
  margin: -5.875rem;
}

.-m-24\.5{
  margin: -6.8125rem;
}

.-m-28\.5{
  margin: -7.375rem;
}

.-m-29\.5{
  margin: -7.75rem;
}

.-m-32\.5{
  margin: -8.125rem;
}

.-m-33\.5{
  margin: -8.8125rem;
}

.-m-42\.5{
  margin: -10.875rem;
}

.-m-49\.5{
  margin: -12.75rem;
}

.-m-72\.5{
  margin: -18.25rem;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-13{
  margin-top: 3.375rem;
  margin-bottom: 3.375rem;
}

.mx-13{
  margin-left: 3.375rem;
  margin-right: 3.375rem;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-15{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15{
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-17{
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.mx-17{
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.my-18{
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-18{
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-19{
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.mx-19{
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-21{
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-21{
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.my-22{
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.mx-22{
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.my-23{
  margin-top: 6.125rem;
  margin-bottom: 6.125rem;
}

.mx-23{
  margin-left: 6.125rem;
  margin-right: 6.125rem;
}

.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-25{
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.mx-25{
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.my-26{
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

.mx-26{
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

.my-27{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.mx-27{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-29{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mx-29{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-34{
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.mx-34{
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.my-35{
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.mx-35{
  margin-left: 8.75rem;
  margin-right: 8.75rem;
}

.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-37{
  margin-top: 9.125rem;
  margin-bottom: 9.125rem;
}

.mx-37{
  margin-left: 9.125rem;
  margin-right: 9.125rem;
}

.my-38{
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.mx-38{
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-41{
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.mx-41{
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}

.my-42{
  margin-top: 10.625rem;
  margin-bottom: 10.625rem;
}

.mx-42{
  margin-left: 10.625rem;
  margin-right: 10.625rem;
}

.my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-45{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

.mx-45{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-49{
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.mx-49{
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-57{
  margin-top: 14.375rem;
  margin-bottom: 14.375rem;
}

.mx-57{
  margin-left: 14.375rem;
  margin-right: 14.375rem;
}

.my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mx-72{
  margin-left: 18rem;
  margin-right: 18rem;
}

.my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-82{
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.mx-82{
  margin-left: 22rem;
  margin-right: 22rem;
}

.my-83{
  margin-top: 23.8125rem;
  margin-bottom: 23.8125rem;
}

.mx-83{
  margin-left: 23.8125rem;
  margin-right: 23.8125rem;
}

.my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-96{
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.my-4\.5{
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.mx-4\.5{
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.my-5\.5{
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.mx-5\.5{
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}

.my-6\.5{
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

.mx-6\.5{
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}

.my-7\.5{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mx-7\.5{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-8\.5{
  margin-top: 2.125rem;
  margin-bottom: 2.125rem;
}

.mx-8\.5{
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}

.my-9\.5{
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}

.mx-9\.5{
  margin-left: 2.375rem;
  margin-right: 2.375rem;
}

.my-10\.5{
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
}

.mx-10\.5{
  margin-left: 2.625rem;
  margin-right: 2.625rem;
}

.my-11\.5{
  margin-top: 2.875rem;
  margin-bottom: 2.875rem;
}

.mx-11\.5{
  margin-left: 2.875rem;
  margin-right: 2.875rem;
}

.my-12\.5{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.mx-12\.5{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.my-13\.5{
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.mx-13\.5{
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-15\.5{
  margin-top: 3.8rem;
  margin-bottom: 3.8rem;
}

.mx-15\.5{
  margin-left: 3.8rem;
  margin-right: 3.8rem;
}

.my-16\.5{
  margin-top: 4.125rem;
  margin-bottom: 4.125rem;
}

.mx-16\.5{
  margin-left: 4.125rem;
  margin-right: 4.125rem;
}

.my-17\.5{
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.mx-17\.5{
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.my-18\.5{
  margin-top: 4.625rem;
  margin-bottom: 4.625rem;
}

.mx-18\.5{
  margin-left: 4.625rem;
  margin-right: 4.625rem;
}

.my-20\.5{
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.mx-20\.5{
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.my-21\.5{
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}

.mx-21\.5{
  margin-left: 5.75rem;
  margin-right: 5.75rem;
}

.my-22\.5{
  margin-top: 5.875rem;
  margin-bottom: 5.875rem;
}

.mx-22\.5{
  margin-left: 5.875rem;
  margin-right: 5.875rem;
}

.my-24\.5{
  margin-top: 6.8125rem;
  margin-bottom: 6.8125rem;
}

.mx-24\.5{
  margin-left: 6.8125rem;
  margin-right: 6.8125rem;
}

.my-28\.5{
  margin-top: 7.375rem;
  margin-bottom: 7.375rem;
}

.mx-28\.5{
  margin-left: 7.375rem;
  margin-right: 7.375rem;
}

.my-29\.5{
  margin-top: 7.75rem;
  margin-bottom: 7.75rem;
}

.mx-29\.5{
  margin-left: 7.75rem;
  margin-right: 7.75rem;
}

.my-32\.5{
  margin-top: 8.125rem;
  margin-bottom: 8.125rem;
}

.mx-32\.5{
  margin-left: 8.125rem;
  margin-right: 8.125rem;
}

.my-33\.5{
  margin-top: 8.8125rem;
  margin-bottom: 8.8125rem;
}

.mx-33\.5{
  margin-left: 8.8125rem;
  margin-right: 8.8125rem;
}

.my-42\.5{
  margin-top: 10.875rem;
  margin-bottom: 10.875rem;
}

.mx-42\.5{
  margin-left: 10.875rem;
  margin-right: 10.875rem;
}

.my-49\.5{
  margin-top: 12.75rem;
  margin-bottom: 12.75rem;
}

.mx-49\.5{
  margin-left: 12.75rem;
  margin-right: 12.75rem;
}

.my-72\.5{
  margin-top: 18.25rem;
  margin-bottom: 18.25rem;
}

.mx-72\.5{
  margin-left: 18.25rem;
  margin-right: 18.25rem;
}

.-my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.-mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-13{
  margin-top: -3.375rem;
  margin-bottom: -3.375rem;
}

.-mx-13{
  margin-left: -3.375rem;
  margin-right: -3.375rem;
}

.-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-15{
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-15{
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-17{
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}

.-mx-17{
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}

.-my-18{
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.-mx-18{
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.-my-19{
  margin-top: -4.75rem;
  margin-bottom: -4.75rem;
}

.-mx-19{
  margin-left: -4.75rem;
  margin-right: -4.75rem;
}

.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-21{
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.-mx-21{
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.-my-22{
  margin-top: -5.625rem;
  margin-bottom: -5.625rem;
}

.-mx-22{
  margin-left: -5.625rem;
  margin-right: -5.625rem;
}

.-my-23{
  margin-top: -6.125rem;
  margin-bottom: -6.125rem;
}

.-mx-23{
  margin-left: -6.125rem;
  margin-right: -6.125rem;
}

.-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-25{
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.-mx-25{
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.-my-26{
  margin-top: -6.75rem;
  margin-bottom: -6.75rem;
}

.-mx-26{
  margin-left: -6.75rem;
  margin-right: -6.75rem;
}

.-my-27{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-mx-27{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}

.-my-29{
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.-mx-29{
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-34{
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.-mx-34{
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.-my-35{
  margin-top: -8.75rem;
  margin-bottom: -8.75rem;
}

.-mx-35{
  margin-left: -8.75rem;
  margin-right: -8.75rem;
}

.-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}

.-my-37{
  margin-top: -9.125rem;
  margin-bottom: -9.125rem;
}

.-mx-37{
  margin-left: -9.125rem;
  margin-right: -9.125rem;
}

.-my-38{
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.-mx-38{
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

.-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-41{
  margin-top: -10.5rem;
  margin-bottom: -10.5rem;
}

.-mx-41{
  margin-left: -10.5rem;
  margin-right: -10.5rem;
}

.-my-42{
  margin-top: -10.625rem;
  margin-bottom: -10.625rem;
}

.-mx-42{
  margin-left: -10.625rem;
  margin-right: -10.625rem;
}

.-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}

.-my-45{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}

.-mx-45{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}

.-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-49{
  margin-top: -12.5rem;
  margin-bottom: -12.5rem;
}

.-mx-49{
  margin-left: -12.5rem;
  margin-right: -12.5rem;
}

.-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}

.-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-57{
  margin-top: -14.375rem;
  margin-bottom: -14.375rem;
}

.-mx-57{
  margin-left: -14.375rem;
  margin-right: -14.375rem;
}

.-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}

.-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-mx-72{
  margin-left: -18rem;
  margin-right: -18rem;
}

.-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}

.-my-82{
  margin-top: -22rem;
  margin-bottom: -22rem;
}

.-mx-82{
  margin-left: -22rem;
  margin-right: -22rem;
}

.-my-83{
  margin-top: -23.8125rem;
  margin-bottom: -23.8125rem;
}

.-mx-83{
  margin-left: -23.8125rem;
  margin-right: -23.8125rem;
}

.-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-mx-96{
  margin-left: -24rem;
  margin-right: -24rem;
}

.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

.-my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.-my-4\.5{
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.-mx-4\.5{
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.-my-5\.5{
  margin-top: -1.375rem;
  margin-bottom: -1.375rem;
}

.-mx-5\.5{
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.-my-6\.5{
  margin-top: -1.625rem;
  margin-bottom: -1.625rem;
}

.-mx-6\.5{
  margin-left: -1.625rem;
  margin-right: -1.625rem;
}

.-my-7\.5{
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-mx-7\.5{
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-my-8\.5{
  margin-top: -2.125rem;
  margin-bottom: -2.125rem;
}

.-mx-8\.5{
  margin-left: -2.125rem;
  margin-right: -2.125rem;
}

.-my-9\.5{
  margin-top: -2.375rem;
  margin-bottom: -2.375rem;
}

.-mx-9\.5{
  margin-left: -2.375rem;
  margin-right: -2.375rem;
}

.-my-10\.5{
  margin-top: -2.625rem;
  margin-bottom: -2.625rem;
}

.-mx-10\.5{
  margin-left: -2.625rem;
  margin-right: -2.625rem;
}

.-my-11\.5{
  margin-top: -2.875rem;
  margin-bottom: -2.875rem;
}

.-mx-11\.5{
  margin-left: -2.875rem;
  margin-right: -2.875rem;
}

.-my-12\.5{
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-mx-12\.5{
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-my-13\.5{
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.-mx-13\.5{
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.-my-15\.5{
  margin-top: -3.8rem;
  margin-bottom: -3.8rem;
}

.-mx-15\.5{
  margin-left: -3.8rem;
  margin-right: -3.8rem;
}

.-my-16\.5{
  margin-top: -4.125rem;
  margin-bottom: -4.125rem;
}

.-mx-16\.5{
  margin-left: -4.125rem;
  margin-right: -4.125rem;
}

.-my-17\.5{
  margin-top: -4.25rem;
  margin-bottom: -4.25rem;
}

.-mx-17\.5{
  margin-left: -4.25rem;
  margin-right: -4.25rem;
}

.-my-18\.5{
  margin-top: -4.625rem;
  margin-bottom: -4.625rem;
}

.-mx-18\.5{
  margin-left: -4.625rem;
  margin-right: -4.625rem;
}

.-my-20\.5{
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.-mx-20\.5{
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.-my-21\.5{
  margin-top: -5.75rem;
  margin-bottom: -5.75rem;
}

.-mx-21\.5{
  margin-left: -5.75rem;
  margin-right: -5.75rem;
}

.-my-22\.5{
  margin-top: -5.875rem;
  margin-bottom: -5.875rem;
}

.-mx-22\.5{
  margin-left: -5.875rem;
  margin-right: -5.875rem;
}

.-my-24\.5{
  margin-top: -6.8125rem;
  margin-bottom: -6.8125rem;
}

.-mx-24\.5{
  margin-left: -6.8125rem;
  margin-right: -6.8125rem;
}

.-my-28\.5{
  margin-top: -7.375rem;
  margin-bottom: -7.375rem;
}

.-mx-28\.5{
  margin-left: -7.375rem;
  margin-right: -7.375rem;
}

.-my-29\.5{
  margin-top: -7.75rem;
  margin-bottom: -7.75rem;
}

.-mx-29\.5{
  margin-left: -7.75rem;
  margin-right: -7.75rem;
}

.-my-32\.5{
  margin-top: -8.125rem;
  margin-bottom: -8.125rem;
}

.-mx-32\.5{
  margin-left: -8.125rem;
  margin-right: -8.125rem;
}

.-my-33\.5{
  margin-top: -8.8125rem;
  margin-bottom: -8.8125rem;
}

.-mx-33\.5{
  margin-left: -8.8125rem;
  margin-right: -8.8125rem;
}

.-my-42\.5{
  margin-top: -10.875rem;
  margin-bottom: -10.875rem;
}

.-mx-42\.5{
  margin-left: -10.875rem;
  margin-right: -10.875rem;
}

.-my-49\.5{
  margin-top: -12.75rem;
  margin-bottom: -12.75rem;
}

.-mx-49\.5{
  margin-left: -12.75rem;
  margin-right: -12.75rem;
}

.-my-72\.5{
  margin-top: -18.25rem;
  margin-bottom: -18.25rem;
}

.-mx-72\.5{
  margin-left: -18.25rem;
  margin-right: -18.25rem;
}

.mt-0{
  margin-top: 0px;
}

.mr-0{
  margin-right: 0px;
}

.mb-0{
  margin-bottom: 0px;
}

.ml-0{
  margin-left: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mr-7{
  margin-right: 1.75rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.ml-7{
  margin-left: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mr-8{
  margin-right: 2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-8{
  margin-left: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mr-9{
  margin-right: 2.25rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.ml-9{
  margin-left: 2.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

.mr-11{
  margin-right: 2.75rem;
}

.mb-11{
  margin-bottom: 2.75rem;
}

.ml-11{
  margin-left: 2.75rem;
}

.mt-12{
  margin-top: 3rem;
}

.mr-12{
  margin-right: 3rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.ml-12{
  margin-left: 3rem;
}

.mt-13{
  margin-top: 3.375rem;
}

.mr-13{
  margin-right: 3.375rem;
}

.mb-13{
  margin-bottom: 3.375rem;
}

.ml-13{
  margin-left: 3.375rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mr-14{
  margin-right: 3.5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.ml-14{
  margin-left: 3.5rem;
}

.mt-15{
  margin-top: 3.75rem;
}

.mr-15{
  margin-right: 3.75rem;
}

.mb-15{
  margin-bottom: 3.75rem;
}

.ml-15{
  margin-left: 3.75rem;
}

.mt-16{
  margin-top: 4rem;
}

.mr-16{
  margin-right: 4rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.ml-16{
  margin-left: 4rem;
}

.mt-17{
  margin-top: 4.375rem;
}

.mr-17{
  margin-right: 4.375rem;
}

.mb-17{
  margin-bottom: 4.375rem;
}

.ml-17{
  margin-left: 4.375rem;
}

.mt-18{
  margin-top: 4.5rem;
}

.mr-18{
  margin-right: 4.5rem;
}

.mb-18{
  margin-bottom: 4.5rem;
}

.ml-18{
  margin-left: 4.5rem;
}

.mt-19{
  margin-top: 4.75rem;
}

.mr-19{
  margin-right: 4.75rem;
}

.mb-19{
  margin-bottom: 4.75rem;
}

.ml-19{
  margin-left: 4.75rem;
}

.mt-20{
  margin-top: 5rem;
}

.mr-20{
  margin-right: 5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.ml-20{
  margin-left: 5rem;
}

.mt-21{
  margin-top: 5.5rem;
}

.mr-21{
  margin-right: 5.5rem;
}

.mb-21{
  margin-bottom: 5.5rem;
}

.ml-21{
  margin-left: 5.5rem;
}

.mt-22{
  margin-top: 5.625rem;
}

.mr-22{
  margin-right: 5.625rem;
}

.mb-22{
  margin-bottom: 5.625rem;
}

.ml-22{
  margin-left: 5.625rem;
}

.mt-23{
  margin-top: 6.125rem;
}

.mr-23{
  margin-right: 6.125rem;
}

.mb-23{
  margin-bottom: 6.125rem;
}

.ml-23{
  margin-left: 6.125rem;
}

.mt-24{
  margin-top: 6rem;
}

.mr-24{
  margin-right: 6rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.ml-24{
  margin-left: 6rem;
}

.mt-25{
  margin-top: 6.5rem;
}

.mr-25{
  margin-right: 6.5rem;
}

.mb-25{
  margin-bottom: 6.5rem;
}

.ml-25{
  margin-left: 6.5rem;
}

.mt-26{
  margin-top: 6.75rem;
}

.mr-26{
  margin-right: 6.75rem;
}

.mb-26{
  margin-bottom: 6.75rem;
}

.ml-26{
  margin-left: 6.75rem;
}

.mt-27{
  margin-top: 6.25rem;
}

.mr-27{
  margin-right: 6.25rem;
}

.mb-27{
  margin-bottom: 6.25rem;
}

.ml-27{
  margin-left: 6.25rem;
}

.mt-28{
  margin-top: 7rem;
}

.mr-28{
  margin-right: 7rem;
}

.mb-28{
  margin-bottom: 7rem;
}

.ml-28{
  margin-left: 7rem;
}

.mt-29{
  margin-top: 7.5rem;
}

.mr-29{
  margin-right: 7.5rem;
}

.mb-29{
  margin-bottom: 7.5rem;
}

.ml-29{
  margin-left: 7.5rem;
}

.mt-32{
  margin-top: 8rem;
}

.mr-32{
  margin-right: 8rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.ml-32{
  margin-left: 8rem;
}

.mt-34{
  margin-top: 8.5rem;
}

.mr-34{
  margin-right: 8.5rem;
}

.mb-34{
  margin-bottom: 8.5rem;
}

.ml-34{
  margin-left: 8.5rem;
}

.mt-35{
  margin-top: 8.75rem;
}

.mr-35{
  margin-right: 8.75rem;
}

.mb-35{
  margin-bottom: 8.75rem;
}

.ml-35{
  margin-left: 8.75rem;
}

.mt-36{
  margin-top: 9rem;
}

.mr-36{
  margin-right: 9rem;
}

.mb-36{
  margin-bottom: 9rem;
}

.ml-36{
  margin-left: 9rem;
}

.mt-37{
  margin-top: 9.125rem;
}

.mr-37{
  margin-right: 9.125rem;
}

.mb-37{
  margin-bottom: 9.125rem;
}

.ml-37{
  margin-left: 9.125rem;
}

.mt-38{
  margin-top: 9.5rem;
}

.mr-38{
  margin-right: 9.5rem;
}

.mb-38{
  margin-bottom: 9.5rem;
}

.ml-38{
  margin-left: 9.5rem;
}

.mt-40{
  margin-top: 10rem;
}

.mr-40{
  margin-right: 10rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.ml-40{
  margin-left: 10rem;
}

.mt-41{
  margin-top: 10.5rem;
}

.mr-41{
  margin-right: 10.5rem;
}

.mb-41{
  margin-bottom: 10.5rem;
}

.ml-41{
  margin-left: 10.5rem;
}

.mt-42{
  margin-top: 10.625rem;
}

.mr-42{
  margin-right: 10.625rem;
}

.mb-42{
  margin-bottom: 10.625rem;
}

.ml-42{
  margin-left: 10.625rem;
}

.mt-44{
  margin-top: 11rem;
}

.mr-44{
  margin-right: 11rem;
}

.mb-44{
  margin-bottom: 11rem;
}

.ml-44{
  margin-left: 11rem;
}

.mt-45{
  margin-top: 11.25rem;
}

.mr-45{
  margin-right: 11.25rem;
}

.mb-45{
  margin-bottom: 11.25rem;
}

.ml-45{
  margin-left: 11.25rem;
}

.mt-48{
  margin-top: 12rem;
}

.mr-48{
  margin-right: 12rem;
}

.mb-48{
  margin-bottom: 12rem;
}

.ml-48{
  margin-left: 12rem;
}

.mt-49{
  margin-top: 12.5rem;
}

.mr-49{
  margin-right: 12.5rem;
}

.mb-49{
  margin-bottom: 12.5rem;
}

.ml-49{
  margin-left: 12.5rem;
}

.mt-52{
  margin-top: 13rem;
}

.mr-52{
  margin-right: 13rem;
}

.mb-52{
  margin-bottom: 13rem;
}

.ml-52{
  margin-left: 13rem;
}

.mt-56{
  margin-top: 14rem;
}

.mr-56{
  margin-right: 14rem;
}

.mb-56{
  margin-bottom: 14rem;
}

.ml-56{
  margin-left: 14rem;
}

.mt-57{
  margin-top: 14.375rem;
}

.mr-57{
  margin-right: 14.375rem;
}

.mb-57{
  margin-bottom: 14.375rem;
}

.ml-57{
  margin-left: 14.375rem;
}

.mt-60{
  margin-top: 15rem;
}

.mr-60{
  margin-right: 15rem;
}

.mb-60{
  margin-bottom: 15rem;
}

.ml-60{
  margin-left: 15rem;
}

.mt-64{
  margin-top: 16rem;
}

.mr-64{
  margin-right: 16rem;
}

.mb-64{
  margin-bottom: 16rem;
}

.ml-64{
  margin-left: 16rem;
}

.mt-72{
  margin-top: 18rem;
}

.mr-72{
  margin-right: 18rem;
}

.mb-72{
  margin-bottom: 18rem;
}

.ml-72{
  margin-left: 18rem;
}

.mt-80{
  margin-top: 20rem;
}

.mr-80{
  margin-right: 20rem;
}

.mb-80{
  margin-bottom: 20rem;
}

.ml-80{
  margin-left: 20rem;
}

.mt-82{
  margin-top: 22rem;
}

.mr-82{
  margin-right: 22rem;
}

.mb-82{
  margin-bottom: 22rem;
}

.ml-82{
  margin-left: 22rem;
}

.mt-83{
  margin-top: 23.8125rem;
}

.mr-83{
  margin-right: 23.8125rem;
}

.mb-83{
  margin-bottom: 23.8125rem;
}

.ml-83{
  margin-left: 23.8125rem;
}

.mt-96{
  margin-top: 24rem;
}

.mr-96{
  margin-right: 24rem;
}

.mb-96{
  margin-bottom: 24rem;
}

.ml-96{
  margin-left: 24rem;
}

.mt-auto{
  margin-top: auto;
}

.mr-auto{
  margin-right: auto;
}

.mb-auto{
  margin-bottom: auto;
}

.ml-auto{
  margin-left: auto;
}

.mt-px{
  margin-top: 1px;
}

.mr-px{
  margin-right: 1px;
}

.mb-px{
  margin-bottom: 1px;
}

.ml-px{
  margin-left: 1px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mr-0\.5{
  margin-right: 0.125rem;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.mt-3\.5{
  margin-top: 0.875rem;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

.ml-3\.5{
  margin-left: 0.875rem;
}

.mt-4\.5{
  margin-top: 1.125rem;
}

.mr-4\.5{
  margin-right: 1.125rem;
}

.mb-4\.5{
  margin-bottom: 1.125rem;
}

.ml-4\.5{
  margin-left: 1.125rem;
}

.mt-5\.5{
  margin-top: 1.375rem;
}

.mr-5\.5{
  margin-right: 1.375rem;
}

.mb-5\.5{
  margin-bottom: 1.375rem;
}

.ml-5\.5{
  margin-left: 1.375rem;
}

.mt-6\.5{
  margin-top: 1.625rem;
}

.mr-6\.5{
  margin-right: 1.625rem;
}

.mb-6\.5{
  margin-bottom: 1.625rem;
}

.ml-6\.5{
  margin-left: 1.625rem;
}

.mt-7\.5{
  margin-top: 1.875rem;
}

.mr-7\.5{
  margin-right: 1.875rem;
}

.mb-7\.5{
  margin-bottom: 1.875rem;
}

.ml-7\.5{
  margin-left: 1.875rem;
}

.mt-8\.5{
  margin-top: 2.125rem;
}

.mr-8\.5{
  margin-right: 2.125rem;
}

.mb-8\.5{
  margin-bottom: 2.125rem;
}

.ml-8\.5{
  margin-left: 2.125rem;
}

.mt-9\.5{
  margin-top: 2.375rem;
}

.mr-9\.5{
  margin-right: 2.375rem;
}

.mb-9\.5{
  margin-bottom: 2.375rem;
}

.ml-9\.5{
  margin-left: 2.375rem;
}

.mt-10\.5{
  margin-top: 2.625rem;
}

.mr-10\.5{
  margin-right: 2.625rem;
}

.mb-10\.5{
  margin-bottom: 2.625rem;
}

.ml-10\.5{
  margin-left: 2.625rem;
}

.mt-11\.5{
  margin-top: 2.875rem;
}

.mr-11\.5{
  margin-right: 2.875rem;
}

.mb-11\.5{
  margin-bottom: 2.875rem;
}

.ml-11\.5{
  margin-left: 2.875rem;
}

.mt-12\.5{
  margin-top: 3.125rem;
}

.mr-12\.5{
  margin-right: 3.125rem;
}

.mb-12\.5{
  margin-bottom: 3.125rem;
}

.ml-12\.5{
  margin-left: 3.125rem;
}

.mt-13\.5{
  margin-top: 3.25rem;
}

.mr-13\.5{
  margin-right: 3.25rem;
}

.mb-13\.5{
  margin-bottom: 3.25rem;
}

.ml-13\.5{
  margin-left: 3.25rem;
}

.mt-15\.5{
  margin-top: 3.8rem;
}

.mr-15\.5{
  margin-right: 3.8rem;
}

.mb-15\.5{
  margin-bottom: 3.8rem;
}

.ml-15\.5{
  margin-left: 3.8rem;
}

.mt-16\.5{
  margin-top: 4.125rem;
}

.mr-16\.5{
  margin-right: 4.125rem;
}

.mb-16\.5{
  margin-bottom: 4.125rem;
}

.ml-16\.5{
  margin-left: 4.125rem;
}

.mt-17\.5{
  margin-top: 4.25rem;
}

.mr-17\.5{
  margin-right: 4.25rem;
}

.mb-17\.5{
  margin-bottom: 4.25rem;
}

.ml-17\.5{
  margin-left: 4.25rem;
}

.mt-18\.5{
  margin-top: 4.625rem;
}

.mr-18\.5{
  margin-right: 4.625rem;
}

.mb-18\.5{
  margin-bottom: 4.625rem;
}

.ml-18\.5{
  margin-left: 4.625rem;
}

.mt-20\.5{
  margin-top: 5.25rem;
}

.mr-20\.5{
  margin-right: 5.25rem;
}

.mb-20\.5{
  margin-bottom: 5.25rem;
}

.ml-20\.5{
  margin-left: 5.25rem;
}

.mt-21\.5{
  margin-top: 5.75rem;
}

.mr-21\.5{
  margin-right: 5.75rem;
}

.mb-21\.5{
  margin-bottom: 5.75rem;
}

.ml-21\.5{
  margin-left: 5.75rem;
}

.mt-22\.5{
  margin-top: 5.875rem;
}

.mr-22\.5{
  margin-right: 5.875rem;
}

.mb-22\.5{
  margin-bottom: 5.875rem;
}

.ml-22\.5{
  margin-left: 5.875rem;
}

.mt-24\.5{
  margin-top: 6.8125rem;
}

.mr-24\.5{
  margin-right: 6.8125rem;
}

.mb-24\.5{
  margin-bottom: 6.8125rem;
}

.ml-24\.5{
  margin-left: 6.8125rem;
}

.mt-28\.5{
  margin-top: 7.375rem;
}

.mr-28\.5{
  margin-right: 7.375rem;
}

.mb-28\.5{
  margin-bottom: 7.375rem;
}

.ml-28\.5{
  margin-left: 7.375rem;
}

.mt-29\.5{
  margin-top: 7.75rem;
}

.mr-29\.5{
  margin-right: 7.75rem;
}

.mb-29\.5{
  margin-bottom: 7.75rem;
}

.ml-29\.5{
  margin-left: 7.75rem;
}

.mt-32\.5{
  margin-top: 8.125rem;
}

.mr-32\.5{
  margin-right: 8.125rem;
}

.mb-32\.5{
  margin-bottom: 8.125rem;
}

.ml-32\.5{
  margin-left: 8.125rem;
}

.mt-33\.5{
  margin-top: 8.8125rem;
}

.mr-33\.5{
  margin-right: 8.8125rem;
}

.mb-33\.5{
  margin-bottom: 8.8125rem;
}

.ml-33\.5{
  margin-left: 8.8125rem;
}

.mt-42\.5{
  margin-top: 10.875rem;
}

.mr-42\.5{
  margin-right: 10.875rem;
}

.mb-42\.5{
  margin-bottom: 10.875rem;
}

.ml-42\.5{
  margin-left: 10.875rem;
}

.mt-49\.5{
  margin-top: 12.75rem;
}

.mr-49\.5{
  margin-right: 12.75rem;
}

.mb-49\.5{
  margin-bottom: 12.75rem;
}

.ml-49\.5{
  margin-left: 12.75rem;
}

.mt-72\.5{
  margin-top: 18.25rem;
}

.mr-72\.5{
  margin-right: 18.25rem;
}

.mb-72\.5{
  margin-bottom: 18.25rem;
}

.ml-72\.5{
  margin-left: 18.25rem;
}

.-mt-0{
  margin-top: 0px;
}

.-mr-0{
  margin-right: 0px;
}

.-mb-0{
  margin-bottom: 0px;
}

.-ml-0{
  margin-left: 0px;
}

.-mt-1{
  margin-top: -0.25rem;
}

.-mr-1{
  margin-right: -0.25rem;
}

.-mb-1{
  margin-bottom: -0.25rem;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-mt-2{
  margin-top: -0.5rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.-ml-2{
  margin-left: -0.5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mr-3{
  margin-right: -0.75rem;
}

.-mb-3{
  margin-bottom: -0.75rem;
}

.-ml-3{
  margin-left: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.-ml-4{
  margin-left: -1rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.-mr-5{
  margin-right: -1.25rem;
}

.-mb-5{
  margin-bottom: -1.25rem;
}

.-ml-5{
  margin-left: -1.25rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.-mr-6{
  margin-right: -1.5rem;
}

.-mb-6{
  margin-bottom: -1.5rem;
}

.-ml-6{
  margin-left: -1.5rem;
}

.-mt-7{
  margin-top: -1.75rem;
}

.-mr-7{
  margin-right: -1.75rem;
}

.-mb-7{
  margin-bottom: -1.75rem;
}

.-ml-7{
  margin-left: -1.75rem;
}

.-mt-8{
  margin-top: -2rem;
}

.-mr-8{
  margin-right: -2rem;
}

.-mb-8{
  margin-bottom: -2rem;
}

.-ml-8{
  margin-left: -2rem;
}

.-mt-9{
  margin-top: -2.25rem;
}

.-mr-9{
  margin-right: -2.25rem;
}

.-mb-9{
  margin-bottom: -2.25rem;
}

.-ml-9{
  margin-left: -2.25rem;
}

.-mt-10{
  margin-top: -2.5rem;
}

.-mr-10{
  margin-right: -2.5rem;
}

.-mb-10{
  margin-bottom: -2.5rem;
}

.-ml-10{
  margin-left: -2.5rem;
}

.-mt-11{
  margin-top: -2.75rem;
}

.-mr-11{
  margin-right: -2.75rem;
}

.-mb-11{
  margin-bottom: -2.75rem;
}

.-ml-11{
  margin-left: -2.75rem;
}

.-mt-12{
  margin-top: -3rem;
}

.-mr-12{
  margin-right: -3rem;
}

.-mb-12{
  margin-bottom: -3rem;
}

.-ml-12{
  margin-left: -3rem;
}

.-mt-13{
  margin-top: -3.375rem;
}

.-mr-13{
  margin-right: -3.375rem;
}

.-mb-13{
  margin-bottom: -3.375rem;
}

.-ml-13{
  margin-left: -3.375rem;
}

.-mt-14{
  margin-top: -3.5rem;
}

.-mr-14{
  margin-right: -3.5rem;
}

.-mb-14{
  margin-bottom: -3.5rem;
}

.-ml-14{
  margin-left: -3.5rem;
}

.-mt-15{
  margin-top: -3.75rem;
}

.-mr-15{
  margin-right: -3.75rem;
}

.-mb-15{
  margin-bottom: -3.75rem;
}

.-ml-15{
  margin-left: -3.75rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mr-16{
  margin-right: -4rem;
}

.-mb-16{
  margin-bottom: -4rem;
}

.-ml-16{
  margin-left: -4rem;
}

.-mt-17{
  margin-top: -4.375rem;
}

.-mr-17{
  margin-right: -4.375rem;
}

.-mb-17{
  margin-bottom: -4.375rem;
}

.-ml-17{
  margin-left: -4.375rem;
}

.-mt-18{
  margin-top: -4.5rem;
}

.-mr-18{
  margin-right: -4.5rem;
}

.-mb-18{
  margin-bottom: -4.5rem;
}

.-ml-18{
  margin-left: -4.5rem;
}

.-mt-19{
  margin-top: -4.75rem;
}

.-mr-19{
  margin-right: -4.75rem;
}

.-mb-19{
  margin-bottom: -4.75rem;
}

.-ml-19{
  margin-left: -4.75rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mr-20{
  margin-right: -5rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-mt-21{
  margin-top: -5.5rem;
}

.-mr-21{
  margin-right: -5.5rem;
}

.-mb-21{
  margin-bottom: -5.5rem;
}

.-ml-21{
  margin-left: -5.5rem;
}

.-mt-22{
  margin-top: -5.625rem;
}

.-mr-22{
  margin-right: -5.625rem;
}

.-mb-22{
  margin-bottom: -5.625rem;
}

.-ml-22{
  margin-left: -5.625rem;
}

.-mt-23{
  margin-top: -6.125rem;
}

.-mr-23{
  margin-right: -6.125rem;
}

.-mb-23{
  margin-bottom: -6.125rem;
}

.-ml-23{
  margin-left: -6.125rem;
}

.-mt-24{
  margin-top: -6rem;
}

.-mr-24{
  margin-right: -6rem;
}

.-mb-24{
  margin-bottom: -6rem;
}

.-ml-24{
  margin-left: -6rem;
}

.-mt-25{
  margin-top: -6.5rem;
}

.-mr-25{
  margin-right: -6.5rem;
}

.-mb-25{
  margin-bottom: -6.5rem;
}

.-ml-25{
  margin-left: -6.5rem;
}

.-mt-26{
  margin-top: -6.75rem;
}

.-mr-26{
  margin-right: -6.75rem;
}

.-mb-26{
  margin-bottom: -6.75rem;
}

.-ml-26{
  margin-left: -6.75rem;
}

.-mt-27{
  margin-top: -6.25rem;
}

.-mr-27{
  margin-right: -6.25rem;
}

.-mb-27{
  margin-bottom: -6.25rem;
}

.-ml-27{
  margin-left: -6.25rem;
}

.-mt-28{
  margin-top: -7rem;
}

.-mr-28{
  margin-right: -7rem;
}

.-mb-28{
  margin-bottom: -7rem;
}

.-ml-28{
  margin-left: -7rem;
}

.-mt-29{
  margin-top: -7.5rem;
}

.-mr-29{
  margin-right: -7.5rem;
}

.-mb-29{
  margin-bottom: -7.5rem;
}

.-ml-29{
  margin-left: -7.5rem;
}

.-mt-32{
  margin-top: -8rem;
}

.-mr-32{
  margin-right: -8rem;
}

.-mb-32{
  margin-bottom: -8rem;
}

.-ml-32{
  margin-left: -8rem;
}

.-mt-34{
  margin-top: -8.5rem;
}

.-mr-34{
  margin-right: -8.5rem;
}

.-mb-34{
  margin-bottom: -8.5rem;
}

.-ml-34{
  margin-left: -8.5rem;
}

.-mt-35{
  margin-top: -8.75rem;
}

.-mr-35{
  margin-right: -8.75rem;
}

.-mb-35{
  margin-bottom: -8.75rem;
}

.-ml-35{
  margin-left: -8.75rem;
}

.-mt-36{
  margin-top: -9rem;
}

.-mr-36{
  margin-right: -9rem;
}

.-mb-36{
  margin-bottom: -9rem;
}

.-ml-36{
  margin-left: -9rem;
}

.-mt-37{
  margin-top: -9.125rem;
}

.-mr-37{
  margin-right: -9.125rem;
}

.-mb-37{
  margin-bottom: -9.125rem;
}

.-ml-37{
  margin-left: -9.125rem;
}

.-mt-38{
  margin-top: -9.5rem;
}

.-mr-38{
  margin-right: -9.5rem;
}

.-mb-38{
  margin-bottom: -9.5rem;
}

.-ml-38{
  margin-left: -9.5rem;
}

.-mt-40{
  margin-top: -10rem;
}

.-mr-40{
  margin-right: -10rem;
}

.-mb-40{
  margin-bottom: -10rem;
}

.-ml-40{
  margin-left: -10rem;
}

.-mt-41{
  margin-top: -10.5rem;
}

.-mr-41{
  margin-right: -10.5rem;
}

.-mb-41{
  margin-bottom: -10.5rem;
}

.-ml-41{
  margin-left: -10.5rem;
}

.-mt-42{
  margin-top: -10.625rem;
}

.-mr-42{
  margin-right: -10.625rem;
}

.-mb-42{
  margin-bottom: -10.625rem;
}

.-ml-42{
  margin-left: -10.625rem;
}

.-mt-44{
  margin-top: -11rem;
}

.-mr-44{
  margin-right: -11rem;
}

.-mb-44{
  margin-bottom: -11rem;
}

.-ml-44{
  margin-left: -11rem;
}

.-mt-45{
  margin-top: -11.25rem;
}

.-mr-45{
  margin-right: -11.25rem;
}

.-mb-45{
  margin-bottom: -11.25rem;
}

.-ml-45{
  margin-left: -11.25rem;
}

.-mt-48{
  margin-top: -12rem;
}

.-mr-48{
  margin-right: -12rem;
}

.-mb-48{
  margin-bottom: -12rem;
}

.-ml-48{
  margin-left: -12rem;
}

.-mt-49{
  margin-top: -12.5rem;
}

.-mr-49{
  margin-right: -12.5rem;
}

.-mb-49{
  margin-bottom: -12.5rem;
}

.-ml-49{
  margin-left: -12.5rem;
}

.-mt-52{
  margin-top: -13rem;
}

.-mr-52{
  margin-right: -13rem;
}

.-mb-52{
  margin-bottom: -13rem;
}

.-ml-52{
  margin-left: -13rem;
}

.-mt-56{
  margin-top: -14rem;
}

.-mr-56{
  margin-right: -14rem;
}

.-mb-56{
  margin-bottom: -14rem;
}

.-ml-56{
  margin-left: -14rem;
}

.-mt-57{
  margin-top: -14.375rem;
}

.-mr-57{
  margin-right: -14.375rem;
}

.-mb-57{
  margin-bottom: -14.375rem;
}

.-ml-57{
  margin-left: -14.375rem;
}

.-mt-60{
  margin-top: -15rem;
}

.-mr-60{
  margin-right: -15rem;
}

.-mb-60{
  margin-bottom: -15rem;
}

.-ml-60{
  margin-left: -15rem;
}

.-mt-64{
  margin-top: -16rem;
}

.-mr-64{
  margin-right: -16rem;
}

.-mb-64{
  margin-bottom: -16rem;
}

.-ml-64{
  margin-left: -16rem;
}

.-mt-72{
  margin-top: -18rem;
}

.-mr-72{
  margin-right: -18rem;
}

.-mb-72{
  margin-bottom: -18rem;
}

.-ml-72{
  margin-left: -18rem;
}

.-mt-80{
  margin-top: -20rem;
}

.-mr-80{
  margin-right: -20rem;
}

.-mb-80{
  margin-bottom: -20rem;
}

.-ml-80{
  margin-left: -20rem;
}

.-mt-82{
  margin-top: -22rem;
}

.-mr-82{
  margin-right: -22rem;
}

.-mb-82{
  margin-bottom: -22rem;
}

.-ml-82{
  margin-left: -22rem;
}

.-mt-83{
  margin-top: -23.8125rem;
}

.-mr-83{
  margin-right: -23.8125rem;
}

.-mb-83{
  margin-bottom: -23.8125rem;
}

.-ml-83{
  margin-left: -23.8125rem;
}

.-mt-96{
  margin-top: -24rem;
}

.-mr-96{
  margin-right: -24rem;
}

.-mb-96{
  margin-bottom: -24rem;
}

.-ml-96{
  margin-left: -24rem;
}

.-mt-px{
  margin-top: -1px;
}

.-mr-px{
  margin-right: -1px;
}

.-mb-px{
  margin-bottom: -1px;
}

.-ml-px{
  margin-left: -1px;
}

.-mt-0\.5{
  margin-top: -0.125rem;
}

.-mr-0\.5{
  margin-right: -0.125rem;
}

.-mb-0\.5{
  margin-bottom: -0.125rem;
}

.-ml-0\.5{
  margin-left: -0.125rem;
}

.-mt-1\.5{
  margin-top: -0.375rem;
}

.-mr-1\.5{
  margin-right: -0.375rem;
}

.-mb-1\.5{
  margin-bottom: -0.375rem;
}

.-ml-1\.5{
  margin-left: -0.375rem;
}

.-mt-2\.5{
  margin-top: -0.625rem;
}

.-mr-2\.5{
  margin-right: -0.625rem;
}

.-mb-2\.5{
  margin-bottom: -0.625rem;
}

.-ml-2\.5{
  margin-left: -0.625rem;
}

.-mt-3\.5{
  margin-top: -0.875rem;
}

.-mr-3\.5{
  margin-right: -0.875rem;
}

.-mb-3\.5{
  margin-bottom: -0.875rem;
}

.-ml-3\.5{
  margin-left: -0.875rem;
}

.-mt-4\.5{
  margin-top: -1.125rem;
}

.-mr-4\.5{
  margin-right: -1.125rem;
}

.-mb-4\.5{
  margin-bottom: -1.125rem;
}

.-ml-4\.5{
  margin-left: -1.125rem;
}

.-mt-5\.5{
  margin-top: -1.375rem;
}

.-mr-5\.5{
  margin-right: -1.375rem;
}

.-mb-5\.5{
  margin-bottom: -1.375rem;
}

.-ml-5\.5{
  margin-left: -1.375rem;
}

.-mt-6\.5{
  margin-top: -1.625rem;
}

.-mr-6\.5{
  margin-right: -1.625rem;
}

.-mb-6\.5{
  margin-bottom: -1.625rem;
}

.-ml-6\.5{
  margin-left: -1.625rem;
}

.-mt-7\.5{
  margin-top: -1.875rem;
}

.-mr-7\.5{
  margin-right: -1.875rem;
}

.-mb-7\.5{
  margin-bottom: -1.875rem;
}

.-ml-7\.5{
  margin-left: -1.875rem;
}

.-mt-8\.5{
  margin-top: -2.125rem;
}

.-mr-8\.5{
  margin-right: -2.125rem;
}

.-mb-8\.5{
  margin-bottom: -2.125rem;
}

.-ml-8\.5{
  margin-left: -2.125rem;
}

.-mt-9\.5{
  margin-top: -2.375rem;
}

.-mr-9\.5{
  margin-right: -2.375rem;
}

.-mb-9\.5{
  margin-bottom: -2.375rem;
}

.-ml-9\.5{
  margin-left: -2.375rem;
}

.-mt-10\.5{
  margin-top: -2.625rem;
}

.-mr-10\.5{
  margin-right: -2.625rem;
}

.-mb-10\.5{
  margin-bottom: -2.625rem;
}

.-ml-10\.5{
  margin-left: -2.625rem;
}

.-mt-11\.5{
  margin-top: -2.875rem;
}

.-mr-11\.5{
  margin-right: -2.875rem;
}

.-mb-11\.5{
  margin-bottom: -2.875rem;
}

.-ml-11\.5{
  margin-left: -2.875rem;
}

.-mt-12\.5{
  margin-top: -3.125rem;
}

.-mr-12\.5{
  margin-right: -3.125rem;
}

.-mb-12\.5{
  margin-bottom: -3.125rem;
}

.-ml-12\.5{
  margin-left: -3.125rem;
}

.-mt-13\.5{
  margin-top: -3.25rem;
}

.-mr-13\.5{
  margin-right: -3.25rem;
}

.-mb-13\.5{
  margin-bottom: -3.25rem;
}

.-ml-13\.5{
  margin-left: -3.25rem;
}

.-mt-15\.5{
  margin-top: -3.8rem;
}

.-mr-15\.5{
  margin-right: -3.8rem;
}

.-mb-15\.5{
  margin-bottom: -3.8rem;
}

.-ml-15\.5{
  margin-left: -3.8rem;
}

.-mt-16\.5{
  margin-top: -4.125rem;
}

.-mr-16\.5{
  margin-right: -4.125rem;
}

.-mb-16\.5{
  margin-bottom: -4.125rem;
}

.-ml-16\.5{
  margin-left: -4.125rem;
}

.-mt-17\.5{
  margin-top: -4.25rem;
}

.-mr-17\.5{
  margin-right: -4.25rem;
}

.-mb-17\.5{
  margin-bottom: -4.25rem;
}

.-ml-17\.5{
  margin-left: -4.25rem;
}

.-mt-18\.5{
  margin-top: -4.625rem;
}

.-mr-18\.5{
  margin-right: -4.625rem;
}

.-mb-18\.5{
  margin-bottom: -4.625rem;
}

.-ml-18\.5{
  margin-left: -4.625rem;
}

.-mt-20\.5{
  margin-top: -5.25rem;
}

.-mr-20\.5{
  margin-right: -5.25rem;
}

.-mb-20\.5{
  margin-bottom: -5.25rem;
}

.-ml-20\.5{
  margin-left: -5.25rem;
}

.-mt-21\.5{
  margin-top: -5.75rem;
}

.-mr-21\.5{
  margin-right: -5.75rem;
}

.-mb-21\.5{
  margin-bottom: -5.75rem;
}

.-ml-21\.5{
  margin-left: -5.75rem;
}

.-mt-22\.5{
  margin-top: -5.875rem;
}

.-mr-22\.5{
  margin-right: -5.875rem;
}

.-mb-22\.5{
  margin-bottom: -5.875rem;
}

.-ml-22\.5{
  margin-left: -5.875rem;
}

.-mt-24\.5{
  margin-top: -6.8125rem;
}

.-mr-24\.5{
  margin-right: -6.8125rem;
}

.-mb-24\.5{
  margin-bottom: -6.8125rem;
}

.-ml-24\.5{
  margin-left: -6.8125rem;
}

.-mt-28\.5{
  margin-top: -7.375rem;
}

.-mr-28\.5{
  margin-right: -7.375rem;
}

.-mb-28\.5{
  margin-bottom: -7.375rem;
}

.-ml-28\.5{
  margin-left: -7.375rem;
}

.-mt-29\.5{
  margin-top: -7.75rem;
}

.-mr-29\.5{
  margin-right: -7.75rem;
}

.-mb-29\.5{
  margin-bottom: -7.75rem;
}

.-ml-29\.5{
  margin-left: -7.75rem;
}

.-mt-32\.5{
  margin-top: -8.125rem;
}

.-mr-32\.5{
  margin-right: -8.125rem;
}

.-mb-32\.5{
  margin-bottom: -8.125rem;
}

.-ml-32\.5{
  margin-left: -8.125rem;
}

.-mt-33\.5{
  margin-top: -8.8125rem;
}

.-mr-33\.5{
  margin-right: -8.8125rem;
}

.-mb-33\.5{
  margin-bottom: -8.8125rem;
}

.-ml-33\.5{
  margin-left: -8.8125rem;
}

.-mt-42\.5{
  margin-top: -10.875rem;
}

.-mr-42\.5{
  margin-right: -10.875rem;
}

.-mb-42\.5{
  margin-bottom: -10.875rem;
}

.-ml-42\.5{
  margin-left: -10.875rem;
}

.-mt-49\.5{
  margin-top: -12.75rem;
}

.-mr-49\.5{
  margin-right: -12.75rem;
}

.-mb-49\.5{
  margin-bottom: -12.75rem;
}

.-ml-49\.5{
  margin-left: -12.75rem;
}

.-mt-72\.5{
  margin-top: -18.25rem;
}

.-mr-72\.5{
  margin-right: -18.25rem;
}

.-mb-72\.5{
  margin-bottom: -18.25rem;
}

.-ml-72\.5{
  margin-left: -18.25rem;
}

.max-h-0{
  max-height: 0px;
}

.max-h-1{
  max-height: 0.25rem;
}

.max-h-2{
  max-height: 0.5rem;
}

.max-h-3{
  max-height: 0.75rem;
}

.max-h-4{
  max-height: 1rem;
}

.max-h-5{
  max-height: 1.25rem;
}

.max-h-6{
  max-height: 1.5rem;
}

.max-h-7{
  max-height: 1.75rem;
}

.max-h-8{
  max-height: 2rem;
}

.max-h-9{
  max-height: 2.25rem;
}

.max-h-10{
  max-height: 2.5rem;
}

.max-h-11{
  max-height: 2.75rem;
}

.max-h-12{
  max-height: 3rem;
}

.max-h-13{
  max-height: 3.375rem;
}

.max-h-14{
  max-height: 3.5rem;
}

.max-h-15{
  max-height: 3.75rem;
}

.max-h-16{
  max-height: 4rem;
}

.max-h-17{
  max-height: 4.375rem;
}

.max-h-18{
  max-height: 4.5rem;
}

.max-h-19{
  max-height: 4.75rem;
}

.max-h-20{
  max-height: 5rem;
}

.max-h-21{
  max-height: 5.5rem;
}

.max-h-22{
  max-height: 5.625rem;
}

.max-h-23{
  max-height: 6.125rem;
}

.max-h-24{
  max-height: 6rem;
}

.max-h-25{
  max-height: 6.5rem;
}

.max-h-26{
  max-height: 6.75rem;
}

.max-h-27{
  max-height: 6.25rem;
}

.max-h-28{
  max-height: 7rem;
}

.max-h-29{
  max-height: 7.5rem;
}

.max-h-32{
  max-height: 8rem;
}

.max-h-34{
  max-height: 8.5rem;
}

.max-h-35{
  max-height: 8.75rem;
}

.max-h-36{
  max-height: 9rem;
}

.max-h-37{
  max-height: 9.125rem;
}

.max-h-38{
  max-height: 9.5rem;
}

.max-h-40{
  max-height: 10rem;
}

.max-h-41{
  max-height: 10.5rem;
}

.max-h-42{
  max-height: 10.625rem;
}

.max-h-44{
  max-height: 11rem;
}

.max-h-45{
  max-height: 11.25rem;
}

.max-h-48{
  max-height: 12rem;
}

.max-h-49{
  max-height: 12.5rem;
}

.max-h-52{
  max-height: 13rem;
}

.max-h-56{
  max-height: 14rem;
}

.max-h-57{
  max-height: 14.375rem;
}

.max-h-60{
  max-height: 15rem;
}

.max-h-64{
  max-height: 16rem;
}

.max-h-72{
  max-height: 18rem;
}

.max-h-80{
  max-height: 20rem;
}

.max-h-82{
  max-height: 22rem;
}

.max-h-83{
  max-height: 23.8125rem;
}

.max-h-96{
  max-height: 24rem;
}

.max-h-px{
  max-height: 1px;
}

.max-h-0\.5{
  max-height: 0.125rem;
}

.max-h-1\.5{
  max-height: 0.375rem;
}

.max-h-2\.5{
  max-height: 0.625rem;
}

.max-h-3\.5{
  max-height: 0.875rem;
}

.max-h-4\.5{
  max-height: 1.125rem;
}

.max-h-5\.5{
  max-height: 1.375rem;
}

.max-h-6\.5{
  max-height: 1.625rem;
}

.max-h-7\.5{
  max-height: 1.875rem;
}

.max-h-8\.5{
  max-height: 2.125rem;
}

.max-h-9\.5{
  max-height: 2.375rem;
}

.max-h-10\.5{
  max-height: 2.625rem;
}

.max-h-11\.5{
  max-height: 2.875rem;
}

.max-h-12\.5{
  max-height: 3.125rem;
}

.max-h-13\.5{
  max-height: 3.25rem;
}

.max-h-15\.5{
  max-height: 3.8rem;
}

.max-h-16\.5{
  max-height: 4.125rem;
}

.max-h-17\.5{
  max-height: 4.25rem;
}

.max-h-18\.5{
  max-height: 4.625rem;
}

.max-h-20\.5{
  max-height: 5.25rem;
}

.max-h-21\.5{
  max-height: 5.75rem;
}

.max-h-22\.5{
  max-height: 5.875rem;
}

.max-h-24\.5{
  max-height: 6.8125rem;
}

.max-h-28\.5{
  max-height: 7.375rem;
}

.max-h-29\.5{
  max-height: 7.75rem;
}

.max-h-32\.5{
  max-height: 8.125rem;
}

.max-h-33\.5{
  max-height: 8.8125rem;
}

.max-h-42\.5{
  max-height: 10.875rem;
}

.max-h-49\.5{
  max-height: 12.75rem;
}

.max-h-72\.5{
  max-height: 18.25rem;
}

.max-h-full{
  max-height: 100%;
}

.max-h-screen{
  max-height: 100vh;
}

.max-w-0{
  max-width: 0rem;
}

.max-w-13{
  max-width: 3.375rem;
}

.max-w-23{
  max-width: 380px;
}

.max-w-28{
  max-width: 7rem;
}

.max-w-29{
  max-width: 27.5rem;
}

.max-w-33{
  max-width: 8.75rem;
}

.max-w-56{
  max-width: 14rem;
}

.max-w-70{
  max-width: 26.4375rem;
}

.max-w-98{
  max-width: 48rem;
}

.max-w-100{
  max-width: 922px;
}

.max-w-none{
  max-width: none;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-min{
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-screen-sm{
  max-width: 576px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 992px;
}

.max-w-screen-xl{
  max-width: 1200px;
}

.max-w-screen-xs{
  max-width: 322px;
}

.max-w-screen-xxl{
  max-width: 1282px;
}

.max-w-received{
  max-width: 592px;
}

.max-w-about{
  max-width: 618px;
}

.max-w-commission{
  max-width: 1378px;
}

.max-w-commission-lg{
  max-width: 1000px;
}

.max-w-status{
  max-width: 963px;
}

.max-w-pdf{
  max-width: 515px;
}

.max-w-detail{
  max-width: 731px;
}

.max-w-inscription{
  max-width: 825px;
}

.max-w-info-caption{
  max-width: 587px;
}

.max-w-info-caption-xl{
  max-width: 520px;
}

.max-w-info-caption-lg{
  max-width: 450px;
}

.max-w-info-caption-md{
  max-width: 550px;
}

.max-w-info-caption-sm{
  max-width: 290px;
}

.max-w-dashboard{
  max-width: 1054px;
}

.max-w-dashboard-xl{
  max-width: 940px;
}

.max-w-dashboard-lg{
  max-width: 670px;
}

.max-w-dashboard-md{
  max-width: 500px;
}

.max-w-profile{
  max-width: 960px;
}

.max-w-debate{
  max-width: 755px;
}

.max-w-debate-md{
  max-width: 660px;
}

.max-w-galery{
  max-width: 918px;
}

.max-w-approach{
  max-width: 916px;
}

.min-h-0{
  min-height: 0px;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.min-w-0{
  min-width: 0px;
}

.min-w-7{
  min-width: 1.75rem;
}

.min-w-13{
  min-width: 44px;
}

.min-w-22{
  min-width: 5.625rem;
}

.min-w-33{
  min-width: 8.125rem;
}

.min-w-34{
  min-width: 8.75rem;
}

.min-w-50{
  min-width: 12.5rem;
}

.min-w-53{
  min-width: 17rem;
}

.min-w-56{
  min-width: 14rem;
}

.min-w-60{
  min-width: 16rem;
}

.min-w-70{
  min-width: 20rem;
}

.min-w-full{
  min-width: 100%;
}

.min-w-min{
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max{
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-80\.5{
  min-width: 20.125rem;
}

.min-w-90\.5{
  min-width: 27.375rem;
}

.min-w-info-activities{
  min-width: 372px;
}

.min-w-info-activities-lg{
  min-width: 250px;
}

.min-w-activities{
  min-width: 430px;
}

.min-w-activities-lg{
  min-width: 300px;
}

.min-w-session{
  min-width: 545px;
}

.min-w-session-lg{
  min-width: 410px;
}

.min-w-session-xl{
  min-width: 460px;
}

.min-w-login{
  min-width: 826px;
}

.min-w-login-xl{
  min-width: 680px;
}

.min-w-login-lg{
  min-width: 450px;
}

.min-w-control-dashboard{
  min-width: 298px;
}

.min-w-control-dashboard-xl{
  min-width: 250px;
}

.min-w-control-dashboard-md{
  min-width: 220px;
}

.min-w-objective{
  min-width: 1163px;
}

.min-w-objective-xl{
  min-width: 1040px;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-5{
  opacity: 0.05;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-11{
  opacity: .86;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-45{
  opacity: .45;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-58{
  opacity: .58;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-74{
  opacity: .74;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-95{
  opacity: 0.95;
}

.opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-11{
  opacity: .86;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-45{
  opacity: .45;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-58{
  opacity: .58;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-74{
  opacity: .74;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.1;
}

.focus-within\:opacity-11:focus-within{
  opacity: .86;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4;
}

.focus-within\:opacity-45:focus-within{
  opacity: .45;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.5;
}

.focus-within\:opacity-58:focus-within{
  opacity: .58;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7;
}

.focus-within\:opacity-74:focus-within{
  opacity: .74;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-5:hover{
  opacity: 0.05;
}

.hover\:opacity-10:hover{
  opacity: 0.1;
}

.hover\:opacity-11:hover{
  opacity: .86;
}

.hover\:opacity-20:hover{
  opacity: 0.2;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-30:hover{
  opacity: 0.3;
}

.hover\:opacity-40:hover{
  opacity: 0.4;
}

.hover\:opacity-45:hover{
  opacity: .45;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-58:hover{
  opacity: .58;
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-74:hover{
  opacity: .74;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:opacity-95:hover{
  opacity: 0.95;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-5:focus{
  opacity: 0.05;
}

.focus\:opacity-10:focus{
  opacity: 0.1;
}

.focus\:opacity-11:focus{
  opacity: .86;
}

.focus\:opacity-20:focus{
  opacity: 0.2;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-30:focus{
  opacity: 0.3;
}

.focus\:opacity-40:focus{
  opacity: 0.4;
}

.focus\:opacity-45:focus{
  opacity: .45;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-58:focus{
  opacity: .58;
}

.focus\:opacity-60:focus{
  opacity: 0.6;
}

.focus\:opacity-70:focus{
  opacity: 0.7;
}

.focus\:opacity-74:focus{
  opacity: .74;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-80:focus{
  opacity: 0.8;
}

.focus\:opacity-90:focus{
  opacity: 0.9;
}

.focus\:opacity-95:focus{
  opacity: 0.95;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.overscroll-auto{
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain{
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

.p-9{
  padding: 2.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-12{
  padding: 3rem;
}

.p-13{
  padding: 3.375rem;
}

.p-14{
  padding: 3.5rem;
}

.p-15{
  padding: 3.75rem;
}

.p-16{
  padding: 4rem;
}

.p-17{
  padding: 4.375rem;
}

.p-18{
  padding: 4.5rem;
}

.p-19{
  padding: 4.75rem;
}

.p-20{
  padding: 5rem;
}

.p-21{
  padding: 5.5rem;
}

.p-22{
  padding: 5.625rem;
}

.p-23{
  padding: 6.125rem;
}

.p-24{
  padding: 6rem;
}

.p-25{
  padding: 6.5rem;
}

.p-26{
  padding: 6.75rem;
}

.p-27{
  padding: 6.25rem;
}

.p-28{
  padding: 7rem;
}

.p-29{
  padding: 7.5rem;
}

.p-32{
  padding: 8rem;
}

.p-34{
  padding: 8.5rem;
}

.p-35{
  padding: 8.75rem;
}

.p-36{
  padding: 9rem;
}

.p-37{
  padding: 9.125rem;
}

.p-38{
  padding: 9.5rem;
}

.p-40{
  padding: 10rem;
}

.p-41{
  padding: 10.5rem;
}

.p-42{
  padding: 10.625rem;
}

.p-44{
  padding: 11rem;
}

.p-45{
  padding: 11.25rem;
}

.p-48{
  padding: 12rem;
}

.p-49{
  padding: 12.5rem;
}

.p-52{
  padding: 13rem;
}

.p-56{
  padding: 14rem;
}

.p-57{
  padding: 14.375rem;
}

.p-60{
  padding: 15rem;
}

.p-64{
  padding: 16rem;
}

.p-72{
  padding: 18rem;
}

.p-80{
  padding: 20rem;
}

.p-82{
  padding: 22rem;
}

.p-83{
  padding: 23.8125rem;
}

.p-96{
  padding: 24rem;
}

.p-px{
  padding: 1px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3\.5{
  padding: 0.875rem;
}

.p-4\.5{
  padding: 1.125rem;
}

.p-5\.5{
  padding: 1.375rem;
}

.p-6\.5{
  padding: 1.625rem;
}

.p-7\.5{
  padding: 1.875rem;
}

.p-8\.5{
  padding: 2.125rem;
}

.p-9\.5{
  padding: 2.375rem;
}

.p-10\.5{
  padding: 2.625rem;
}

.p-11\.5{
  padding: 2.875rem;
}

.p-12\.5{
  padding: 3.125rem;
}

.p-13\.5{
  padding: 3.25rem;
}

.p-15\.5{
  padding: 3.8rem;
}

.p-16\.5{
  padding: 4.125rem;
}

.p-17\.5{
  padding: 4.25rem;
}

.p-18\.5{
  padding: 4.625rem;
}

.p-20\.5{
  padding: 5.25rem;
}

.p-21\.5{
  padding: 5.75rem;
}

.p-22\.5{
  padding: 5.875rem;
}

.p-24\.5{
  padding: 6.8125rem;
}

.p-28\.5{
  padding: 7.375rem;
}

.p-29\.5{
  padding: 7.75rem;
}

.p-32\.5{
  padding: 8.125rem;
}

.p-33\.5{
  padding: 8.8125rem;
}

.p-42\.5{
  padding: 10.875rem;
}

.p-49\.5{
  padding: 12.75rem;
}

.p-72\.5{
  padding: 18.25rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-13{
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

.px-13{
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-15{
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-17{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.px-17{
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.py-18{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-18{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-19{
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.px-19{
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-21{
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.px-21{
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-22{
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.px-22{
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.py-23{
  padding-top: 6.125rem;
  padding-bottom: 6.125rem;
}

.px-23{
  padding-left: 6.125rem;
  padding-right: 6.125rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-25{
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.px-25{
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.py-26{
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.px-26{
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

.py-27{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.px-27{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-29{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.px-29{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-34{
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.px-34{
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.py-35{
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.px-35{
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-37{
  padding-top: 9.125rem;
  padding-bottom: 9.125rem;
}

.px-37{
  padding-left: 9.125rem;
  padding-right: 9.125rem;
}

.py-38{
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.px-38{
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-41{
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.px-41{
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}

.py-42{
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
}

.px-42{
  padding-left: 10.625rem;
  padding-right: 10.625rem;
}

.py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-45{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.px-45{
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}

.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-49{
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.px-49{
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}

.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-57{
  padding-top: 14.375rem;
  padding-bottom: 14.375rem;
}

.px-57{
  padding-left: 14.375rem;
  padding-right: 14.375rem;
}

.py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}

.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-72{
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-82{
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.px-82{
  padding-left: 22rem;
  padding-right: 22rem;
}

.py-83{
  padding-top: 23.8125rem;
  padding-bottom: 23.8125rem;
}

.px-83{
  padding-left: 23.8125rem;
  padding-right: 23.8125rem;
}

.py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-96{
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-4\.5{
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.px-4\.5{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.py-5\.5{
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.px-5\.5{
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.py-6\.5{
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.px-6\.5{
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.py-7\.5{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.px-7\.5{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-8\.5{
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}

.px-8\.5{
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.py-9\.5{
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.px-9\.5{
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

.py-10\.5{
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.px-10\.5{
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.py-11\.5{
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.px-11\.5{
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}

.py-12\.5{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.px-12\.5{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.py-13\.5{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.px-13\.5{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-15\.5{
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
}

.px-15\.5{
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}

.py-16\.5{
  padding-top: 4.125rem;
  padding-bottom: 4.125rem;
}

.px-16\.5{
  padding-left: 4.125rem;
  padding-right: 4.125rem;
}

.py-17\.5{
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.px-17\.5{
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.py-18\.5{
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.px-18\.5{
  padding-left: 4.625rem;
  padding-right: 4.625rem;
}

.py-20\.5{
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.px-20\.5{
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.py-21\.5{
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.px-21\.5{
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

.py-22\.5{
  padding-top: 5.875rem;
  padding-bottom: 5.875rem;
}

.px-22\.5{
  padding-left: 5.875rem;
  padding-right: 5.875rem;
}

.py-24\.5{
  padding-top: 6.8125rem;
  padding-bottom: 6.8125rem;
}

.px-24\.5{
  padding-left: 6.8125rem;
  padding-right: 6.8125rem;
}

.py-28\.5{
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
}

.px-28\.5{
  padding-left: 7.375rem;
  padding-right: 7.375rem;
}

.py-29\.5{
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}

.px-29\.5{
  padding-left: 7.75rem;
  padding-right: 7.75rem;
}

.py-32\.5{
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.px-32\.5{
  padding-left: 8.125rem;
  padding-right: 8.125rem;
}

.py-33\.5{
  padding-top: 8.8125rem;
  padding-bottom: 8.8125rem;
}

.px-33\.5{
  padding-left: 8.8125rem;
  padding-right: 8.8125rem;
}

.py-42\.5{
  padding-top: 10.875rem;
  padding-bottom: 10.875rem;
}

.px-42\.5{
  padding-left: 10.875rem;
  padding-right: 10.875rem;
}

.py-49\.5{
  padding-top: 12.75rem;
  padding-bottom: 12.75rem;
}

.px-49\.5{
  padding-left: 12.75rem;
  padding-right: 12.75rem;
}

.py-72\.5{
  padding-top: 18.25rem;
  padding-bottom: 18.25rem;
}

.px-72\.5{
  padding-left: 18.25rem;
  padding-right: 18.25rem;
}

.pt-0{
  padding-top: 0px;
}

.pr-0{
  padding-right: 0px;
}

.pb-0{
  padding-bottom: 0px;
}

.pl-0{
  padding-left: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-4{
  padding-left: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pr-8{
  padding-right: 2rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pr-11{
  padding-right: 2.75rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pt-12{
  padding-top: 3rem;
}

.pr-12{
  padding-right: 3rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pl-12{
  padding-left: 3rem;
}

.pt-13{
  padding-top: 3.375rem;
}

.pr-13{
  padding-right: 3.375rem;
}

.pb-13{
  padding-bottom: 3.375rem;
}

.pl-13{
  padding-left: 3.375rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pt-15{
  padding-top: 3.75rem;
}

.pr-15{
  padding-right: 3.75rem;
}

.pb-15{
  padding-bottom: 3.75rem;
}

.pl-15{
  padding-left: 3.75rem;
}

.pt-16{
  padding-top: 4rem;
}

.pr-16{
  padding-right: 4rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pl-16{
  padding-left: 4rem;
}

.pt-17{
  padding-top: 4.375rem;
}

.pr-17{
  padding-right: 4.375rem;
}

.pb-17{
  padding-bottom: 4.375rem;
}

.pl-17{
  padding-left: 4.375rem;
}

.pt-18{
  padding-top: 4.5rem;
}

.pr-18{
  padding-right: 4.5rem;
}

.pb-18{
  padding-bottom: 4.5rem;
}

.pl-18{
  padding-left: 4.5rem;
}

.pt-19{
  padding-top: 4.75rem;
}

.pr-19{
  padding-right: 4.75rem;
}

.pb-19{
  padding-bottom: 4.75rem;
}

.pl-19{
  padding-left: 4.75rem;
}

.pt-20{
  padding-top: 5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pl-20{
  padding-left: 5rem;
}

.pt-21{
  padding-top: 5.5rem;
}

.pr-21{
  padding-right: 5.5rem;
}

.pb-21{
  padding-bottom: 5.5rem;
}

.pl-21{
  padding-left: 5.5rem;
}

.pt-22{
  padding-top: 5.625rem;
}

.pr-22{
  padding-right: 5.625rem;
}

.pb-22{
  padding-bottom: 5.625rem;
}

.pl-22{
  padding-left: 5.625rem;
}

.pt-23{
  padding-top: 6.125rem;
}

.pr-23{
  padding-right: 6.125rem;
}

.pb-23{
  padding-bottom: 6.125rem;
}

.pl-23{
  padding-left: 6.125rem;
}

.pt-24{
  padding-top: 6rem;
}

.pr-24{
  padding-right: 6rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pl-24{
  padding-left: 6rem;
}

.pt-25{
  padding-top: 6.5rem;
}

.pr-25{
  padding-right: 6.5rem;
}

.pb-25{
  padding-bottom: 6.5rem;
}

.pl-25{
  padding-left: 6.5rem;
}

.pt-26{
  padding-top: 6.75rem;
}

.pr-26{
  padding-right: 6.75rem;
}

.pb-26{
  padding-bottom: 6.75rem;
}

.pl-26{
  padding-left: 6.75rem;
}

.pt-27{
  padding-top: 6.25rem;
}

.pr-27{
  padding-right: 6.25rem;
}

.pb-27{
  padding-bottom: 6.25rem;
}

.pl-27{
  padding-left: 6.25rem;
}

.pt-28{
  padding-top: 7rem;
}

.pr-28{
  padding-right: 7rem;
}

.pb-28{
  padding-bottom: 7rem;
}

.pl-28{
  padding-left: 7rem;
}

.pt-29{
  padding-top: 7.5rem;
}

.pr-29{
  padding-right: 7.5rem;
}

.pb-29{
  padding-bottom: 7.5rem;
}

.pl-29{
  padding-left: 7.5rem;
}

.pt-32{
  padding-top: 8rem;
}

.pr-32{
  padding-right: 8rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pl-32{
  padding-left: 8rem;
}

.pt-34{
  padding-top: 8.5rem;
}

.pr-34{
  padding-right: 8.5rem;
}

.pb-34{
  padding-bottom: 8.5rem;
}

.pl-34{
  padding-left: 8.5rem;
}

.pt-35{
  padding-top: 8.75rem;
}

.pr-35{
  padding-right: 8.75rem;
}

.pb-35{
  padding-bottom: 8.75rem;
}

.pl-35{
  padding-left: 8.75rem;
}

.pt-36{
  padding-top: 9rem;
}

.pr-36{
  padding-right: 9rem;
}

.pb-36{
  padding-bottom: 9rem;
}

.pl-36{
  padding-left: 9rem;
}

.pt-37{
  padding-top: 9.125rem;
}

.pr-37{
  padding-right: 9.125rem;
}

.pb-37{
  padding-bottom: 9.125rem;
}

.pl-37{
  padding-left: 9.125rem;
}

.pt-38{
  padding-top: 9.5rem;
}

.pr-38{
  padding-right: 9.5rem;
}

.pb-38{
  padding-bottom: 9.5rem;
}

.pl-38{
  padding-left: 9.5rem;
}

.pt-40{
  padding-top: 10rem;
}

.pr-40{
  padding-right: 10rem;
}

.pb-40{
  padding-bottom: 10rem;
}

.pl-40{
  padding-left: 10rem;
}

.pt-41{
  padding-top: 10.5rem;
}

.pr-41{
  padding-right: 10.5rem;
}

.pb-41{
  padding-bottom: 10.5rem;
}

.pl-41{
  padding-left: 10.5rem;
}

.pt-42{
  padding-top: 10.625rem;
}

.pr-42{
  padding-right: 10.625rem;
}

.pb-42{
  padding-bottom: 10.625rem;
}

.pl-42{
  padding-left: 10.625rem;
}

.pt-44{
  padding-top: 11rem;
}

.pr-44{
  padding-right: 11rem;
}

.pb-44{
  padding-bottom: 11rem;
}

.pl-44{
  padding-left: 11rem;
}

.pt-45{
  padding-top: 11.25rem;
}

.pr-45{
  padding-right: 11.25rem;
}

.pb-45{
  padding-bottom: 11.25rem;
}

.pl-45{
  padding-left: 11.25rem;
}

.pt-48{
  padding-top: 12rem;
}

.pr-48{
  padding-right: 12rem;
}

.pb-48{
  padding-bottom: 12rem;
}

.pl-48{
  padding-left: 12rem;
}

.pt-49{
  padding-top: 12.5rem;
}

.pr-49{
  padding-right: 12.5rem;
}

.pb-49{
  padding-bottom: 12.5rem;
}

.pl-49{
  padding-left: 12.5rem;
}

.pt-52{
  padding-top: 13rem;
}

.pr-52{
  padding-right: 13rem;
}

.pb-52{
  padding-bottom: 13rem;
}

.pl-52{
  padding-left: 13rem;
}

.pt-56{
  padding-top: 14rem;
}

.pr-56{
  padding-right: 14rem;
}

.pb-56{
  padding-bottom: 14rem;
}

.pl-56{
  padding-left: 14rem;
}

.pt-57{
  padding-top: 14.375rem;
}

.pr-57{
  padding-right: 14.375rem;
}

.pb-57{
  padding-bottom: 14.375rem;
}

.pl-57{
  padding-left: 14.375rem;
}

.pt-60{
  padding-top: 15rem;
}

.pr-60{
  padding-right: 15rem;
}

.pb-60{
  padding-bottom: 15rem;
}

.pl-60{
  padding-left: 15rem;
}

.pt-64{
  padding-top: 16rem;
}

.pr-64{
  padding-right: 16rem;
}

.pb-64{
  padding-bottom: 16rem;
}

.pl-64{
  padding-left: 16rem;
}

.pt-72{
  padding-top: 18rem;
}

.pr-72{
  padding-right: 18rem;
}

.pb-72{
  padding-bottom: 18rem;
}

.pl-72{
  padding-left: 18rem;
}

.pt-80{
  padding-top: 20rem;
}

.pr-80{
  padding-right: 20rem;
}

.pb-80{
  padding-bottom: 20rem;
}

.pl-80{
  padding-left: 20rem;
}

.pt-82{
  padding-top: 22rem;
}

.pr-82{
  padding-right: 22rem;
}

.pb-82{
  padding-bottom: 22rem;
}

.pl-82{
  padding-left: 22rem;
}

.pt-83{
  padding-top: 23.8125rem;
}

.pr-83{
  padding-right: 23.8125rem;
}

.pb-83{
  padding-bottom: 23.8125rem;
}

.pl-83{
  padding-left: 23.8125rem;
}

.pt-96{
  padding-top: 24rem;
}

.pr-96{
  padding-right: 24rem;
}

.pb-96{
  padding-bottom: 24rem;
}

.pl-96{
  padding-left: 24rem;
}

.pt-px{
  padding-top: 1px;
}

.pr-px{
  padding-right: 1px;
}

.pb-px{
  padding-bottom: 1px;
}

.pl-px{
  padding-left: 1px;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pr-0\.5{
  padding-right: 0.125rem;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pl-0\.5{
  padding-left: 0.125rem;
}

.pt-1\.5{
  padding-top: 0.375rem;
}

.pr-1\.5{
  padding-right: 0.375rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pl-1\.5{
  padding-left: 0.375rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pl-2\.5{
  padding-left: 0.625rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

.pr-3\.5{
  padding-right: 0.875rem;
}

.pb-3\.5{
  padding-bottom: 0.875rem;
}

.pl-3\.5{
  padding-left: 0.875rem;
}

.pt-4\.5{
  padding-top: 1.125rem;
}

.pr-4\.5{
  padding-right: 1.125rem;
}

.pb-4\.5{
  padding-bottom: 1.125rem;
}

.pl-4\.5{
  padding-left: 1.125rem;
}

.pt-5\.5{
  padding-top: 1.375rem;
}

.pr-5\.5{
  padding-right: 1.375rem;
}

.pb-5\.5{
  padding-bottom: 1.375rem;
}

.pl-5\.5{
  padding-left: 1.375rem;
}

.pt-6\.5{
  padding-top: 1.625rem;
}

.pr-6\.5{
  padding-right: 1.625rem;
}

.pb-6\.5{
  padding-bottom: 1.625rem;
}

.pl-6\.5{
  padding-left: 1.625rem;
}

.pt-7\.5{
  padding-top: 1.875rem;
}

.pr-7\.5{
  padding-right: 1.875rem;
}

.pb-7\.5{
  padding-bottom: 1.875rem;
}

.pl-7\.5{
  padding-left: 1.875rem;
}

.pt-8\.5{
  padding-top: 2.125rem;
}

.pr-8\.5{
  padding-right: 2.125rem;
}

.pb-8\.5{
  padding-bottom: 2.125rem;
}

.pl-8\.5{
  padding-left: 2.125rem;
}

.pt-9\.5{
  padding-top: 2.375rem;
}

.pr-9\.5{
  padding-right: 2.375rem;
}

.pb-9\.5{
  padding-bottom: 2.375rem;
}

.pl-9\.5{
  padding-left: 2.375rem;
}

.pt-10\.5{
  padding-top: 2.625rem;
}

.pr-10\.5{
  padding-right: 2.625rem;
}

.pb-10\.5{
  padding-bottom: 2.625rem;
}

.pl-10\.5{
  padding-left: 2.625rem;
}

.pt-11\.5{
  padding-top: 2.875rem;
}

.pr-11\.5{
  padding-right: 2.875rem;
}

.pb-11\.5{
  padding-bottom: 2.875rem;
}

.pl-11\.5{
  padding-left: 2.875rem;
}

.pt-12\.5{
  padding-top: 3.125rem;
}

.pr-12\.5{
  padding-right: 3.125rem;
}

.pb-12\.5{
  padding-bottom: 3.125rem;
}

.pl-12\.5{
  padding-left: 3.125rem;
}

.pt-13\.5{
  padding-top: 3.25rem;
}

.pr-13\.5{
  padding-right: 3.25rem;
}

.pb-13\.5{
  padding-bottom: 3.25rem;
}

.pl-13\.5{
  padding-left: 3.25rem;
}

.pt-15\.5{
  padding-top: 3.8rem;
}

.pr-15\.5{
  padding-right: 3.8rem;
}

.pb-15\.5{
  padding-bottom: 3.8rem;
}

.pl-15\.5{
  padding-left: 3.8rem;
}

.pt-16\.5{
  padding-top: 4.125rem;
}

.pr-16\.5{
  padding-right: 4.125rem;
}

.pb-16\.5{
  padding-bottom: 4.125rem;
}

.pl-16\.5{
  padding-left: 4.125rem;
}

.pt-17\.5{
  padding-top: 4.25rem;
}

.pr-17\.5{
  padding-right: 4.25rem;
}

.pb-17\.5{
  padding-bottom: 4.25rem;
}

.pl-17\.5{
  padding-left: 4.25rem;
}

.pt-18\.5{
  padding-top: 4.625rem;
}

.pr-18\.5{
  padding-right: 4.625rem;
}

.pb-18\.5{
  padding-bottom: 4.625rem;
}

.pl-18\.5{
  padding-left: 4.625rem;
}

.pt-20\.5{
  padding-top: 5.25rem;
}

.pr-20\.5{
  padding-right: 5.25rem;
}

.pb-20\.5{
  padding-bottom: 5.25rem;
}

.pl-20\.5{
  padding-left: 5.25rem;
}

.pt-21\.5{
  padding-top: 5.75rem;
}

.pr-21\.5{
  padding-right: 5.75rem;
}

.pb-21\.5{
  padding-bottom: 5.75rem;
}

.pl-21\.5{
  padding-left: 5.75rem;
}

.pt-22\.5{
  padding-top: 5.875rem;
}

.pr-22\.5{
  padding-right: 5.875rem;
}

.pb-22\.5{
  padding-bottom: 5.875rem;
}

.pl-22\.5{
  padding-left: 5.875rem;
}

.pt-24\.5{
  padding-top: 6.8125rem;
}

.pr-24\.5{
  padding-right: 6.8125rem;
}

.pb-24\.5{
  padding-bottom: 6.8125rem;
}

.pl-24\.5{
  padding-left: 6.8125rem;
}

.pt-28\.5{
  padding-top: 7.375rem;
}

.pr-28\.5{
  padding-right: 7.375rem;
}

.pb-28\.5{
  padding-bottom: 7.375rem;
}

.pl-28\.5{
  padding-left: 7.375rem;
}

.pt-29\.5{
  padding-top: 7.75rem;
}

.pr-29\.5{
  padding-right: 7.75rem;
}

.pb-29\.5{
  padding-bottom: 7.75rem;
}

.pl-29\.5{
  padding-left: 7.75rem;
}

.pt-32\.5{
  padding-top: 8.125rem;
}

.pr-32\.5{
  padding-right: 8.125rem;
}

.pb-32\.5{
  padding-bottom: 8.125rem;
}

.pl-32\.5{
  padding-left: 8.125rem;
}

.pt-33\.5{
  padding-top: 8.8125rem;
}

.pr-33\.5{
  padding-right: 8.8125rem;
}

.pb-33\.5{
  padding-bottom: 8.8125rem;
}

.pl-33\.5{
  padding-left: 8.8125rem;
}

.pt-42\.5{
  padding-top: 10.875rem;
}

.pr-42\.5{
  padding-right: 10.875rem;
}

.pb-42\.5{
  padding-bottom: 10.875rem;
}

.pl-42\.5{
  padding-left: 10.875rem;
}

.pt-49\.5{
  padding-top: 12.75rem;
}

.pr-49\.5{
  padding-right: 12.75rem;
}

.pb-49\.5{
  padding-bottom: 12.75rem;
}

.pl-49\.5{
  padding-left: 12.75rem;
}

.pt-72\.5{
  padding-top: 18.25rem;
}

.pr-72\.5{
  padding-right: 18.25rem;
}

.pb-72\.5{
  padding-bottom: 18.25rem;
}

.pl-72\.5{
  padding-left: 18.25rem;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-current::-moz-placeholder{
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder{
  color: currentColor;
}

.placeholder-current::placeholder{
  color: currentColor;
}

.placeholder-black-100::-moz-placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.placeholder-black-100:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.placeholder-black-100::placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.placeholder-black-200::-moz-placeholder{
  color: rgba(0, 0, 0, 0.5);
}

.placeholder-black-200:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.5);
}

.placeholder-black-200::placeholder{
  color: rgba(0, 0, 0, 0.5);
}

.placeholder-black-300::-moz-placeholder{
  color: rgba(0, 0, 0, 0.8);
}

.placeholder-black-300:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.8);
}

.placeholder-black-300::placeholder{
  color: rgba(0, 0, 0, 0.8);
}

.placeholder-black-350::-moz-placeholder{
  color: rgba(0, 0, 0, 0.24);
}

.placeholder-black-350:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.24);
}

.placeholder-black-350::placeholder{
  color: rgba(0, 0, 0, 0.24);
}

.placeholder-black-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black-450::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
}

.placeholder-black-450:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
}

.placeholder-black-450::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
}

.placeholder-black-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.placeholder-black-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.placeholder-black-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.placeholder-black-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
}

.placeholder-black-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
}

.placeholder-black-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
}

.placeholder-black-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
}

.placeholder-black-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
}

.placeholder-black-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
}

.placeholder-white-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
}

.placeholder-white-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
}

.placeholder-white-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
}

.placeholder-white-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
}

.placeholder-white-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
}

.placeholder-white-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
}

.placeholder-white-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
}

.placeholder-white-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
}

.placeholder-white-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-90::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
}

.placeholder-gray-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
}

.placeholder-gray-90::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
}

.placeholder-gray-350::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-350:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-350::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
}

.placeholder-gray-450::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.placeholder-gray-450:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.placeholder-gray-450::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
}

.placeholder-gray-550::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
}

.placeholder-gray-550:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
}

.placeholder-gray-550::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-850::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-850:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-850::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.placeholder-gray-950::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-gray-950:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-gray-950::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder{
  color: rgba(0, 0, 0, 0.13);
}

.placeholder-red-200:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.13);
}

.placeholder-red-200::placeholder{
  color: rgba(0, 0, 0, 0.13);
}

.placeholder-red-300::-moz-placeholder{
  color: rgba(234, 62, 58, 0.04);
}

.placeholder-red-300:-ms-input-placeholder{
  color: rgba(234, 62, 58, 0.04);
}

.placeholder-red-300::placeholder{
  color: rgba(234, 62, 58, 0.04);
}

.placeholder-red-350::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-red-350:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-red-350::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
}

.placeholder-red-450::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
}

.placeholder-red-450:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
}

.placeholder-red-450::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
}

.placeholder-red-650::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
}

.placeholder-red-650:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
}

.placeholder-red-650::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
}

.placeholder-red-750::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
}

.placeholder-red-750:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
}

.placeholder-red-750::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
}

.placeholder-red-850::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
}

.placeholder-red-850:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
}

.placeholder-red-850::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.placeholder-green-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder{
  color: rgba(0, 0, 0, 0.25);
}

.placeholder-green-300:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.25);
}

.placeholder-green-300::placeholder{
  color: rgba(0, 0, 0, 0.25);
}

.placeholder-green-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
}

.placeholder-green-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
}

.placeholder-green-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
}

.placeholder-green-550::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
}

.placeholder-green-550:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
}

.placeholder-green-550::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
}

.placeholder-green-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
}

.placeholder-green-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
}

.placeholder-blue-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-50::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
}

.placeholder-orange-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder{
  color: currentColor;
}

.focus\:placeholder-black-100:focus::-moz-placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.focus\:placeholder-black-100:focus:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.focus\:placeholder-black-100:focus::placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.focus\:placeholder-black-200:focus::-moz-placeholder{
  color: rgba(0, 0, 0, 0.5);
}

.focus\:placeholder-black-200:focus:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.5);
}

.focus\:placeholder-black-200:focus::placeholder{
  color: rgba(0, 0, 0, 0.5);
}

.focus\:placeholder-black-300:focus::-moz-placeholder{
  color: rgba(0, 0, 0, 0.8);
}

.focus\:placeholder-black-300:focus:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.8);
}

.focus\:placeholder-black-300:focus::placeholder{
  color: rgba(0, 0, 0, 0.8);
}

.focus\:placeholder-black-350:focus::-moz-placeholder{
  color: rgba(0, 0, 0, 0.24);
}

.focus\:placeholder-black-350:focus:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.24);
}

.focus\:placeholder-black-350:focus::placeholder{
  color: rgba(0, 0, 0, 0.24);
}

.focus\:placeholder-black-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-450:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-450:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-450:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-90:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-350:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-350:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-350:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-450:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-450:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-450:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-550:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-550:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-550:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-850:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-850:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-850:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-950:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-950:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-950:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder{
  color: rgba(0, 0, 0, 0.13);
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.13);
}

.focus\:placeholder-red-200:focus::placeholder{
  color: rgba(0, 0, 0, 0.13);
}

.focus\:placeholder-red-300:focus::-moz-placeholder{
  color: rgba(234, 62, 58, 0.04);
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder{
  color: rgba(234, 62, 58, 0.04);
}

.focus\:placeholder-red-300:focus::placeholder{
  color: rgba(234, 62, 58, 0.04);
}

.focus\:placeholder-red-350:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-350:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-350:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-450:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-450:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-450:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-650:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-650:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-650:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-750:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-750:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-750:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-850:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-850:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-850:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder{
  color: rgba(0, 0, 0, 0.25);
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder{
  color: rgba(0, 0, 0, 0.25);
}

.focus\:placeholder-green-300:focus::placeholder{
  color: rgba(0, 0, 0, 0.25);
}

.focus\:placeholder-green-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-550:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-550:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-550:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-50:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-11::-moz-placeholder{
  --tw-placeholder-opacity: .86;
}

.placeholder-opacity-11:-ms-input-placeholder{
  --tw-placeholder-opacity: .86;
}

.placeholder-opacity-11::placeholder{
  --tw-placeholder-opacity: .86;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-45::-moz-placeholder{
  --tw-placeholder-opacity: .45;
}

.placeholder-opacity-45:-ms-input-placeholder{
  --tw-placeholder-opacity: .45;
}

.placeholder-opacity-45::placeholder{
  --tw-placeholder-opacity: .45;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-58::-moz-placeholder{
  --tw-placeholder-opacity: .58;
}

.placeholder-opacity-58:-ms-input-placeholder{
  --tw-placeholder-opacity: .58;
}

.placeholder-opacity-58::placeholder{
  --tw-placeholder-opacity: .58;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-74::-moz-placeholder{
  --tw-placeholder-opacity: .74;
}

.placeholder-opacity-74:-ms-input-placeholder{
  --tw-placeholder-opacity: .74;
}

.placeholder-opacity-74::placeholder{
  --tw-placeholder-opacity: .74;
}

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-11:focus::-moz-placeholder{
  --tw-placeholder-opacity: .86;
}

.focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: .86;
}

.focus\:placeholder-opacity-11:focus::placeholder{
  --tw-placeholder-opacity: .86;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-45:focus::-moz-placeholder{
  --tw-placeholder-opacity: .45;
}

.focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: .45;
}

.focus\:placeholder-opacity-45:focus::placeholder{
  --tw-placeholder-opacity: .45;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-58:focus::-moz-placeholder{
  --tw-placeholder-opacity: .58;
}

.focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: .58;
}

.focus\:placeholder-opacity-58:focus::placeholder{
  --tw-placeholder-opacity: .58;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-74:focus::-moz-placeholder{
  --tw-placeholder-opacity: .74;
}

.focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: .74;
}

.focus\:placeholder-opacity-74:focus::placeholder{
  --tw-placeholder-opacity: .74;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7{
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9{
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11{
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-13{
  top: 3.375rem;
  right: 3.375rem;
  bottom: 3.375rem;
  left: 3.375rem;
}

.inset-14{
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-15{
  top: 3.75rem;
  right: 3.75rem;
  bottom: 3.75rem;
  left: 3.75rem;
}

.inset-16{
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-17{
  top: 4.375rem;
  right: 4.375rem;
  bottom: 4.375rem;
  left: 4.375rem;
}

.inset-18{
  top: 4.5rem;
  right: 4.5rem;
  bottom: 4.5rem;
  left: 4.5rem;
}

.inset-19{
  top: 4.75rem;
  right: 4.75rem;
  bottom: 4.75rem;
  left: 4.75rem;
}

.inset-20{
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-21{
  top: 5.5rem;
  right: 5.5rem;
  bottom: 5.5rem;
  left: 5.5rem;
}

.inset-22{
  top: 5.625rem;
  right: 5.625rem;
  bottom: 5.625rem;
  left: 5.625rem;
}

.inset-23{
  top: 6.125rem;
  right: 6.125rem;
  bottom: 6.125rem;
  left: 6.125rem;
}

.inset-24{
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-25{
  top: 6.5rem;
  right: 6.5rem;
  bottom: 6.5rem;
  left: 6.5rem;
}

.inset-26{
  top: 6.75rem;
  right: 6.75rem;
  bottom: 6.75rem;
  left: 6.75rem;
}

.inset-27{
  top: 6.25rem;
  right: 6.25rem;
  bottom: 6.25rem;
  left: 6.25rem;
}

.inset-28{
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-29{
  top: 7.5rem;
  right: 7.5rem;
  bottom: 7.5rem;
  left: 7.5rem;
}

.inset-32{
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-34{
  top: 8.5rem;
  right: 8.5rem;
  bottom: 8.5rem;
  left: 8.5rem;
}

.inset-35{
  top: 8.75rem;
  right: 8.75rem;
  bottom: 8.75rem;
  left: 8.75rem;
}

.inset-36{
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-37{
  top: 9.125rem;
  right: 9.125rem;
  bottom: 9.125rem;
  left: 9.125rem;
}

.inset-38{
  top: 9.5rem;
  right: 9.5rem;
  bottom: 9.5rem;
  left: 9.5rem;
}

.inset-40{
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-41{
  top: 10.5rem;
  right: 10.5rem;
  bottom: 10.5rem;
  left: 10.5rem;
}

.inset-42{
  top: 10.625rem;
  right: 10.625rem;
  bottom: 10.625rem;
  left: 10.625rem;
}

.inset-44{
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-45{
  top: 11.25rem;
  right: 11.25rem;
  bottom: 11.25rem;
  left: 11.25rem;
}

.inset-48{
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-49{
  top: 12.5rem;
  right: 12.5rem;
  bottom: 12.5rem;
  left: 12.5rem;
}

.inset-52{
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56{
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-57{
  top: 14.375rem;
  right: 14.375rem;
  bottom: 14.375rem;
  left: 14.375rem;
}

.inset-60{
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64{
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-66{
  top: 19rem;
  right: 19rem;
  bottom: 19rem;
  left: 19rem;
}

.inset-72{
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80{
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-82{
  top: 22rem;
  right: 22rem;
  bottom: 22rem;
  left: 22rem;
}

.inset-83{
  top: 23.8125rem;
  right: 23.8125rem;
  bottom: 23.8125rem;
  left: 23.8125rem;
}

.inset-96{
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px{
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-0\.5{
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.inset-1\.5{
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.inset-2\.5{
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.inset-3\.5{
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.inset-4\.5{
  top: 1.125rem;
  right: 1.125rem;
  bottom: 1.125rem;
  left: 1.125rem;
}

.inset-5\.5{
  top: 1.375rem;
  right: 1.375rem;
  bottom: 1.375rem;
  left: 1.375rem;
}

.inset-6\.5{
  top: 1.625rem;
  right: 1.625rem;
  bottom: 1.625rem;
  left: 1.625rem;
}

.inset-7\.5{
  top: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
  left: 1.875rem;
}

.inset-8\.5{
  top: 2.125rem;
  right: 2.125rem;
  bottom: 2.125rem;
  left: 2.125rem;
}

.inset-9\.5{
  top: 2.375rem;
  right: 2.375rem;
  bottom: 2.375rem;
  left: 2.375rem;
}

.inset-10\.5{
  top: 2.625rem;
  right: 2.625rem;
  bottom: 2.625rem;
  left: 2.625rem;
}

.inset-11\.5{
  top: 2.875rem;
  right: 2.875rem;
  bottom: 2.875rem;
  left: 2.875rem;
}

.inset-12\.5{
  top: 3.125rem;
  right: 3.125rem;
  bottom: 3.125rem;
  left: 3.125rem;
}

.inset-13\.5{
  top: 3.25rem;
  right: 3.25rem;
  bottom: 3.25rem;
  left: 3.25rem;
}

.inset-15\.5{
  top: 3.8rem;
  right: 3.8rem;
  bottom: 3.8rem;
  left: 3.8rem;
}

.inset-16\.5{
  top: 4.125rem;
  right: 4.125rem;
  bottom: 4.125rem;
  left: 4.125rem;
}

.inset-17\.5{
  top: 4.25rem;
  right: 4.25rem;
  bottom: 4.25rem;
  left: 4.25rem;
}

.inset-18\.5{
  top: 4.625rem;
  right: 4.625rem;
  bottom: 4.625rem;
  left: 4.625rem;
}

.inset-20\.5{
  top: 5.25rem;
  right: 5.25rem;
  bottom: 5.25rem;
  left: 5.25rem;
}

.inset-21\.5{
  top: 5.75rem;
  right: 5.75rem;
  bottom: 5.75rem;
  left: 5.75rem;
}

.inset-22\.5{
  top: 5.875rem;
  right: 5.875rem;
  bottom: 5.875rem;
  left: 5.875rem;
}

.inset-24\.5{
  top: 6.8125rem;
  right: 6.8125rem;
  bottom: 6.8125rem;
  left: 6.8125rem;
}

.inset-28\.5{
  top: 7.375rem;
  right: 7.375rem;
  bottom: 7.375rem;
  left: 7.375rem;
}

.inset-29\.5{
  top: 7.75rem;
  right: 7.75rem;
  bottom: 7.75rem;
  left: 7.75rem;
}

.inset-32\.5{
  top: 8.125rem;
  right: 8.125rem;
  bottom: 8.125rem;
  left: 8.125rem;
}

.inset-33\.5{
  top: 8.8125rem;
  right: 8.8125rem;
  bottom: 8.8125rem;
  left: 8.8125rem;
}

.inset-42\.5{
  top: 10.875rem;
  right: 10.875rem;
  bottom: 10.875rem;
  left: 10.875rem;
}

.inset-49\.5{
  top: 12.75rem;
  right: 12.75rem;
  bottom: 12.75rem;
  left: 12.75rem;
}

.inset-72\.5{
  top: 18.25rem;
  right: 18.25rem;
  bottom: 18.25rem;
  left: 18.25rem;
}

.-inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7{
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9{
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11{
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-13{
  top: -3.375rem;
  right: -3.375rem;
  bottom: -3.375rem;
  left: -3.375rem;
}

.-inset-14{
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-15{
  top: -3.75rem;
  right: -3.75rem;
  bottom: -3.75rem;
  left: -3.75rem;
}

.-inset-16{
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-17{
  top: -4.375rem;
  right: -4.375rem;
  bottom: -4.375rem;
  left: -4.375rem;
}

.-inset-18{
  top: -4.5rem;
  right: -4.5rem;
  bottom: -4.5rem;
  left: -4.5rem;
}

.-inset-19{
  top: -4.75rem;
  right: -4.75rem;
  bottom: -4.75rem;
  left: -4.75rem;
}

.-inset-20{
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-21{
  top: -5.5rem;
  right: -5.5rem;
  bottom: -5.5rem;
  left: -5.5rem;
}

.-inset-22{
  top: -5.625rem;
  right: -5.625rem;
  bottom: -5.625rem;
  left: -5.625rem;
}

.-inset-23{
  top: -6.125rem;
  right: -6.125rem;
  bottom: -6.125rem;
  left: -6.125rem;
}

.-inset-24{
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-25{
  top: -6.5rem;
  right: -6.5rem;
  bottom: -6.5rem;
  left: -6.5rem;
}

.-inset-26{
  top: -6.75rem;
  right: -6.75rem;
  bottom: -6.75rem;
  left: -6.75rem;
}

.-inset-27{
  top: -6.25rem;
  right: -6.25rem;
  bottom: -6.25rem;
  left: -6.25rem;
}

.-inset-28{
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-29{
  top: -7.5rem;
  right: -7.5rem;
  bottom: -7.5rem;
  left: -7.5rem;
}

.-inset-32{
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-34{
  top: -8.5rem;
  right: -8.5rem;
  bottom: -8.5rem;
  left: -8.5rem;
}

.-inset-35{
  top: -8.75rem;
  right: -8.75rem;
  bottom: -8.75rem;
  left: -8.75rem;
}

.-inset-36{
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-37{
  top: -9.125rem;
  right: -9.125rem;
  bottom: -9.125rem;
  left: -9.125rem;
}

.-inset-38{
  top: -9.5rem;
  right: -9.5rem;
  bottom: -9.5rem;
  left: -9.5rem;
}

.-inset-40{
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-41{
  top: -10.5rem;
  right: -10.5rem;
  bottom: -10.5rem;
  left: -10.5rem;
}

.-inset-42{
  top: -10.625rem;
  right: -10.625rem;
  bottom: -10.625rem;
  left: -10.625rem;
}

.-inset-44{
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-45{
  top: -11.25rem;
  right: -11.25rem;
  bottom: -11.25rem;
  left: -11.25rem;
}

.-inset-48{
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-49{
  top: -12.5rem;
  right: -12.5rem;
  bottom: -12.5rem;
  left: -12.5rem;
}

.-inset-52{
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56{
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-57{
  top: -14.375rem;
  right: -14.375rem;
  bottom: -14.375rem;
  left: -14.375rem;
}

.-inset-60{
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64{
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72{
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80{
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-82{
  top: -22rem;
  right: -22rem;
  bottom: -22rem;
  left: -22rem;
}

.-inset-83{
  top: -23.8125rem;
  right: -23.8125rem;
  bottom: -23.8125rem;
  left: -23.8125rem;
}

.-inset-96{
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.-inset-px{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.-inset-0\.5{
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.-inset-1\.5{
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.-inset-2\.5{
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.-inset-3\.5{
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.-inset-4\.5{
  top: -1.125rem;
  right: -1.125rem;
  bottom: -1.125rem;
  left: -1.125rem;
}

.-inset-5\.5{
  top: -1.375rem;
  right: -1.375rem;
  bottom: -1.375rem;
  left: -1.375rem;
}

.-inset-6\.5{
  top: -1.625rem;
  right: -1.625rem;
  bottom: -1.625rem;
  left: -1.625rem;
}

.-inset-7\.5{
  top: -1.875rem;
  right: -1.875rem;
  bottom: -1.875rem;
  left: -1.875rem;
}

.-inset-8\.5{
  top: -2.125rem;
  right: -2.125rem;
  bottom: -2.125rem;
  left: -2.125rem;
}

.-inset-9\.5{
  top: -2.375rem;
  right: -2.375rem;
  bottom: -2.375rem;
  left: -2.375rem;
}

.-inset-10\.5{
  top: -2.625rem;
  right: -2.625rem;
  bottom: -2.625rem;
  left: -2.625rem;
}

.-inset-11\.5{
  top: -2.875rem;
  right: -2.875rem;
  bottom: -2.875rem;
  left: -2.875rem;
}

.-inset-12\.5{
  top: -3.125rem;
  right: -3.125rem;
  bottom: -3.125rem;
  left: -3.125rem;
}

.-inset-13\.5{
  top: -3.25rem;
  right: -3.25rem;
  bottom: -3.25rem;
  left: -3.25rem;
}

.-inset-15\.5{
  top: -3.8rem;
  right: -3.8rem;
  bottom: -3.8rem;
  left: -3.8rem;
}

.-inset-16\.5{
  top: -4.125rem;
  right: -4.125rem;
  bottom: -4.125rem;
  left: -4.125rem;
}

.-inset-17\.5{
  top: -4.25rem;
  right: -4.25rem;
  bottom: -4.25rem;
  left: -4.25rem;
}

.-inset-18\.5{
  top: -4.625rem;
  right: -4.625rem;
  bottom: -4.625rem;
  left: -4.625rem;
}

.-inset-20\.5{
  top: -5.25rem;
  right: -5.25rem;
  bottom: -5.25rem;
  left: -5.25rem;
}

.-inset-21\.5{
  top: -5.75rem;
  right: -5.75rem;
  bottom: -5.75rem;
  left: -5.75rem;
}

.-inset-22\.5{
  top: -5.875rem;
  right: -5.875rem;
  bottom: -5.875rem;
  left: -5.875rem;
}

.-inset-24\.5{
  top: -6.8125rem;
  right: -6.8125rem;
  bottom: -6.8125rem;
  left: -6.8125rem;
}

.-inset-28\.5{
  top: -7.375rem;
  right: -7.375rem;
  bottom: -7.375rem;
  left: -7.375rem;
}

.-inset-29\.5{
  top: -7.75rem;
  right: -7.75rem;
  bottom: -7.75rem;
  left: -7.75rem;
}

.-inset-32\.5{
  top: -8.125rem;
  right: -8.125rem;
  bottom: -8.125rem;
  left: -8.125rem;
}

.-inset-33\.5{
  top: -8.8125rem;
  right: -8.8125rem;
  bottom: -8.8125rem;
  left: -8.8125rem;
}

.-inset-42\.5{
  top: -10.875rem;
  right: -10.875rem;
  bottom: -10.875rem;
  left: -10.875rem;
}

.-inset-49\.5{
  top: -12.75rem;
  right: -12.75rem;
  bottom: -12.75rem;
  left: -12.75rem;
}

.-inset-72\.5{
  top: -18.25rem;
  right: -18.25rem;
  bottom: -18.25rem;
  left: -18.25rem;
}

.inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-1\/3{
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3{
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4{
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-2\/4{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-3\/4{
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-1\/2{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-1\/3{
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3{
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4{
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-2\/4{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-3\/4{
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.inset-x-0{
  right: 0px;
  left: 0px;
}

.inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-x-1{
  right: 0.25rem;
  left: 0.25rem;
}

.inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-x-2{
  right: 0.5rem;
  left: 0.5rem;
}

.inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-x-3{
  right: 0.75rem;
  left: 0.75rem;
}

.inset-y-4{
  top: 1rem;
  bottom: 1rem;
}

.inset-x-4{
  right: 1rem;
  left: 1rem;
}

.inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-x-5{
  right: 1.25rem;
  left: 1.25rem;
}

.inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-x-6{
  right: 1.5rem;
  left: 1.5rem;
}

.inset-y-7{
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-x-7{
  right: 1.75rem;
  left: 1.75rem;
}

.inset-y-8{
  top: 2rem;
  bottom: 2rem;
}

.inset-x-8{
  right: 2rem;
  left: 2rem;
}

.inset-y-9{
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-x-9{
  right: 2.25rem;
  left: 2.25rem;
}

.inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-x-10{
  right: 2.5rem;
  left: 2.5rem;
}

.inset-y-11{
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-x-11{
  right: 2.75rem;
  left: 2.75rem;
}

.inset-y-12{
  top: 3rem;
  bottom: 3rem;
}

.inset-x-12{
  right: 3rem;
  left: 3rem;
}

.inset-y-13{
  top: 3.375rem;
  bottom: 3.375rem;
}

.inset-x-13{
  right: 3.375rem;
  left: 3.375rem;
}

.inset-y-14{
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-x-14{
  right: 3.5rem;
  left: 3.5rem;
}

.inset-y-15{
  top: 3.75rem;
  bottom: 3.75rem;
}

.inset-x-15{
  right: 3.75rem;
  left: 3.75rem;
}

.inset-y-16{
  top: 4rem;
  bottom: 4rem;
}

.inset-x-16{
  right: 4rem;
  left: 4rem;
}

.inset-y-17{
  top: 4.375rem;
  bottom: 4.375rem;
}

.inset-x-17{
  right: 4.375rem;
  left: 4.375rem;
}

.inset-y-18{
  top: 4.5rem;
  bottom: 4.5rem;
}

.inset-x-18{
  right: 4.5rem;
  left: 4.5rem;
}

.inset-y-19{
  top: 4.75rem;
  bottom: 4.75rem;
}

.inset-x-19{
  right: 4.75rem;
  left: 4.75rem;
}

.inset-y-20{
  top: 5rem;
  bottom: 5rem;
}

.inset-x-20{
  right: 5rem;
  left: 5rem;
}

.inset-y-21{
  top: 5.5rem;
  bottom: 5.5rem;
}

.inset-x-21{
  right: 5.5rem;
  left: 5.5rem;
}

.inset-y-22{
  top: 5.625rem;
  bottom: 5.625rem;
}

.inset-x-22{
  right: 5.625rem;
  left: 5.625rem;
}

.inset-y-23{
  top: 6.125rem;
  bottom: 6.125rem;
}

.inset-x-23{
  right: 6.125rem;
  left: 6.125rem;
}

.inset-y-24{
  top: 6rem;
  bottom: 6rem;
}

.inset-x-24{
  right: 6rem;
  left: 6rem;
}

.inset-y-25{
  top: 6.5rem;
  bottom: 6.5rem;
}

.inset-x-25{
  right: 6.5rem;
  left: 6.5rem;
}

.inset-y-26{
  top: 6.75rem;
  bottom: 6.75rem;
}

.inset-x-26{
  right: 6.75rem;
  left: 6.75rem;
}

.inset-y-27{
  top: 6.25rem;
  bottom: 6.25rem;
}

.inset-x-27{
  right: 6.25rem;
  left: 6.25rem;
}

.inset-y-28{
  top: 7rem;
  bottom: 7rem;
}

.inset-x-28{
  right: 7rem;
  left: 7rem;
}

.inset-y-29{
  top: 7.5rem;
  bottom: 7.5rem;
}

.inset-x-29{
  right: 7.5rem;
  left: 7.5rem;
}

.inset-y-32{
  top: 8rem;
  bottom: 8rem;
}

.inset-x-32{
  right: 8rem;
  left: 8rem;
}

.inset-y-34{
  top: 8.5rem;
  bottom: 8.5rem;
}

.inset-x-34{
  right: 8.5rem;
  left: 8.5rem;
}

.inset-y-35{
  top: 8.75rem;
  bottom: 8.75rem;
}

.inset-x-35{
  right: 8.75rem;
  left: 8.75rem;
}

.inset-y-36{
  top: 9rem;
  bottom: 9rem;
}

.inset-x-36{
  right: 9rem;
  left: 9rem;
}

.inset-y-37{
  top: 9.125rem;
  bottom: 9.125rem;
}

.inset-x-37{
  right: 9.125rem;
  left: 9.125rem;
}

.inset-y-38{
  top: 9.5rem;
  bottom: 9.5rem;
}

.inset-x-38{
  right: 9.5rem;
  left: 9.5rem;
}

.inset-y-40{
  top: 10rem;
  bottom: 10rem;
}

.inset-x-40{
  right: 10rem;
  left: 10rem;
}

.inset-y-41{
  top: 10.5rem;
  bottom: 10.5rem;
}

.inset-x-41{
  right: 10.5rem;
  left: 10.5rem;
}

.inset-y-42{
  top: 10.625rem;
  bottom: 10.625rem;
}

.inset-x-42{
  right: 10.625rem;
  left: 10.625rem;
}

.inset-y-44{
  top: 11rem;
  bottom: 11rem;
}

.inset-x-44{
  right: 11rem;
  left: 11rem;
}

.inset-y-45{
  top: 11.25rem;
  bottom: 11.25rem;
}

.inset-x-45{
  right: 11.25rem;
  left: 11.25rem;
}

.inset-y-48{
  top: 12rem;
  bottom: 12rem;
}

.inset-x-48{
  right: 12rem;
  left: 12rem;
}

.inset-y-49{
  top: 12.5rem;
  bottom: 12.5rem;
}

.inset-x-49{
  right: 12.5rem;
  left: 12.5rem;
}

.inset-y-52{
  top: 13rem;
  bottom: 13rem;
}

.inset-x-52{
  right: 13rem;
  left: 13rem;
}

.inset-y-56{
  top: 14rem;
  bottom: 14rem;
}

.inset-x-56{
  right: 14rem;
  left: 14rem;
}

.inset-y-57{
  top: 14.375rem;
  bottom: 14.375rem;
}

.inset-x-57{
  right: 14.375rem;
  left: 14.375rem;
}

.inset-y-60{
  top: 15rem;
  bottom: 15rem;
}

.inset-x-60{
  right: 15rem;
  left: 15rem;
}

.inset-y-64{
  top: 16rem;
  bottom: 16rem;
}

.inset-x-64{
  right: 16rem;
  left: 16rem;
}

.inset-y-66{
  top: 19rem;
  bottom: 19rem;
}

.inset-x-66{
  right: 19rem;
  left: 19rem;
}

.inset-y-72{
  top: 18rem;
  bottom: 18rem;
}

.inset-x-72{
  right: 18rem;
  left: 18rem;
}

.inset-y-80{
  top: 20rem;
  bottom: 20rem;
}

.inset-x-80{
  right: 20rem;
  left: 20rem;
}

.inset-y-82{
  top: 22rem;
  bottom: 22rem;
}

.inset-x-82{
  right: 22rem;
  left: 22rem;
}

.inset-y-83{
  top: 23.8125rem;
  bottom: 23.8125rem;
}

.inset-x-83{
  right: 23.8125rem;
  left: 23.8125rem;
}

.inset-y-96{
  top: 24rem;
  bottom: 24rem;
}

.inset-x-96{
  right: 24rem;
  left: 24rem;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.inset-y-px{
  top: 1px;
  bottom: 1px;
}

.inset-x-px{
  right: 1px;
  left: 1px;
}

.inset-y-0\.5{
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-x-0\.5{
  right: 0.125rem;
  left: 0.125rem;
}

.inset-y-1\.5{
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-x-1\.5{
  right: 0.375rem;
  left: 0.375rem;
}

.inset-y-2\.5{
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-x-2\.5{
  right: 0.625rem;
  left: 0.625rem;
}

.inset-y-3\.5{
  top: 0.875rem;
  bottom: 0.875rem;
}

.inset-x-3\.5{
  right: 0.875rem;
  left: 0.875rem;
}

.inset-y-4\.5{
  top: 1.125rem;
  bottom: 1.125rem;
}

.inset-x-4\.5{
  right: 1.125rem;
  left: 1.125rem;
}

.inset-y-5\.5{
  top: 1.375rem;
  bottom: 1.375rem;
}

.inset-x-5\.5{
  right: 1.375rem;
  left: 1.375rem;
}

.inset-y-6\.5{
  top: 1.625rem;
  bottom: 1.625rem;
}

.inset-x-6\.5{
  right: 1.625rem;
  left: 1.625rem;
}

.inset-y-7\.5{
  top: 1.875rem;
  bottom: 1.875rem;
}

.inset-x-7\.5{
  right: 1.875rem;
  left: 1.875rem;
}

.inset-y-8\.5{
  top: 2.125rem;
  bottom: 2.125rem;
}

.inset-x-8\.5{
  right: 2.125rem;
  left: 2.125rem;
}

.inset-y-9\.5{
  top: 2.375rem;
  bottom: 2.375rem;
}

.inset-x-9\.5{
  right: 2.375rem;
  left: 2.375rem;
}

.inset-y-10\.5{
  top: 2.625rem;
  bottom: 2.625rem;
}

.inset-x-10\.5{
  right: 2.625rem;
  left: 2.625rem;
}

.inset-y-11\.5{
  top: 2.875rem;
  bottom: 2.875rem;
}

.inset-x-11\.5{
  right: 2.875rem;
  left: 2.875rem;
}

.inset-y-12\.5{
  top: 3.125rem;
  bottom: 3.125rem;
}

.inset-x-12\.5{
  right: 3.125rem;
  left: 3.125rem;
}

.inset-y-13\.5{
  top: 3.25rem;
  bottom: 3.25rem;
}

.inset-x-13\.5{
  right: 3.25rem;
  left: 3.25rem;
}

.inset-y-15\.5{
  top: 3.8rem;
  bottom: 3.8rem;
}

.inset-x-15\.5{
  right: 3.8rem;
  left: 3.8rem;
}

.inset-y-16\.5{
  top: 4.125rem;
  bottom: 4.125rem;
}

.inset-x-16\.5{
  right: 4.125rem;
  left: 4.125rem;
}

.inset-y-17\.5{
  top: 4.25rem;
  bottom: 4.25rem;
}

.inset-x-17\.5{
  right: 4.25rem;
  left: 4.25rem;
}

.inset-y-18\.5{
  top: 4.625rem;
  bottom: 4.625rem;
}

.inset-x-18\.5{
  right: 4.625rem;
  left: 4.625rem;
}

.inset-y-20\.5{
  top: 5.25rem;
  bottom: 5.25rem;
}

.inset-x-20\.5{
  right: 5.25rem;
  left: 5.25rem;
}

.inset-y-21\.5{
  top: 5.75rem;
  bottom: 5.75rem;
}

.inset-x-21\.5{
  right: 5.75rem;
  left: 5.75rem;
}

.inset-y-22\.5{
  top: 5.875rem;
  bottom: 5.875rem;
}

.inset-x-22\.5{
  right: 5.875rem;
  left: 5.875rem;
}

.inset-y-24\.5{
  top: 6.8125rem;
  bottom: 6.8125rem;
}

.inset-x-24\.5{
  right: 6.8125rem;
  left: 6.8125rem;
}

.inset-y-28\.5{
  top: 7.375rem;
  bottom: 7.375rem;
}

.inset-x-28\.5{
  right: 7.375rem;
  left: 7.375rem;
}

.inset-y-29\.5{
  top: 7.75rem;
  bottom: 7.75rem;
}

.inset-x-29\.5{
  right: 7.75rem;
  left: 7.75rem;
}

.inset-y-32\.5{
  top: 8.125rem;
  bottom: 8.125rem;
}

.inset-x-32\.5{
  right: 8.125rem;
  left: 8.125rem;
}

.inset-y-33\.5{
  top: 8.8125rem;
  bottom: 8.8125rem;
}

.inset-x-33\.5{
  right: 8.8125rem;
  left: 8.8125rem;
}

.inset-y-42\.5{
  top: 10.875rem;
  bottom: 10.875rem;
}

.inset-x-42\.5{
  right: 10.875rem;
  left: 10.875rem;
}

.inset-y-49\.5{
  top: 12.75rem;
  bottom: 12.75rem;
}

.inset-x-49\.5{
  right: 12.75rem;
  left: 12.75rem;
}

.inset-y-72\.5{
  top: 18.25rem;
  bottom: 18.25rem;
}

.inset-x-72\.5{
  right: 18.25rem;
  left: 18.25rem;
}

.-inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-inset-x-0{
  right: 0px;
  left: 0px;
}

.-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-x-1{
  right: -0.25rem;
  left: -0.25rem;
}

.-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-x-2{
  right: -0.5rem;
  left: -0.5rem;
}

.-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-x-3{
  right: -0.75rem;
  left: -0.75rem;
}

.-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}

.-inset-x-4{
  right: -1rem;
  left: -1rem;
}

.-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-x-5{
  right: -1.25rem;
  left: -1.25rem;
}

.-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-x-6{
  right: -1.5rem;
  left: -1.5rem;
}

.-inset-y-7{
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-x-7{
  right: -1.75rem;
  left: -1.75rem;
}

.-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}

.-inset-x-8{
  right: -2rem;
  left: -2rem;
}

.-inset-y-9{
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-x-9{
  right: -2.25rem;
  left: -2.25rem;
}

.-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-x-10{
  right: -2.5rem;
  left: -2.5rem;
}

.-inset-y-11{
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-x-11{
  right: -2.75rem;
  left: -2.75rem;
}

.-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}

.-inset-x-12{
  right: -3rem;
  left: -3rem;
}

.-inset-y-13{
  top: -3.375rem;
  bottom: -3.375rem;
}

.-inset-x-13{
  right: -3.375rem;
  left: -3.375rem;
}

.-inset-y-14{
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-x-14{
  right: -3.5rem;
  left: -3.5rem;
}

.-inset-y-15{
  top: -3.75rem;
  bottom: -3.75rem;
}

.-inset-x-15{
  right: -3.75rem;
  left: -3.75rem;
}

.-inset-y-16{
  top: -4rem;
  bottom: -4rem;
}

.-inset-x-16{
  right: -4rem;
  left: -4rem;
}

.-inset-y-17{
  top: -4.375rem;
  bottom: -4.375rem;
}

.-inset-x-17{
  right: -4.375rem;
  left: -4.375rem;
}

.-inset-y-18{
  top: -4.5rem;
  bottom: -4.5rem;
}

.-inset-x-18{
  right: -4.5rem;
  left: -4.5rem;
}

.-inset-y-19{
  top: -4.75rem;
  bottom: -4.75rem;
}

.-inset-x-19{
  right: -4.75rem;
  left: -4.75rem;
}

.-inset-y-20{
  top: -5rem;
  bottom: -5rem;
}

.-inset-x-20{
  right: -5rem;
  left: -5rem;
}

.-inset-y-21{
  top: -5.5rem;
  bottom: -5.5rem;
}

.-inset-x-21{
  right: -5.5rem;
  left: -5.5rem;
}

.-inset-y-22{
  top: -5.625rem;
  bottom: -5.625rem;
}

.-inset-x-22{
  right: -5.625rem;
  left: -5.625rem;
}

.-inset-y-23{
  top: -6.125rem;
  bottom: -6.125rem;
}

.-inset-x-23{
  right: -6.125rem;
  left: -6.125rem;
}

.-inset-y-24{
  top: -6rem;
  bottom: -6rem;
}

.-inset-x-24{
  right: -6rem;
  left: -6rem;
}

.-inset-y-25{
  top: -6.5rem;
  bottom: -6.5rem;
}

.-inset-x-25{
  right: -6.5rem;
  left: -6.5rem;
}

.-inset-y-26{
  top: -6.75rem;
  bottom: -6.75rem;
}

.-inset-x-26{
  right: -6.75rem;
  left: -6.75rem;
}

.-inset-y-27{
  top: -6.25rem;
  bottom: -6.25rem;
}

.-inset-x-27{
  right: -6.25rem;
  left: -6.25rem;
}

.-inset-y-28{
  top: -7rem;
  bottom: -7rem;
}

.-inset-x-28{
  right: -7rem;
  left: -7rem;
}

.-inset-y-29{
  top: -7.5rem;
  bottom: -7.5rem;
}

.-inset-x-29{
  right: -7.5rem;
  left: -7.5rem;
}

.-inset-y-32{
  top: -8rem;
  bottom: -8rem;
}

.-inset-x-32{
  right: -8rem;
  left: -8rem;
}

.-inset-y-34{
  top: -8.5rem;
  bottom: -8.5rem;
}

.-inset-x-34{
  right: -8.5rem;
  left: -8.5rem;
}

.-inset-y-35{
  top: -8.75rem;
  bottom: -8.75rem;
}

.-inset-x-35{
  right: -8.75rem;
  left: -8.75rem;
}

.-inset-y-36{
  top: -9rem;
  bottom: -9rem;
}

.-inset-x-36{
  right: -9rem;
  left: -9rem;
}

.-inset-y-37{
  top: -9.125rem;
  bottom: -9.125rem;
}

.-inset-x-37{
  right: -9.125rem;
  left: -9.125rem;
}

.-inset-y-38{
  top: -9.5rem;
  bottom: -9.5rem;
}

.-inset-x-38{
  right: -9.5rem;
  left: -9.5rem;
}

.-inset-y-40{
  top: -10rem;
  bottom: -10rem;
}

.-inset-x-40{
  right: -10rem;
  left: -10rem;
}

.-inset-y-41{
  top: -10.5rem;
  bottom: -10.5rem;
}

.-inset-x-41{
  right: -10.5rem;
  left: -10.5rem;
}

.-inset-y-42{
  top: -10.625rem;
  bottom: -10.625rem;
}

.-inset-x-42{
  right: -10.625rem;
  left: -10.625rem;
}

.-inset-y-44{
  top: -11rem;
  bottom: -11rem;
}

.-inset-x-44{
  right: -11rem;
  left: -11rem;
}

.-inset-y-45{
  top: -11.25rem;
  bottom: -11.25rem;
}

.-inset-x-45{
  right: -11.25rem;
  left: -11.25rem;
}

.-inset-y-48{
  top: -12rem;
  bottom: -12rem;
}

.-inset-x-48{
  right: -12rem;
  left: -12rem;
}

.-inset-y-49{
  top: -12.5rem;
  bottom: -12.5rem;
}

.-inset-x-49{
  right: -12.5rem;
  left: -12.5rem;
}

.-inset-y-52{
  top: -13rem;
  bottom: -13rem;
}

.-inset-x-52{
  right: -13rem;
  left: -13rem;
}

.-inset-y-56{
  top: -14rem;
  bottom: -14rem;
}

.-inset-x-56{
  right: -14rem;
  left: -14rem;
}

.-inset-y-57{
  top: -14.375rem;
  bottom: -14.375rem;
}

.-inset-x-57{
  right: -14.375rem;
  left: -14.375rem;
}

.-inset-y-60{
  top: -15rem;
  bottom: -15rem;
}

.-inset-x-60{
  right: -15rem;
  left: -15rem;
}

.-inset-y-64{
  top: -16rem;
  bottom: -16rem;
}

.-inset-x-64{
  right: -16rem;
  left: -16rem;
}

.-inset-y-72{
  top: -18rem;
  bottom: -18rem;
}

.-inset-x-72{
  right: -18rem;
  left: -18rem;
}

.-inset-y-80{
  top: -20rem;
  bottom: -20rem;
}

.-inset-x-80{
  right: -20rem;
  left: -20rem;
}

.-inset-y-82{
  top: -22rem;
  bottom: -22rem;
}

.-inset-x-82{
  right: -22rem;
  left: -22rem;
}

.-inset-y-83{
  top: -23.8125rem;
  bottom: -23.8125rem;
}

.-inset-x-83{
  right: -23.8125rem;
  left: -23.8125rem;
}

.-inset-y-96{
  top: -24rem;
  bottom: -24rem;
}

.-inset-x-96{
  right: -24rem;
  left: -24rem;
}

.-inset-y-px{
  top: -1px;
  bottom: -1px;
}

.-inset-x-px{
  right: -1px;
  left: -1px;
}

.-inset-y-0\.5{
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-x-0\.5{
  right: -0.125rem;
  left: -0.125rem;
}

.-inset-y-1\.5{
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-x-1\.5{
  right: -0.375rem;
  left: -0.375rem;
}

.-inset-y-2\.5{
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-x-2\.5{
  right: -0.625rem;
  left: -0.625rem;
}

.-inset-y-3\.5{
  top: -0.875rem;
  bottom: -0.875rem;
}

.-inset-x-3\.5{
  right: -0.875rem;
  left: -0.875rem;
}

.-inset-y-4\.5{
  top: -1.125rem;
  bottom: -1.125rem;
}

.-inset-x-4\.5{
  right: -1.125rem;
  left: -1.125rem;
}

.-inset-y-5\.5{
  top: -1.375rem;
  bottom: -1.375rem;
}

.-inset-x-5\.5{
  right: -1.375rem;
  left: -1.375rem;
}

.-inset-y-6\.5{
  top: -1.625rem;
  bottom: -1.625rem;
}

.-inset-x-6\.5{
  right: -1.625rem;
  left: -1.625rem;
}

.-inset-y-7\.5{
  top: -1.875rem;
  bottom: -1.875rem;
}

.-inset-x-7\.5{
  right: -1.875rem;
  left: -1.875rem;
}

.-inset-y-8\.5{
  top: -2.125rem;
  bottom: -2.125rem;
}

.-inset-x-8\.5{
  right: -2.125rem;
  left: -2.125rem;
}

.-inset-y-9\.5{
  top: -2.375rem;
  bottom: -2.375rem;
}

.-inset-x-9\.5{
  right: -2.375rem;
  left: -2.375rem;
}

.-inset-y-10\.5{
  top: -2.625rem;
  bottom: -2.625rem;
}

.-inset-x-10\.5{
  right: -2.625rem;
  left: -2.625rem;
}

.-inset-y-11\.5{
  top: -2.875rem;
  bottom: -2.875rem;
}

.-inset-x-11\.5{
  right: -2.875rem;
  left: -2.875rem;
}

.-inset-y-12\.5{
  top: -3.125rem;
  bottom: -3.125rem;
}

.-inset-x-12\.5{
  right: -3.125rem;
  left: -3.125rem;
}

.-inset-y-13\.5{
  top: -3.25rem;
  bottom: -3.25rem;
}

.-inset-x-13\.5{
  right: -3.25rem;
  left: -3.25rem;
}

.-inset-y-15\.5{
  top: -3.8rem;
  bottom: -3.8rem;
}

.-inset-x-15\.5{
  right: -3.8rem;
  left: -3.8rem;
}

.-inset-y-16\.5{
  top: -4.125rem;
  bottom: -4.125rem;
}

.-inset-x-16\.5{
  right: -4.125rem;
  left: -4.125rem;
}

.-inset-y-17\.5{
  top: -4.25rem;
  bottom: -4.25rem;
}

.-inset-x-17\.5{
  right: -4.25rem;
  left: -4.25rem;
}

.-inset-y-18\.5{
  top: -4.625rem;
  bottom: -4.625rem;
}

.-inset-x-18\.5{
  right: -4.625rem;
  left: -4.625rem;
}

.-inset-y-20\.5{
  top: -5.25rem;
  bottom: -5.25rem;
}

.-inset-x-20\.5{
  right: -5.25rem;
  left: -5.25rem;
}

.-inset-y-21\.5{
  top: -5.75rem;
  bottom: -5.75rem;
}

.-inset-x-21\.5{
  right: -5.75rem;
  left: -5.75rem;
}

.-inset-y-22\.5{
  top: -5.875rem;
  bottom: -5.875rem;
}

.-inset-x-22\.5{
  right: -5.875rem;
  left: -5.875rem;
}

.-inset-y-24\.5{
  top: -6.8125rem;
  bottom: -6.8125rem;
}

.-inset-x-24\.5{
  right: -6.8125rem;
  left: -6.8125rem;
}

.-inset-y-28\.5{
  top: -7.375rem;
  bottom: -7.375rem;
}

.-inset-x-28\.5{
  right: -7.375rem;
  left: -7.375rem;
}

.-inset-y-29\.5{
  top: -7.75rem;
  bottom: -7.75rem;
}

.-inset-x-29\.5{
  right: -7.75rem;
  left: -7.75rem;
}

.-inset-y-32\.5{
  top: -8.125rem;
  bottom: -8.125rem;
}

.-inset-x-32\.5{
  right: -8.125rem;
  left: -8.125rem;
}

.-inset-y-33\.5{
  top: -8.8125rem;
  bottom: -8.8125rem;
}

.-inset-x-33\.5{
  right: -8.8125rem;
  left: -8.8125rem;
}

.-inset-y-42\.5{
  top: -10.875rem;
  bottom: -10.875rem;
}

.-inset-x-42\.5{
  right: -10.875rem;
  left: -10.875rem;
}

.-inset-y-49\.5{
  top: -12.75rem;
  bottom: -12.75rem;
}

.-inset-x-49\.5{
  right: -12.75rem;
  left: -12.75rem;
}

.-inset-y-72\.5{
  top: -18.25rem;
  bottom: -18.25rem;
}

.-inset-x-72\.5{
  right: -18.25rem;
  left: -18.25rem;
}

.inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}

.inset-x-1\/2{
  right: 50%;
  left: 50%;
}

.inset-y-1\/3{
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-x-1\/3{
  right: 33.333333%;
  left: 33.333333%;
}

.inset-y-2\/3{
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-x-2\/3{
  right: 66.666667%;
  left: 66.666667%;
}

.inset-y-1\/4{
  top: 25%;
  bottom: 25%;
}

.inset-x-1\/4{
  right: 25%;
  left: 25%;
}

.inset-y-2\/4{
  top: 50%;
  bottom: 50%;
}

.inset-x-2\/4{
  right: 50%;
  left: 50%;
}

.inset-y-3\/4{
  top: 75%;
  bottom: 75%;
}

.inset-x-3\/4{
  right: 75%;
  left: 75%;
}

.inset-y-full{
  top: 100%;
  bottom: 100%;
}

.inset-x-full{
  right: 100%;
  left: 100%;
}

.-inset-y-1\/2{
  top: -50%;
  bottom: -50%;
}

.-inset-x-1\/2{
  right: -50%;
  left: -50%;
}

.-inset-y-1\/3{
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-x-1\/3{
  right: -33.333333%;
  left: -33.333333%;
}

.-inset-y-2\/3{
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-x-2\/3{
  right: -66.666667%;
  left: -66.666667%;
}

.-inset-y-1\/4{
  top: -25%;
  bottom: -25%;
}

.-inset-x-1\/4{
  right: -25%;
  left: -25%;
}

.-inset-y-2\/4{
  top: -50%;
  bottom: -50%;
}

.-inset-x-2\/4{
  right: -50%;
  left: -50%;
}

.-inset-y-3\/4{
  top: -75%;
  bottom: -75%;
}

.-inset-x-3\/4{
  right: -75%;
  left: -75%;
}

.-inset-y-full{
  top: -100%;
  bottom: -100%;
}

.-inset-x-full{
  right: -100%;
  left: -100%;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-1{
  top: 0.25rem;
}

.right-1{
  right: 0.25rem;
}

.bottom-1{
  bottom: 0.25rem;
}

.left-1{
  left: 0.25rem;
}

.top-2{
  top: 0.5rem;
}

.right-2{
  right: 0.5rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.left-2{
  left: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.right-3{
  right: 0.75rem;
}

.bottom-3{
  bottom: 0.75rem;
}

.left-3{
  left: 0.75rem;
}

.top-4{
  top: 1rem;
}

.right-4{
  right: 1rem;
}

.bottom-4{
  bottom: 1rem;
}

.left-4{
  left: 1rem;
}

.top-5{
  top: 1.25rem;
}

.right-5{
  right: 1.25rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.left-5{
  left: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

.right-6{
  right: 1.5rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-6{
  left: 1.5rem;
}

.top-7{
  top: 1.75rem;
}

.right-7{
  right: 1.75rem;
}

.bottom-7{
  bottom: 1.75rem;
}

.left-7{
  left: 1.75rem;
}

.top-8{
  top: 2rem;
}

.right-8{
  right: 2rem;
}

.bottom-8{
  bottom: 2rem;
}

.left-8{
  left: 2rem;
}

.top-9{
  top: 2.25rem;
}

.right-9{
  right: 2.25rem;
}

.bottom-9{
  bottom: 2.25rem;
}

.left-9{
  left: 2.25rem;
}

.top-10{
  top: 2.5rem;
}

.right-10{
  right: 2.5rem;
}

.bottom-10{
  bottom: 2.5rem;
}

.left-10{
  left: 2.5rem;
}

.top-11{
  top: 2.75rem;
}

.right-11{
  right: 2.75rem;
}

.bottom-11{
  bottom: 2.75rem;
}

.left-11{
  left: 2.75rem;
}

.top-12{
  top: 3rem;
}

.right-12{
  right: 3rem;
}

.bottom-12{
  bottom: 3rem;
}

.left-12{
  left: 3rem;
}

.top-13{
  top: 3.375rem;
}

.right-13{
  right: 3.375rem;
}

.bottom-13{
  bottom: 3.375rem;
}

.left-13{
  left: 3.375rem;
}

.top-14{
  top: 3.5rem;
}

.right-14{
  right: 3.5rem;
}

.bottom-14{
  bottom: 3.5rem;
}

.left-14{
  left: 3.5rem;
}

.top-15{
  top: 3.75rem;
}

.right-15{
  right: 3.75rem;
}

.bottom-15{
  bottom: 3.75rem;
}

.left-15{
  left: 3.75rem;
}

.top-16{
  top: 4rem;
}

.right-16{
  right: 4rem;
}

.bottom-16{
  bottom: 4rem;
}

.left-16{
  left: 4rem;
}

.top-17{
  top: 4.375rem;
}

.right-17{
  right: 4.375rem;
}

.bottom-17{
  bottom: 4.375rem;
}

.left-17{
  left: 4.375rem;
}

.top-18{
  top: 4.5rem;
}

.right-18{
  right: 4.5rem;
}

.bottom-18{
  bottom: 4.5rem;
}

.left-18{
  left: 4.5rem;
}

.top-19{
  top: 4.75rem;
}

.right-19{
  right: 4.75rem;
}

.bottom-19{
  bottom: 4.75rem;
}

.left-19{
  left: 4.75rem;
}

.top-20{
  top: 5rem;
}

.right-20{
  right: 5rem;
}

.bottom-20{
  bottom: 5rem;
}

.left-20{
  left: 5rem;
}

.top-21{
  top: 5.5rem;
}

.right-21{
  right: 5.5rem;
}

.bottom-21{
  bottom: 5.5rem;
}

.left-21{
  left: 5.5rem;
}

.top-22{
  top: 5.625rem;
}

.right-22{
  right: 5.625rem;
}

.bottom-22{
  bottom: 5.625rem;
}

.left-22{
  left: 5.625rem;
}

.top-23{
  top: 6.125rem;
}

.right-23{
  right: 6.125rem;
}

.bottom-23{
  bottom: 6.125rem;
}

.left-23{
  left: 6.125rem;
}

.top-24{
  top: 6rem;
}

.right-24{
  right: 6rem;
}

.bottom-24{
  bottom: 6rem;
}

.left-24{
  left: 6rem;
}

.top-25{
  top: 6.5rem;
}

.right-25{
  right: 6.5rem;
}

.bottom-25{
  bottom: 6.5rem;
}

.left-25{
  left: 6.5rem;
}

.top-26{
  top: 6.75rem;
}

.right-26{
  right: 6.75rem;
}

.bottom-26{
  bottom: 6.75rem;
}

.left-26{
  left: 6.75rem;
}

.top-27{
  top: 6.25rem;
}

.right-27{
  right: 6.25rem;
}

.bottom-27{
  bottom: 6.25rem;
}

.left-27{
  left: 6.25rem;
}

.top-28{
  top: 7rem;
}

.right-28{
  right: 7rem;
}

.bottom-28{
  bottom: 7rem;
}

.left-28{
  left: 7rem;
}

.top-29{
  top: 7.5rem;
}

.right-29{
  right: 7.5rem;
}

.bottom-29{
  bottom: 7.5rem;
}

.left-29{
  left: 7.5rem;
}

.top-32{
  top: 8rem;
}

.right-32{
  right: 8rem;
}

.bottom-32{
  bottom: 8rem;
}

.left-32{
  left: 8rem;
}

.top-34{
  top: 8.5rem;
}

.right-34{
  right: 8.5rem;
}

.bottom-34{
  bottom: 8.5rem;
}

.left-34{
  left: 8.5rem;
}

.top-35{
  top: 8.75rem;
}

.right-35{
  right: 8.75rem;
}

.bottom-35{
  bottom: 8.75rem;
}

.left-35{
  left: 8.75rem;
}

.top-36{
  top: 9rem;
}

.right-36{
  right: 9rem;
}

.bottom-36{
  bottom: 9rem;
}

.left-36{
  left: 9rem;
}

.top-37{
  top: 9.125rem;
}

.right-37{
  right: 9.125rem;
}

.bottom-37{
  bottom: 9.125rem;
}

.left-37{
  left: 9.125rem;
}

.top-38{
  top: 9.5rem;
}

.right-38{
  right: 9.5rem;
}

.bottom-38{
  bottom: 9.5rem;
}

.left-38{
  left: 9.5rem;
}

.top-40{
  top: 10rem;
}

.right-40{
  right: 10rem;
}

.bottom-40{
  bottom: 10rem;
}

.left-40{
  left: 10rem;
}

.top-41{
  top: 10.5rem;
}

.right-41{
  right: 10.5rem;
}

.bottom-41{
  bottom: 10.5rem;
}

.left-41{
  left: 10.5rem;
}

.top-42{
  top: 10.625rem;
}

.right-42{
  right: 10.625rem;
}

.bottom-42{
  bottom: 10.625rem;
}

.left-42{
  left: 10.625rem;
}

.top-44{
  top: 11rem;
}

.right-44{
  right: 11rem;
}

.bottom-44{
  bottom: 11rem;
}

.left-44{
  left: 11rem;
}

.top-45{
  top: 11.25rem;
}

.right-45{
  right: 11.25rem;
}

.bottom-45{
  bottom: 11.25rem;
}

.left-45{
  left: 11.25rem;
}

.top-48{
  top: 12rem;
}

.right-48{
  right: 12rem;
}

.bottom-48{
  bottom: 12rem;
}

.left-48{
  left: 12rem;
}

.top-49{
  top: 12.5rem;
}

.right-49{
  right: 12.5rem;
}

.bottom-49{
  bottom: 12.5rem;
}

.left-49{
  left: 12.5rem;
}

.top-52{
  top: 13rem;
}

.right-52{
  right: 13rem;
}

.bottom-52{
  bottom: 13rem;
}

.left-52{
  left: 13rem;
}

.top-56{
  top: 14rem;
}

.right-56{
  right: 14rem;
}

.bottom-56{
  bottom: 14rem;
}

.left-56{
  left: 14rem;
}

.top-57{
  top: 14.375rem;
}

.right-57{
  right: 14.375rem;
}

.bottom-57{
  bottom: 14.375rem;
}

.left-57{
  left: 14.375rem;
}

.top-60{
  top: 15rem;
}

.right-60{
  right: 15rem;
}

.bottom-60{
  bottom: 15rem;
}

.left-60{
  left: 15rem;
}

.top-64{
  top: 16rem;
}

.right-64{
  right: 16rem;
}

.bottom-64{
  bottom: 16rem;
}

.left-64{
  left: 16rem;
}

.top-66{
  top: 19rem;
}

.right-66{
  right: 19rem;
}

.bottom-66{
  bottom: 19rem;
}

.left-66{
  left: 19rem;
}

.top-72{
  top: 18rem;
}

.right-72{
  right: 18rem;
}

.bottom-72{
  bottom: 18rem;
}

.left-72{
  left: 18rem;
}

.top-80{
  top: 20rem;
}

.right-80{
  right: 20rem;
}

.bottom-80{
  bottom: 20rem;
}

.left-80{
  left: 20rem;
}

.top-82{
  top: 22rem;
}

.right-82{
  right: 22rem;
}

.bottom-82{
  bottom: 22rem;
}

.left-82{
  left: 22rem;
}

.top-83{
  top: 23.8125rem;
}

.right-83{
  right: 23.8125rem;
}

.bottom-83{
  bottom: 23.8125rem;
}

.left-83{
  left: 23.8125rem;
}

.top-96{
  top: 24rem;
}

.right-96{
  right: 24rem;
}

.bottom-96{
  bottom: 24rem;
}

.left-96{
  left: 24rem;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.top-px{
  top: 1px;
}

.right-px{
  right: 1px;
}

.bottom-px{
  bottom: 1px;
}

.left-px{
  left: 1px;
}

.top-0\.5{
  top: 0.125rem;
}

.right-0\.5{
  right: 0.125rem;
}

.bottom-0\.5{
  bottom: 0.125rem;
}

.left-0\.5{
  left: 0.125rem;
}

.top-1\.5{
  top: 0.375rem;
}

.right-1\.5{
  right: 0.375rem;
}

.bottom-1\.5{
  bottom: 0.375rem;
}

.left-1\.5{
  left: 0.375rem;
}

.top-2\.5{
  top: 0.625rem;
}

.right-2\.5{
  right: 0.625rem;
}

.bottom-2\.5{
  bottom: 0.625rem;
}

.left-2\.5{
  left: 0.625rem;
}

.top-3\.5{
  top: 0.875rem;
}

.right-3\.5{
  right: 0.875rem;
}

.bottom-3\.5{
  bottom: 0.875rem;
}

.left-3\.5{
  left: 0.875rem;
}

.top-4\.5{
  top: 1.125rem;
}

.right-4\.5{
  right: 1.125rem;
}

.bottom-4\.5{
  bottom: 1.125rem;
}

.left-4\.5{
  left: 1.125rem;
}

.top-5\.5{
  top: 1.375rem;
}

.right-5\.5{
  right: 1.375rem;
}

.bottom-5\.5{
  bottom: 1.375rem;
}

.left-5\.5{
  left: 1.375rem;
}

.top-6\.5{
  top: 1.625rem;
}

.right-6\.5{
  right: 1.625rem;
}

.bottom-6\.5{
  bottom: 1.625rem;
}

.left-6\.5{
  left: 1.625rem;
}

.top-7\.5{
  top: 1.875rem;
}

.right-7\.5{
  right: 1.875rem;
}

.bottom-7\.5{
  bottom: 1.875rem;
}

.left-7\.5{
  left: 1.875rem;
}

.top-8\.5{
  top: 2.125rem;
}

.right-8\.5{
  right: 2.125rem;
}

.bottom-8\.5{
  bottom: 2.125rem;
}

.left-8\.5{
  left: 2.125rem;
}

.top-9\.5{
  top: 2.375rem;
}

.right-9\.5{
  right: 2.375rem;
}

.bottom-9\.5{
  bottom: 2.375rem;
}

.left-9\.5{
  left: 2.375rem;
}

.top-10\.5{
  top: 2.625rem;
}

.right-10\.5{
  right: 2.625rem;
}

.bottom-10\.5{
  bottom: 2.625rem;
}

.left-10\.5{
  left: 2.625rem;
}

.top-11\.5{
  top: 2.875rem;
}

.right-11\.5{
  right: 2.875rem;
}

.bottom-11\.5{
  bottom: 2.875rem;
}

.left-11\.5{
  left: 2.875rem;
}

.top-12\.5{
  top: 3.125rem;
}

.right-12\.5{
  right: 3.125rem;
}

.bottom-12\.5{
  bottom: 3.125rem;
}

.left-12\.5{
  left: 3.125rem;
}

.top-13\.5{
  top: 3.25rem;
}

.right-13\.5{
  right: 3.25rem;
}

.bottom-13\.5{
  bottom: 3.25rem;
}

.left-13\.5{
  left: 3.25rem;
}

.top-15\.5{
  top: 3.8rem;
}

.right-15\.5{
  right: 3.8rem;
}

.bottom-15\.5{
  bottom: 3.8rem;
}

.left-15\.5{
  left: 3.8rem;
}

.top-16\.5{
  top: 4.125rem;
}

.right-16\.5{
  right: 4.125rem;
}

.bottom-16\.5{
  bottom: 4.125rem;
}

.left-16\.5{
  left: 4.125rem;
}

.top-17\.5{
  top: 4.25rem;
}

.right-17\.5{
  right: 4.25rem;
}

.bottom-17\.5{
  bottom: 4.25rem;
}

.left-17\.5{
  left: 4.25rem;
}

.top-18\.5{
  top: 4.625rem;
}

.right-18\.5{
  right: 4.625rem;
}

.bottom-18\.5{
  bottom: 4.625rem;
}

.left-18\.5{
  left: 4.625rem;
}

.top-20\.5{
  top: 5.25rem;
}

.right-20\.5{
  right: 5.25rem;
}

.bottom-20\.5{
  bottom: 5.25rem;
}

.left-20\.5{
  left: 5.25rem;
}

.top-21\.5{
  top: 5.75rem;
}

.right-21\.5{
  right: 5.75rem;
}

.bottom-21\.5{
  bottom: 5.75rem;
}

.left-21\.5{
  left: 5.75rem;
}

.top-22\.5{
  top: 5.875rem;
}

.right-22\.5{
  right: 5.875rem;
}

.bottom-22\.5{
  bottom: 5.875rem;
}

.left-22\.5{
  left: 5.875rem;
}

.top-24\.5{
  top: 6.8125rem;
}

.right-24\.5{
  right: 6.8125rem;
}

.bottom-24\.5{
  bottom: 6.8125rem;
}

.left-24\.5{
  left: 6.8125rem;
}

.top-28\.5{
  top: 7.375rem;
}

.right-28\.5{
  right: 7.375rem;
}

.bottom-28\.5{
  bottom: 7.375rem;
}

.left-28\.5{
  left: 7.375rem;
}

.top-29\.5{
  top: 7.75rem;
}

.right-29\.5{
  right: 7.75rem;
}

.bottom-29\.5{
  bottom: 7.75rem;
}

.left-29\.5{
  left: 7.75rem;
}

.top-32\.5{
  top: 8.125rem;
}

.right-32\.5{
  right: 8.125rem;
}

.bottom-32\.5{
  bottom: 8.125rem;
}

.left-32\.5{
  left: 8.125rem;
}

.top-33\.5{
  top: 8.8125rem;
}

.right-33\.5{
  right: 8.8125rem;
}

.bottom-33\.5{
  bottom: 8.8125rem;
}

.left-33\.5{
  left: 8.8125rem;
}

.top-42\.5{
  top: 10.875rem;
}

.right-42\.5{
  right: 10.875rem;
}

.bottom-42\.5{
  bottom: 10.875rem;
}

.left-42\.5{
  left: 10.875rem;
}

.top-49\.5{
  top: 12.75rem;
}

.right-49\.5{
  right: 12.75rem;
}

.bottom-49\.5{
  bottom: 12.75rem;
}

.left-49\.5{
  left: 12.75rem;
}

.top-72\.5{
  top: 18.25rem;
}

.right-72\.5{
  right: 18.25rem;
}

.bottom-72\.5{
  bottom: 18.25rem;
}

.left-72\.5{
  left: 18.25rem;
}

.-top-0{
  top: 0px;
}

.-right-0{
  right: 0px;
}

.-bottom-0{
  bottom: 0px;
}

.-left-0{
  left: 0px;
}

.-top-1{
  top: -0.25rem;
}

.-right-1{
  right: -0.25rem;
}

.-bottom-1{
  bottom: -0.25rem;
}

.-left-1{
  left: -0.25rem;
}

.-top-2{
  top: -0.5rem;
}

.-right-2{
  right: -0.5rem;
}

.-bottom-2{
  bottom: -0.5rem;
}

.-left-2{
  left: -0.5rem;
}

.-top-3{
  top: -0.75rem;
}

.-right-3{
  right: -0.75rem;
}

.-bottom-3{
  bottom: -0.75rem;
}

.-left-3{
  left: -0.75rem;
}

.-top-4{
  top: -1rem;
}

.-right-4{
  right: -1rem;
}

.-bottom-4{
  bottom: -1rem;
}

.-left-4{
  left: -1rem;
}

.-top-5{
  top: -1.25rem;
}

.-right-5{
  right: -1.25rem;
}

.-bottom-5{
  bottom: -1.25rem;
}

.-left-5{
  left: -1.25rem;
}

.-top-6{
  top: -1.5rem;
}

.-right-6{
  right: -1.5rem;
}

.-bottom-6{
  bottom: -1.5rem;
}

.-left-6{
  left: -1.5rem;
}

.-top-7{
  top: -1.75rem;
}

.-right-7{
  right: -1.75rem;
}

.-bottom-7{
  bottom: -1.75rem;
}

.-left-7{
  left: -1.75rem;
}

.-top-8{
  top: -2rem;
}

.-right-8{
  right: -2rem;
}

.-bottom-8{
  bottom: -2rem;
}

.-left-8{
  left: -2rem;
}

.-top-9{
  top: -2.25rem;
}

.-right-9{
  right: -2.25rem;
}

.-bottom-9{
  bottom: -2.25rem;
}

.-left-9{
  left: -2.25rem;
}

.-top-10{
  top: -2.5rem;
}

.-right-10{
  right: -2.5rem;
}

.-bottom-10{
  bottom: -2.5rem;
}

.-left-10{
  left: -2.5rem;
}

.-top-11{
  top: -2.75rem;
}

.-right-11{
  right: -2.75rem;
}

.-bottom-11{
  bottom: -2.75rem;
}

.-left-11{
  left: -2.75rem;
}

.-top-12{
  top: -3rem;
}

.-right-12{
  right: -3rem;
}

.-bottom-12{
  bottom: -3rem;
}

.-left-12{
  left: -3rem;
}

.-top-13{
  top: -3.375rem;
}

.-right-13{
  right: -3.375rem;
}

.-bottom-13{
  bottom: -3.375rem;
}

.-left-13{
  left: -3.375rem;
}

.-top-14{
  top: -3.5rem;
}

.-right-14{
  right: -3.5rem;
}

.-bottom-14{
  bottom: -3.5rem;
}

.-left-14{
  left: -3.5rem;
}

.-top-15{
  top: -3.75rem;
}

.-right-15{
  right: -3.75rem;
}

.-bottom-15{
  bottom: -3.75rem;
}

.-left-15{
  left: -3.75rem;
}

.-top-16{
  top: -4rem;
}

.-right-16{
  right: -4rem;
}

.-bottom-16{
  bottom: -4rem;
}

.-left-16{
  left: -4rem;
}

.-top-17{
  top: -4.375rem;
}

.-right-17{
  right: -4.375rem;
}

.-bottom-17{
  bottom: -4.375rem;
}

.-left-17{
  left: -4.375rem;
}

.-top-18{
  top: -4.5rem;
}

.-right-18{
  right: -4.5rem;
}

.-bottom-18{
  bottom: -4.5rem;
}

.-left-18{
  left: -4.5rem;
}

.-top-19{
  top: -4.75rem;
}

.-right-19{
  right: -4.75rem;
}

.-bottom-19{
  bottom: -4.75rem;
}

.-left-19{
  left: -4.75rem;
}

.-top-20{
  top: -5rem;
}

.-right-20{
  right: -5rem;
}

.-bottom-20{
  bottom: -5rem;
}

.-left-20{
  left: -5rem;
}

.-top-21{
  top: -5.5rem;
}

.-right-21{
  right: -5.5rem;
}

.-bottom-21{
  bottom: -5.5rem;
}

.-left-21{
  left: -5.5rem;
}

.-top-22{
  top: -5.625rem;
}

.-right-22{
  right: -5.625rem;
}

.-bottom-22{
  bottom: -5.625rem;
}

.-left-22{
  left: -5.625rem;
}

.-top-23{
  top: -6.125rem;
}

.-right-23{
  right: -6.125rem;
}

.-bottom-23{
  bottom: -6.125rem;
}

.-left-23{
  left: -6.125rem;
}

.-top-24{
  top: -6rem;
}

.-right-24{
  right: -6rem;
}

.-bottom-24{
  bottom: -6rem;
}

.-left-24{
  left: -6rem;
}

.-top-25{
  top: -6.5rem;
}

.-right-25{
  right: -6.5rem;
}

.-bottom-25{
  bottom: -6.5rem;
}

.-left-25{
  left: -6.5rem;
}

.-top-26{
  top: -6.75rem;
}

.-right-26{
  right: -6.75rem;
}

.-bottom-26{
  bottom: -6.75rem;
}

.-left-26{
  left: -6.75rem;
}

.-top-27{
  top: -6.25rem;
}

.-right-27{
  right: -6.25rem;
}

.-bottom-27{
  bottom: -6.25rem;
}

.-left-27{
  left: -6.25rem;
}

.-top-28{
  top: -7rem;
}

.-right-28{
  right: -7rem;
}

.-bottom-28{
  bottom: -7rem;
}

.-left-28{
  left: -7rem;
}

.-top-29{
  top: -7.5rem;
}

.-right-29{
  right: -7.5rem;
}

.-bottom-29{
  bottom: -7.5rem;
}

.-left-29{
  left: -7.5rem;
}

.-top-32{
  top: -8rem;
}

.-right-32{
  right: -8rem;
}

.-bottom-32{
  bottom: -8rem;
}

.-left-32{
  left: -8rem;
}

.-top-34{
  top: -8.5rem;
}

.-right-34{
  right: -8.5rem;
}

.-bottom-34{
  bottom: -8.5rem;
}

.-left-34{
  left: -8.5rem;
}

.-top-35{
  top: -8.75rem;
}

.-right-35{
  right: -8.75rem;
}

.-bottom-35{
  bottom: -8.75rem;
}

.-left-35{
  left: -8.75rem;
}

.-top-36{
  top: -9rem;
}

.-right-36{
  right: -9rem;
}

.-bottom-36{
  bottom: -9rem;
}

.-left-36{
  left: -9rem;
}

.-top-37{
  top: -9.125rem;
}

.-right-37{
  right: -9.125rem;
}

.-bottom-37{
  bottom: -9.125rem;
}

.-left-37{
  left: -9.125rem;
}

.-top-38{
  top: -9.5rem;
}

.-right-38{
  right: -9.5rem;
}

.-bottom-38{
  bottom: -9.5rem;
}

.-left-38{
  left: -9.5rem;
}

.-top-40{
  top: -10rem;
}

.-right-40{
  right: -10rem;
}

.-bottom-40{
  bottom: -10rem;
}

.-left-40{
  left: -10rem;
}

.-top-41{
  top: -10.5rem;
}

.-right-41{
  right: -10.5rem;
}

.-bottom-41{
  bottom: -10.5rem;
}

.-left-41{
  left: -10.5rem;
}

.-top-42{
  top: -10.625rem;
}

.-right-42{
  right: -10.625rem;
}

.-bottom-42{
  bottom: -10.625rem;
}

.-left-42{
  left: -10.625rem;
}

.-top-44{
  top: -11rem;
}

.-right-44{
  right: -11rem;
}

.-bottom-44{
  bottom: -11rem;
}

.-left-44{
  left: -11rem;
}

.-top-45{
  top: -11.25rem;
}

.-right-45{
  right: -11.25rem;
}

.-bottom-45{
  bottom: -11.25rem;
}

.-left-45{
  left: -11.25rem;
}

.-top-48{
  top: -12rem;
}

.-right-48{
  right: -12rem;
}

.-bottom-48{
  bottom: -12rem;
}

.-left-48{
  left: -12rem;
}

.-top-49{
  top: -12.5rem;
}

.-right-49{
  right: -12.5rem;
}

.-bottom-49{
  bottom: -12.5rem;
}

.-left-49{
  left: -12.5rem;
}

.-top-52{
  top: -13rem;
}

.-right-52{
  right: -13rem;
}

.-bottom-52{
  bottom: -13rem;
}

.-left-52{
  left: -13rem;
}

.-top-56{
  top: -14rem;
}

.-right-56{
  right: -14rem;
}

.-bottom-56{
  bottom: -14rem;
}

.-left-56{
  left: -14rem;
}

.-top-57{
  top: -14.375rem;
}

.-right-57{
  right: -14.375rem;
}

.-bottom-57{
  bottom: -14.375rem;
}

.-left-57{
  left: -14.375rem;
}

.-top-60{
  top: -15rem;
}

.-right-60{
  right: -15rem;
}

.-bottom-60{
  bottom: -15rem;
}

.-left-60{
  left: -15rem;
}

.-top-64{
  top: -16rem;
}

.-right-64{
  right: -16rem;
}

.-bottom-64{
  bottom: -16rem;
}

.-left-64{
  left: -16rem;
}

.-top-72{
  top: -18rem;
}

.-right-72{
  right: -18rem;
}

.-bottom-72{
  bottom: -18rem;
}

.-left-72{
  left: -18rem;
}

.-top-80{
  top: -20rem;
}

.-right-80{
  right: -20rem;
}

.-bottom-80{
  bottom: -20rem;
}

.-left-80{
  left: -20rem;
}

.-top-82{
  top: -22rem;
}

.-right-82{
  right: -22rem;
}

.-bottom-82{
  bottom: -22rem;
}

.-left-82{
  left: -22rem;
}

.-top-83{
  top: -23.8125rem;
}

.-right-83{
  right: -23.8125rem;
}

.-bottom-83{
  bottom: -23.8125rem;
}

.-left-83{
  left: -23.8125rem;
}

.-top-96{
  top: -24rem;
}

.-right-96{
  right: -24rem;
}

.-bottom-96{
  bottom: -24rem;
}

.-left-96{
  left: -24rem;
}

.-top-px{
  top: -1px;
}

.-right-px{
  right: -1px;
}

.-bottom-px{
  bottom: -1px;
}

.-left-px{
  left: -1px;
}

.-top-0\.5{
  top: -0.125rem;
}

.-right-0\.5{
  right: -0.125rem;
}

.-bottom-0\.5{
  bottom: -0.125rem;
}

.-left-0\.5{
  left: -0.125rem;
}

.-top-1\.5{
  top: -0.375rem;
}

.-right-1\.5{
  right: -0.375rem;
}

.-bottom-1\.5{
  bottom: -0.375rem;
}

.-left-1\.5{
  left: -0.375rem;
}

.-top-2\.5{
  top: -0.625rem;
}

.-right-2\.5{
  right: -0.625rem;
}

.-bottom-2\.5{
  bottom: -0.625rem;
}

.-left-2\.5{
  left: -0.625rem;
}

.-top-3\.5{
  top: -0.875rem;
}

.-right-3\.5{
  right: -0.875rem;
}

.-bottom-3\.5{
  bottom: -0.875rem;
}

.-left-3\.5{
  left: -0.875rem;
}

.-top-4\.5{
  top: -1.125rem;
}

.-right-4\.5{
  right: -1.125rem;
}

.-bottom-4\.5{
  bottom: -1.125rem;
}

.-left-4\.5{
  left: -1.125rem;
}

.-top-5\.5{
  top: -1.375rem;
}

.-right-5\.5{
  right: -1.375rem;
}

.-bottom-5\.5{
  bottom: -1.375rem;
}

.-left-5\.5{
  left: -1.375rem;
}

.-top-6\.5{
  top: -1.625rem;
}

.-right-6\.5{
  right: -1.625rem;
}

.-bottom-6\.5{
  bottom: -1.625rem;
}

.-left-6\.5{
  left: -1.625rem;
}

.-top-7\.5{
  top: -1.875rem;
}

.-right-7\.5{
  right: -1.875rem;
}

.-bottom-7\.5{
  bottom: -1.875rem;
}

.-left-7\.5{
  left: -1.875rem;
}

.-top-8\.5{
  top: -2.125rem;
}

.-right-8\.5{
  right: -2.125rem;
}

.-bottom-8\.5{
  bottom: -2.125rem;
}

.-left-8\.5{
  left: -2.125rem;
}

.-top-9\.5{
  top: -2.375rem;
}

.-right-9\.5{
  right: -2.375rem;
}

.-bottom-9\.5{
  bottom: -2.375rem;
}

.-left-9\.5{
  left: -2.375rem;
}

.-top-10\.5{
  top: -2.625rem;
}

.-right-10\.5{
  right: -2.625rem;
}

.-bottom-10\.5{
  bottom: -2.625rem;
}

.-left-10\.5{
  left: -2.625rem;
}

.-top-11\.5{
  top: -2.875rem;
}

.-right-11\.5{
  right: -2.875rem;
}

.-bottom-11\.5{
  bottom: -2.875rem;
}

.-left-11\.5{
  left: -2.875rem;
}

.-top-12\.5{
  top: -3.125rem;
}

.-right-12\.5{
  right: -3.125rem;
}

.-bottom-12\.5{
  bottom: -3.125rem;
}

.-left-12\.5{
  left: -3.125rem;
}

.-top-13\.5{
  top: -3.25rem;
}

.-right-13\.5{
  right: -3.25rem;
}

.-bottom-13\.5{
  bottom: -3.25rem;
}

.-left-13\.5{
  left: -3.25rem;
}

.-top-15\.5{
  top: -3.8rem;
}

.-right-15\.5{
  right: -3.8rem;
}

.-bottom-15\.5{
  bottom: -3.8rem;
}

.-left-15\.5{
  left: -3.8rem;
}

.-top-16\.5{
  top: -4.125rem;
}

.-right-16\.5{
  right: -4.125rem;
}

.-bottom-16\.5{
  bottom: -4.125rem;
}

.-left-16\.5{
  left: -4.125rem;
}

.-top-17\.5{
  top: -4.25rem;
}

.-right-17\.5{
  right: -4.25rem;
}

.-bottom-17\.5{
  bottom: -4.25rem;
}

.-left-17\.5{
  left: -4.25rem;
}

.-top-18\.5{
  top: -4.625rem;
}

.-right-18\.5{
  right: -4.625rem;
}

.-bottom-18\.5{
  bottom: -4.625rem;
}

.-left-18\.5{
  left: -4.625rem;
}

.-top-20\.5{
  top: -5.25rem;
}

.-right-20\.5{
  right: -5.25rem;
}

.-bottom-20\.5{
  bottom: -5.25rem;
}

.-left-20\.5{
  left: -5.25rem;
}

.-top-21\.5{
  top: -5.75rem;
}

.-right-21\.5{
  right: -5.75rem;
}

.-bottom-21\.5{
  bottom: -5.75rem;
}

.-left-21\.5{
  left: -5.75rem;
}

.-top-22\.5{
  top: -5.875rem;
}

.-right-22\.5{
  right: -5.875rem;
}

.-bottom-22\.5{
  bottom: -5.875rem;
}

.-left-22\.5{
  left: -5.875rem;
}

.-top-24\.5{
  top: -6.8125rem;
}

.-right-24\.5{
  right: -6.8125rem;
}

.-bottom-24\.5{
  bottom: -6.8125rem;
}

.-left-24\.5{
  left: -6.8125rem;
}

.-top-28\.5{
  top: -7.375rem;
}

.-right-28\.5{
  right: -7.375rem;
}

.-bottom-28\.5{
  bottom: -7.375rem;
}

.-left-28\.5{
  left: -7.375rem;
}

.-top-29\.5{
  top: -7.75rem;
}

.-right-29\.5{
  right: -7.75rem;
}

.-bottom-29\.5{
  bottom: -7.75rem;
}

.-left-29\.5{
  left: -7.75rem;
}

.-top-32\.5{
  top: -8.125rem;
}

.-right-32\.5{
  right: -8.125rem;
}

.-bottom-32\.5{
  bottom: -8.125rem;
}

.-left-32\.5{
  left: -8.125rem;
}

.-top-33\.5{
  top: -8.8125rem;
}

.-right-33\.5{
  right: -8.8125rem;
}

.-bottom-33\.5{
  bottom: -8.8125rem;
}

.-left-33\.5{
  left: -8.8125rem;
}

.-top-42\.5{
  top: -10.875rem;
}

.-right-42\.5{
  right: -10.875rem;
}

.-bottom-42\.5{
  bottom: -10.875rem;
}

.-left-42\.5{
  left: -10.875rem;
}

.-top-49\.5{
  top: -12.75rem;
}

.-right-49\.5{
  right: -12.75rem;
}

.-bottom-49\.5{
  bottom: -12.75rem;
}

.-left-49\.5{
  left: -12.75rem;
}

.-top-72\.5{
  top: -18.25rem;
}

.-right-72\.5{
  right: -18.25rem;
}

.-bottom-72\.5{
  bottom: -18.25rem;
}

.-left-72\.5{
  left: -18.25rem;
}

.top-1\/2{
  top: 50%;
}

.right-1\/2{
  right: 50%;
}

.bottom-1\/2{
  bottom: 50%;
}

.left-1\/2{
  left: 50%;
}

.top-1\/3{
  top: 33.333333%;
}

.right-1\/3{
  right: 33.333333%;
}

.bottom-1\/3{
  bottom: 33.333333%;
}

.left-1\/3{
  left: 33.333333%;
}

.top-2\/3{
  top: 66.666667%;
}

.right-2\/3{
  right: 66.666667%;
}

.bottom-2\/3{
  bottom: 66.666667%;
}

.left-2\/3{
  left: 66.666667%;
}

.top-1\/4{
  top: 25%;
}

.right-1\/4{
  right: 25%;
}

.bottom-1\/4{
  bottom: 25%;
}

.left-1\/4{
  left: 25%;
}

.top-2\/4{
  top: 50%;
}

.right-2\/4{
  right: 50%;
}

.bottom-2\/4{
  bottom: 50%;
}

.left-2\/4{
  left: 50%;
}

.top-3\/4{
  top: 75%;
}

.right-3\/4{
  right: 75%;
}

.bottom-3\/4{
  bottom: 75%;
}

.left-3\/4{
  left: 75%;
}

.top-full{
  top: 100%;
}

.right-full{
  right: 100%;
}

.bottom-full{
  bottom: 100%;
}

.left-full{
  left: 100%;
}

.-top-1\/2{
  top: -50%;
}

.-right-1\/2{
  right: -50%;
}

.-bottom-1\/2{
  bottom: -50%;
}

.-left-1\/2{
  left: -50%;
}

.-top-1\/3{
  top: -33.333333%;
}

.-right-1\/3{
  right: -33.333333%;
}

.-bottom-1\/3{
  bottom: -33.333333%;
}

.-left-1\/3{
  left: -33.333333%;
}

.-top-2\/3{
  top: -66.666667%;
}

.-right-2\/3{
  right: -66.666667%;
}

.-bottom-2\/3{
  bottom: -66.666667%;
}

.-left-2\/3{
  left: -66.666667%;
}

.-top-1\/4{
  top: -25%;
}

.-right-1\/4{
  right: -25%;
}

.-bottom-1\/4{
  bottom: -25%;
}

.-left-1\/4{
  left: -25%;
}

.-top-2\/4{
  top: -50%;
}

.-right-2\/4{
  right: -50%;
}

.-bottom-2\/4{
  bottom: -50%;
}

.-left-2\/4{
  left: -50%;
}

.-top-3\/4{
  top: -75%;
}

.-right-3\/4{
  right: -75%;
}

.-bottom-3\/4{
  bottom: -75%;
}

.-left-3\/4{
  left: -75%;
}

.-top-full{
  top: -100%;
}

.-right-full{
  right: -100%;
}

.-bottom-full{
  bottom: -100%;
}

.-left-full{
  left: -100%;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-base{
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-filter{
  --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-discound{
  --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-base{
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-filter{
  --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-discound{
  --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-base:focus-within{
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-filter:focus-within{
  --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-discound:focus-within{
  --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-base:hover{
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-filter:hover{
  --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-discound:hover{
  --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\: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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-base:focus{
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-filter:focus{
  --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-discound:focus{
  --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.focus-within\: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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\: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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\: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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\: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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\: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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.ring-offset-current{
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black-100{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
}

.ring-offset-black-200{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
}

.ring-offset-black-300{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
}

.ring-offset-black-350{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
}

.ring-offset-black-400{
  --tw-ring-offset-color: #000000;
}

.ring-offset-black-450{
  --tw-ring-offset-color: #020202;
}

.ring-offset-black-500{
  --tw-ring-offset-color: #aeaeae;
}

.ring-offset-black-600{
  --tw-ring-offset-color: #706F6F;
}

.ring-offset-black-700{
  --tw-ring-offset-color: #616060;
}

.ring-offset-white-200{
  --tw-ring-offset-color: #f2d0dc;
}

.ring-offset-white-300{
  --tw-ring-offset-color: #55423e;
}

.ring-offset-white-400{
  --tw-ring-offset-color: #FFFFFF;
}

.ring-offset-white-600{
  --tw-ring-offset-color: #d1d0d1;
}

.ring-offset-gray-50{
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-90{
  --tw-ring-offset-color: #EFEFEF;
}

.ring-offset-gray-100{
  --tw-ring-offset-color: #8B8B8B;
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #d3d3d3;
}

.ring-offset-gray-300{
  --tw-ring-offset-color: #dedede;
}

.ring-offset-gray-350{
  --tw-ring-offset-color: #aaaaaa;
}

.ring-offset-gray-400{
  --tw-ring-offset-color: #F2F3F4;
}

.ring-offset-gray-450{
  --tw-ring-offset-color: #aeaeae;
}

.ring-offset-gray-500{
  --tw-ring-offset-color: #595959;
}

.ring-offset-gray-550{
  --tw-ring-offset-color: #e7e7ed;
}

.ring-offset-gray-600{
  --tw-ring-offset-color: #d8d8d8;
}

.ring-offset-gray-700{
  --tw-ring-offset-color: #7a7a7a;
}

.ring-offset-gray-800{
  --tw-ring-offset-color: #f5f6f6;
}

.ring-offset-gray-850{
  --tw-ring-offset-color: #ebebeb;
}

.ring-offset-gray-900{
  --tw-ring-offset-color: #727272;
}

.ring-offset-gray-950{
  --tw-ring-offset-color: #f8f9f9;
}

.ring-offset-red-50{
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100{
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
}

.ring-offset-red-300{
  --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
}

.ring-offset-red-350{
  --tw-ring-offset-color: #fef5f5;
}

.ring-offset-red-400{
  --tw-ring-offset-color: #EA3E3A;
}

.ring-offset-red-450{
  --tw-ring-offset-color: #fef7f7;
}

.ring-offset-red-500{
  --tw-ring-offset-color: #EA1B60;
}

.ring-offset-red-600{
  --tw-ring-offset-color: #BE302C;
}

.ring-offset-red-650{
  --tw-ring-offset-color: #ff3131;
}

.ring-offset-red-700{
  --tw-ring-offset-color: #B61450;
}

.ring-offset-red-750{
  --tw-ring-offset-color: #cb3633;
}

.ring-offset-red-800{
  --tw-ring-offset-color: #A02825;
}

.ring-offset-red-850{
  --tw-ring-offset-color: #A82c29;
}

.ring-offset-red-900{
  --tw-ring-offset-color: #770603;
}

.ring-offset-yellow-50{
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-yellow-100{
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-yellow-200{
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-yellow-300{
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-yellow-400{
  --tw-ring-offset-color: #F8D90F;
}

.ring-offset-yellow-500{
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-yellow-600{
  --tw-ring-offset-color: #d97706;
}

.ring-offset-yellow-700{
  --tw-ring-offset-color: #b45309;
}

.ring-offset-yellow-800{
  --tw-ring-offset-color: #92400e;
}

.ring-offset-yellow-900{
  --tw-ring-offset-color: #78350f;
}

.ring-offset-green-50{
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-green-100{
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-green-200{
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-green-300{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
}

.ring-offset-green-400{
  --tw-ring-offset-color: #3EF076;
}

.ring-offset-green-500{
  --tw-ring-offset-color: #61BE79;
}

.ring-offset-green-550{
  --tw-ring-offset-color: #70c486;
}

.ring-offset-green-600{
  --tw-ring-offset-color: #59B8B2;
}

.ring-offset-green-700{
  --tw-ring-offset-color: #f7fcf8;
}

.ring-offset-green-800{
  --tw-ring-offset-color: #065f46;
}

.ring-offset-green-900{
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-blue-50{
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100{
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200{
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300{
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400{
  --tw-ring-offset-color: #0a3852;
}

.ring-offset-blue-500{
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600{
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700{
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800{
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900{
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-indigo-50{
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100{
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200{
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300{
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400{
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500{
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600{
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700{
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800{
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900{
  --tw-ring-offset-color: #312e81;
}

.ring-offset-purple-50{
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-purple-100{
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-purple-200{
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-purple-300{
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-purple-400{
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-purple-500{
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-purple-600{
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-purple-700{
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-purple-800{
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-purple-900{
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-pink-50{
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100{
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200{
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300{
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400{
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500{
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600{
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700{
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800{
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900{
  --tw-ring-offset-color: #831843;
}

.ring-offset-orange-400{
  --tw-ring-offset-color: #E26528;
}

.ring-offset-orange-500{
  --tw-ring-offset-color: #FD3C00;
}

.focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current:focus-within{
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-black-100:focus-within{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
}

.focus-within\:ring-offset-black-200:focus-within{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
}

.focus-within\:ring-offset-black-300:focus-within{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
}

.focus-within\:ring-offset-black-350:focus-within{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
}

.focus-within\:ring-offset-black-400:focus-within{
  --tw-ring-offset-color: #000000;
}

.focus-within\:ring-offset-black-450:focus-within{
  --tw-ring-offset-color: #020202;
}

.focus-within\:ring-offset-black-500:focus-within{
  --tw-ring-offset-color: #aeaeae;
}

.focus-within\:ring-offset-black-600:focus-within{
  --tw-ring-offset-color: #706F6F;
}

.focus-within\:ring-offset-black-700:focus-within{
  --tw-ring-offset-color: #616060;
}

.focus-within\:ring-offset-white-200:focus-within{
  --tw-ring-offset-color: #f2d0dc;
}

.focus-within\:ring-offset-white-300:focus-within{
  --tw-ring-offset-color: #55423e;
}

.focus-within\:ring-offset-white-400:focus-within{
  --tw-ring-offset-color: #FFFFFF;
}

.focus-within\:ring-offset-white-600:focus-within{
  --tw-ring-offset-color: #d1d0d1;
}

.focus-within\:ring-offset-gray-50:focus-within{
  --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-gray-90:focus-within{
  --tw-ring-offset-color: #EFEFEF;
}

.focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #8B8B8B;
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #d3d3d3;
}

.focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #dedede;
}

.focus-within\:ring-offset-gray-350:focus-within{
  --tw-ring-offset-color: #aaaaaa;
}

.focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #F2F3F4;
}

.focus-within\:ring-offset-gray-450:focus-within{
  --tw-ring-offset-color: #aeaeae;
}

.focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #595959;
}

.focus-within\:ring-offset-gray-550:focus-within{
  --tw-ring-offset-color: #e7e7ed;
}

.focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #d8d8d8;
}

.focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #7a7a7a;
}

.focus-within\:ring-offset-gray-800:focus-within{
  --tw-ring-offset-color: #f5f6f6;
}

.focus-within\:ring-offset-gray-850:focus-within{
  --tw-ring-offset-color: #ebebeb;
}

.focus-within\:ring-offset-gray-900:focus-within{
  --tw-ring-offset-color: #727272;
}

.focus-within\:ring-offset-gray-950:focus-within{
  --tw-ring-offset-color: #f8f9f9;
}

.focus-within\:ring-offset-red-50:focus-within{
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100:focus-within{
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200:focus-within{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
}

.focus-within\:ring-offset-red-300:focus-within{
  --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
}

.focus-within\:ring-offset-red-350:focus-within{
  --tw-ring-offset-color: #fef5f5;
}

.focus-within\:ring-offset-red-400:focus-within{
  --tw-ring-offset-color: #EA3E3A;
}

.focus-within\:ring-offset-red-450:focus-within{
  --tw-ring-offset-color: #fef7f7;
}

.focus-within\:ring-offset-red-500:focus-within{
  --tw-ring-offset-color: #EA1B60;
}

.focus-within\:ring-offset-red-600:focus-within{
  --tw-ring-offset-color: #BE302C;
}

.focus-within\:ring-offset-red-650:focus-within{
  --tw-ring-offset-color: #ff3131;
}

.focus-within\:ring-offset-red-700:focus-within{
  --tw-ring-offset-color: #B61450;
}

.focus-within\:ring-offset-red-750:focus-within{
  --tw-ring-offset-color: #cb3633;
}

.focus-within\:ring-offset-red-800:focus-within{
  --tw-ring-offset-color: #A02825;
}

.focus-within\:ring-offset-red-850:focus-within{
  --tw-ring-offset-color: #A82c29;
}

.focus-within\:ring-offset-red-900:focus-within{
  --tw-ring-offset-color: #770603;
}

.focus-within\:ring-offset-yellow-50:focus-within{
  --tw-ring-offset-color: #fffbeb;
}

.focus-within\:ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color: #fef3c7;
}

.focus-within\:ring-offset-yellow-200:focus-within{
  --tw-ring-offset-color: #fde68a;
}

.focus-within\:ring-offset-yellow-300:focus-within{
  --tw-ring-offset-color: #fcd34d;
}

.focus-within\:ring-offset-yellow-400:focus-within{
  --tw-ring-offset-color: #F8D90F;
}

.focus-within\:ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color: #f59e0b;
}

.focus-within\:ring-offset-yellow-600:focus-within{
  --tw-ring-offset-color: #d97706;
}

.focus-within\:ring-offset-yellow-700:focus-within{
  --tw-ring-offset-color: #b45309;
}

.focus-within\:ring-offset-yellow-800:focus-within{
  --tw-ring-offset-color: #92400e;
}

.focus-within\:ring-offset-yellow-900:focus-within{
  --tw-ring-offset-color: #78350f;
}

.focus-within\:ring-offset-green-50:focus-within{
  --tw-ring-offset-color: #ecfdf5;
}

.focus-within\:ring-offset-green-100:focus-within{
  --tw-ring-offset-color: #d1fae5;
}

.focus-within\:ring-offset-green-200:focus-within{
  --tw-ring-offset-color: #a7f3d0;
}

.focus-within\:ring-offset-green-300:focus-within{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
}

.focus-within\:ring-offset-green-400:focus-within{
  --tw-ring-offset-color: #3EF076;
}

.focus-within\:ring-offset-green-500:focus-within{
  --tw-ring-offset-color: #61BE79;
}

.focus-within\:ring-offset-green-550:focus-within{
  --tw-ring-offset-color: #70c486;
}

.focus-within\:ring-offset-green-600:focus-within{
  --tw-ring-offset-color: #59B8B2;
}

.focus-within\:ring-offset-green-700:focus-within{
  --tw-ring-offset-color: #f7fcf8;
}

.focus-within\:ring-offset-green-800:focus-within{
  --tw-ring-offset-color: #065f46;
}

.focus-within\:ring-offset-green-900:focus-within{
  --tw-ring-offset-color: #064e3b;
}

.focus-within\:ring-offset-blue-50:focus-within{
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:ring-offset-blue-100:focus-within{
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #0a3852;
}

.focus-within\:ring-offset-blue-500:focus-within{
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:ring-offset-blue-600:focus-within{
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:ring-offset-blue-700:focus-within{
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:ring-offset-blue-800:focus-within{
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:ring-offset-blue-900:focus-within{
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:ring-offset-indigo-50:focus-within{
  --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within{
  --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within{
  --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within{
  --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within{
  --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within{
  --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within{
  --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within{
  --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within{
  --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within{
  --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-purple-50:focus-within{
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:ring-offset-purple-100:focus-within{
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:ring-offset-purple-200:focus-within{
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:ring-offset-purple-300:focus-within{
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:ring-offset-purple-400:focus-within{
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:ring-offset-purple-500:focus-within{
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:ring-offset-purple-600:focus-within{
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:ring-offset-purple-700:focus-within{
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:ring-offset-purple-800:focus-within{
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:ring-offset-purple-900:focus-within{
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:ring-offset-pink-50:focus-within{
  --tw-ring-offset-color: #fdf2f8;
}

.focus-within\:ring-offset-pink-100:focus-within{
  --tw-ring-offset-color: #fce7f3;
}

.focus-within\:ring-offset-pink-200:focus-within{
  --tw-ring-offset-color: #fbcfe8;
}

.focus-within\:ring-offset-pink-300:focus-within{
  --tw-ring-offset-color: #f9a8d4;
}

.focus-within\:ring-offset-pink-400:focus-within{
  --tw-ring-offset-color: #f472b6;
}

.focus-within\:ring-offset-pink-500:focus-within{
  --tw-ring-offset-color: #ec4899;
}

.focus-within\:ring-offset-pink-600:focus-within{
  --tw-ring-offset-color: #db2777;
}

.focus-within\:ring-offset-pink-700:focus-within{
  --tw-ring-offset-color: #be185d;
}

.focus-within\:ring-offset-pink-800:focus-within{
  --tw-ring-offset-color: #9d174d;
}

.focus-within\:ring-offset-pink-900:focus-within{
  --tw-ring-offset-color: #831843;
}

.focus-within\:ring-offset-orange-400:focus-within{
  --tw-ring-offset-color: #E26528;
}

.focus-within\:ring-offset-orange-500:focus-within{
  --tw-ring-offset-color: #FD3C00;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus{
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black-100:focus{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
}

.focus\:ring-offset-black-200:focus{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
}

.focus\:ring-offset-black-300:focus{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
}

.focus\:ring-offset-black-350:focus{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
}

.focus\:ring-offset-black-400:focus{
  --tw-ring-offset-color: #000000;
}

.focus\:ring-offset-black-450:focus{
  --tw-ring-offset-color: #020202;
}

.focus\:ring-offset-black-500:focus{
  --tw-ring-offset-color: #aeaeae;
}

.focus\:ring-offset-black-600:focus{
  --tw-ring-offset-color: #706F6F;
}

.focus\:ring-offset-black-700:focus{
  --tw-ring-offset-color: #616060;
}

.focus\:ring-offset-white-200:focus{
  --tw-ring-offset-color: #f2d0dc;
}

.focus\:ring-offset-white-300:focus{
  --tw-ring-offset-color: #55423e;
}

.focus\:ring-offset-white-400:focus{
  --tw-ring-offset-color: #FFFFFF;
}

.focus\:ring-offset-white-600:focus{
  --tw-ring-offset-color: #d1d0d1;
}

.focus\:ring-offset-gray-50:focus{
  --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-gray-90:focus{
  --tw-ring-offset-color: #EFEFEF;
}

.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #8B8B8B;
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #d3d3d3;
}

.focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color: #dedede;
}

.focus\:ring-offset-gray-350:focus{
  --tw-ring-offset-color: #aaaaaa;
}

.focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #F2F3F4;
}

.focus\:ring-offset-gray-450:focus{
  --tw-ring-offset-color: #aeaeae;
}

.focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #595959;
}

.focus\:ring-offset-gray-550:focus{
  --tw-ring-offset-color: #e7e7ed;
}

.focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color: #d8d8d8;
}

.focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color: #7a7a7a;
}

.focus\:ring-offset-gray-800:focus{
  --tw-ring-offset-color: #f5f6f6;
}

.focus\:ring-offset-gray-850:focus{
  --tw-ring-offset-color: #ebebeb;
}

.focus\:ring-offset-gray-900:focus{
  --tw-ring-offset-color: #727272;
}

.focus\:ring-offset-gray-950:focus{
  --tw-ring-offset-color: #f8f9f9;
}

.focus\:ring-offset-red-50:focus{
  --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus{
  --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
}

.focus\:ring-offset-red-300:focus{
  --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
}

.focus\:ring-offset-red-350:focus{
  --tw-ring-offset-color: #fef5f5;
}

.focus\:ring-offset-red-400:focus{
  --tw-ring-offset-color: #EA3E3A;
}

.focus\:ring-offset-red-450:focus{
  --tw-ring-offset-color: #fef7f7;
}

.focus\:ring-offset-red-500:focus{
  --tw-ring-offset-color: #EA1B60;
}

.focus\:ring-offset-red-600:focus{
  --tw-ring-offset-color: #BE302C;
}

.focus\:ring-offset-red-650:focus{
  --tw-ring-offset-color: #ff3131;
}

.focus\:ring-offset-red-700:focus{
  --tw-ring-offset-color: #B61450;
}

.focus\:ring-offset-red-750:focus{
  --tw-ring-offset-color: #cb3633;
}

.focus\:ring-offset-red-800:focus{
  --tw-ring-offset-color: #A02825;
}

.focus\:ring-offset-red-850:focus{
  --tw-ring-offset-color: #A82c29;
}

.focus\:ring-offset-red-900:focus{
  --tw-ring-offset-color: #770603;
}

.focus\:ring-offset-yellow-50:focus{
  --tw-ring-offset-color: #fffbeb;
}

.focus\:ring-offset-yellow-100:focus{
  --tw-ring-offset-color: #fef3c7;
}

.focus\:ring-offset-yellow-200:focus{
  --tw-ring-offset-color: #fde68a;
}

.focus\:ring-offset-yellow-300:focus{
  --tw-ring-offset-color: #fcd34d;
}

.focus\:ring-offset-yellow-400:focus{
  --tw-ring-offset-color: #F8D90F;
}

.focus\:ring-offset-yellow-500:focus{
  --tw-ring-offset-color: #f59e0b;
}

.focus\:ring-offset-yellow-600:focus{
  --tw-ring-offset-color: #d97706;
}

.focus\:ring-offset-yellow-700:focus{
  --tw-ring-offset-color: #b45309;
}

.focus\:ring-offset-yellow-800:focus{
  --tw-ring-offset-color: #92400e;
}

.focus\:ring-offset-yellow-900:focus{
  --tw-ring-offset-color: #78350f;
}

.focus\:ring-offset-green-50:focus{
  --tw-ring-offset-color: #ecfdf5;
}

.focus\:ring-offset-green-100:focus{
  --tw-ring-offset-color: #d1fae5;
}

.focus\:ring-offset-green-200:focus{
  --tw-ring-offset-color: #a7f3d0;
}

.focus\:ring-offset-green-300:focus{
  --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
}

.focus\:ring-offset-green-400:focus{
  --tw-ring-offset-color: #3EF076;
}

.focus\:ring-offset-green-500:focus{
  --tw-ring-offset-color: #61BE79;
}

.focus\:ring-offset-green-550:focus{
  --tw-ring-offset-color: #70c486;
}

.focus\:ring-offset-green-600:focus{
  --tw-ring-offset-color: #59B8B2;
}

.focus\:ring-offset-green-700:focus{
  --tw-ring-offset-color: #f7fcf8;
}

.focus\:ring-offset-green-800:focus{
  --tw-ring-offset-color: #065f46;
}

.focus\:ring-offset-green-900:focus{
  --tw-ring-offset-color: #064e3b;
}

.focus\:ring-offset-blue-50:focus{
  --tw-ring-offset-color: #eff6ff;
}

.focus\:ring-offset-blue-100:focus{
  --tw-ring-offset-color: #dbeafe;
}

.focus\:ring-offset-blue-200:focus{
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:ring-offset-blue-300:focus{
  --tw-ring-offset-color: #93c5fd;
}

.focus\:ring-offset-blue-400:focus{
  --tw-ring-offset-color: #0a3852;
}

.focus\:ring-offset-blue-500:focus{
  --tw-ring-offset-color: #3b82f6;
}

.focus\:ring-offset-blue-600:focus{
  --tw-ring-offset-color: #2563eb;
}

.focus\:ring-offset-blue-700:focus{
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:ring-offset-blue-800:focus{
  --tw-ring-offset-color: #1e40af;
}

.focus\:ring-offset-blue-900:focus{
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:ring-offset-indigo-50:focus{
  --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus{
  --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus{
  --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus{
  --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus{
  --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus{
  --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus{
  --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus{
  --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus{
  --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus{
  --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-purple-50:focus{
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:ring-offset-purple-100:focus{
  --tw-ring-offset-color: #ede9fe;
}

.focus\:ring-offset-purple-200:focus{
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:ring-offset-purple-300:focus{
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:ring-offset-purple-400:focus{
  --tw-ring-offset-color: #a78bfa;
}

.focus\:ring-offset-purple-500:focus{
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:ring-offset-purple-600:focus{
  --tw-ring-offset-color: #7c3aed;
}

.focus\:ring-offset-purple-700:focus{
  --tw-ring-offset-color: #6d28d9;
}

.focus\:ring-offset-purple-800:focus{
  --tw-ring-offset-color: #5b21b6;
}

.focus\:ring-offset-purple-900:focus{
  --tw-ring-offset-color: #4c1d95;
}

.focus\:ring-offset-pink-50:focus{
  --tw-ring-offset-color: #fdf2f8;
}

.focus\:ring-offset-pink-100:focus{
  --tw-ring-offset-color: #fce7f3;
}

.focus\:ring-offset-pink-200:focus{
  --tw-ring-offset-color: #fbcfe8;
}

.focus\:ring-offset-pink-300:focus{
  --tw-ring-offset-color: #f9a8d4;
}

.focus\:ring-offset-pink-400:focus{
  --tw-ring-offset-color: #f472b6;
}

.focus\:ring-offset-pink-500:focus{
  --tw-ring-offset-color: #ec4899;
}

.focus\:ring-offset-pink-600:focus{
  --tw-ring-offset-color: #db2777;
}

.focus\:ring-offset-pink-700:focus{
  --tw-ring-offset-color: #be185d;
}

.focus\:ring-offset-pink-800:focus{
  --tw-ring-offset-color: #9d174d;
}

.focus\:ring-offset-pink-900:focus{
  --tw-ring-offset-color: #831843;
}

.focus\:ring-offset-orange-400:focus{
  --tw-ring-offset-color: #E26528;
}

.focus\:ring-offset-orange-500:focus{
  --tw-ring-offset-color: #FD3C00;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

.ring-transparent{
  --tw-ring-color: transparent;
}

.ring-current{
  --tw-ring-color: currentColor;
}

.ring-black-100{
  --tw-ring-color: rgba(0, 0, 0, 0.3);
}

.ring-black-200{
  --tw-ring-color: rgba(0, 0, 0, 0.5);
}

.ring-black-300{
  --tw-ring-color: rgba(0, 0, 0, 0.8);
}

.ring-black-350{
  --tw-ring-color: rgba(0, 0, 0, 0.24);
}

.ring-black-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-black-450{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
}

.ring-black-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
}

.ring-black-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
}

.ring-black-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
}

.ring-white-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
}

.ring-white-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
}

.ring-white-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-white-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
}

.ring-gray-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-90{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
}

.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
}

.ring-gray-350{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
}

.ring-gray-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
}

.ring-gray-450{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
}

.ring-gray-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
}

.ring-gray-550{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
}

.ring-gray-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
}

.ring-gray-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
}

.ring-gray-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
}

.ring-gray-850{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
}

.ring-gray-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
}

.ring-gray-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
}

.ring-red-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200{
  --tw-ring-color: rgba(0, 0, 0, 0.13);
}

.ring-red-300{
  --tw-ring-color: rgba(234, 62, 58, 0.04);
}

.ring-red-350{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
}

.ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
}

.ring-red-450{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
}

.ring-red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
}

.ring-red-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
}

.ring-red-650{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
}

.ring-red-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
}

.ring-red-750{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
}

.ring-red-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
}

.ring-red-850{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
}

.ring-red-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
}

.ring-yellow-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-yellow-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-yellow-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-yellow-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-yellow-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
}

.ring-yellow-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-yellow-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-yellow-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-yellow-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-yellow-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-green-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-green-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-green-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-green-300{
  --tw-ring-color: rgba(0, 0, 0, 0.25);
}

.ring-green-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
}

.ring-green-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
}

.ring-green-550{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
}

.ring-green-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
}

.ring-green-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
}

.ring-green-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-green-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-blue-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
}

.ring-blue-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-indigo-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-purple-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-purple-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-purple-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-purple-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-purple-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-purple-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-purple-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-purple-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-purple-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-purple-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-pink-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-orange-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
}

.ring-orange-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within{
  --tw-ring-color: currentColor;
}

.focus-within\:ring-black-100:focus-within{
  --tw-ring-color: rgba(0, 0, 0, 0.3);
}

.focus-within\:ring-black-200:focus-within{
  --tw-ring-color: rgba(0, 0, 0, 0.5);
}

.focus-within\:ring-black-300:focus-within{
  --tw-ring-color: rgba(0, 0, 0, 0.8);
}

.focus-within\:ring-black-350:focus-within{
  --tw-ring-color: rgba(0, 0, 0, 0.24);
}

.focus-within\:ring-black-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-black-450:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
}

.focus-within\:ring-black-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
}

.focus-within\:ring-black-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
}

.focus-within\:ring-black-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
}

.focus-within\:ring-white-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
}

.focus-within\:ring-white-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
}

.focus-within\:ring-white-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-white-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-90:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-350:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-450:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-550:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-850:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-950:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within{
  --tw-ring-color: rgba(0, 0, 0, 0.13);
}

.focus-within\:ring-red-300:focus-within{
  --tw-ring-color: rgba(234, 62, 58, 0.04);
}

.focus-within\:ring-red-350:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
}

.focus-within\:ring-red-450:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
}

.focus-within\:ring-red-650:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
}

.focus-within\:ring-red-750:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
}

.focus-within\:ring-red-850:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus-within\:ring-green-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within{
  --tw-ring-color: rgba(0, 0, 0, 0.25);
}

.focus-within\:ring-green-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
}

.focus-within\:ring-green-550:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-50:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

.focus\:ring-black-100:focus{
  --tw-ring-color: rgba(0, 0, 0, 0.3);
}

.focus\:ring-black-200:focus{
  --tw-ring-color: rgba(0, 0, 0, 0.5);
}

.focus\:ring-black-300:focus{
  --tw-ring-color: rgba(0, 0, 0, 0.8);
}

.focus\:ring-black-350:focus{
  --tw-ring-color: rgba(0, 0, 0, 0.24);
}

.focus\:ring-black-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-black-450:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
}

.focus\:ring-black-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
}

.focus\:ring-black-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
}

.focus\:ring-black-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
}

.focus\:ring-white-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
}

.focus\:ring-white-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
}

.focus\:ring-white-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-white-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-gray-90:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
}

.focus\:ring-gray-350:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
}

.focus\:ring-gray-450:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
}

.focus\:ring-gray-550:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
}

.focus\:ring-gray-850:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
}

.focus\:ring-gray-950:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus{
  --tw-ring-color: rgba(0, 0, 0, 0.13);
}

.focus\:ring-red-300:focus{
  --tw-ring-color: rgba(234, 62, 58, 0.04);
}

.focus\:ring-red-350:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
}

.focus\:ring-red-450:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
}

.focus\:ring-red-650:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
}

.focus\:ring-red-750:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
}

.focus\:ring-red-850:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
}

.focus\:ring-yellow-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.focus\:ring-green-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus{
  --tw-ring-color: rgba(0, 0, 0, 0.25);
}

.focus\:ring-green-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
}

.focus\:ring-green-550:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.focus\:ring-blue-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-purple-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:ring-pink-50:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.focus\:ring-orange-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
}

.focus\:ring-orange-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
}

.ring-opacity-0{
  --tw-ring-opacity: 0;
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1;
}

.ring-opacity-11{
  --tw-ring-opacity: .86;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30{
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4;
}

.ring-opacity-45{
  --tw-ring-opacity: .45;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

.ring-opacity-58{
  --tw-ring-opacity: .58;
}

.ring-opacity-60{
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7;
}

.ring-opacity-74{
  --tw-ring-opacity: .74;
}

.ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80{
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90{
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95{
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100{
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-11:focus-within{
  --tw-ring-opacity: .86;
}

.focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-45:focus-within{
  --tw-ring-opacity: .45;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-58:focus-within{
  --tw-ring-opacity: .58;
}

.focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-74:focus-within{
  --tw-ring-opacity: .74;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-11:focus{
  --tw-ring-opacity: .86;
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-45:focus{
  --tw-ring-opacity: .45;
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-58:focus{
  --tw-ring-opacity: .58;
}

.focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-74:focus{
  --tw-ring-opacity: .74;
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-0{
  stroke-width: 0;
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.text-transparent{
  color: transparent;
}

.text-current{
  color: currentColor;
}

.text-black-100{
  color: rgba(0, 0, 0, 0.3);
}

.text-black-200{
  color: rgba(0, 0, 0, 0.5);
}

.text-black-300{
  color: rgba(0, 0, 0, 0.8);
}

.text-black-350{
  color: rgba(0, 0, 0, 0.24);
}

.text-black-400{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-black-450{
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.text-black-500{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.text-black-600{
  --tw-text-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-text-opacity));
}

.text-black-700{
  --tw-text-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-text-opacity));
}

.text-white-200{
  --tw-text-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-text-opacity));
}

.text-white-300{
  --tw-text-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-text-opacity));
}

.text-white-400{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-white-600{
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-90{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-text-opacity));
}

.text-gray-350{
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
}

.text-gray-450{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.text-gray-550{
  --tw-text-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-text-opacity));
}

.text-gray-850{
  --tw-text-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-text-opacity));
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200{
  color: rgba(0, 0, 0, 0.13);
}

.text-red-300{
  color: rgba(234, 62, 58, 0.04);
}

.text-red-350{
  --tw-text-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-text-opacity));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.text-red-450{
  --tw-text-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-text-opacity));
}

.text-red-650{
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-text-opacity));
}

.text-red-750{
  --tw-text-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-text-opacity));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-text-opacity));
}

.text-red-850{
  --tw-text-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-text-opacity));
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-text-opacity));
}

.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-text-opacity));
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-green-300{
  color: rgba(0, 0, 0, 0.25);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-text-opacity));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
}

.text-green-550{
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-purple-50{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-purple-100{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-purple-200{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-purple-300{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-purple-500{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-purple-900{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-pink-50{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent{
  color: transparent;
}

.group:hover .group-hover\:text-current{
  color: currentColor;
}

.group:hover .group-hover\:text-black-100{
  color: rgba(0, 0, 0, 0.3);
}

.group:hover .group-hover\:text-black-200{
  color: rgba(0, 0, 0, 0.5);
}

.group:hover .group-hover\:text-black-300{
  color: rgba(0, 0, 0, 0.8);
}

.group:hover .group-hover\:text-black-350{
  color: rgba(0, 0, 0, 0.24);
}

.group:hover .group-hover\:text-black-400{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-450{
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-500{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-600{
  --tw-text-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-700{
  --tw-text-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white-200{
  --tw-text-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white-300{
  --tw-text-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white-400{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white-600{
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-90{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-350{
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-450{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-550{
  --tw-text-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-850{
  --tw-text-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-950{
  --tw-text-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200{
  color: rgba(0, 0, 0, 0.13);
}

.group:hover .group-hover\:text-red-300{
  color: rgba(234, 62, 58, 0.04);
}

.group:hover .group-hover\:text-red-350{
  --tw-text-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-450{
  --tw-text-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500{
  --tw-text-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600{
  --tw-text-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-650{
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700{
  --tw-text-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-750{
  --tw-text-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800{
  --tw-text-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-850{
  --tw-text-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900{
  --tw-text-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-50{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400{
  --tw-text-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-50{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300{
  color: rgba(0, 0, 0, 0.25);
}

.group:hover .group-hover\:text-green-400{
  --tw-text-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500{
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-550{
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600{
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700{
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-50{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-50{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-50{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-400{
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-500{
  --tw-text-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within{
  color: transparent;
}

.focus-within\:text-current:focus-within{
  color: currentColor;
}

.focus-within\:text-black-100:focus-within{
  color: rgba(0, 0, 0, 0.3);
}

.focus-within\:text-black-200:focus-within{
  color: rgba(0, 0, 0, 0.5);
}

.focus-within\:text-black-300:focus-within{
  color: rgba(0, 0, 0, 0.8);
}

.focus-within\:text-black-350:focus-within{
  color: rgba(0, 0, 0, 0.24);
}

.focus-within\:text-black-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-black-450:focus-within{
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.focus-within\:text-black-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.focus-within\:text-black-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-text-opacity));
}

.focus-within\:text-black-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-text-opacity));
}

.focus-within\:text-white-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-text-opacity));
}

.focus-within\:text-white-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-text-opacity));
}

.focus-within\:text-white-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-white-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

.focus-within\:text-gray-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-gray-90:focus-within{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-text-opacity));
}

.focus-within\:text-gray-350:focus-within{
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
}

.focus-within\:text-gray-450:focus-within{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.focus-within\:text-gray-550:focus-within{
  --tw-text-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-850:focus-within{
  --tw-text-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.focus-within\:text-gray-950:focus-within{
  --tw-text-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-text-opacity));
}

.focus-within\:text-red-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within{
  color: rgba(0, 0, 0, 0.13);
}

.focus-within\:text-red-300:focus-within{
  color: rgba(234, 62, 58, 0.04);
}

.focus-within\:text-red-350:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.focus-within\:text-red-450:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-text-opacity));
}

.focus-within\:text-red-650:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-text-opacity));
}

.focus-within\:text-red-750:focus-within{
  --tw-text-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-text-opacity));
}

.focus-within\:text-red-850:focus-within{
  --tw-text-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-text-opacity));
}

.focus-within\:text-yellow-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus-within\:text-yellow-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus-within\:text-yellow-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus-within\:text-yellow-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus-within\:text-yellow-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-text-opacity));
}

.focus-within\:text-yellow-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus-within\:text-yellow-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus-within\:text-yellow-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus-within\:text-yellow-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus-within\:text-yellow-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus-within\:text-green-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus-within\:text-green-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus-within\:text-green-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus-within\:text-green-300:focus-within{
  color: rgba(0, 0, 0, 0.25);
}

.focus-within\:text-green-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-text-opacity));
}

.focus-within\:text-green-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
}

.focus-within\:text-green-550:focus-within{
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
}

.focus-within\:text-green-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.focus-within\:text-green-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

.focus-within\:text-green-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus-within\:text-green-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus-within\:text-blue-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:text-blue-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:text-blue-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-text-opacity));
}

.focus-within\:text-blue-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:text-blue-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:text-blue-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-purple-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:text-purple-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:text-purple-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:text-purple-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:text-purple-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:text-purple-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:text-purple-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:text-purple-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-within\:text-pink-50:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus-within\:text-pink-100:focus-within{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus-within\:text-pink-200:focus-within{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus-within\:text-pink-300:focus-within{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus-within\:text-pink-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus-within\:text-pink-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus-within\:text-pink-600:focus-within{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus-within\:text-pink-700:focus-within{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus-within\:text-pink-800:focus-within{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus-within\:text-pink-900:focus-within{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus-within\:text-orange-400:focus-within{
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

.focus-within\:text-orange-500:focus-within{
  --tw-text-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-text-opacity));
}

.hover\:text-transparent:hover{
  color: transparent;
}

.hover\:text-current:hover{
  color: currentColor;
}

.hover\:text-black-100:hover{
  color: rgba(0, 0, 0, 0.3);
}

.hover\:text-black-200:hover{
  color: rgba(0, 0, 0, 0.5);
}

.hover\:text-black-300:hover{
  color: rgba(0, 0, 0, 0.8);
}

.hover\:text-black-350:hover{
  color: rgba(0, 0, 0, 0.24);
}

.hover\:text-black-400:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-black-450:hover{
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.hover\:text-black-500:hover{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.hover\:text-black-600:hover{
  --tw-text-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-text-opacity));
}

.hover\:text-black-700:hover{
  --tw-text-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-text-opacity));
}

.hover\:text-white-200:hover{
  --tw-text-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-text-opacity));
}

.hover\:text-white-300:hover{
  --tw-text-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-text-opacity));
}

.hover\:text-white-400:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-white-600:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-gray-90:hover{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-text-opacity));
}

.hover\:text-gray-350:hover{
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
}

.hover\:text-gray-450:hover{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.hover\:text-gray-550:hover{
  --tw-text-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-text-opacity));
}

.hover\:text-gray-850:hover{
  --tw-text-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.hover\:text-gray-950:hover{
  --tw-text-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-text-opacity));
}

.hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover{
  color: rgba(0, 0, 0, 0.13);
}

.hover\:text-red-300:hover{
  color: rgba(234, 62, 58, 0.04);
}

.hover\:text-red-350:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-text-opacity));
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.hover\:text-red-450:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-text-opacity));
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-text-opacity));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-text-opacity));
}

.hover\:text-red-650:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-text-opacity));
}

.hover\:text-red-750:hover{
  --tw-text-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-text-opacity));
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-text-opacity));
}

.hover\:text-red-850:hover{
  --tw-text-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-text-opacity));
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-text-opacity));
}

.hover\:text-yellow-50:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover{
  --tw-text-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.hover\:text-green-50:hover{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.hover\:text-green-100:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.hover\:text-green-200:hover{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.hover\:text-green-300:hover{
  color: rgba(0, 0, 0, 0.25);
}

.hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-text-opacity));
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
}

.hover\:text-green-550:hover{
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.hover\:text-green-900:hover{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.hover\:text-blue-50:hover{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-purple-50:hover{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:text-pink-50:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.hover\:text-orange-400:hover{
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

.hover\:text-orange-500:hover{
  --tw-text-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-text-opacity));
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-current:focus{
  color: currentColor;
}

.focus\:text-black-100:focus{
  color: rgba(0, 0, 0, 0.3);
}

.focus\:text-black-200:focus{
  color: rgba(0, 0, 0, 0.5);
}

.focus\:text-black-300:focus{
  color: rgba(0, 0, 0, 0.8);
}

.focus\:text-black-350:focus{
  color: rgba(0, 0, 0, 0.24);
}

.focus\:text-black-400:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-black-450:focus{
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

.focus\:text-black-500:focus{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.focus\:text-black-600:focus{
  --tw-text-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-text-opacity));
}

.focus\:text-black-700:focus{
  --tw-text-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-text-opacity));
}

.focus\:text-white-200:focus{
  --tw-text-opacity: 1;
  color: rgba(242, 208, 220, var(--tw-text-opacity));
}

.focus\:text-white-300:focus{
  --tw-text-opacity: 1;
  color: rgba(85, 66, 62, var(--tw-text-opacity));
}

.focus\:text-white-400:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-white-600:focus{
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-gray-90:focus{
  --tw-text-opacity: 1;
  color: rgba(239, 239, 239, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgba(222, 222, 222, var(--tw-text-opacity));
}

.focus\:text-gray-350:focus{
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
}

.focus\:text-gray-450:focus{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.focus\:text-gray-550:focus{
  --tw-text-opacity: 1;
  color: rgba(231, 231, 237, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 246, 246, var(--tw-text-opacity));
}

.focus\:text-gray-850:focus{
  --tw-text-opacity: 1;
  color: rgba(235, 235, 235, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

.focus\:text-gray-950:focus{
  --tw-text-opacity: 1;
  color: rgba(248, 249, 249, var(--tw-text-opacity));
}

.focus\:text-red-50:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus{
  color: rgba(0, 0, 0, 0.13);
}

.focus\:text-red-300:focus{
  color: rgba(234, 62, 58, 0.04);
}

.focus\:text-red-350:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 245, 245, var(--tw-text-opacity));
}

.focus\:text-red-400:focus{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.focus\:text-red-450:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 247, 247, var(--tw-text-opacity));
}

.focus\:text-red-500:focus{
  --tw-text-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-text-opacity));
}

.focus\:text-red-600:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-text-opacity));
}

.focus\:text-red-650:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.focus\:text-red-700:focus{
  --tw-text-opacity: 1;
  color: rgba(182, 20, 80, var(--tw-text-opacity));
}

.focus\:text-red-750:focus{
  --tw-text-opacity: 1;
  color: rgba(203, 54, 51, var(--tw-text-opacity));
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1;
  color: rgba(160, 40, 37, var(--tw-text-opacity));
}

.focus\:text-red-850:focus{
  --tw-text-opacity: 1;
  color: rgba(168, 44, 41, var(--tw-text-opacity));
}

.focus\:text-red-900:focus{
  --tw-text-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-text-opacity));
}

.focus\:text-yellow-50:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus{
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus{
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus{
  --tw-text-opacity: 1;
  color: rgba(248, 217, 15, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus{
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus{
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus{
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus{
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.focus\:text-green-50:focus{
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.focus\:text-green-100:focus{
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.focus\:text-green-200:focus{
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.focus\:text-green-300:focus{
  color: rgba(0, 0, 0, 0.25);
}

.focus\:text-green-400:focus{
  --tw-text-opacity: 1;
  color: rgba(62, 240, 118, var(--tw-text-opacity));
}

.focus\:text-green-500:focus{
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
}

.focus\:text-green-550:focus{
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
}

.focus\:text-green-600:focus{
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.focus\:text-green-700:focus{
  --tw-text-opacity: 1;
  color: rgba(247, 252, 248, var(--tw-text-opacity));
}

.focus\:text-green-800:focus{
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.focus\:text-green-900:focus{
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.focus\:text-blue-50:focus{
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus{
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus{
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus{
  --tw-text-opacity: 1;
  color: rgba(10, 56, 82, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus{
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus{
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus{
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus{
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus{
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus{
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus{
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-purple-50:focus{
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus{
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus{
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus{
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus{
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus{
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus{
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus{
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus{
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:text-pink-50:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus{
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus{
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus{
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus{
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus{
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus{
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus{
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus{
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.focus\:text-orange-400:focus{
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

.focus\:text-orange-500:focus{
  --tw-text-opacity: 1;
  color: rgba(253, 60, 0, var(--tw-text-opacity));
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-5{
  --tw-text-opacity: 0.05;
}

.text-opacity-10{
  --tw-text-opacity: 0.1;
}

.text-opacity-11{
  --tw-text-opacity: .86;
}

.text-opacity-20{
  --tw-text-opacity: 0.2;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-30{
  --tw-text-opacity: 0.3;
}

.text-opacity-40{
  --tw-text-opacity: 0.4;
}

.text-opacity-45{
  --tw-text-opacity: .45;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-58{
  --tw-text-opacity: .58;
}

.text-opacity-60{
  --tw-text-opacity: 0.6;
}

.text-opacity-70{
  --tw-text-opacity: 0.7;
}

.text-opacity-74{
  --tw-text-opacity: .74;
}

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.text-opacity-90{
  --tw-text-opacity: 0.9;
}

.text-opacity-95{
  --tw-text-opacity: 0.95;
}

.text-opacity-100{
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-11{
  --tw-text-opacity: .86;
}

.group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-45{
  --tw-text-opacity: .45;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-58{
  --tw-text-opacity: .58;
}

.group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-74{
  --tw-text-opacity: .74;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-11:focus-within{
  --tw-text-opacity: .86;
}

.focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-45:focus-within{
  --tw-text-opacity: .45;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-58:focus-within{
  --tw-text-opacity: .58;
}

.focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-74:focus-within{
  --tw-text-opacity: .74;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-11:hover{
  --tw-text-opacity: .86;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-45:hover{
  --tw-text-opacity: .45;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-58:hover{
  --tw-text-opacity: .58;
}

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-74:hover{
  --tw-text-opacity: .74;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-11:focus{
  --tw-text-opacity: .86;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-45:focus{
  --tw-text-opacity: .45;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-58:focus{
  --tw-text-opacity: .58;
}

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-74:focus{
  --tw-text-opacity: .74;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.overflow-clip{
  text-overflow: clip;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.group:hover .group-hover\:underline{
  text-decoration: underline;
}

.group:hover .group-hover\:line-through{
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline{
  text-decoration: none;
}

.focus-within\:underline:focus-within{
  text-decoration: underline;
}

.focus-within\:line-through:focus-within{
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:line-through:hover{
  text-decoration: line-through;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:underline:focus{
  text-decoration: underline;
}

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --tw-ordinal: ordinal;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.tracking-base{
  letter-spacing: 0.34em;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.w-0{
  width: 0px;
}

.w-1{
  width: 0.25rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-13{
  width: 3.375rem;
}

.w-14{
  width: 3.5rem;
}

.w-15{
  width: 3.75rem;
}

.w-16{
  width: 4rem;
}

.w-17{
  width: 4.375rem;
}

.w-18{
  width: 4.5rem;
}

.w-19{
  width: 4.75rem;
}

.w-20{
  width: 5rem;
}

.w-21{
  width: 5.5rem;
}

.w-22{
  width: 5.625rem;
}

.w-23{
  width: 6.375rem;
}

.w-24{
  width: 6rem;
}

.w-25{
  width: 6.5rem;
}

.w-26{
  width: 6.75rem;
}

.w-27{
  width: 6.25rem;
}

.w-28{
  width: 7rem;
}

.w-29{
  width: 7.5rem;
}

.w-30{
  width: 7.75rem;
}

.w-31{
  width: 8.75rem;
}

.w-32{
  width: 8rem;
}

.w-33{
  width: 8.125rem;
}

.w-34{
  width: 8.5rem;
}

.w-35{
  width: 8.75rem;
}

.w-36{
  width: 9rem;
}

.w-37{
  width: 9.125rem;
}

.w-38{
  width: 9.5rem;
}

.w-40{
  width: 10rem;
}

.w-41{
  width: 10.5rem;
}

.w-42{
  width: 10.625rem;
}

.w-44{
  width: 11rem;
}

.w-45{
  width: 11.25rem;
}

.w-48{
  width: 12rem;
}

.w-49{
  width: 12.5rem;
}

.w-52{
  width: 13rem;
}

.w-53{
  width: 13.125rem;
}

.w-56{
  width: 14rem;
}

.w-57{
  width: 14.375rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-72{
  width: 18rem;
}

.w-73{
  width: 19rem;
}

.w-74{
  width: 25.5rem;
}

.w-78{
  width: 37.4375rem;
}

.w-80{
  width: 20rem;
}

.w-82{
  width: 22rem;
}

.w-83{
  width: 23.8125rem;
}

.w-96{
  width: 24rem;
}

.w-98{
  width: 50.625rem;
}

.w-99{
  width: 60.75rem;
}

.w-100{
  width: 45%;
}

.w-110{
  width: 70%;
}

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

.w-0\.5{
  width: 0.125rem;
}

.w-1\.5{
  width: 0.375rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-4\.5{
  width: 1.125rem;
}

.w-5\.5{
  width: 1.375rem;
}

.w-6\.5{
  width: 1.625rem;
}

.w-7\.5{
  width: 1.875rem;
}

.w-8\.5{
  width: 2.125rem;
}

.w-9\.5{
  width: 2.375rem;
}

.w-10\.5{
  width: 2.625rem;
}

.w-11\.5{
  width: 2.875rem;
}

.w-12\.5{
  width: 3.125rem;
}

.w-13\.5{
  width: 3.25rem;
}

.w-15\.5{
  width: 3.8rem;
}

.w-16\.5{
  width: 4.125rem;
}

.w-17\.5{
  width: 4.25rem;
}

.w-18\.5{
  width: 4.625rem;
}

.w-20\.5{
  width: 5.25rem;
}

.w-21\.5{
  width: 5.75rem;
}

.w-22\.5{
  width: 5.875rem;
}

.w-24\.5{
  width: 6.625rem;
}

.w-28\.5{
  width: 7.375rem;
}

.w-29\.5{
  width: 7.75rem;
}

.w-32\.5{
  width: 8.125rem;
}

.w-33\.5{
  width: 8.8125rem;
}

.w-42\.5{
  width: 10.875rem;
}

.w-49\.5{
  width: 12.75rem;
}

.w-72\.5{
  width: 18.25rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-1\/4{
  width: 25%;
}

.w-2\/4{
  width: 50%;
}

.w-3\/4{
  width: 75%;
}

.w-1\/5{
  width: 20%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/5{
  width: 80%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

.w-4\/12{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-min{
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-2\.2{
  width: 0.5625rem;
}

.w-48\.5{
  width: 12.125rem;
}

.w-community{
  width: 816px;
}

.w-slide{
  width: 705px;
}

.w-slide-md{
  width: 600px;
}

.w-sporson{
  width: 1064px;
}

.w-sporson-lg{
  width: 900px;
}

.w-line{
  width: 11%;
}

.w-line-lg{
  width: 4%;
}

.w-box-about{
  width: 928px;
}

.w-box-about-alt{
  width: 1024px;
}

.w-box-about-alt-lg{
  width: 660px;
}

.w-circle{
  width: 120px;
}

.w-circle-xl{
  width: 158px;
}

.w-guide{
  width: 280px;
}

.w-value{
  width: 205px;
}

.w-sub-menu{
  width: 335px;
}

.w-because{
  width: 397px;
}

.w-because-sm{
  width: 280px;
}

.w-table{
  width: 66%;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-100{
  z-index: 9999;
}

.z-auto{
  z-index: auto;
}

.focus-within\:z-0:focus-within{
  z-index: 0;
}

.focus-within\:z-10:focus-within{
  z-index: 10;
}

.focus-within\:z-20:focus-within{
  z-index: 20;
}

.focus-within\:z-30:focus-within{
  z-index: 30;
}

.focus-within\:z-40:focus-within{
  z-index: 40;
}

.focus-within\:z-50:focus-within{
  z-index: 50;
}

.focus-within\:z-100:focus-within{
  z-index: 9999;
}

.focus-within\:z-auto:focus-within{
  z-index: auto;
}

.focus\:z-0:focus{
  z-index: 0;
}

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:z-20:focus{
  z-index: 20;
}

.focus\:z-30:focus{
  z-index: 30;
}

.focus\:z-40:focus{
  z-index: 40;
}

.focus\:z-50:focus{
  z-index: 50;
}

.focus\:z-100:focus{
  z-index: 9999;
}

.focus\:z-auto:focus{
  z-index: auto;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-13{
  gap: 3.375rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-15{
  gap: 3.75rem;
}

.gap-16{
  gap: 4rem;
}

.gap-17{
  gap: 4.375rem;
}

.gap-18{
  gap: 4.5rem;
}

.gap-19{
  gap: 4.75rem;
}

.gap-20{
  gap: 5rem;
}

.gap-21{
  gap: 5.5rem;
}

.gap-22{
  gap: 5.625rem;
}

.gap-23{
  gap: 6.125rem;
}

.gap-24{
  gap: 6rem;
}

.gap-25{
  gap: 6.5rem;
}

.gap-26{
  gap: 6.75rem;
}

.gap-27{
  gap: 6.25rem;
}

.gap-28{
  gap: 7rem;
}

.gap-29{
  gap: 7.5rem;
}

.gap-32{
  gap: 8rem;
}

.gap-34{
  gap: 8.5rem;
}

.gap-35{
  gap: 8.75rem;
}

.gap-36{
  gap: 9rem;
}

.gap-37{
  gap: 9.125rem;
}

.gap-38{
  gap: 9.5rem;
}

.gap-40{
  gap: 10rem;
}

.gap-41{
  gap: 10.5rem;
}

.gap-42{
  gap: 10.625rem;
}

.gap-44{
  gap: 11rem;
}

.gap-45{
  gap: 11.25rem;
}

.gap-48{
  gap: 12rem;
}

.gap-49{
  gap: 12.5rem;
}

.gap-52{
  gap: 13rem;
}

.gap-56{
  gap: 14rem;
}

.gap-57{
  gap: 14.375rem;
}

.gap-60{
  gap: 15rem;
}

.gap-64{
  gap: 16rem;
}

.gap-72{
  gap: 18rem;
}

.gap-80{
  gap: 20rem;
}

.gap-82{
  gap: 22rem;
}

.gap-83{
  gap: 23.8125rem;
}

.gap-96{
  gap: 24rem;
}

.gap-px{
  gap: 1px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4\.5{
  gap: 1.125rem;
}

.gap-5\.5{
  gap: 1.375rem;
}

.gap-6\.5{
  gap: 1.625rem;
}

.gap-7\.5{
  gap: 1.875rem;
}

.gap-8\.5{
  gap: 2.125rem;
}

.gap-9\.5{
  gap: 2.375rem;
}

.gap-10\.5{
  gap: 2.625rem;
}

.gap-11\.5{
  gap: 2.875rem;
}

.gap-12\.5{
  gap: 3.125rem;
}

.gap-13\.5{
  gap: 3.25rem;
}

.gap-15\.5{
  gap: 3.8rem;
}

.gap-16\.5{
  gap: 4.125rem;
}

.gap-17\.5{
  gap: 4.25rem;
}

.gap-18\.5{
  gap: 4.625rem;
}

.gap-20\.5{
  gap: 5.25rem;
}

.gap-21\.5{
  gap: 5.75rem;
}

.gap-22\.5{
  gap: 5.875rem;
}

.gap-24\.5{
  gap: 6.8125rem;
}

.gap-28\.5{
  gap: 7.375rem;
}

.gap-29\.5{
  gap: 7.75rem;
}

.gap-32\.5{
  gap: 8.125rem;
}

.gap-33\.5{
  gap: 8.8125rem;
}

.gap-42\.5{
  gap: 10.875rem;
}

.gap-49\.5{
  gap: 12.75rem;
}

.gap-72\.5{
  gap: 18.25rem;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-13{
  -moz-column-gap: 3.375rem;
       column-gap: 3.375rem;
}

.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-15{
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-17{
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}

.gap-x-18{
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.gap-x-19{
  -moz-column-gap: 4.75rem;
       column-gap: 4.75rem;
}

.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-21{
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}

.gap-x-22{
  -moz-column-gap: 5.625rem;
       column-gap: 5.625rem;
}

.gap-x-23{
  -moz-column-gap: 6.125rem;
       column-gap: 6.125rem;
}

.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-25{
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
}

.gap-x-26{
  -moz-column-gap: 6.75rem;
       column-gap: 6.75rem;
}

.gap-x-27{
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}

.gap-x-28{
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-29{
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}

.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-34{
  -moz-column-gap: 8.5rem;
       column-gap: 8.5rem;
}

.gap-x-35{
  -moz-column-gap: 8.75rem;
       column-gap: 8.75rem;
}

.gap-x-36{
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-37{
  -moz-column-gap: 9.125rem;
       column-gap: 9.125rem;
}

.gap-x-38{
  -moz-column-gap: 9.5rem;
       column-gap: 9.5rem;
}

.gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-41{
  -moz-column-gap: 10.5rem;
       column-gap: 10.5rem;
}

.gap-x-42{
  -moz-column-gap: 10.625rem;
       column-gap: 10.625rem;
}

.gap-x-44{
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-45{
  -moz-column-gap: 11.25rem;
       column-gap: 11.25rem;
}

.gap-x-48{
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-49{
  -moz-column-gap: 12.5rem;
       column-gap: 12.5rem;
}

.gap-x-52{
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56{
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-57{
  -moz-column-gap: 14.375rem;
       column-gap: 14.375rem;
}

.gap-x-60{
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64{
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72{
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80{
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-82{
  -moz-column-gap: 22rem;
       column-gap: 22rem;
}

.gap-x-83{
  -moz-column-gap: 23.8125rem;
       column-gap: 23.8125rem;
}

.gap-x-96{
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-4\.5{
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
}

.gap-x-5\.5{
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
}

.gap-x-6\.5{
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
}

.gap-x-7\.5{
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-x-8\.5{
  -moz-column-gap: 2.125rem;
       column-gap: 2.125rem;
}

.gap-x-9\.5{
  -moz-column-gap: 2.375rem;
       column-gap: 2.375rem;
}

.gap-x-10\.5{
  -moz-column-gap: 2.625rem;
       column-gap: 2.625rem;
}

.gap-x-11\.5{
  -moz-column-gap: 2.875rem;
       column-gap: 2.875rem;
}

.gap-x-12\.5{
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.gap-x-13\.5{
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}

.gap-x-15\.5{
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
}

.gap-x-16\.5{
  -moz-column-gap: 4.125rem;
       column-gap: 4.125rem;
}

.gap-x-17\.5{
  -moz-column-gap: 4.25rem;
       column-gap: 4.25rem;
}

.gap-x-18\.5{
  -moz-column-gap: 4.625rem;
       column-gap: 4.625rem;
}

.gap-x-20\.5{
  -moz-column-gap: 5.25rem;
       column-gap: 5.25rem;
}

.gap-x-21\.5{
  -moz-column-gap: 5.75rem;
       column-gap: 5.75rem;
}

.gap-x-22\.5{
  -moz-column-gap: 5.875rem;
       column-gap: 5.875rem;
}

.gap-x-24\.5{
  -moz-column-gap: 6.8125rem;
       column-gap: 6.8125rem;
}

.gap-x-28\.5{
  -moz-column-gap: 7.375rem;
       column-gap: 7.375rem;
}

.gap-x-29\.5{
  -moz-column-gap: 7.75rem;
       column-gap: 7.75rem;
}

.gap-x-32\.5{
  -moz-column-gap: 8.125rem;
       column-gap: 8.125rem;
}

.gap-x-33\.5{
  -moz-column-gap: 8.8125rem;
       column-gap: 8.8125rem;
}

.gap-x-42\.5{
  -moz-column-gap: 10.875rem;
       column-gap: 10.875rem;
}

.gap-x-49\.5{
  -moz-column-gap: 12.75rem;
       column-gap: 12.75rem;
}

.gap-x-72\.5{
  -moz-column-gap: 18.25rem;
       column-gap: 18.25rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-y-9{
  row-gap: 2.25rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-11{
  row-gap: 2.75rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-y-13{
  row-gap: 3.375rem;
}

.gap-y-14{
  row-gap: 3.5rem;
}

.gap-y-15{
  row-gap: 3.75rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-17{
  row-gap: 4.375rem;
}

.gap-y-18{
  row-gap: 4.5rem;
}

.gap-y-19{
  row-gap: 4.75rem;
}

.gap-y-20{
  row-gap: 5rem;
}

.gap-y-21{
  row-gap: 5.5rem;
}

.gap-y-22{
  row-gap: 5.625rem;
}

.gap-y-23{
  row-gap: 6.125rem;
}

.gap-y-24{
  row-gap: 6rem;
}

.gap-y-25{
  row-gap: 6.5rem;
}

.gap-y-26{
  row-gap: 6.75rem;
}

.gap-y-27{
  row-gap: 6.25rem;
}

.gap-y-28{
  row-gap: 7rem;
}

.gap-y-29{
  row-gap: 7.5rem;
}

.gap-y-32{
  row-gap: 8rem;
}

.gap-y-34{
  row-gap: 8.5rem;
}

.gap-y-35{
  row-gap: 8.75rem;
}

.gap-y-36{
  row-gap: 9rem;
}

.gap-y-37{
  row-gap: 9.125rem;
}

.gap-y-38{
  row-gap: 9.5rem;
}

.gap-y-40{
  row-gap: 10rem;
}

.gap-y-41{
  row-gap: 10.5rem;
}

.gap-y-42{
  row-gap: 10.625rem;
}

.gap-y-44{
  row-gap: 11rem;
}

.gap-y-45{
  row-gap: 11.25rem;
}

.gap-y-48{
  row-gap: 12rem;
}

.gap-y-49{
  row-gap: 12.5rem;
}

.gap-y-52{
  row-gap: 13rem;
}

.gap-y-56{
  row-gap: 14rem;
}

.gap-y-57{
  row-gap: 14.375rem;
}

.gap-y-60{
  row-gap: 15rem;
}

.gap-y-64{
  row-gap: 16rem;
}

.gap-y-72{
  row-gap: 18rem;
}

.gap-y-80{
  row-gap: 20rem;
}

.gap-y-82{
  row-gap: 22rem;
}

.gap-y-83{
  row-gap: 23.8125rem;
}

.gap-y-96{
  row-gap: 24rem;
}

.gap-y-px{
  row-gap: 1px;
}

.gap-y-0\.5{
  row-gap: 0.125rem;
}

.gap-y-1\.5{
  row-gap: 0.375rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

.gap-y-3\.5{
  row-gap: 0.875rem;
}

.gap-y-4\.5{
  row-gap: 1.125rem;
}

.gap-y-5\.5{
  row-gap: 1.375rem;
}

.gap-y-6\.5{
  row-gap: 1.625rem;
}

.gap-y-7\.5{
  row-gap: 1.875rem;
}

.gap-y-8\.5{
  row-gap: 2.125rem;
}

.gap-y-9\.5{
  row-gap: 2.375rem;
}

.gap-y-10\.5{
  row-gap: 2.625rem;
}

.gap-y-11\.5{
  row-gap: 2.875rem;
}

.gap-y-12\.5{
  row-gap: 3.125rem;
}

.gap-y-13\.5{
  row-gap: 3.25rem;
}

.gap-y-15\.5{
  row-gap: 3.8rem;
}

.gap-y-16\.5{
  row-gap: 4.125rem;
}

.gap-y-17\.5{
  row-gap: 4.25rem;
}

.gap-y-18\.5{
  row-gap: 4.625rem;
}

.gap-y-20\.5{
  row-gap: 5.25rem;
}

.gap-y-21\.5{
  row-gap: 5.75rem;
}

.gap-y-22\.5{
  row-gap: 5.875rem;
}

.gap-y-24\.5{
  row-gap: 6.8125rem;
}

.gap-y-28\.5{
  row-gap: 7.375rem;
}

.gap-y-29\.5{
  row-gap: 7.75rem;
}

.gap-y-32\.5{
  row-gap: 8.125rem;
}

.gap-y-33\.5{
  row-gap: 8.8125rem;
}

.gap-y-42\.5{
  row-gap: 10.875rem;
}

.gap-y-49\.5{
  row-gap: 12.75rem;
}

.gap-y-72\.5{
  row-gap: 18.25rem;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none{
  grid-template-columns: none;
}

.auto-cols-auto{
  grid-auto-columns: auto;
}

.auto-cols-min{
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto{
  grid-column: auto;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-9{
  grid-column: span 9 / span 9;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-full{
  grid-column: 1 / -1;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-7{
  grid-column-start: 7;
}

.col-start-8{
  grid-column-start: 8;
}

.col-start-9{
  grid-column-start: 9;
}

.col-start-10{
  grid-column-start: 10;
}

.col-start-11{
  grid-column-start: 11;
}

.col-start-12{
  grid-column-start: 12;
}

.col-start-13{
  grid-column-start: 13;
}

.col-start-auto{
  grid-column-start: auto;
}

.col-end-1{
  grid-column-end: 1;
}

.col-end-2{
  grid-column-end: 2;
}

.col-end-3{
  grid-column-end: 3;
}

.col-end-4{
  grid-column-end: 4;
}

.col-end-5{
  grid-column-end: 5;
}

.col-end-6{
  grid-column-end: 6;
}

.col-end-7{
  grid-column-end: 7;
}

.col-end-8{
  grid-column-end: 8;
}

.col-end-9{
  grid-column-end: 9;
}

.col-end-10{
  grid-column-end: 10;
}

.col-end-11{
  grid-column-end: 11;
}

.col-end-12{
  grid-column-end: 12;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-auto{
  grid-column-end: auto;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none{
  grid-template-rows: none;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto{
  grid-row: auto;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-span-3{
  grid-row: span 3 / span 3;
}

.row-span-4{
  grid-row: span 4 / span 4;
}

.row-span-5{
  grid-row: span 5 / span 5;
}

.row-span-6{
  grid-row: span 6 / span 6;
}

.row-span-full{
  grid-row: 1 / -1;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.row-start-5{
  grid-row-start: 5;
}

.row-start-6{
  grid-row-start: 6;
}

.row-start-7{
  grid-row-start: 7;
}

.row-start-auto{
  grid-row-start: auto;
}

.row-end-1{
  grid-row-end: 1;
}

.row-end-2{
  grid-row-end: 2;
}

.row-end-3{
  grid-row-end: 3;
}

.row-end-4{
  grid-row-end: 4;
}

.row-end-5{
  grid-row-end: 5;
}

.row-end-6{
  grid-row-end: 6;
}

.row-end-7{
  grid-row-end: 7;
}

.row-end-auto{
  grid-row-end: auto;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.transform-gpu{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.transform-none{
  transform: none;
}

.origin-center{
  transform-origin: center;
}

.origin-top{
  transform-origin: top;
}

.origin-top-right{
  transform-origin: top right;
}

.origin-right{
  transform-origin: right;
}

.origin-bottom-right{
  transform-origin: bottom right;
}

.origin-bottom{
  transform-origin: bottom;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-left{
  transform-origin: left;
}

.origin-top-left{
  transform-origin: top left;
}

.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0{
  --tw-scale-x: 0;
}

.scale-x-50{
  --tw-scale-x: .5;
}

.scale-x-75{
  --tw-scale-x: .75;
}

.scale-x-90{
  --tw-scale-x: .9;
}

.scale-x-95{
  --tw-scale-x: .95;
}

.scale-x-100{
  --tw-scale-x: 1;
}

.scale-x-105{
  --tw-scale-x: 1.05;
}

.scale-x-110{
  --tw-scale-x: 1.1;
}

.scale-x-125{
  --tw-scale-x: 1.25;
}

.scale-x-150{
  --tw-scale-x: 1.5;
}

.scale-y-0{
  --tw-scale-y: 0;
}

.scale-y-50{
  --tw-scale-y: .5;
}

.scale-y-75{
  --tw-scale-y: .75;
}

.scale-y-90{
  --tw-scale-y: .9;
}

.scale-y-95{
  --tw-scale-y: .95;
}

.scale-y-100{
  --tw-scale-y: 1;
}

.scale-y-105{
  --tw-scale-y: 1.05;
}

.scale-y-110{
  --tw-scale-y: 1.1;
}

.scale-y-125{
  --tw-scale-y: 1.25;
}

.scale-y-150{
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover{
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover{
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover{
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover{
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover{
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover{
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover{
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover{
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover{
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover{
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover{
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus{
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus{
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus{
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus{
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus{
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus{
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus{
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus{
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus{
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus{
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus{
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus{
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5;
}

.rotate-0{
  --tw-rotate: 0deg;
}

.rotate-1{
  --tw-rotate: 1deg;
}

.rotate-2{
  --tw-rotate: 2deg;
}

.rotate-3{
  --tw-rotate: 3deg;
}

.rotate-6{
  --tw-rotate: 6deg;
}

.rotate-12{
  --tw-rotate: 12deg;
}

.rotate-45{
  --tw-rotate: 45deg;
}

.rotate-90{
  --tw-rotate: 90deg;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.-rotate-180{
  --tw-rotate: -180deg;
}

.-rotate-90{
  --tw-rotate: -90deg;
}

.-rotate-45{
  --tw-rotate: -45deg;
}

.-rotate-12{
  --tw-rotate: -12deg;
}

.-rotate-6{
  --tw-rotate: -6deg;
}

.-rotate-3{
  --tw-rotate: -3deg;
}

.-rotate-2{
  --tw-rotate: -2deg;
}

.-rotate-1{
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover{
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover{
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover{
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover{
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover{
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover{
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover{
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover{
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover{
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus{
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus{
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus{
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus{
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus{
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus{
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus{
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus{
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus{
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus{
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus{
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus{
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus{
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus{
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus{
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus{
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus{
  --tw-rotate: -1deg;
}

.translate-x-0{
  --tw-translate-x: 0px;
}

.translate-x-1{
  --tw-translate-x: 0.25rem;
}

.translate-x-2{
  --tw-translate-x: 0.5rem;
}

.translate-x-3{
  --tw-translate-x: 0.75rem;
}

.translate-x-4{
  --tw-translate-x: 1rem;
}

.translate-x-5{
  --tw-translate-x: 1.25rem;
}

.translate-x-6{
  --tw-translate-x: 1.5rem;
}

.translate-x-7{
  --tw-translate-x: 1.75rem;
}

.translate-x-8{
  --tw-translate-x: 2rem;
}

.translate-x-9{
  --tw-translate-x: 2.25rem;
}

.translate-x-10{
  --tw-translate-x: 2.5rem;
}

.translate-x-11{
  --tw-translate-x: 2.75rem;
}

.translate-x-12{
  --tw-translate-x: 3rem;
}

.translate-x-13{
  --tw-translate-x: 3.375rem;
}

.translate-x-14{
  --tw-translate-x: 3.5rem;
}

.translate-x-15{
  --tw-translate-x: 3.75rem;
}

.translate-x-16{
  --tw-translate-x: 4rem;
}

.translate-x-17{
  --tw-translate-x: 4.375rem;
}

.translate-x-18{
  --tw-translate-x: 4.5rem;
}

.translate-x-19{
  --tw-translate-x: 4.75rem;
}

.translate-x-20{
  --tw-translate-x: 5rem;
}

.translate-x-21{
  --tw-translate-x: 5.5rem;
}

.translate-x-22{
  --tw-translate-x: 5.625rem;
}

.translate-x-23{
  --tw-translate-x: 6.125rem;
}

.translate-x-24{
  --tw-translate-x: 6rem;
}

.translate-x-25{
  --tw-translate-x: 6.5rem;
}

.translate-x-26{
  --tw-translate-x: 6.75rem;
}

.translate-x-27{
  --tw-translate-x: 6.25rem;
}

.translate-x-28{
  --tw-translate-x: 7rem;
}

.translate-x-29{
  --tw-translate-x: 7.5rem;
}

.translate-x-32{
  --tw-translate-x: 8rem;
}

.translate-x-34{
  --tw-translate-x: 8.5rem;
}

.translate-x-35{
  --tw-translate-x: 8.75rem;
}

.translate-x-36{
  --tw-translate-x: 9rem;
}

.translate-x-37{
  --tw-translate-x: 9.125rem;
}

.translate-x-38{
  --tw-translate-x: 9.5rem;
}

.translate-x-40{
  --tw-translate-x: 10rem;
}

.translate-x-41{
  --tw-translate-x: 10.5rem;
}

.translate-x-42{
  --tw-translate-x: 10.625rem;
}

.translate-x-44{
  --tw-translate-x: 11rem;
}

.translate-x-45{
  --tw-translate-x: 11.25rem;
}

.translate-x-48{
  --tw-translate-x: 12rem;
}

.translate-x-49{
  --tw-translate-x: 12.5rem;
}

.translate-x-52{
  --tw-translate-x: 13rem;
}

.translate-x-56{
  --tw-translate-x: 14rem;
}

.translate-x-57{
  --tw-translate-x: 14.375rem;
}

.translate-x-60{
  --tw-translate-x: 15rem;
}

.translate-x-64{
  --tw-translate-x: 16rem;
}

.translate-x-72{
  --tw-translate-x: 18rem;
}

.translate-x-80{
  --tw-translate-x: 20rem;
}

.translate-x-82{
  --tw-translate-x: 22rem;
}

.translate-x-83{
  --tw-translate-x: 23.8125rem;
}

.translate-x-96{
  --tw-translate-x: 24rem;
}

.translate-x-px{
  --tw-translate-x: 1px;
}

.translate-x-0\.5{
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5{
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5{
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5{
  --tw-translate-x: 0.875rem;
}

.translate-x-4\.5{
  --tw-translate-x: 1.125rem;
}

.translate-x-5\.5{
  --tw-translate-x: 1.375rem;
}

.translate-x-6\.5{
  --tw-translate-x: 1.625rem;
}

.translate-x-7\.5{
  --tw-translate-x: 1.875rem;
}

.translate-x-8\.5{
  --tw-translate-x: 2.125rem;
}

.translate-x-9\.5{
  --tw-translate-x: 2.375rem;
}

.translate-x-10\.5{
  --tw-translate-x: 2.625rem;
}

.translate-x-11\.5{
  --tw-translate-x: 2.875rem;
}

.translate-x-12\.5{
  --tw-translate-x: 3.125rem;
}

.translate-x-13\.5{
  --tw-translate-x: 3.25rem;
}

.translate-x-15\.5{
  --tw-translate-x: 3.8rem;
}

.translate-x-16\.5{
  --tw-translate-x: 4.125rem;
}

.translate-x-17\.5{
  --tw-translate-x: 4.25rem;
}

.translate-x-18\.5{
  --tw-translate-x: 4.625rem;
}

.translate-x-20\.5{
  --tw-translate-x: 5.25rem;
}

.translate-x-21\.5{
  --tw-translate-x: 5.75rem;
}

.translate-x-22\.5{
  --tw-translate-x: 5.875rem;
}

.translate-x-24\.5{
  --tw-translate-x: 6.8125rem;
}

.translate-x-28\.5{
  --tw-translate-x: 7.375rem;
}

.translate-x-29\.5{
  --tw-translate-x: 7.75rem;
}

.translate-x-32\.5{
  --tw-translate-x: 8.125rem;
}

.translate-x-33\.5{
  --tw-translate-x: 8.8125rem;
}

.translate-x-42\.5{
  --tw-translate-x: 10.875rem;
}

.translate-x-49\.5{
  --tw-translate-x: 12.75rem;
}

.translate-x-72\.5{
  --tw-translate-x: 18.25rem;
}

.-translate-x-0{
  --tw-translate-x: 0px;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
}

.-translate-x-2{
  --tw-translate-x: -0.5rem;
}

.-translate-x-3{
  --tw-translate-x: -0.75rem;
}

.-translate-x-4{
  --tw-translate-x: -1rem;
}

.-translate-x-5{
  --tw-translate-x: -1.25rem;
}

.-translate-x-6{
  --tw-translate-x: -1.5rem;
}

.-translate-x-7{
  --tw-translate-x: -1.75rem;
}

.-translate-x-8{
  --tw-translate-x: -2rem;
}

.-translate-x-9{
  --tw-translate-x: -2.25rem;
}

.-translate-x-10{
  --tw-translate-x: -2.5rem;
}

.-translate-x-11{
  --tw-translate-x: -2.75rem;
}

.-translate-x-12{
  --tw-translate-x: -3rem;
}

.-translate-x-13{
  --tw-translate-x: -3.375rem;
}

.-translate-x-14{
  --tw-translate-x: -3.5rem;
}

.-translate-x-15{
  --tw-translate-x: -3.75rem;
}

.-translate-x-16{
  --tw-translate-x: -4rem;
}

.-translate-x-17{
  --tw-translate-x: -4.375rem;
}

.-translate-x-18{
  --tw-translate-x: -4.5rem;
}

.-translate-x-19{
  --tw-translate-x: -4.75rem;
}

.-translate-x-20{
  --tw-translate-x: -5rem;
}

.-translate-x-21{
  --tw-translate-x: -5.5rem;
}

.-translate-x-22{
  --tw-translate-x: -5.625rem;
}

.-translate-x-23{
  --tw-translate-x: -6.125rem;
}

.-translate-x-24{
  --tw-translate-x: -6rem;
}

.-translate-x-25{
  --tw-translate-x: -6.5rem;
}

.-translate-x-26{
  --tw-translate-x: -6.75rem;
}

.-translate-x-27{
  --tw-translate-x: -6.25rem;
}

.-translate-x-28{
  --tw-translate-x: -7rem;
}

.-translate-x-29{
  --tw-translate-x: -7.5rem;
}

.-translate-x-32{
  --tw-translate-x: -8rem;
}

.-translate-x-34{
  --tw-translate-x: -8.5rem;
}

.-translate-x-35{
  --tw-translate-x: -8.75rem;
}

.-translate-x-36{
  --tw-translate-x: -9rem;
}

.-translate-x-37{
  --tw-translate-x: -9.125rem;
}

.-translate-x-38{
  --tw-translate-x: -9.5rem;
}

.-translate-x-40{
  --tw-translate-x: -10rem;
}

.-translate-x-41{
  --tw-translate-x: -10.5rem;
}

.-translate-x-42{
  --tw-translate-x: -10.625rem;
}

.-translate-x-44{
  --tw-translate-x: -11rem;
}

.-translate-x-45{
  --tw-translate-x: -11.25rem;
}

.-translate-x-48{
  --tw-translate-x: -12rem;
}

.-translate-x-49{
  --tw-translate-x: -12.5rem;
}

.-translate-x-52{
  --tw-translate-x: -13rem;
}

.-translate-x-56{
  --tw-translate-x: -14rem;
}

.-translate-x-57{
  --tw-translate-x: -14.375rem;
}

.-translate-x-60{
  --tw-translate-x: -15rem;
}

.-translate-x-64{
  --tw-translate-x: -16rem;
}

.-translate-x-72{
  --tw-translate-x: -18rem;
}

.-translate-x-80{
  --tw-translate-x: -20rem;
}

.-translate-x-82{
  --tw-translate-x: -22rem;
}

.-translate-x-83{
  --tw-translate-x: -23.8125rem;
}

.-translate-x-96{
  --tw-translate-x: -24rem;
}

.-translate-x-px{
  --tw-translate-x: -1px;
}

.-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5{
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5{
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5{
  --tw-translate-x: -0.875rem;
}

.-translate-x-4\.5{
  --tw-translate-x: -1.125rem;
}

.-translate-x-5\.5{
  --tw-translate-x: -1.375rem;
}

.-translate-x-6\.5{
  --tw-translate-x: -1.625rem;
}

.-translate-x-7\.5{
  --tw-translate-x: -1.875rem;
}

.-translate-x-8\.5{
  --tw-translate-x: -2.125rem;
}

.-translate-x-9\.5{
  --tw-translate-x: -2.375rem;
}

.-translate-x-10\.5{
  --tw-translate-x: -2.625rem;
}

.-translate-x-11\.5{
  --tw-translate-x: -2.875rem;
}

.-translate-x-12\.5{
  --tw-translate-x: -3.125rem;
}

.-translate-x-13\.5{
  --tw-translate-x: -3.25rem;
}

.-translate-x-15\.5{
  --tw-translate-x: -3.8rem;
}

.-translate-x-16\.5{
  --tw-translate-x: -4.125rem;
}

.-translate-x-17\.5{
  --tw-translate-x: -4.25rem;
}

.-translate-x-18\.5{
  --tw-translate-x: -4.625rem;
}

.-translate-x-20\.5{
  --tw-translate-x: -5.25rem;
}

.-translate-x-21\.5{
  --tw-translate-x: -5.75rem;
}

.-translate-x-22\.5{
  --tw-translate-x: -5.875rem;
}

.-translate-x-24\.5{
  --tw-translate-x: -6.8125rem;
}

.-translate-x-28\.5{
  --tw-translate-x: -7.375rem;
}

.-translate-x-29\.5{
  --tw-translate-x: -7.75rem;
}

.-translate-x-32\.5{
  --tw-translate-x: -8.125rem;
}

.-translate-x-33\.5{
  --tw-translate-x: -8.8125rem;
}

.-translate-x-42\.5{
  --tw-translate-x: -10.875rem;
}

.-translate-x-49\.5{
  --tw-translate-x: -12.75rem;
}

.-translate-x-72\.5{
  --tw-translate-x: -18.25rem;
}

.translate-x-1\/2{
  --tw-translate-x: 50%;
}

.translate-x-1\/3{
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3{
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4{
  --tw-translate-x: 25%;
}

.translate-x-2\/4{
  --tw-translate-x: 50%;
}

.translate-x-3\/4{
  --tw-translate-x: 75%;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4{
  --tw-translate-x: -25%;
}

.-translate-x-2\/4{
  --tw-translate-x: -50%;
}

.-translate-x-3\/4{
  --tw-translate-x: -75%;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.translate-y-0{
  --tw-translate-y: 0px;
}

.translate-y-1{
  --tw-translate-y: 0.25rem;
}

.translate-y-2{
  --tw-translate-y: 0.5rem;
}

.translate-y-3{
  --tw-translate-y: 0.75rem;
}

.translate-y-4{
  --tw-translate-y: 1rem;
}

.translate-y-5{
  --tw-translate-y: 1.25rem;
}

.translate-y-6{
  --tw-translate-y: 1.5rem;
}

.translate-y-7{
  --tw-translate-y: 1.75rem;
}

.translate-y-8{
  --tw-translate-y: 2rem;
}

.translate-y-9{
  --tw-translate-y: 2.25rem;
}

.translate-y-10{
  --tw-translate-y: 2.5rem;
}

.translate-y-11{
  --tw-translate-y: 2.75rem;
}

.translate-y-12{
  --tw-translate-y: 3rem;
}

.translate-y-13{
  --tw-translate-y: 3.375rem;
}

.translate-y-14{
  --tw-translate-y: 3.5rem;
}

.translate-y-15{
  --tw-translate-y: 3.75rem;
}

.translate-y-16{
  --tw-translate-y: 4rem;
}

.translate-y-17{
  --tw-translate-y: 4.375rem;
}

.translate-y-18{
  --tw-translate-y: 4.5rem;
}

.translate-y-19{
  --tw-translate-y: 4.75rem;
}

.translate-y-20{
  --tw-translate-y: 5rem;
}

.translate-y-21{
  --tw-translate-y: 5.5rem;
}

.translate-y-22{
  --tw-translate-y: 5.625rem;
}

.translate-y-23{
  --tw-translate-y: 6.125rem;
}

.translate-y-24{
  --tw-translate-y: 6rem;
}

.translate-y-25{
  --tw-translate-y: 6.5rem;
}

.translate-y-26{
  --tw-translate-y: 6.75rem;
}

.translate-y-27{
  --tw-translate-y: 6.25rem;
}

.translate-y-28{
  --tw-translate-y: 7rem;
}

.translate-y-29{
  --tw-translate-y: 7.5rem;
}

.translate-y-32{
  --tw-translate-y: 8rem;
}

.translate-y-34{
  --tw-translate-y: 8.5rem;
}

.translate-y-35{
  --tw-translate-y: 8.75rem;
}

.translate-y-36{
  --tw-translate-y: 9rem;
}

.translate-y-37{
  --tw-translate-y: 9.125rem;
}

.translate-y-38{
  --tw-translate-y: 9.5rem;
}

.translate-y-40{
  --tw-translate-y: 10rem;
}

.translate-y-41{
  --tw-translate-y: 10.5rem;
}

.translate-y-42{
  --tw-translate-y: 10.625rem;
}

.translate-y-44{
  --tw-translate-y: 11rem;
}

.translate-y-45{
  --tw-translate-y: 11.25rem;
}

.translate-y-48{
  --tw-translate-y: 12rem;
}

.translate-y-49{
  --tw-translate-y: 12.5rem;
}

.translate-y-52{
  --tw-translate-y: 13rem;
}

.translate-y-56{
  --tw-translate-y: 14rem;
}

.translate-y-57{
  --tw-translate-y: 14.375rem;
}

.translate-y-60{
  --tw-translate-y: 15rem;
}

.translate-y-64{
  --tw-translate-y: 16rem;
}

.translate-y-72{
  --tw-translate-y: 18rem;
}

.translate-y-80{
  --tw-translate-y: 20rem;
}

.translate-y-82{
  --tw-translate-y: 22rem;
}

.translate-y-83{
  --tw-translate-y: 23.8125rem;
}

.translate-y-96{
  --tw-translate-y: 24rem;
}

.translate-y-px{
  --tw-translate-y: 1px;
}

.translate-y-0\.5{
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5{
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5{
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5{
  --tw-translate-y: 0.875rem;
}

.translate-y-4\.5{
  --tw-translate-y: 1.125rem;
}

.translate-y-5\.5{
  --tw-translate-y: 1.375rem;
}

.translate-y-6\.5{
  --tw-translate-y: 1.625rem;
}

.translate-y-7\.5{
  --tw-translate-y: 1.875rem;
}

.translate-y-8\.5{
  --tw-translate-y: 2.125rem;
}

.translate-y-9\.5{
  --tw-translate-y: 2.375rem;
}

.translate-y-10\.5{
  --tw-translate-y: 2.625rem;
}

.translate-y-11\.5{
  --tw-translate-y: 2.875rem;
}

.translate-y-12\.5{
  --tw-translate-y: 3.125rem;
}

.translate-y-13\.5{
  --tw-translate-y: 3.25rem;
}

.translate-y-15\.5{
  --tw-translate-y: 3.8rem;
}

.translate-y-16\.5{
  --tw-translate-y: 4.125rem;
}

.translate-y-17\.5{
  --tw-translate-y: 4.25rem;
}

.translate-y-18\.5{
  --tw-translate-y: 4.625rem;
}

.translate-y-20\.5{
  --tw-translate-y: 5.25rem;
}

.translate-y-21\.5{
  --tw-translate-y: 5.75rem;
}

.translate-y-22\.5{
  --tw-translate-y: 5.875rem;
}

.translate-y-24\.5{
  --tw-translate-y: 6.8125rem;
}

.translate-y-28\.5{
  --tw-translate-y: 7.375rem;
}

.translate-y-29\.5{
  --tw-translate-y: 7.75rem;
}

.translate-y-32\.5{
  --tw-translate-y: 8.125rem;
}

.translate-y-33\.5{
  --tw-translate-y: 8.8125rem;
}

.translate-y-42\.5{
  --tw-translate-y: 10.875rem;
}

.translate-y-49\.5{
  --tw-translate-y: 12.75rem;
}

.translate-y-72\.5{
  --tw-translate-y: 18.25rem;
}

.-translate-y-0{
  --tw-translate-y: 0px;
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
}

.-translate-y-2{
  --tw-translate-y: -0.5rem;
}

.-translate-y-3{
  --tw-translate-y: -0.75rem;
}

.-translate-y-4{
  --tw-translate-y: -1rem;
}

.-translate-y-5{
  --tw-translate-y: -1.25rem;
}

.-translate-y-6{
  --tw-translate-y: -1.5rem;
}

.-translate-y-7{
  --tw-translate-y: -1.75rem;
}

.-translate-y-8{
  --tw-translate-y: -2rem;
}

.-translate-y-9{
  --tw-translate-y: -2.25rem;
}

.-translate-y-10{
  --tw-translate-y: -2.5rem;
}

.-translate-y-11{
  --tw-translate-y: -2.75rem;
}

.-translate-y-12{
  --tw-translate-y: -3rem;
}

.-translate-y-13{
  --tw-translate-y: -3.375rem;
}

.-translate-y-14{
  --tw-translate-y: -3.5rem;
}

.-translate-y-15{
  --tw-translate-y: -3.75rem;
}

.-translate-y-16{
  --tw-translate-y: -4rem;
}

.-translate-y-17{
  --tw-translate-y: -4.375rem;
}

.-translate-y-18{
  --tw-translate-y: -4.5rem;
}

.-translate-y-19{
  --tw-translate-y: -4.75rem;
}

.-translate-y-20{
  --tw-translate-y: -5rem;
}

.-translate-y-21{
  --tw-translate-y: -5.5rem;
}

.-translate-y-22{
  --tw-translate-y: -5.625rem;
}

.-translate-y-23{
  --tw-translate-y: -6.125rem;
}

.-translate-y-24{
  --tw-translate-y: -6rem;
}

.-translate-y-25{
  --tw-translate-y: -6.5rem;
}

.-translate-y-26{
  --tw-translate-y: -6.75rem;
}

.-translate-y-27{
  --tw-translate-y: -6.25rem;
}

.-translate-y-28{
  --tw-translate-y: -7rem;
}

.-translate-y-29{
  --tw-translate-y: -7.5rem;
}

.-translate-y-32{
  --tw-translate-y: -8rem;
}

.-translate-y-34{
  --tw-translate-y: -8.5rem;
}

.-translate-y-35{
  --tw-translate-y: -8.75rem;
}

.-translate-y-36{
  --tw-translate-y: -9rem;
}

.-translate-y-37{
  --tw-translate-y: -9.125rem;
}

.-translate-y-38{
  --tw-translate-y: -9.5rem;
}

.-translate-y-40{
  --tw-translate-y: -10rem;
}

.-translate-y-41{
  --tw-translate-y: -10.5rem;
}

.-translate-y-42{
  --tw-translate-y: -10.625rem;
}

.-translate-y-44{
  --tw-translate-y: -11rem;
}

.-translate-y-45{
  --tw-translate-y: -11.25rem;
}

.-translate-y-48{
  --tw-translate-y: -12rem;
}

.-translate-y-49{
  --tw-translate-y: -12.5rem;
}

.-translate-y-52{
  --tw-translate-y: -13rem;
}

.-translate-y-56{
  --tw-translate-y: -14rem;
}

.-translate-y-57{
  --tw-translate-y: -14.375rem;
}

.-translate-y-60{
  --tw-translate-y: -15rem;
}

.-translate-y-64{
  --tw-translate-y: -16rem;
}

.-translate-y-72{
  --tw-translate-y: -18rem;
}

.-translate-y-80{
  --tw-translate-y: -20rem;
}

.-translate-y-82{
  --tw-translate-y: -22rem;
}

.-translate-y-83{
  --tw-translate-y: -23.8125rem;
}

.-translate-y-96{
  --tw-translate-y: -24rem;
}

.-translate-y-px{
  --tw-translate-y: -1px;
}

.-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5{
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5{
  --tw-translate-y: -0.875rem;
}

.-translate-y-4\.5{
  --tw-translate-y: -1.125rem;
}

.-translate-y-5\.5{
  --tw-translate-y: -1.375rem;
}

.-translate-y-6\.5{
  --tw-translate-y: -1.625rem;
}

.-translate-y-7\.5{
  --tw-translate-y: -1.875rem;
}

.-translate-y-8\.5{
  --tw-translate-y: -2.125rem;
}

.-translate-y-9\.5{
  --tw-translate-y: -2.375rem;
}

.-translate-y-10\.5{
  --tw-translate-y: -2.625rem;
}

.-translate-y-11\.5{
  --tw-translate-y: -2.875rem;
}

.-translate-y-12\.5{
  --tw-translate-y: -3.125rem;
}

.-translate-y-13\.5{
  --tw-translate-y: -3.25rem;
}

.-translate-y-15\.5{
  --tw-translate-y: -3.8rem;
}

.-translate-y-16\.5{
  --tw-translate-y: -4.125rem;
}

.-translate-y-17\.5{
  --tw-translate-y: -4.25rem;
}

.-translate-y-18\.5{
  --tw-translate-y: -4.625rem;
}

.-translate-y-20\.5{
  --tw-translate-y: -5.25rem;
}

.-translate-y-21\.5{
  --tw-translate-y: -5.75rem;
}

.-translate-y-22\.5{
  --tw-translate-y: -5.875rem;
}

.-translate-y-24\.5{
  --tw-translate-y: -6.8125rem;
}

.-translate-y-28\.5{
  --tw-translate-y: -7.375rem;
}

.-translate-y-29\.5{
  --tw-translate-y: -7.75rem;
}

.-translate-y-32\.5{
  --tw-translate-y: -8.125rem;
}

.-translate-y-33\.5{
  --tw-translate-y: -8.8125rem;
}

.-translate-y-42\.5{
  --tw-translate-y: -10.875rem;
}

.-translate-y-49\.5{
  --tw-translate-y: -12.75rem;
}

.-translate-y-72\.5{
  --tw-translate-y: -18.25rem;
}

.translate-y-1\/2{
  --tw-translate-y: 50%;
}

.translate-y-1\/3{
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3{
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4{
  --tw-translate-y: 25%;
}

.translate-y-2\/4{
  --tw-translate-y: 50%;
}

.translate-y-3\/4{
  --tw-translate-y: 75%;
}

.translate-y-full{
  --tw-translate-y: 100%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4{
  --tw-translate-y: -25%;
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
}

.-translate-y-3\/4{
  --tw-translate-y: -75%;
}

.-translate-y-full{
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover{
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover{
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover{
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 3rem;
}

.hover\:translate-x-13:hover{
  --tw-translate-x: 3.375rem;
}

.hover\:translate-x-14:hover{
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-15:hover{
  --tw-translate-x: 3.75rem;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 4rem;
}

.hover\:translate-x-17:hover{
  --tw-translate-x: 4.375rem;
}

.hover\:translate-x-18:hover{
  --tw-translate-x: 4.5rem;
}

.hover\:translate-x-19:hover{
  --tw-translate-x: 4.75rem;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 5rem;
}

.hover\:translate-x-21:hover{
  --tw-translate-x: 5.5rem;
}

.hover\:translate-x-22:hover{
  --tw-translate-x: 5.625rem;
}

.hover\:translate-x-23:hover{
  --tw-translate-x: 6.125rem;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 6rem;
}

.hover\:translate-x-25:hover{
  --tw-translate-x: 6.5rem;
}

.hover\:translate-x-26:hover{
  --tw-translate-x: 6.75rem;
}

.hover\:translate-x-27:hover{
  --tw-translate-x: 6.25rem;
}

.hover\:translate-x-28:hover{
  --tw-translate-x: 7rem;
}

.hover\:translate-x-29:hover{
  --tw-translate-x: 7.5rem;
}

.hover\:translate-x-32:hover{
  --tw-translate-x: 8rem;
}

.hover\:translate-x-34:hover{
  --tw-translate-x: 8.5rem;
}

.hover\:translate-x-35:hover{
  --tw-translate-x: 8.75rem;
}

.hover\:translate-x-36:hover{
  --tw-translate-x: 9rem;
}

.hover\:translate-x-37:hover{
  --tw-translate-x: 9.125rem;
}

.hover\:translate-x-38:hover{
  --tw-translate-x: 9.5rem;
}

.hover\:translate-x-40:hover{
  --tw-translate-x: 10rem;
}

.hover\:translate-x-41:hover{
  --tw-translate-x: 10.5rem;
}

.hover\:translate-x-42:hover{
  --tw-translate-x: 10.625rem;
}

.hover\:translate-x-44:hover{
  --tw-translate-x: 11rem;
}

.hover\:translate-x-45:hover{
  --tw-translate-x: 11.25rem;
}

.hover\:translate-x-48:hover{
  --tw-translate-x: 12rem;
}

.hover\:translate-x-49:hover{
  --tw-translate-x: 12.5rem;
}

.hover\:translate-x-52:hover{
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover{
  --tw-translate-x: 14rem;
}

.hover\:translate-x-57:hover{
  --tw-translate-x: 14.375rem;
}

.hover\:translate-x-60:hover{
  --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover{
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover{
  --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover{
  --tw-translate-x: 20rem;
}

.hover\:translate-x-82:hover{
  --tw-translate-x: 22rem;
}

.hover\:translate-x-83:hover{
  --tw-translate-x: 23.8125rem;
}

.hover\:translate-x-96:hover{
  --tw-translate-x: 24rem;
}

.hover\:translate-x-px:hover{
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover{
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover{
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover{
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover{
  --tw-translate-x: 0.875rem;
}

.hover\:translate-x-4\.5:hover{
  --tw-translate-x: 1.125rem;
}

.hover\:translate-x-5\.5:hover{
  --tw-translate-x: 1.375rem;
}

.hover\:translate-x-6\.5:hover{
  --tw-translate-x: 1.625rem;
}

.hover\:translate-x-7\.5:hover{
  --tw-translate-x: 1.875rem;
}

.hover\:translate-x-8\.5:hover{
  --tw-translate-x: 2.125rem;
}

.hover\:translate-x-9\.5:hover{
  --tw-translate-x: 2.375rem;
}

.hover\:translate-x-10\.5:hover{
  --tw-translate-x: 2.625rem;
}

.hover\:translate-x-11\.5:hover{
  --tw-translate-x: 2.875rem;
}

.hover\:translate-x-12\.5:hover{
  --tw-translate-x: 3.125rem;
}

.hover\:translate-x-13\.5:hover{
  --tw-translate-x: 3.25rem;
}

.hover\:translate-x-15\.5:hover{
  --tw-translate-x: 3.8rem;
}

.hover\:translate-x-16\.5:hover{
  --tw-translate-x: 4.125rem;
}

.hover\:translate-x-17\.5:hover{
  --tw-translate-x: 4.25rem;
}

.hover\:translate-x-18\.5:hover{
  --tw-translate-x: 4.625rem;
}

.hover\:translate-x-20\.5:hover{
  --tw-translate-x: 5.25rem;
}

.hover\:translate-x-21\.5:hover{
  --tw-translate-x: 5.75rem;
}

.hover\:translate-x-22\.5:hover{
  --tw-translate-x: 5.875rem;
}

.hover\:translate-x-24\.5:hover{
  --tw-translate-x: 6.8125rem;
}

.hover\:translate-x-28\.5:hover{
  --tw-translate-x: 7.375rem;
}

.hover\:translate-x-29\.5:hover{
  --tw-translate-x: 7.75rem;
}

.hover\:translate-x-32\.5:hover{
  --tw-translate-x: 8.125rem;
}

.hover\:translate-x-33\.5:hover{
  --tw-translate-x: 8.8125rem;
}

.hover\:translate-x-42\.5:hover{
  --tw-translate-x: 10.875rem;
}

.hover\:translate-x-49\.5:hover{
  --tw-translate-x: 12.75rem;
}

.hover\:translate-x-72\.5:hover{
  --tw-translate-x: 18.25rem;
}

.hover\:-translate-x-0:hover{
  --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover{
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover{
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover{
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-13:hover{
  --tw-translate-x: -3.375rem;
}

.hover\:-translate-x-14:hover{
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-15:hover{
  --tw-translate-x: -3.75rem;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-17:hover{
  --tw-translate-x: -4.375rem;
}

.hover\:-translate-x-18:hover{
  --tw-translate-x: -4.5rem;
}

.hover\:-translate-x-19:hover{
  --tw-translate-x: -4.75rem;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-21:hover{
  --tw-translate-x: -5.5rem;
}

.hover\:-translate-x-22:hover{
  --tw-translate-x: -5.625rem;
}

.hover\:-translate-x-23:hover{
  --tw-translate-x: -6.125rem;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-25:hover{
  --tw-translate-x: -6.5rem;
}

.hover\:-translate-x-26:hover{
  --tw-translate-x: -6.75rem;
}

.hover\:-translate-x-27:hover{
  --tw-translate-x: -6.25rem;
}

.hover\:-translate-x-28:hover{
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-29:hover{
  --tw-translate-x: -7.5rem;
}

.hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-34:hover{
  --tw-translate-x: -8.5rem;
}

.hover\:-translate-x-35:hover{
  --tw-translate-x: -8.75rem;
}

.hover\:-translate-x-36:hover{
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-37:hover{
  --tw-translate-x: -9.125rem;
}

.hover\:-translate-x-38:hover{
  --tw-translate-x: -9.5rem;
}

.hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-41:hover{
  --tw-translate-x: -10.5rem;
}

.hover\:-translate-x-42:hover{
  --tw-translate-x: -10.625rem;
}

.hover\:-translate-x-44:hover{
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-45:hover{
  --tw-translate-x: -11.25rem;
}

.hover\:-translate-x-48:hover{
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-49:hover{
  --tw-translate-x: -12.5rem;
}

.hover\:-translate-x-52:hover{
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-57:hover{
  --tw-translate-x: -14.375rem;
}

.hover\:-translate-x-60:hover{
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover{
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover{
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-82:hover{
  --tw-translate-x: -22rem;
}

.hover\:-translate-x-83:hover{
  --tw-translate-x: -23.8125rem;
}

.hover\:-translate-x-96:hover{
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-px:hover{
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover{
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover{
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover{
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover{
  --tw-translate-x: -0.875rem;
}

.hover\:-translate-x-4\.5:hover{
  --tw-translate-x: -1.125rem;
}

.hover\:-translate-x-5\.5:hover{
  --tw-translate-x: -1.375rem;
}

.hover\:-translate-x-6\.5:hover{
  --tw-translate-x: -1.625rem;
}

.hover\:-translate-x-7\.5:hover{
  --tw-translate-x: -1.875rem;
}

.hover\:-translate-x-8\.5:hover{
  --tw-translate-x: -2.125rem;
}

.hover\:-translate-x-9\.5:hover{
  --tw-translate-x: -2.375rem;
}

.hover\:-translate-x-10\.5:hover{
  --tw-translate-x: -2.625rem;
}

.hover\:-translate-x-11\.5:hover{
  --tw-translate-x: -2.875rem;
}

.hover\:-translate-x-12\.5:hover{
  --tw-translate-x: -3.125rem;
}

.hover\:-translate-x-13\.5:hover{
  --tw-translate-x: -3.25rem;
}

.hover\:-translate-x-15\.5:hover{
  --tw-translate-x: -3.8rem;
}

.hover\:-translate-x-16\.5:hover{
  --tw-translate-x: -4.125rem;
}

.hover\:-translate-x-17\.5:hover{
  --tw-translate-x: -4.25rem;
}

.hover\:-translate-x-18\.5:hover{
  --tw-translate-x: -4.625rem;
}

.hover\:-translate-x-20\.5:hover{
  --tw-translate-x: -5.25rem;
}

.hover\:-translate-x-21\.5:hover{
  --tw-translate-x: -5.75rem;
}

.hover\:-translate-x-22\.5:hover{
  --tw-translate-x: -5.875rem;
}

.hover\:-translate-x-24\.5:hover{
  --tw-translate-x: -6.8125rem;
}

.hover\:-translate-x-28\.5:hover{
  --tw-translate-x: -7.375rem;
}

.hover\:-translate-x-29\.5:hover{
  --tw-translate-x: -7.75rem;
}

.hover\:-translate-x-32\.5:hover{
  --tw-translate-x: -8.125rem;
}

.hover\:-translate-x-33\.5:hover{
  --tw-translate-x: -8.8125rem;
}

.hover\:-translate-x-42\.5:hover{
  --tw-translate-x: -10.875rem;
}

.hover\:-translate-x-49\.5:hover{
  --tw-translate-x: -12.75rem;
}

.hover\:-translate-x-72\.5:hover{
  --tw-translate-x: -18.25rem;
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover{
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover{
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover{
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 3rem;
}

.hover\:translate-y-13:hover{
  --tw-translate-y: 3.375rem;
}

.hover\:translate-y-14:hover{
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-15:hover{
  --tw-translate-y: 3.75rem;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 4rem;
}

.hover\:translate-y-17:hover{
  --tw-translate-y: 4.375rem;
}

.hover\:translate-y-18:hover{
  --tw-translate-y: 4.5rem;
}

.hover\:translate-y-19:hover{
  --tw-translate-y: 4.75rem;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 5rem;
}

.hover\:translate-y-21:hover{
  --tw-translate-y: 5.5rem;
}

.hover\:translate-y-22:hover{
  --tw-translate-y: 5.625rem;
}

.hover\:translate-y-23:hover{
  --tw-translate-y: 6.125rem;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 6rem;
}

.hover\:translate-y-25:hover{
  --tw-translate-y: 6.5rem;
}

.hover\:translate-y-26:hover{
  --tw-translate-y: 6.75rem;
}

.hover\:translate-y-27:hover{
  --tw-translate-y: 6.25rem;
}

.hover\:translate-y-28:hover{
  --tw-translate-y: 7rem;
}

.hover\:translate-y-29:hover{
  --tw-translate-y: 7.5rem;
}

.hover\:translate-y-32:hover{
  --tw-translate-y: 8rem;
}

.hover\:translate-y-34:hover{
  --tw-translate-y: 8.5rem;
}

.hover\:translate-y-35:hover{
  --tw-translate-y: 8.75rem;
}

.hover\:translate-y-36:hover{
  --tw-translate-y: 9rem;
}

.hover\:translate-y-37:hover{
  --tw-translate-y: 9.125rem;
}

.hover\:translate-y-38:hover{
  --tw-translate-y: 9.5rem;
}

.hover\:translate-y-40:hover{
  --tw-translate-y: 10rem;
}

.hover\:translate-y-41:hover{
  --tw-translate-y: 10.5rem;
}

.hover\:translate-y-42:hover{
  --tw-translate-y: 10.625rem;
}

.hover\:translate-y-44:hover{
  --tw-translate-y: 11rem;
}

.hover\:translate-y-45:hover{
  --tw-translate-y: 11.25rem;
}

.hover\:translate-y-48:hover{
  --tw-translate-y: 12rem;
}

.hover\:translate-y-49:hover{
  --tw-translate-y: 12.5rem;
}

.hover\:translate-y-52:hover{
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover{
  --tw-translate-y: 14rem;
}

.hover\:translate-y-57:hover{
  --tw-translate-y: 14.375rem;
}

.hover\:translate-y-60:hover{
  --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover{
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover{
  --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover{
  --tw-translate-y: 20rem;
}

.hover\:translate-y-82:hover{
  --tw-translate-y: 22rem;
}

.hover\:translate-y-83:hover{
  --tw-translate-y: 23.8125rem;
}

.hover\:translate-y-96:hover{
  --tw-translate-y: 24rem;
}

.hover\:translate-y-px:hover{
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover{
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover{
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover{
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover{
  --tw-translate-y: 0.875rem;
}

.hover\:translate-y-4\.5:hover{
  --tw-translate-y: 1.125rem;
}

.hover\:translate-y-5\.5:hover{
  --tw-translate-y: 1.375rem;
}

.hover\:translate-y-6\.5:hover{
  --tw-translate-y: 1.625rem;
}

.hover\:translate-y-7\.5:hover{
  --tw-translate-y: 1.875rem;
}

.hover\:translate-y-8\.5:hover{
  --tw-translate-y: 2.125rem;
}

.hover\:translate-y-9\.5:hover{
  --tw-translate-y: 2.375rem;
}

.hover\:translate-y-10\.5:hover{
  --tw-translate-y: 2.625rem;
}

.hover\:translate-y-11\.5:hover{
  --tw-translate-y: 2.875rem;
}

.hover\:translate-y-12\.5:hover{
  --tw-translate-y: 3.125rem;
}

.hover\:translate-y-13\.5:hover{
  --tw-translate-y: 3.25rem;
}

.hover\:translate-y-15\.5:hover{
  --tw-translate-y: 3.8rem;
}

.hover\:translate-y-16\.5:hover{
  --tw-translate-y: 4.125rem;
}

.hover\:translate-y-17\.5:hover{
  --tw-translate-y: 4.25rem;
}

.hover\:translate-y-18\.5:hover{
  --tw-translate-y: 4.625rem;
}

.hover\:translate-y-20\.5:hover{
  --tw-translate-y: 5.25rem;
}

.hover\:translate-y-21\.5:hover{
  --tw-translate-y: 5.75rem;
}

.hover\:translate-y-22\.5:hover{
  --tw-translate-y: 5.875rem;
}

.hover\:translate-y-24\.5:hover{
  --tw-translate-y: 6.8125rem;
}

.hover\:translate-y-28\.5:hover{
  --tw-translate-y: 7.375rem;
}

.hover\:translate-y-29\.5:hover{
  --tw-translate-y: 7.75rem;
}

.hover\:translate-y-32\.5:hover{
  --tw-translate-y: 8.125rem;
}

.hover\:translate-y-33\.5:hover{
  --tw-translate-y: 8.8125rem;
}

.hover\:translate-y-42\.5:hover{
  --tw-translate-y: 10.875rem;
}

.hover\:translate-y-49\.5:hover{
  --tw-translate-y: 12.75rem;
}

.hover\:translate-y-72\.5:hover{
  --tw-translate-y: 18.25rem;
}

.hover\:-translate-y-0:hover{
  --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover{
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover{
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover{
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-13:hover{
  --tw-translate-y: -3.375rem;
}

.hover\:-translate-y-14:hover{
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-15:hover{
  --tw-translate-y: -3.75rem;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-17:hover{
  --tw-translate-y: -4.375rem;
}

.hover\:-translate-y-18:hover{
  --tw-translate-y: -4.5rem;
}

.hover\:-translate-y-19:hover{
  --tw-translate-y: -4.75rem;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-21:hover{
  --tw-translate-y: -5.5rem;
}

.hover\:-translate-y-22:hover{
  --tw-translate-y: -5.625rem;
}

.hover\:-translate-y-23:hover{
  --tw-translate-y: -6.125rem;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-25:hover{
  --tw-translate-y: -6.5rem;
}

.hover\:-translate-y-26:hover{
  --tw-translate-y: -6.75rem;
}

.hover\:-translate-y-27:hover{
  --tw-translate-y: -6.25rem;
}

.hover\:-translate-y-28:hover{
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-29:hover{
  --tw-translate-y: -7.5rem;
}

.hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-34:hover{
  --tw-translate-y: -8.5rem;
}

.hover\:-translate-y-35:hover{
  --tw-translate-y: -8.75rem;
}

.hover\:-translate-y-36:hover{
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-37:hover{
  --tw-translate-y: -9.125rem;
}

.hover\:-translate-y-38:hover{
  --tw-translate-y: -9.5rem;
}

.hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-41:hover{
  --tw-translate-y: -10.5rem;
}

.hover\:-translate-y-42:hover{
  --tw-translate-y: -10.625rem;
}

.hover\:-translate-y-44:hover{
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-45:hover{
  --tw-translate-y: -11.25rem;
}

.hover\:-translate-y-48:hover{
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-49:hover{
  --tw-translate-y: -12.5rem;
}

.hover\:-translate-y-52:hover{
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-57:hover{
  --tw-translate-y: -14.375rem;
}

.hover\:-translate-y-60:hover{
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover{
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover{
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-82:hover{
  --tw-translate-y: -22rem;
}

.hover\:-translate-y-83:hover{
  --tw-translate-y: -23.8125rem;
}

.hover\:-translate-y-96:hover{
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover{
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover{
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover{
  --tw-translate-y: -0.875rem;
}

.hover\:-translate-y-4\.5:hover{
  --tw-translate-y: -1.125rem;
}

.hover\:-translate-y-5\.5:hover{
  --tw-translate-y: -1.375rem;
}

.hover\:-translate-y-6\.5:hover{
  --tw-translate-y: -1.625rem;
}

.hover\:-translate-y-7\.5:hover{
  --tw-translate-y: -1.875rem;
}

.hover\:-translate-y-8\.5:hover{
  --tw-translate-y: -2.125rem;
}

.hover\:-translate-y-9\.5:hover{
  --tw-translate-y: -2.375rem;
}

.hover\:-translate-y-10\.5:hover{
  --tw-translate-y: -2.625rem;
}

.hover\:-translate-y-11\.5:hover{
  --tw-translate-y: -2.875rem;
}

.hover\:-translate-y-12\.5:hover{
  --tw-translate-y: -3.125rem;
}

.hover\:-translate-y-13\.5:hover{
  --tw-translate-y: -3.25rem;
}

.hover\:-translate-y-15\.5:hover{
  --tw-translate-y: -3.8rem;
}

.hover\:-translate-y-16\.5:hover{
  --tw-translate-y: -4.125rem;
}

.hover\:-translate-y-17\.5:hover{
  --tw-translate-y: -4.25rem;
}

.hover\:-translate-y-18\.5:hover{
  --tw-translate-y: -4.625rem;
}

.hover\:-translate-y-20\.5:hover{
  --tw-translate-y: -5.25rem;
}

.hover\:-translate-y-21\.5:hover{
  --tw-translate-y: -5.75rem;
}

.hover\:-translate-y-22\.5:hover{
  --tw-translate-y: -5.875rem;
}

.hover\:-translate-y-24\.5:hover{
  --tw-translate-y: -6.8125rem;
}

.hover\:-translate-y-28\.5:hover{
  --tw-translate-y: -7.375rem;
}

.hover\:-translate-y-29\.5:hover{
  --tw-translate-y: -7.75rem;
}

.hover\:-translate-y-32\.5:hover{
  --tw-translate-y: -8.125rem;
}

.hover\:-translate-y-33\.5:hover{
  --tw-translate-y: -8.8125rem;
}

.hover\:-translate-y-42\.5:hover{
  --tw-translate-y: -10.875rem;
}

.hover\:-translate-y-49\.5:hover{
  --tw-translate-y: -12.75rem;
}

.hover\:-translate-y-72\.5:hover{
  --tw-translate-y: -18.25rem;
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus{
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus{
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus{
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 3rem;
}

.focus\:translate-x-13:focus{
  --tw-translate-x: 3.375rem;
}

.focus\:translate-x-14:focus{
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-15:focus{
  --tw-translate-x: 3.75rem;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 4rem;
}

.focus\:translate-x-17:focus{
  --tw-translate-x: 4.375rem;
}

.focus\:translate-x-18:focus{
  --tw-translate-x: 4.5rem;
}

.focus\:translate-x-19:focus{
  --tw-translate-x: 4.75rem;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 5rem;
}

.focus\:translate-x-21:focus{
  --tw-translate-x: 5.5rem;
}

.focus\:translate-x-22:focus{
  --tw-translate-x: 5.625rem;
}

.focus\:translate-x-23:focus{
  --tw-translate-x: 6.125rem;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 6rem;
}

.focus\:translate-x-25:focus{
  --tw-translate-x: 6.5rem;
}

.focus\:translate-x-26:focus{
  --tw-translate-x: 6.75rem;
}

.focus\:translate-x-27:focus{
  --tw-translate-x: 6.25rem;
}

.focus\:translate-x-28:focus{
  --tw-translate-x: 7rem;
}

.focus\:translate-x-29:focus{
  --tw-translate-x: 7.5rem;
}

.focus\:translate-x-32:focus{
  --tw-translate-x: 8rem;
}

.focus\:translate-x-34:focus{
  --tw-translate-x: 8.5rem;
}

.focus\:translate-x-35:focus{
  --tw-translate-x: 8.75rem;
}

.focus\:translate-x-36:focus{
  --tw-translate-x: 9rem;
}

.focus\:translate-x-37:focus{
  --tw-translate-x: 9.125rem;
}

.focus\:translate-x-38:focus{
  --tw-translate-x: 9.5rem;
}

.focus\:translate-x-40:focus{
  --tw-translate-x: 10rem;
}

.focus\:translate-x-41:focus{
  --tw-translate-x: 10.5rem;
}

.focus\:translate-x-42:focus{
  --tw-translate-x: 10.625rem;
}

.focus\:translate-x-44:focus{
  --tw-translate-x: 11rem;
}

.focus\:translate-x-45:focus{
  --tw-translate-x: 11.25rem;
}

.focus\:translate-x-48:focus{
  --tw-translate-x: 12rem;
}

.focus\:translate-x-49:focus{
  --tw-translate-x: 12.5rem;
}

.focus\:translate-x-52:focus{
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus{
  --tw-translate-x: 14rem;
}

.focus\:translate-x-57:focus{
  --tw-translate-x: 14.375rem;
}

.focus\:translate-x-60:focus{
  --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus{
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus{
  --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus{
  --tw-translate-x: 20rem;
}

.focus\:translate-x-82:focus{
  --tw-translate-x: 22rem;
}

.focus\:translate-x-83:focus{
  --tw-translate-x: 23.8125rem;
}

.focus\:translate-x-96:focus{
  --tw-translate-x: 24rem;
}

.focus\:translate-x-px:focus{
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus{
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus{
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus{
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus{
  --tw-translate-x: 0.875rem;
}

.focus\:translate-x-4\.5:focus{
  --tw-translate-x: 1.125rem;
}

.focus\:translate-x-5\.5:focus{
  --tw-translate-x: 1.375rem;
}

.focus\:translate-x-6\.5:focus{
  --tw-translate-x: 1.625rem;
}

.focus\:translate-x-7\.5:focus{
  --tw-translate-x: 1.875rem;
}

.focus\:translate-x-8\.5:focus{
  --tw-translate-x: 2.125rem;
}

.focus\:translate-x-9\.5:focus{
  --tw-translate-x: 2.375rem;
}

.focus\:translate-x-10\.5:focus{
  --tw-translate-x: 2.625rem;
}

.focus\:translate-x-11\.5:focus{
  --tw-translate-x: 2.875rem;
}

.focus\:translate-x-12\.5:focus{
  --tw-translate-x: 3.125rem;
}

.focus\:translate-x-13\.5:focus{
  --tw-translate-x: 3.25rem;
}

.focus\:translate-x-15\.5:focus{
  --tw-translate-x: 3.8rem;
}

.focus\:translate-x-16\.5:focus{
  --tw-translate-x: 4.125rem;
}

.focus\:translate-x-17\.5:focus{
  --tw-translate-x: 4.25rem;
}

.focus\:translate-x-18\.5:focus{
  --tw-translate-x: 4.625rem;
}

.focus\:translate-x-20\.5:focus{
  --tw-translate-x: 5.25rem;
}

.focus\:translate-x-21\.5:focus{
  --tw-translate-x: 5.75rem;
}

.focus\:translate-x-22\.5:focus{
  --tw-translate-x: 5.875rem;
}

.focus\:translate-x-24\.5:focus{
  --tw-translate-x: 6.8125rem;
}

.focus\:translate-x-28\.5:focus{
  --tw-translate-x: 7.375rem;
}

.focus\:translate-x-29\.5:focus{
  --tw-translate-x: 7.75rem;
}

.focus\:translate-x-32\.5:focus{
  --tw-translate-x: 8.125rem;
}

.focus\:translate-x-33\.5:focus{
  --tw-translate-x: 8.8125rem;
}

.focus\:translate-x-42\.5:focus{
  --tw-translate-x: 10.875rem;
}

.focus\:translate-x-49\.5:focus{
  --tw-translate-x: 12.75rem;
}

.focus\:translate-x-72\.5:focus{
  --tw-translate-x: 18.25rem;
}

.focus\:-translate-x-0:focus{
  --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus{
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus{
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus{
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-13:focus{
  --tw-translate-x: -3.375rem;
}

.focus\:-translate-x-14:focus{
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-15:focus{
  --tw-translate-x: -3.75rem;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-17:focus{
  --tw-translate-x: -4.375rem;
}

.focus\:-translate-x-18:focus{
  --tw-translate-x: -4.5rem;
}

.focus\:-translate-x-19:focus{
  --tw-translate-x: -4.75rem;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-21:focus{
  --tw-translate-x: -5.5rem;
}

.focus\:-translate-x-22:focus{
  --tw-translate-x: -5.625rem;
}

.focus\:-translate-x-23:focus{
  --tw-translate-x: -6.125rem;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-25:focus{
  --tw-translate-x: -6.5rem;
}

.focus\:-translate-x-26:focus{
  --tw-translate-x: -6.75rem;
}

.focus\:-translate-x-27:focus{
  --tw-translate-x: -6.25rem;
}

.focus\:-translate-x-28:focus{
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-29:focus{
  --tw-translate-x: -7.5rem;
}

.focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-34:focus{
  --tw-translate-x: -8.5rem;
}

.focus\:-translate-x-35:focus{
  --tw-translate-x: -8.75rem;
}

.focus\:-translate-x-36:focus{
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-37:focus{
  --tw-translate-x: -9.125rem;
}

.focus\:-translate-x-38:focus{
  --tw-translate-x: -9.5rem;
}

.focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-41:focus{
  --tw-translate-x: -10.5rem;
}

.focus\:-translate-x-42:focus{
  --tw-translate-x: -10.625rem;
}

.focus\:-translate-x-44:focus{
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-45:focus{
  --tw-translate-x: -11.25rem;
}

.focus\:-translate-x-48:focus{
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-49:focus{
  --tw-translate-x: -12.5rem;
}

.focus\:-translate-x-52:focus{
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-57:focus{
  --tw-translate-x: -14.375rem;
}

.focus\:-translate-x-60:focus{
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus{
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus{
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-82:focus{
  --tw-translate-x: -22rem;
}

.focus\:-translate-x-83:focus{
  --tw-translate-x: -23.8125rem;
}

.focus\:-translate-x-96:focus{
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-px:focus{
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus{
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus{
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus{
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus{
  --tw-translate-x: -0.875rem;
}

.focus\:-translate-x-4\.5:focus{
  --tw-translate-x: -1.125rem;
}

.focus\:-translate-x-5\.5:focus{
  --tw-translate-x: -1.375rem;
}

.focus\:-translate-x-6\.5:focus{
  --tw-translate-x: -1.625rem;
}

.focus\:-translate-x-7\.5:focus{
  --tw-translate-x: -1.875rem;
}

.focus\:-translate-x-8\.5:focus{
  --tw-translate-x: -2.125rem;
}

.focus\:-translate-x-9\.5:focus{
  --tw-translate-x: -2.375rem;
}

.focus\:-translate-x-10\.5:focus{
  --tw-translate-x: -2.625rem;
}

.focus\:-translate-x-11\.5:focus{
  --tw-translate-x: -2.875rem;
}

.focus\:-translate-x-12\.5:focus{
  --tw-translate-x: -3.125rem;
}

.focus\:-translate-x-13\.5:focus{
  --tw-translate-x: -3.25rem;
}

.focus\:-translate-x-15\.5:focus{
  --tw-translate-x: -3.8rem;
}

.focus\:-translate-x-16\.5:focus{
  --tw-translate-x: -4.125rem;
}

.focus\:-translate-x-17\.5:focus{
  --tw-translate-x: -4.25rem;
}

.focus\:-translate-x-18\.5:focus{
  --tw-translate-x: -4.625rem;
}

.focus\:-translate-x-20\.5:focus{
  --tw-translate-x: -5.25rem;
}

.focus\:-translate-x-21\.5:focus{
  --tw-translate-x: -5.75rem;
}

.focus\:-translate-x-22\.5:focus{
  --tw-translate-x: -5.875rem;
}

.focus\:-translate-x-24\.5:focus{
  --tw-translate-x: -6.8125rem;
}

.focus\:-translate-x-28\.5:focus{
  --tw-translate-x: -7.375rem;
}

.focus\:-translate-x-29\.5:focus{
  --tw-translate-x: -7.75rem;
}

.focus\:-translate-x-32\.5:focus{
  --tw-translate-x: -8.125rem;
}

.focus\:-translate-x-33\.5:focus{
  --tw-translate-x: -8.8125rem;
}

.focus\:-translate-x-42\.5:focus{
  --tw-translate-x: -10.875rem;
}

.focus\:-translate-x-49\.5:focus{
  --tw-translate-x: -12.75rem;
}

.focus\:-translate-x-72\.5:focus{
  --tw-translate-x: -18.25rem;
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus{
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus{
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus{
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 3rem;
}

.focus\:translate-y-13:focus{
  --tw-translate-y: 3.375rem;
}

.focus\:translate-y-14:focus{
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-15:focus{
  --tw-translate-y: 3.75rem;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 4rem;
}

.focus\:translate-y-17:focus{
  --tw-translate-y: 4.375rem;
}

.focus\:translate-y-18:focus{
  --tw-translate-y: 4.5rem;
}

.focus\:translate-y-19:focus{
  --tw-translate-y: 4.75rem;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 5rem;
}

.focus\:translate-y-21:focus{
  --tw-translate-y: 5.5rem;
}

.focus\:translate-y-22:focus{
  --tw-translate-y: 5.625rem;
}

.focus\:translate-y-23:focus{
  --tw-translate-y: 6.125rem;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 6rem;
}

.focus\:translate-y-25:focus{
  --tw-translate-y: 6.5rem;
}

.focus\:translate-y-26:focus{
  --tw-translate-y: 6.75rem;
}

.focus\:translate-y-27:focus{
  --tw-translate-y: 6.25rem;
}

.focus\:translate-y-28:focus{
  --tw-translate-y: 7rem;
}

.focus\:translate-y-29:focus{
  --tw-translate-y: 7.5rem;
}

.focus\:translate-y-32:focus{
  --tw-translate-y: 8rem;
}

.focus\:translate-y-34:focus{
  --tw-translate-y: 8.5rem;
}

.focus\:translate-y-35:focus{
  --tw-translate-y: 8.75rem;
}

.focus\:translate-y-36:focus{
  --tw-translate-y: 9rem;
}

.focus\:translate-y-37:focus{
  --tw-translate-y: 9.125rem;
}

.focus\:translate-y-38:focus{
  --tw-translate-y: 9.5rem;
}

.focus\:translate-y-40:focus{
  --tw-translate-y: 10rem;
}

.focus\:translate-y-41:focus{
  --tw-translate-y: 10.5rem;
}

.focus\:translate-y-42:focus{
  --tw-translate-y: 10.625rem;
}

.focus\:translate-y-44:focus{
  --tw-translate-y: 11rem;
}

.focus\:translate-y-45:focus{
  --tw-translate-y: 11.25rem;
}

.focus\:translate-y-48:focus{
  --tw-translate-y: 12rem;
}

.focus\:translate-y-49:focus{
  --tw-translate-y: 12.5rem;
}

.focus\:translate-y-52:focus{
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus{
  --tw-translate-y: 14rem;
}

.focus\:translate-y-57:focus{
  --tw-translate-y: 14.375rem;
}

.focus\:translate-y-60:focus{
  --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus{
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus{
  --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus{
  --tw-translate-y: 20rem;
}

.focus\:translate-y-82:focus{
  --tw-translate-y: 22rem;
}

.focus\:translate-y-83:focus{
  --tw-translate-y: 23.8125rem;
}

.focus\:translate-y-96:focus{
  --tw-translate-y: 24rem;
}

.focus\:translate-y-px:focus{
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus{
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus{
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus{
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus{
  --tw-translate-y: 0.875rem;
}

.focus\:translate-y-4\.5:focus{
  --tw-translate-y: 1.125rem;
}

.focus\:translate-y-5\.5:focus{
  --tw-translate-y: 1.375rem;
}

.focus\:translate-y-6\.5:focus{
  --tw-translate-y: 1.625rem;
}

.focus\:translate-y-7\.5:focus{
  --tw-translate-y: 1.875rem;
}

.focus\:translate-y-8\.5:focus{
  --tw-translate-y: 2.125rem;
}

.focus\:translate-y-9\.5:focus{
  --tw-translate-y: 2.375rem;
}

.focus\:translate-y-10\.5:focus{
  --tw-translate-y: 2.625rem;
}

.focus\:translate-y-11\.5:focus{
  --tw-translate-y: 2.875rem;
}

.focus\:translate-y-12\.5:focus{
  --tw-translate-y: 3.125rem;
}

.focus\:translate-y-13\.5:focus{
  --tw-translate-y: 3.25rem;
}

.focus\:translate-y-15\.5:focus{
  --tw-translate-y: 3.8rem;
}

.focus\:translate-y-16\.5:focus{
  --tw-translate-y: 4.125rem;
}

.focus\:translate-y-17\.5:focus{
  --tw-translate-y: 4.25rem;
}

.focus\:translate-y-18\.5:focus{
  --tw-translate-y: 4.625rem;
}

.focus\:translate-y-20\.5:focus{
  --tw-translate-y: 5.25rem;
}

.focus\:translate-y-21\.5:focus{
  --tw-translate-y: 5.75rem;
}

.focus\:translate-y-22\.5:focus{
  --tw-translate-y: 5.875rem;
}

.focus\:translate-y-24\.5:focus{
  --tw-translate-y: 6.8125rem;
}

.focus\:translate-y-28\.5:focus{
  --tw-translate-y: 7.375rem;
}

.focus\:translate-y-29\.5:focus{
  --tw-translate-y: 7.75rem;
}

.focus\:translate-y-32\.5:focus{
  --tw-translate-y: 8.125rem;
}

.focus\:translate-y-33\.5:focus{
  --tw-translate-y: 8.8125rem;
}

.focus\:translate-y-42\.5:focus{
  --tw-translate-y: 10.875rem;
}

.focus\:translate-y-49\.5:focus{
  --tw-translate-y: 12.75rem;
}

.focus\:translate-y-72\.5:focus{
  --tw-translate-y: 18.25rem;
}

.focus\:-translate-y-0:focus{
  --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus{
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus{
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus{
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-13:focus{
  --tw-translate-y: -3.375rem;
}

.focus\:-translate-y-14:focus{
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-15:focus{
  --tw-translate-y: -3.75rem;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-17:focus{
  --tw-translate-y: -4.375rem;
}

.focus\:-translate-y-18:focus{
  --tw-translate-y: -4.5rem;
}

.focus\:-translate-y-19:focus{
  --tw-translate-y: -4.75rem;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-21:focus{
  --tw-translate-y: -5.5rem;
}

.focus\:-translate-y-22:focus{
  --tw-translate-y: -5.625rem;
}

.focus\:-translate-y-23:focus{
  --tw-translate-y: -6.125rem;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-25:focus{
  --tw-translate-y: -6.5rem;
}

.focus\:-translate-y-26:focus{
  --tw-translate-y: -6.75rem;
}

.focus\:-translate-y-27:focus{
  --tw-translate-y: -6.25rem;
}

.focus\:-translate-y-28:focus{
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-29:focus{
  --tw-translate-y: -7.5rem;
}

.focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-34:focus{
  --tw-translate-y: -8.5rem;
}

.focus\:-translate-y-35:focus{
  --tw-translate-y: -8.75rem;
}

.focus\:-translate-y-36:focus{
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-37:focus{
  --tw-translate-y: -9.125rem;
}

.focus\:-translate-y-38:focus{
  --tw-translate-y: -9.5rem;
}

.focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-41:focus{
  --tw-translate-y: -10.5rem;
}

.focus\:-translate-y-42:focus{
  --tw-translate-y: -10.625rem;
}

.focus\:-translate-y-44:focus{
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-45:focus{
  --tw-translate-y: -11.25rem;
}

.focus\:-translate-y-48:focus{
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-49:focus{
  --tw-translate-y: -12.5rem;
}

.focus\:-translate-y-52:focus{
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-57:focus{
  --tw-translate-y: -14.375rem;
}

.focus\:-translate-y-60:focus{
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus{
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus{
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-82:focus{
  --tw-translate-y: -22rem;
}

.focus\:-translate-y-83:focus{
  --tw-translate-y: -23.8125rem;
}

.focus\:-translate-y-96:focus{
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-px:focus{
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus{
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus{
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus{
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus{
  --tw-translate-y: -0.875rem;
}

.focus\:-translate-y-4\.5:focus{
  --tw-translate-y: -1.125rem;
}

.focus\:-translate-y-5\.5:focus{
  --tw-translate-y: -1.375rem;
}

.focus\:-translate-y-6\.5:focus{
  --tw-translate-y: -1.625rem;
}

.focus\:-translate-y-7\.5:focus{
  --tw-translate-y: -1.875rem;
}

.focus\:-translate-y-8\.5:focus{
  --tw-translate-y: -2.125rem;
}

.focus\:-translate-y-9\.5:focus{
  --tw-translate-y: -2.375rem;
}

.focus\:-translate-y-10\.5:focus{
  --tw-translate-y: -2.625rem;
}

.focus\:-translate-y-11\.5:focus{
  --tw-translate-y: -2.875rem;
}

.focus\:-translate-y-12\.5:focus{
  --tw-translate-y: -3.125rem;
}

.focus\:-translate-y-13\.5:focus{
  --tw-translate-y: -3.25rem;
}

.focus\:-translate-y-15\.5:focus{
  --tw-translate-y: -3.8rem;
}

.focus\:-translate-y-16\.5:focus{
  --tw-translate-y: -4.125rem;
}

.focus\:-translate-y-17\.5:focus{
  --tw-translate-y: -4.25rem;
}

.focus\:-translate-y-18\.5:focus{
  --tw-translate-y: -4.625rem;
}

.focus\:-translate-y-20\.5:focus{
  --tw-translate-y: -5.25rem;
}

.focus\:-translate-y-21\.5:focus{
  --tw-translate-y: -5.75rem;
}

.focus\:-translate-y-22\.5:focus{
  --tw-translate-y: -5.875rem;
}

.focus\:-translate-y-24\.5:focus{
  --tw-translate-y: -6.8125rem;
}

.focus\:-translate-y-28\.5:focus{
  --tw-translate-y: -7.375rem;
}

.focus\:-translate-y-29\.5:focus{
  --tw-translate-y: -7.75rem;
}

.focus\:-translate-y-32\.5:focus{
  --tw-translate-y: -8.125rem;
}

.focus\:-translate-y-33\.5:focus{
  --tw-translate-y: -8.8125rem;
}

.focus\:-translate-y-42\.5:focus{
  --tw-translate-y: -10.875rem;
}

.focus\:-translate-y-49\.5:focus{
  --tw-translate-y: -12.75rem;
}

.focus\:-translate-y-72\.5:focus{
  --tw-translate-y: -18.25rem;
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

.skew-x-0{
  --tw-skew-x: 0deg;
}

.skew-x-1{
  --tw-skew-x: 1deg;
}

.skew-x-2{
  --tw-skew-x: 2deg;
}

.skew-x-3{
  --tw-skew-x: 3deg;
}

.skew-x-6{
  --tw-skew-x: 6deg;
}

.skew-x-12{
  --tw-skew-x: 12deg;
}

.-skew-x-12{
  --tw-skew-x: -12deg;
}

.-skew-x-6{
  --tw-skew-x: -6deg;
}

.-skew-x-3{
  --tw-skew-x: -3deg;
}

.-skew-x-2{
  --tw-skew-x: -2deg;
}

.-skew-x-1{
  --tw-skew-x: -1deg;
}

.skew-y-0{
  --tw-skew-y: 0deg;
}

.skew-y-1{
  --tw-skew-y: 1deg;
}

.skew-y-2{
  --tw-skew-y: 2deg;
}

.skew-y-3{
  --tw-skew-y: 3deg;
}

.skew-y-6{
  --tw-skew-y: 6deg;
}

.skew-y-12{
  --tw-skew-y: 12deg;
}

.-skew-y-12{
  --tw-skew-y: -12deg;
}

.-skew-y-6{
  --tw-skew-y: -6deg;
}

.-skew-y-3{
  --tw-skew-y: -3deg;
}

.-skew-y-2{
  --tw-skew-y: -2deg;
}

.-skew-y-1{
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover{
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover{
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover{
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover{
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover{
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover{
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover{
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover{
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover{
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover{
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover{
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover{
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus{
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus{
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus{
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus{
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus{
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus{
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus{
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus{
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus{
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus{
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus{
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus{
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg;
}

.transition-none{
  transition-property: none;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75{
  transition-duration: 75ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.delay-75{
  transition-delay: 75ms;
}

.delay-100{
  transition-delay: 100ms;
}

.delay-150{
  transition-delay: 150ms;
}

.delay-200{
  transition-delay: 200ms;
}

.delay-300{
  transition-delay: 300ms;
}

.delay-500{
  transition-delay: 500ms;
}

.delay-700{
  transition-delay: 700ms;
}

.delay-1000{
  transition-delay: 1000ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes 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 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);
  }
}

.animate-none{
  -webkit-animation: none;
          animation: none;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

@font-face {
  font-family: "icomoon";

  src: url("fonts/icomoon.eot?76e0e4");

  src: url("fonts/icomoon.eot?76e0e4#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?76e0e4") format("truetype"), url("fonts/icomoon.woff?76e0e4") format("woff"), url("fonts/icomoon.svg?76e0e4#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-menu:before {
  content: "";
}

.icon-iconsArrow-right:before {
  content: "";
}

.icon-iconsArrow-right1:before {
  content: "";
}

.icon-iconsArrow-up:before {
  content: "";
}

.icon-iconsArrow-down:before {
  content: "";
}

.icon-icons-close:before {
  content: "";
}

.icon-icon-arrow-down:before {
  content: "";
}

.icon-icon-arrow-up:before {
  content: "";
}

.icon-icon-arrow-left:before {
  content: "";
}

.icon-iconsFacebook:before {
  content: "";
}

.icon-iconsLogin:before {
  content: "";
}

.icon-iconsUser-pluss:before {
  content: "";
}

.icon-iconsLetter:before {
  content: "";
}

.icon-iconsUser:before {
  content: "";
}

.icon-icon-arrow-right:before {
  content: "";
}

.icon-calendary:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-Economia:before {
  content: "";
}

.icon-Sotenibilidad:before {
  content: "";
}

.icon-iconsLinke:before {
  content: "";
}

.icon-iconsTwe:before {
  content: "";
}

.icon-iconsInstangram:before {
  content: "";
}

.icon-iconsYoutube:before {
  content: "";
}

.icon-Justicia:before {
  content: "";
}

.icon-Emprendimiento:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eyeoff:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-illustrationPapel:before {
  content: "";
}

.icon-zoom:before {
  content: "";
}

.icon-iconHeading:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-discount:before {
  content: "";
}

.icon-bill:before {
  content: "";
}

.icon-empty:before {
  content: "";
}

.icon-play:before {
  content: "";
}

header {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  height: 5rem;
  position: fixed;
  top: 0px;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
  z-index: 50;
}

header > .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px){
  header > .container-fluid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  header > .container-fluid{
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1282px){
  header > .container-fluid{
    padding-right: 6.125rem;
    padding-left: 6.5rem;
  }
}

header > .container-fluid .btn-login-responsive {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  header > .container-fluid .btn-login-responsive{
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  header > .container-fluid .btn-login-responsive{
    display: none;
  }
}

header > .container-fluid .btn-login-responsive i {
  font-size: 20px;
  line-height: 28px;
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  header > .container-fluid .btn-login-responsive i{
    font-size: 22px;
    line-height: auto;
  }
}

header > .container-fluid .logo {
  display: block;
}

header > .container-fluid .logo img {
  height: 1.875rem;
  max-width: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  header > .container-fluid .logo img{
    height: 2.25rem;
  }
}

@media (min-width: 1200px){
  header > .container-fluid .logo img{
    height: 3rem;
    max-width: 8.75rem;
  }
}

header > .container-fluid .main-nav {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: block;
  align-items: center;
  height: 100%;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: fixed;
  right: 0px;
  top: 5rem;
  width: 100%;
}

@media (min-width: 768px){
  header > .container-fluid .main-nav{
    max-width: 20rem;
  }
}

@media (min-width: 992px){
  header > .container-fluid .main-nav{
    background-color: transparent;
    display: flex;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: static;
    top: 0px;
    width: 100%;
  }
}

header > .container-fluid .main-nav .menu-main-menu-container {
  height: 100%;
}

header > .container-fluid .main-nav .main-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

header > .container-fluid .main-nav .main-menu{
  display: block;
  align-items: center;
  height: 100%;
  padding-left: 0px;
}

@media (min-width: 992px){
  header > .container-fluid .main-nav .main-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  header > .container-fluid .main-nav .main-menu{
    display: flex;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px){
  header > .container-fluid .main-nav .main-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  header > .container-fluid .main-nav .main-menu{
    padding-left: 1.75rem;
  }
}

@media (min-width: 1282px){
  header > .container-fluid .main-nav .main-menu{
    padding-left: 3.5rem;
  }
}

header > .container-fluid .main-nav .main-menu li {
  cursor: pointer;
  display: block;
  height: auto;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  white-space: normal;
}

@media (min-width: 992px){
  header > .container-fluid .main-nav .main-menu li{
    display: flex;
    height: 100%;
    white-space: nowrap;
  }
}

header > .container-fluid .main-nav .main-menu li:hover:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li:hover a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li.active a {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li.active:after {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li.current_page_item a {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li.current_page_item:after {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li.items-arrow {
  display: block;
  align-items: center;
  width: 100%;
}

@media (min-width: 992px){
  header > .container-fluid .main-nav .main-menu li.items-arrow{
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

header > .container-fluid .main-nav .main-menu li.items-arrow a {
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li.items-arrow a:after {
  content: "";
  display: flex;
  align-items: center;
  font-size: 8px;
  line-height: auto;
  position: absolute;
  right: -0.875rem;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

header > .container-fluid .main-nav .main-menu li a {
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

header > .container-fluid .main-nav .main-menu li .sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: none;
  list-style-type: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  top: 0px;
  left: 0px;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 992px){
  header > .container-fluid .main-nav .main-menu li .sub-menu{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    position: absolute;
    top: 4rem;
    width: 335px;
  }
}

header > .container-fluid .main-nav .main-menu li .sub-menu:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  height: 0.375rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 992px){
  header > .container-fluid .main-nav .main-menu li .sub-menu:before{
    height: 0.5rem;
  }
}

header > .container-fluid .main-nav .main-menu li .sub-menu li a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li .sub-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li .sub-menu li a:after {
  content: "";
  display: none;
}

header > .container-fluid .main-nav .main-menu li .sub-menu li a i {
  font-size: 40px;
  line-height: 0px;
  margin-right: 0.75rem;
}

header > .container-fluid .main-nav .main-menu li .sub-menu li a .alt {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li:hover a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .main-nav .main-menu li:hover .sub-menu {
  display: block;
}

header > .container-fluid .content-login > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

header > .container-fluid .content-login{
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
  width: 100%;
}

@media (min-width: 992px){
  header > .container-fluid .content-login > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  header > .container-fluid .content-login{
    display: flex;
    padding-top: 0px;
  }
}

@media (min-width: 1200px){
  header > .container-fluid .content-login > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

header > .container-fluid .content-login .login-started {
  display: inline-flex;
  align-items: center;
}

header > .container-fluid .content-login .login-started img {
  border-radius: 9999px;
  height: 1.875rem;
  margin-right: 0.5rem;
  width: 1.875rem;
}

header > .container-fluid .content-login .login-started p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

header > .container-fluid .content-login .btn-login {
  display: none;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 992px){
  header > .container-fluid .content-login .btn-login{
    display: flex;
  }
}

header > .container-fluid .content-login .btn-login i {
  font-size: 22px;
  line-height: auto;
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .content-login .btn-user {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

header > .container-fluid .content-login .btn-user:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

header > .container-fluid .content-login .btn-user{
  border-radius: 25px;
  display: none;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: nowrap;
}

@media (min-width: 992px){
  header > .container-fluid .content-login .btn-user{
    display: inline-flex;
    font-size: 14px;
    line-height: 24px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1200px){
  header > .container-fluid .content-login .btn-user{
    font-size: 16px;
    line-height: 32px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

header > .container-fluid .content-login .btn-user i {
  font-size: 16px;
  line-height: auto;
  padding-left: 0.5rem;
}

header > .container-fluid .box-user-reponsive {
  display: flex;
  align-items: center;
}

@media (min-width: 992px){
  header > .container-fluid .box-user-reponsive{
    display: none;
  }
}

header > .container-fluid .box-user-reponsive .login-started-responsive {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
}

header > .container-fluid .box-user-reponsive .login-started-responsive img {
  border-radius: 9999px;
  height: 1.875rem;
  margin-right: 0.5rem;
  width: 1.875rem;
}

header > .container-fluid .box-user-reponsive .login-started-responsive p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

header > .container-fluid .box-user-reponsive .btn-user-responsive {
  display: inline-flex;
  font-size: 20px;
  line-height: 28px;
  margin-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

header > .container-fluid .box-user-reponsive .btn-user-responsive:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 48, 44, var(--tw-text-opacity));
}

@media (min-width: 992px){
  header > .container-fluid .box-user-reponsive .btn-user-responsive{
    display: none;
  }
}

header > .container-fluid .box-user-reponsive .btn-user-responsive i {
  font-size: 22px;
  line-height: auto;
  padding-left: 0.5rem;
}

header > .container-fluid .box-user-reponsive #buttonMenu {
  display: flex;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  visibility: visible;
}

@media (min-width: 768px){
  header > .container-fluid .box-user-reponsive #buttonMenu{
    font-size: 24px;
    line-height: 24px;
  }
}

@media (min-width: 992px){
  header > .container-fluid .box-user-reponsive #buttonMenu{
    display: none;
  }
}

@media (max-width: 991.98px) {
  .main-nav {
    transform: translate(100%, 0);
    transition: 0.3s;
  }

  .main-nav.open {
    overflow: auto;
    transform: translate(0%, 0);
  }
}

footer {
  width: 100%;
}

footer .content-sitemap {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  width: 100%;
}

@media (min-width: 768px){
  footer .content-sitemap{
    padding-top: 3.5rem;
    padding-bottom: 6.75rem;
  }
}

footer .content-sitemap > .container {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  footer .content-sitemap > .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  footer .content-sitemap > .container{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

footer .content-sitemap > .container .info-networks > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

footer .content-sitemap > .container .info-networks{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-right-width: 0px;
  border-bottom-width: 1px;
  display: block;
  height: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px){
  footer .content-sitemap > .container .info-networks > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  footer .content-sitemap > .container .info-networks{
    border-bottom-width: 0px;
    border-right-width: 1px;
    padding-bottom: 0px;
  }
}

footer .content-sitemap > .container .info-networks figure {
  display: inline-block;
}

footer .content-sitemap > .container .info-networks figure img {
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  footer .content-sitemap > .container .info-networks figure img{
    height: 5rem;
  }
}

@media (min-width: 1200px){
  footer .content-sitemap > .container .info-networks figure img{
    height: 5.5rem;
  }
}

footer .content-sitemap > .container .info-networks address {
  display: block;
}

footer .content-sitemap > .container .info-networks address p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(112, 111, 111, var(--tw-text-opacity));
  font-style: normal;
}

@media (min-width: 768px){
  footer .content-sitemap > .container .info-networks address p{
    font-size: 16px;
    line-height: 28px;
  }
}

footer .content-sitemap > .container .info-networks address p strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(97, 96, 96, var(--tw-text-opacity));
}

footer .content-sitemap > .container .info-networks .networks > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

footer .content-sitemap > .container .info-networks .networks{
  display: flex;
  align-items: center;
  padding: 0px;
}

footer .content-sitemap > .container .info-networks .networks li a {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

footer .content-sitemap > .container .info-networks .networks li a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

footer .content-sitemap > .container .box-sitemap {
  display: grid;
  padding-left: 0px;
  padding-top: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px){
  footer .content-sitemap > .container .box-sitemap{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  footer .content-sitemap > .container .box-sitemap{
    padding-top: 0px;
    padding-left: 2rem;
    gap: 2.25rem;
  }
}

@media (min-width: 1200px){
  footer .content-sitemap > .container .box-sitemap{
    padding-left: 3rem;
    gap: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

footer .content-sitemap > .container .box-sitemap .list-sitemap {
  display: block;
  padding: 0px;
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li {
  display: block;
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li.title a {
  display: block;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li.title a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  footer .content-sitemap > .container .box-sitemap .list-sitemap li.title a{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.25rem;
  }
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li ul.sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li ul.sub-menu{
  display: block;
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li ul.sub-menu li {
  display: block;
  margin-bottom: 0px;
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li ul.sub-menu li a {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(114, 114, 114, var(--tw-text-opacity));
}

footer .content-sitemap > .container .box-sitemap .list-sitemap li ul.sub-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  footer .content-sitemap > .container .box-sitemap .list-sitemap li ul.sub-menu li a{
    font-size: 16px;
    line-height: 28px;
  }
}

footer .content-sitemap > .container .credit-card {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  display: block;
  margin-left: 0px;
  margin-top: 1.625rem;
}

@media (min-width: 992px){
  footer .content-sitemap > .container .credit-card{
    margin-left: 2rem;
  }
}

@media (min-width: 1200px){
  footer .content-sitemap > .container .credit-card{
    margin-left: 3rem;
  }
}

footer .content-sitemap > .container .credit-card figure {
  display: block;
  padding-top: 1.25rem;
}

footer .content-sitemap > .container .credit-card figure img {
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .copyright {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 768px){
  footer .copyright{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

footer .copyright p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

body {
  overflow: auto;
  font-family: "Open Sans", "Poppins";
}

.overflowHidden {
  overflow: hidden;
}

.title-philosophy {
  display: block;
  align-items: center;
}

@media (min-width: 992px){
  .title-philosophy{
    display: flex;
  }
}

.title-philosophy h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-right: 0px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .title-philosophy h3{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 992px){
  .title-philosophy h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-right: 2rem;
    white-space: nowrap;
  }
}

.title-philosophy hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  margin: 0px;
  width: 100%;
}

.list-directive {
  display: grid;
  padding-top: 3rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  .list-directive{
    row-gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .list-directive{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.list-directive.alt {
  padding-top: 0px;
}

.list-directive li {
  display: block;
}

.list-directive li .items {
  display: block;
}

.list-directive li .items figure {
  height: 15rem;
  position: relative;
  width: 100%;
}

@media (min-width: 992px){
  .list-directive li .items figure{
    height: 17.5rem;
  }
}

.list-directive li .items figure img {
  border-radius: 0.375rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.list-directive li .items figure .box-holder {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.68%, rgba(0, 0, 0, 0.75) 100%);
}

.list-directive li .items figure .box-holder img {
  height: 4.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 4.5rem;
}

.list-directive li .items .info {
  padding-top: 1.25rem;
}

.list-directive li .items .info .occupation {
  display: block;
  padding-bottom: 0px;
}

.list-directive li .items .info .occupation h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.list-directive li .items .info .occupation p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.list-directive li .items:hover figure .box-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.items-commissions {
  border-radius: 0px;
  display: block;
  height: 165px;
  position: relative;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  .items-commissions{
    height: 201px;
  }
}

@media (min-width: 992px){
  .items-commissions{
    border-radius: 0.5rem;
  }
}

.items-commissions:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
}

@media (min-width: 992px){
  .items-commissions:before{
    border-radius: 0.5rem;
  }
}

.items-commissions:hover {
  position: relative;
}

.items-commissions:hover:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  height: 0.75rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
}

.items-commissions img {
  border-radius: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 992px){
  .items-commissions img{
    border-radius: 0.5rem;
  }
}

.items-commissions .caption {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 30;
}

@media (min-width: 768px){
  .items-commissions .caption{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px){
  .items-commissions .caption{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.items-commissions .caption h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .items-commissions .caption h4{
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1200px){
  .items-commissions .caption h4{
    font-size: 24px;
    line-height: 32px;
  }
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

.btn-primary{
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.template-news {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

@media (min-width: 768px){
  .template-news{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .template-news{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.template-news .news-opcion1 {
  display: flex;
  align-items: flex-end;
  grid-column: span 1 / span 1;
  grid-row: span 2 / span 2;
}

@media (min-width: 768px){
  .template-news .news-opcion1{
    grid-column: span 2 / span 2;
  }
}

.template-news .news-opcion1 figure {
  border-radius: 0.5rem;
  height: 240px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion1 figure{
    height: 350px;
  }
}

@media (min-width: 992px){
  .template-news .news-opcion1 figure{
    height: 568px;
  }
}

.template-news .news-opcion1 figure:before {
  content: "";
  border-radius: 0.5rem;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.25%, #000000 84.11%);
}

.template-news .news-opcion1 figure img {
  border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.template-news .news-opcion1 figure figcaption {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion1 figure figcaption{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.template-news .news-opcion1 figure figcaption time {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .template-news .news-opcion1 figure figcaption time{
    font-size: 14px;
    line-height: 24px;
  }
}

.template-news .news-opcion1 figure figcaption h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .template-news .news-opcion1 figure figcaption h5{
    font-size: 20px;
    line-height: 28px;
  }
}

.template-news .news-opcion2 {
  display: flex;
  align-items: flex-end;
  grid-column: span 1 / span 1;
}

@media (min-width: 768px){
  .template-news .news-opcion2{
    grid-column: span 2 / span 2;
  }
}

.template-news .news-opcion2 figure {
  border-radius: 0.5rem;
  height: 240px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion2 figure{
    height: 277px;
  }
}

.template-news .news-opcion2 figure:before {
  content: "";
  border-radius: 0.5rem;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.85%, #000000 84.11%);
}

.template-news .news-opcion2 figure figcaption {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion2 figure figcaption{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.template-news .news-opcion2 figure figcaption time {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .template-news .news-opcion2 figure figcaption time{
    font-size: 14px;
    line-height: 24px;
  }
}

.template-news .news-opcion2 figure figcaption h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .template-news .news-opcion2 figure figcaption h5{
    font-size: 20px;
    line-height: 28px;
  }
}

.template-news .news-opcion2 figure img {
  border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.template-news .news-opcion3 {
  display: flex;
  align-items: flex-end;
  grid-column: span 1 / span 1;
}

.template-news .news-opcion3 figure {
  border-radius: 0.5rem;
  height: 240px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion3 figure{
    border-radius: 0.25rem;
    height: 259px;
  }
}

.template-news .news-opcion3 figure:before {
  content: "";
  border-radius: 0.5rem;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion3 figure:before{
    border-radius: 0.25rem;
  }
}

.template-news .news-opcion3 figure:before{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -16.02%, #000000 84.11%);
}

.template-news .news-opcion3 figure figcaption {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion3 figure figcaption{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.template-news .news-opcion3 figure figcaption time {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .template-news .news-opcion3 figure figcaption time{
    font-size: 14px;
    line-height: 24px;
  }
}

.template-news .news-opcion3 figure figcaption h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .template-news .news-opcion3 figure figcaption h5{
    font-size: 20px;
    line-height: 28px;
  }
}

.template-news .news-opcion3 figure img {
  border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 768px){
  .template-news .news-opcion3 figure img{
    border-radius: 0.25rem;
  }
}

.template-news .list-news {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  .template-news .list-news{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.template-news .list-news .items-news {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 1.5rem;
  padding-top: 1.75rem;
}

.template-news .list-news .items-news .text {
  display: block;
}

.template-news .list-news .items-news .text time {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

.template-news .list-news .items-news .text h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.template-news .list-news2 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  .template-news .list-news2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.template-news .list-news2 .items-news {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 768px){
  .template-news .list-news2 .items-news{
    padding-bottom: 0px;
  }
}

.template-news .list-news2 .items-news .text {
  display: block;
}

.template-news .list-news2 .items-news .text time {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

.template-news .list-news2 .items-news .text h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.list-new-news {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  .list-new-news{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .list-new-news{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .list-new-news{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.list-new-news li {
  display: block;
}

.list-new-news li .news-item {
  display: flex;
  align-items: flex-end;
  grid-column: span 1 / span 1;
}

.list-new-news li .news-item figure {
  border-radius: 0.25rem;
  height: 20.25rem;
  min-width: 16rem;
  position: relative;
  width: 100%;
}

.list-new-news li .news-item figure:before {
  content: "";
  border-radius: 0.25rem;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.06%, #000000 84.11%);
}

.list-new-news li .news-item figure figcaption {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.75rem;
  padding-left: 1.125rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.list-new-news li .news-item figure figcaption time {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(209, 208, 209, var(--tw-text-opacity));
}

.list-new-news li .news-item figure figcaption h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.list-new-news li .news-item figure img {
  border-radius: 0.25rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content {
  margin-top: 5rem;
  width: 100%;
}

@media (min-width: 992px){
  #content{
    margin-top: 0px;
  }
}

#content .content-event {
  display: block;
  justify-content: space-between;
  margin-top: 5rem;
  position: relative;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-event{
    display: flex;
  }
}

#content .content-event::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  display: none;
  position: absolute;
  left: 0px;
}

@media (min-width: 992px){
  #content .content-event::before{
    display: block;
  }
}

#content .content-event::before{
  width: 30px;
  height: 1px;
  top: 110px;
}

@media (min-width: 1200px) {
  #content .content-event::before {
    width: 50px;
  }
}

@media (min-width: 1282px) {
  #content .content-event::before {
    width: 144px;
  }
}

#content .content-event .description-event {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px){
  #content .content-event .description-event{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-event .description-event{
    margin-right: 3rem;
    margin-left: 3rem;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5.5rem;
    padding-bottom: 9.5rem;
  }
}

@media (min-width: 1200px){
  #content .content-event .description-event{
    margin-right: 5rem;
    margin-left: 5rem;
  }
}

@media (min-width: 1282px){
  #content .content-event .description-event{
    margin-right: 7rem;
    margin-left: 11rem;
  }
}

#content .content-event .description-event{
  min-width: 100%;
}

@media (min-width: 992px) {
  #content .content-event .description-event {
    min-width: 440px;
  }
}

@media (min-width: 1200px) {
  #content .content-event .description-event {
    min-width: 544px;
  }
}

#content .content-event .description-event .btn-sent-event {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-event .description-event .btn-sent-event:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-event .description-event .btn-sent-event{
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-event .content-map-event {
  height: 350px;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-event .content-map-event{
    height: auto;
  }
}

#content .content-event .content-map-event .content-zoom {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#content .content-event .content-map-event .content-zoom .description-zoom {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  max-width: 464px;
}

#content .content-event .content-map-event .content-zoom .description-zoom i {
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
  font-size: 88px;
}

#content .content-event .content-map-event .content-zoom .description-zoom h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

#content .content-event .content-map-event iframe {
  height: 100%;
  width: 100%;
}

#content .content-slide {
  position: relative;
  width: 100%;
}

#content .content-slide .bread {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  margin-top: 5rem;
  position: relative;
  width: 100%;
  z-index: 20;
}

#content .content-slide .bread > .container {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-slide .bread > .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-slide .bread > .container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#content .content-slide .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-slide .bread > .container .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}

#content .content-slide .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before {
  content: "/";
  position: absolute;
  left: -0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-slide .bread > .container .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: baseline;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
  z-index: 20;
}

#content .content-slide .bread > .container .breadcrumb .breadcrumb-item.active {
  display: flex;
  align-items: baseline;
  font-weight: 500;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-slide .bread > .container .breadcrumb .breadcrumb-item a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
}

#content .content-slide .slide {
  display: flex;
  align-items: center;
  height: 443px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-slide .slide{
    height: 640px;
  }
}

@media (min-width: 992px){
  #content .content-slide .slide{
    height: 792px;
  }
}

#content .content-slide .slide::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: -4.375rem;
  width: 100%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  --tw-rotate: -90deg;
}

@media (min-width: 768px){
  #content .content-slide .slide::before{
    bottom: 0px;
    width: 70%;
    --tw-rotate: 0deg;
  }
}

#content .content-slide .slide::before{
  background: linear-gradient(90.24deg, #000000 46.34%, rgba(0, 0, 0, 0) 99.79%);
  z-index: 9;
}

#content .content-slide .slide img {
  height: 100%;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-slide .slide img{
    width: 66.666667%;
  }
}

#content .content-slide .slide > .container {
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 20;
}

#content .content-slide .slide > .container .caption {
  padding-top: 6rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-slide .slide > .container .caption{
    padding-top: 0px;
    text-align: left;
    width: 600px;
  }
}

@media (min-width: 992px){
  #content .content-slide .slide > .container .caption{
    width: 705px;
  }
}

#content .content-slide .slide > .container .caption h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-slide .slide > .container .caption h1{
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 992px){
  #content .content-slide .slide > .container .caption h1{
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 3rem;
  }
}

#content .content-slide .slide > .container .caption a i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-slide .box-control {
  display: block;
  align-items: flex-end;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
}

@media (min-width: 768px){
  #content .content-slide .box-control{
    display: flex;
    position: absolute;
  }
}

#content .content-slide .box-control .first-control {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  display: flex;
  align-items: center;
  height: 4rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-slide .box-control .first-control{
    width: 80%;
  }
}

@media (min-width: 992px){
  #content .content-slide .box-control .first-control{
    width: 50%;
  }
}

@media (min-width: 1200px){
  #content .content-slide .box-control .first-control{
    width: 45%;
  }
}

#content .content-slide .box-control .first-control .container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  left: 0px;
  width: 100%;
}

#content .content-slide .box-control .first-control .container p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-slide .box-control .first-control .container p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-slide .box-control .first-control .container .box-bar {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  border-radius: 4rem;
  height: 0.125rem;
  margin-left: 1rem;
  margin-right: 1.25rem;
  min-width: 0px;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-slide .box-control .first-control .container .box-bar{
    margin-right: 1.5rem;
    min-width: 14rem;
    width: auto;
  }
}

@media (min-width: 992px){
  #content .content-slide .box-control .first-control .container .box-bar{
    margin-right: 2rem;
  }
}

#content .content-slide .box-control .first-control .container .box-bar .progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  height: 0.125rem;
  width: 0px;
}

#content .content-slide .box-control .first-control .container .box-bar .progress-bar3 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  height: 0.125rem;
  width: 0px;
}

#content .content-slide .box-control .first-control .container .nav-control {
  display: flex;
  align-items: center;
}

#content .content-slide .box-control .first-control .container .nav-control a {
  font-size: 16px;
  line-height: auto;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-slide .box-control .first-control .container .nav-control a:hover{
  --tw-text-opacity: 1;
  color: rgba(119, 6, 3, var(--tw-text-opacity));
}

#content .content-slide .box-control .first-control .container .nav-control a.prev {
  margin-left: 0px;
}

#content .content-slide .box-control .first-control .container .nav-control a.next {
  margin-left: 0.75rem;
}

@media (min-width: 768px){
  #content .content-slide .box-control .first-control .container .nav-control a.next{
    margin-left: 1rem;
  }
}

@media (min-width: 992px){
  #content .content-slide .box-control .first-control .container .nav-control a.next{
    margin-left: 1.5rem;
  }
}

#content .content-slide .box-control .second-control {
  border-top-left-radius: 0.5rem;
  display: none;
  overflow-x: auto;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-slide .box-control .second-control{
    display: block;
    width: 60%;
  }
}

#content .content-slide .box-control .second-control::-webkit-scrollbar {
  display: none;
}

#content .content-slide .box-control .second-control .nav-text {
  display: flex;
  width: 100%;
}

#content .content-slide .box-control .second-control .nav-text a {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  display: block;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  min-width: 17rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-slide .box-control .second-control .nav-text a{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2.75rem;
  }
}

#content .content-slide .box-control .second-control .nav-text a.active {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
}

#content .content-slide .box-control .second-control .nav-text a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .box-banner {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  background-repeat: no-repeat;
  background-size: cover;
  height: 14rem;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .box-banner{
    height: 16rem;
  }
}

@media (min-width: 992px){
  #content .box-banner{
    height: 16.5rem;
  }
}

#content .box-banner:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#content .box-banner.alt {
  height: 13.5rem;
  width: 100%;
}

#content .box-banner.alt > .container {
  bottom: 1.5rem;
}

#content .box-banner.alt-news {
  background-position: bottom;
  height: 14rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .box-banner.alt-news{
    height: 17.625rem;
  }
}

#content .box-banner.alt-news > .container {
  display: flex;
  align-items: center;
  height: 100%;
  bottom: 0px;
}

#content .box-banner.alt-news > .container .caption {
  padding-top: 1.25rem;
}

#content .box-banner.event {
  width: 100%;
  height: 296px;
}

#content .box-banner .bread {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  margin-top: 5rem;
  position: relative;
  width: 100%;
  z-index: 20;
}

#content .box-banner .bread > .container {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .box-banner .bread > .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .box-banner .bread > .container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#content .box-banner .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .box-banner .bread > .container .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}

#content .box-banner .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before {
  content: "/";
  position: absolute;
  left: -0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .box-banner .bread > .container .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: baseline;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
  z-index: 20;
}

#content .box-banner .bread > .container .breadcrumb .breadcrumb-item.active {
  display: flex;
  align-items: baseline;
  font-weight: 500;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .box-banner .bread > .container .breadcrumb .breadcrumb-item a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(242, 243, 244, var(--tw-text-opacity));
}

#content .box-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
}

#content .box-banner > .container {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 2rem;
  z-index: 20;
}

@media (min-width: 768px){
  #content .box-banner > .container{
    bottom: 2.75rem;
  }
}

#content .box-banner > .container .caption {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px){
  #content .box-banner > .container .caption{
    width: 705px;
  }
}

#content .box-banner > .container .caption h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .box-banner > .container .caption h1{
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 992px){
  #content .box-banner > .container .caption h1{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-event-quiz {
  padding-top: 6rem;
  padding-bottom: 12.5rem;
  position: relative;
  width: 100%;
}

#content .content-event-quiz:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  display: none;
  position: absolute;
  left: 0px;
}

@media (min-width: 992px){
  #content .content-event-quiz:before{
    display: block;
  }
}

#content .content-event-quiz:before{
  height: 1px;
  width: 10%;
  top: 118px;
}

@media (min-width: 992px) {
  #content .content-event-quiz:before {
    width: 10%;
  }
}

@media (min-width: 1200px) {
  #content .content-event-quiz:before {
    width: 16%;
  }
}

@media (min-width: 1282px) {
  #content .content-event-quiz:before {
    width: 21%;
  }
}

#content .content-event-quiz .description-event-quiz {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event{
  display: block;
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event.alt > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event.alt{
  display: block;
}

@media (min-width: 768px){
  #content .content-event-quiz .description-event-quiz .list-checkbox-event.alt > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event.alt li {
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-event-quiz .description-event-quiz .list-checkbox-event.alt li{
    padding-bottom: 0px;
  }
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event li .checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0px;
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event li .checkbox input {
  display: none;
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event li .checkbox label {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event li .checkbox input + span {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  height: 1.5rem;
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  padding-left: 2rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event li .checkbox input + span:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 3px;
  height: 1.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1.5rem;
}

#content .content-event-quiz .description-event-quiz .list-checkbox-event li .checkbox input:checked + span:after {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  box-shadow: inset 0 0px 0 3px #ffffff;
}

#content .content-event-quiz .description-event-quiz .btn-event {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-event-quiz .description-event-quiz .btn-event:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-event-quiz .description-event-quiz .btn-event{
  border-radius: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  min-width: 100%;
}

@media (min-width: 768px) {
  #content .content-event-quiz .description-event-quiz .btn-event {
    min-width: 372px;
  }
}

#content .content-event-quiz .description-event-quiz .content-payment {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-event-quiz .description-event-quiz .content-payment{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#content .detail-collaborator {
  padding-top: 5rem;
  padding-bottom: 8.125rem;
  width: 100%;
}

#content .detail-collaborator .box-collaborator > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
}

#content .detail-collaborator .box-collaborator{
  display: block;
  width: 100%;
}

#content .detail-collaborator .box-collaborator .items {
  display: block;
}

#content .detail-collaborator .box-collaborator .items .title {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  #content .detail-collaborator .box-collaborator .items .title{
    padding-bottom: 2rem;
  }
}

#content .detail-collaborator .box-collaborator .items .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .detail-collaborator .box-collaborator .items .title h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .detail-collaborator .box-collaborator .items .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  margin-left: 1.25rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .detail-collaborator .box-collaborator .items .title hr{
    margin-left: 1.875rem;
  }
}

#content .detail-collaborator .box-collaborator .items .elite {
  display: block;
}

#content .detail-collaborator .box-collaborator .items .elite figure {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .detail-collaborator .box-collaborator .items .elite figure{
    height: 14rem;
  }
}

@media (min-width: 992px){
  #content .detail-collaborator .box-collaborator .items .elite figure{
    height: 18.5rem;
  }
}

#content .detail-collaborator .box-collaborator .items .elite figure img {
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  #content .detail-collaborator .box-collaborator .items .elite figure img{
    height: 8rem;
  }
}

@media (min-width: 992px){
  #content .detail-collaborator .box-collaborator .items .elite figure img{
    height: 10.5rem;
  }
}

#content .detail-collaborator .box-collaborator .items .platinum figure {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .detail-collaborator .box-collaborator .items .platinum figure{
    height: 15rem;
  }
}

#content .detail-collaborator .box-collaborator .items .platinum figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 12.125rem;
}

#content .detail-collaborator .box-collaborator .items .gold figure {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.875rem;
  width: 100%;
}

#content .detail-collaborator .box-collaborator .items .gold figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 8.75rem;
}

#content .content-404 {
  padding-top: 0px;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-404{
    padding-top: 5rem;
  }
}

#content .content-404 .caption-404 {
  display: block;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media (min-width: 992px){
  #content .content-404 .caption-404{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

#content .content-404 .caption-404 h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-404 .caption-404 h1{
    font-size: 150px;
    line-height: 200px;
  }
}

@media (min-width: 992px){
  #content .content-404 .caption-404 h1{
    font-size: 200px;
    line-height: 300px;
  }
}

#content .content-404 .caption-404 p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px){
  #content .content-404 .caption-404 p{
    margin-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }
}

#content .content-404 .caption-404 a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-404 .caption-404 a{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-radius: 25px;
  border-width: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-404 .caption-404 a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-confirmation {
  margin-top: 5rem;
  padding-top: 3rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-confirmation{
    padding-top: 5rem;
  }
}

#content .content-confirmation{
  padding-bottom: 198px;
}

#content .content-confirmation .description-confirmation {
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #content .content-confirmation .description-confirmation{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

#content .content-confirmation .description-confirmation{
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  max-width: 638px;
}

#content .content-confirmation .description-confirmation .icon {
  display: block;
  font-size: 54px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  #content .content-confirmation .description-confirmation .icon {
    font-size: 72px;
    margin-bottom: 18px;
  }
}

#content .content-login {
  margin-top: 5rem;
  width: 100%;
}

#content .content-login .box-login > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

#content .content-login .box-login{
  display: block;
  justify-content: space-between;
}

@media (min-width: 992px){
  #content .content-login .box-login > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-login .box-login{
    display: flex;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1536px){
  #content .content-login .box-login > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-login .box-login .bread {
  width: 100%;
}

#content .content-login .box-login .bread > .container {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-login .box-login .bread > .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .bread > .container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#content .content-login .box-login .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-login .box-login .bread > .container .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}

@media (min-width: 768px){
  #content .content-login .box-login .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-login .box-login .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before {
  content: "/";
  position: absolute;
  left: -0.625rem;
}

@media (min-width: 768px){
  #content .content-login .box-login .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before{
    left: -1.25rem;
  }
}

#content .content-login .box-login .bread > .container .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: baseline;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-login .box-login .bread > .container .breadcrumb .breadcrumb-item.active {
  display: flex;
  align-items: baseline;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-login .box-login .bread > .container .breadcrumb .breadcrumb-item a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-login .box-login .box-contact {
  margin-left: 0px;
  min-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}

@media (min-width: 768px){
  #content .content-login .box-login .box-contact{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-login .box-login .box-contact{
    margin-left: 2rem;
    min-width: 410px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .box-contact{
    margin-left: 8rem;
    min-width: 545px;
  }
}

@media (min-width: 1536px){
  #content .content-login .box-login .box-contact{
    margin-left: 10.875rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  #content .content-login .box-login .box-contact{
    margin-left: 2rem;
    min-width: 460px;
  }
}

#content .content-login .box-login .box-contact .description {
  display: block;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-login .box-login .box-contact .description{
    padding-bottom: 3rem;
  }
}

#content .content-login .box-login .box-contact .description h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-login .box-login .box-contact .description h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-login .box-login .box-contact .description ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#content .content-login .box-login .box-contact .description ul{
  display: block;
}

#content .content-login .box-login .box-contact .description ul li.list-phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#content .content-login .box-login .box-contact .description ul li.list-phone p {
  padding-right: 1rem;
}

#content .content-login .box-login .box-contact .description ul li.list-phone a {
  padding-right: 1rem;
}

#content .content-login .box-login .box-contact .description ul li.list-address > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
}

#content .content-login .box-login .box-contact .description ul li.list-address{
  display: block;
  align-items: center;
}

@media (min-width: 768px){
  #content .content-login .box-login .box-contact .description ul li.list-address > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  #content .content-login .box-login .box-contact .description ul li.list-address{
    display: flex;
  }
}

#content .content-login .box-login .box-contact .description ul li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-login .box-login .box-contact .description ul li a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-login .box-login .box-contact form .info-fields > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-login .box-login .box-contact form .info-fields{
  width: 100%;
}

#content .content-login .box-login .box-contact form .info-fields .form-group span {
  display: block;
}

#content .content-login .box-login .box-contact form .wpcf7-submit {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-login .box-login .box-contact form .wpcf7-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-login .box-login .box-contact form .wpcf7-submit{
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2.75rem;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-login .box-login .box-contact form button {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-login .box-login .box-contact form button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-login .box-login .box-contact form button{
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2.75rem;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-login .box-login .content-session {
  margin-left: 0px;
  min-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px){
  #content .content-login .box-login .content-session{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-login .box-login .content-session{
    margin-left: 2rem;
    min-width: 410px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4rem;
    padding-bottom: 11rem;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .content-session{
    margin-left: 8rem;
    min-width: 545px;
  }
}

@media (min-width: 1536px){
  #content .content-login .box-login .content-session{
    margin-left: 10.875rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  #content .content-login .box-login .content-session{
    margin-left: 2rem;
    min-width: 460px;
  }
}

#content .content-login .box-login .content-session form fieldset {
  width: 100%;
}

#content .content-login .box-login .content-session form fieldset .description {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-login .box-login .content-session form fieldset .description{
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
  }
}

#content .content-login .box-login .content-session form fieldset .description h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-login .box-login .content-session form fieldset .description h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-login .box-login .content-session form fieldset .description p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-login .box-login .content-session form fieldset .description p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-login .box-login .content-session form fieldset .info-fields > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-login .box-login .content-session form fieldset .info-fields{
  width: 100%;
}

#content .content-login .box-login .content-session form fieldset .box-btn > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-login .box-login .content-session form fieldset .box-btn{
  display: block;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px){
  #content .content-login .box-login .content-session form fieldset .box-btn > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-login .box-login .content-session form fieldset .box-btn{
    display: flex;
    text-align: left;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .content-session form fieldset .box-btn > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-login .box-login .content-session form fieldset .box-btn .btn-init {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-login .box-login .content-session form fieldset .box-btn .btn-init:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-login .box-login .content-session form fieldset .box-btn .btn-init{
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2.75rem;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-login .box-login .content-session form fieldset .box-btn .btn-init{
    width: 19rem;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .content-session form fieldset .box-btn .btn-init{
    width: 19rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  #content .content-login .box-login .content-session form fieldset .box-btn .btn-init{
    width: 15rem;
  }
}

#content .content-login .box-login .content-session form fieldset .box-btn .btn-init i {
  font-size: 18px;
  line-height: 32px;
  margin-left: 0.5rem;
}

#content .content-login .box-login .content-session form fieldset .box-btn button {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-login .box-login .content-session form fieldset .box-btn a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-login .box-login .box-map {
  height: 500px;
  min-width: 100%;
}

@media (min-width: 768px){
  #content .content-login .box-login .box-map{
    height: 900px;
  }
}

@media (min-width: 992px){
  #content .content-login .box-login .box-map{
    min-width: 450px;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .box-map{
    height: 1008px;
    min-width: 680px;
  }
}

@media (min-width: 1536px){
  #content .content-login .box-login .box-map{
    min-width: 826px;
  }
}

#content .content-login .box-login .box-map iframe {
  height: 100%;
  width: 100%;
}

#content .content-login .box-login .content-joinUp {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-login .box-login .content-joinUp{
    background-position: right;
  }
}

@media (min-width: 992px){
  #content .content-login .box-login .content-joinUp{
    min-width: 450px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .content-joinUp{
    min-width: 680px;
  }
}

@media (min-width: 1536px){
  #content .content-login .box-login .content-joinUp{
    min-width: 826px;
  }
}

#content .content-login .box-login .content-joinUp .caption {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  max-width: 290px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #content .content-login .box-login .content-joinUp .caption{
    max-width: 550px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px){
  #content .content-login .box-login .content-joinUp .caption{
    max-width: 450px;
  }
}

@media (min-width: 1200px){
  #content .content-login .box-login .content-joinUp .caption{
    max-width: 520px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1536px){
  #content .content-login .box-login .content-joinUp .caption{
    max-width: 587px;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }
}

#content .content-login .box-login .content-joinUp .caption h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-login .box-login .content-joinUp .caption h4{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-login .box-login .content-joinUp .caption h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-login .box-login .content-joinUp .caption h1{
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 1rem;
  }
}

#content .content-login .box-login .content-joinUp .caption p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-login .box-login .content-joinUp .caption p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-login .box-login .content-joinUp .caption a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#content .content-login .box-login .content-joinUp .caption a{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-radius: 25px;
  border-width: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-login .box-login .content-joinUp .caption a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-login .box-login .content-joinUp .caption a{
    margin-top: 2.5rem;
  }
}

#content .content-login .box-login .content-joinUp .caption a i {
  font-size: 22px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-dashboard {
  margin-top: 5rem;
  width: 100%;
}

#content .content-dashboard .box {
  display: block;
}

@media (min-width: 768px){
  #content .content-dashboard .box{
    display: flex;
  }
}

#content .content-dashboard .box .control-dashboard {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  min-width: 100%;
  overflow-x: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  #content .content-dashboard .box .control-dashboard{
    min-width: 220px;
    overflow-x: visible;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .control-dashboard{
    min-width: 250px;
  }
}

@media (min-width: 1282px){
  #content .content-dashboard .box .control-dashboard{
    min-width: 298px;
  }
}

#content .content-dashboard .box .control-dashboard ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
}

#content .content-dashboard .box .control-dashboard ul{
  display: flex;
  flex-direction: row;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .control-dashboard ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  #content .content-dashboard .box .control-dashboard ul{
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1282px){
  #content .content-dashboard .box .control-dashboard ul{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#content .content-dashboard .box .control-dashboard ul li {
  display: flex;
  align-items: center;
  padding-top: 0px;
}

@media (min-width: 768px){
  #content .content-dashboard .box .control-dashboard ul li{
    padding-top: 1rem;
  }
}

#content .content-dashboard .box .control-dashboard ul li.active {
  display: flex;
  align-items: center;
}

#content .content-dashboard .box .control-dashboard ul li.active a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .control-dashboard ul li.active span {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-left: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .control-dashboard ul li.current_page_item {
  display: flex;
  align-items: center;
}

#content .content-dashboard .box .control-dashboard ul li.current_page_item a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .control-dashboard ul li.current_page_item span {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-left: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .control-dashboard ul li.inactive {
  display: flex;
  align-items: center;
}

#content .content-dashboard .box .control-dashboard ul li.inactive a {
  cursor: not-allowed;
  opacity: 0.2;
}

#content .content-dashboard .box .control-dashboard ul li.inactive span {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  cursor: not-allowed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-left: 0.625rem;
  opacity: 0.2;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .control-dashboard ul li a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  white-space: nowrap;
}

@media (min-width: 768px){
  #content .content-dashboard .box .control-dashboard ul li a{
    white-space: normal;
  }
}

#content .content-dashboard .box .control-dashboard ul li span {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-left: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 3rem;
  padding-bottom: 10rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard{
    padding-right: 0px;
    padding-bottom: 18.25rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard{
    padding-left: 2rem;
  }
}

@media (min-width: 1282px){
  #content .content-dashboard .box .detail-dashboard{
    padding-left: 3rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome {
  max-width: 500px;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome{
    max-width: 670px;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome{
    max-width: 940px;
  }
}

@media (min-width: 1282px){
  #content .content-dashboard .box .detail-dashboard .box-welcome{
    max-width: 1054px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .box-profile {
  max-width: 960px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info.alt {
  width: 100%;
}

@media (min-width: 1282px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info.alt{
    width: 1024px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title h2{
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title p{
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership {
  padding-top: 0.25rem;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .title-active {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: flex;
  margin-bottom: 1.125rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .title-active{
    margin-bottom: 1.875rem;
    padding-bottom: 1.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .title-active img {
  height: 2.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .title-active .text {
  display: block;
  padding-left: 1.25rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .title-active .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .title-active .text h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition {
  display: block;
  padding-bottom: 1rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul{
  display: block;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul{
    display: flex;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul li {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-state .detail-condition ul li h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  margin-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .title-history {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .title-history h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .title-history h3{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history {
  overflow: auto;
  width: 100%;
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history{
    width: 66%;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table thead {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table thead tr th:last-child {
  padding-right: 0px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table thead tr th {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-right: 3.5rem;
  padding-bottom: 1.125rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  white-space: pre;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table tbody > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table tbody tr td:last-child {
  padding-right: 0px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table tbody tr td {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-right: 3.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table tbody tr td p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  white-space: pre;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership .box-history .box-detail-history table tbody tr td a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  white-space: pre;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount {
  padding-top: 2.5rem;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount{
    row-gap: 5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount li .card-discount {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  border-width: 1px;
  display: block;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  box-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount li .card-discount .thumb {
  display: block;
  margin-bottom: 1rem;
  height: 72px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount li .card-discount .thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount li .card-discount .description {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount li .card-discount .description p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-dashboard-discount .list-discount li .card-discount .description h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative {
  padding-top: 0.25rem;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset {
  min-width: 100%;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.75rem;
  padding-bottom: 6rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 16rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .title-thanks {
  display: flex;
  align-items: center;
  padding-bottom: 1.75rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .title-thanks i {
  font-size: 40px;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .title-thanks i{
    font-size: 51px;
    line-height: 50px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .title-thanks h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding-left: 1.125rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .title-thanks h3{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: block;
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date{
    display: flex;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date li {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date li p{
    margin-bottom: 0.375rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .list-date li span {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date {
  padding-top: 1.75rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date{
    width: 25.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date h3 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date {
  display: block;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .info-detail {
  display: block;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .info-detail p {
  display: inline-block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .info-detail p strong {
  font-weight: 700;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .info-detail h4 {
  display: block;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info {
  display: flex;
  justify-content: space-between;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info .text {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info .text h6 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info .text h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info .text small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info .price {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info .price span {
  display: block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-thanks .box-detail-date .list-detail-date li .items-info .price h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-verification {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 3.5rem;
  padding-top: 3.25rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-verification .info-verification {
  display: block;
  text-align: center;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-verification .info-verification i {
  font-size: 52px;
  line-height: auto;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-verification .info-verification h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-verification .info-verification h5{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-verification .info-verification p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-verification .info-verification p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .title-active {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: flex;
  margin-bottom: 1.125rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .title-active{
    margin-bottom: 1.875rem;
    padding-bottom: 1.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .title-active img {
  height: 2.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .title-active .text {
  display: block;
  padding-left: 1.25rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .title-active .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .title-active .text h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition {
  display: block;
  padding-bottom: 1rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul{
  display: block;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul{
    display: flex;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul li {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-condition ul li h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary {
  padding-top: 0.25rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary{
    width: 25.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul {
  display: block;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .info-detail {
  display: block;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .info-detail p {
  display: inline-block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .info-detail p strong {
  font-weight: 700;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .info-detail h4 {
  display: block;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info {
  display: flex;
  justify-content: space-between;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info .text {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info .text h6 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info .text h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info .text small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info .price {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info .price span {
  display: block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .items-info .price h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .error {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 1.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .error{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li .error p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li a {
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .pay-summary ul li a i {
  font-size: 14px;
  line-height: 24px;
  margin-left: 0.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active a {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active a{
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active a i {
  font-size: 16px;
  line-height: 28px;
  margin-left: 0.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active .error {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 1.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active .error{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-state .detail-active .error p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  margin-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .title-history {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .title-history h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .title-history h3{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history {
  overflow: auto;
  width: 100%;
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history{
    width: 66%;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table thead {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table thead tr th:last-child {
  padding-right: 0px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table thead tr th {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-right: 3.5rem;
  padding-bottom: 1.125rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  white-space: pre;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table tbody > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table tbody tr td:last-child {
  padding-right: 0px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table tbody tr td {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-right: 3.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table tbody tr td p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  white-space: pre;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-membership-inative fieldset .box-history .box-detail-history table tbody tr td a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  white-space: pre;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner {
  display: block;
  display: none;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .btn-back {
  display: inline-flex;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .btn-back i {
  font-size: 20px;
  line-height: 40px;
  margin-right: 1rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: block;
  margin-top: 1rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner{
    margin-top: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner{
    display: table;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail {
  display: block;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail{
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail{
    display: flex;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
    padding-left: 2.25rem;
    padding-right: 4.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail figure {
  display: block;
  height: 14.625rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail figure{
    width: 16rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail figure img {
  border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info {
  display: block;
  padding-left: 0px;
  padding-top: 1.5rem;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info{
    padding-top: 0px;
    padding-left: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info{
    padding-left: 2.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info .title-position {
  display: block;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info .title-position{
    padding-bottom: 2.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info .title-position h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info .title-position h4{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info .title-position p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info .title-position p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info .title-position span {
  display: block;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info a{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-radius: 25px;
  border-width: 3px;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-partner .card-partner .box-detail .info a i {
  font-size: 18px;
  line-height: 32px;
  margin-left: 0.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments {
  display: block;
  padding-top: 0px;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments{
    padding-top: 2.375rem;
  }
}

@media (min-width: 1536px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments{
    width: 1024px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .btn-back {
  display: inline-flex;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .btn-back{
    margin-bottom: 2.375rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .btn-back i {
  font-size: 20px;
  line-height: 40px;
  margin-right: 1rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 8rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.625rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment{
    padding-bottom: 12.75rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment h5{
    margin-bottom: 2rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved{
  display: flex;
  align-items: center;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved li .checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved li .checkbox input {
  display: none;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved li .checkbox label {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved li .checkbox input + span {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  height: 1.5rem;
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  padding-left: 2rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved li .checkbox input + span:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 3px;
  height: 1.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .list-checkbox-approved li .checkbox input:checked + span:after {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  box-shadow: inset 0 0px 0 3px #ffffff;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .btn-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-enrollment .box-approved-rejected .btn-save{
    margin-top: 0px;
    width: auto;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details{
  display: block;
  padding-top: 1rem;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info h6 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul {
  display: block;
  flex-wrap: wrap;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul{
    display: flex;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li:last-child {
  margin-right: 0px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li {
  display: block;
  margin-right: 0px;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li{
    margin-right: 2.5rem;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li{
    margin-right: 4.25rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li ol{
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li ol li {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li ol li small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li ol li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .detail-enrollments .box-info-details .items-info ul li ol li a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .form-profile > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .form-profile{
  max-width: 48rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner {
  display: block;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner{
    padding-bottom: 2.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner h2{
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner h2{
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 0.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner p{
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-partner p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-enrollments {
  display: block;
  padding-bottom: 1.75rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-enrollments h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-enrollments h2{
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-enrollments h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-enrollments p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-enrollments p{
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-enrollments p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo figure {
  height: 13.375rem;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo figure img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo .info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo .info{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo .info .btn-load:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo .info .btn-load{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-radius: 25px;
  border-width: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo .info .btn-load:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .content-photo .card-photo .info .btn-remove {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form{
  display: block;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  width: 100%;
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form{
    display: flex;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-ticket {
  display: flex;
  align-items: center;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-ticket label {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-ticket .box-arrow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-radius: 1.875rem;
  border-width: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 2.5rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
  width: 4.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-ticket .box-arrow select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-ticket .box-arrow i {
  position: absolute;
  right: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects{
  display: block;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects{
    display: flex;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects{
    padding-top: 0px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .content-area {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  min-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .content-area{
    min-width: 20.125rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .content-area label {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .content-area .box-area {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .content-area .box-area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 0.375rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
  z-index: 20;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .content-area .box-area i {
  font-size: 20px;
  line-height: 28px;
  position: absolute;
  right: 0px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  z-index: 10;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  min-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search{
    min-width: 20rem;
  }
}

@media (min-width: 1282px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search{
    min-width: 27.375rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search .btn-search {
  background-color: transparent;
  border-radius: 0px;
  display: block;
  height: auto;
  padding-right: 1rem;
  width: auto;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search .btn-search i {
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search input {
  background-color: transparent;
  font-family: Open Sans;
  font-weight: 400;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search input:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner form .box-selects .box-search input{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.75rem;
  overflow: auto;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table {
  max-width: 100%;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead tr {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead tr th {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-right: 1rem;
  padding-left: 2rem;
  text-align: left;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead tr th .info-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead tr th .info-detail p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead tr th .info-detail .nav-icons {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead tr th .info-detail .nav-icons a {
  display: block;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(216, 216, 216, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table thead tr th .info-detail .nav-icons a:focus{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table tbody {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table tbody tr {
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  border-top-width: 1px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table tbody tr td {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-right: 1rem;
  padding-left: 2rem;
  padding-left: 2rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  white-space: nowrap;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table tbody tr td .user {
  display: flex;
  align-items: center;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table tbody tr td .user img {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 2rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .box-table table tbody tr td .user a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  white-space: nowrap;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination{
    display: flex;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .showing-registers {
  display: block;
  padding-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .showing-registers{
    padding-bottom: 0px;
    text-align: left;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .showing-registers p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination {
  display: block;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul{
    justify-content: flex-start;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li:first-child a {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li:first-child a i {
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li:first-child a i{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li.current a {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a{
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2rem;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a{
  width: 2rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a{
    height: 3rem;
    font-size: 16px;
    line-height: 32px;
    width: 3rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a i {
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a i:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .box-partner .nav-pagination .control-pagination ul li a i{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  align-items: center;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile{
    display: flex;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile img {
  border-radius: 9999px;
  height: 5.625rem;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 5.625rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile img{
    margin: 0px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile img{
    height: 6.375rem;
    width: 6.375rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text {
  display: block;
  padding-left: 0px;
  padding-top: 1rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text{
    padding-top: 0px;
    padding-left: 1rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text{
    padding-left: 1.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text h2{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .title-profile .text p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info form{
  display: block;
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info form button {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info form button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info form button{
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2.75rem;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info form button i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 {
  background-image: url('../img/bgCollaborating.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
  display: block;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1{
    display: flex;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1536px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile {
  display: block;
  align-items: center;
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile{
    display: flex;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile img {
  --tw-border-opacity: 1;
  border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 4px;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 6rem;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile img{
    border-width: 8px;
    height: 6.625rem;
    width: 6.625rem;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile img{
    margin: 0px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text {
  display: block;
  padding-left: 0px;
  padding-top: 1rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text{
    padding-top: 0px;
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text{
    padding-left: 1.5rem;
  }
}

@media (min-width: 1536px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text{
    padding-left: 2rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text h2{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 .box-profile .text p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 span {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 25px;
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  margin-top: 1rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: nowrap;
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 span{
    margin-top: 0px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-1 span strong {
  font-weight: 700;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2{
    height: 273px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 figure {
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 4rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 figure{
    height: 5rem;
    width: 5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text {
  display: block;
  padding-top: 0.5rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text{
    padding-top: 0px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text h4{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text span {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text span:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text span{
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-top: 1.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text span i {
  font-size: 12px;
  line-height: 16px;
  margin-left: 0.5rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2 .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-2.inactive {
  cursor: not-allowed;
  opacity: 0.5;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3{
    height: 317px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 figure {
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 4rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 figure{
    height: 5rem;
    width: 5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 .text {
  display: block;
  padding-top: 0.5rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 .text{
    padding-top: 0px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 .text h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 .text h4{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3 .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-info .items-3.inactive {
  cursor: not-allowed;
  opacity: 0.5;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount {
  width: 100%;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .btn-return {
  display: inline-flex;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .btn-return{
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .btn-return{
    margin-bottom: 3rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-width: 1px;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount{
  max-width: 948px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount .list-description-discount {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount .list-description-discount{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount .list-description-discount{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount .list-description-discount li {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 1rem;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount .list-description-discount li span {
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins;
  font-weight: 500;
  height: 2.5rem;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
  background: rgba(226, 101, 40, 0.1);
  max-width: 40px;
  min-width: 40px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount .list-description-discount li p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-form-discount .form-discount .list-description-discount li p a {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  text-decoration: underline !important;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state{
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state .description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state .description{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 564px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state .description i {
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
  font-size: 78px;
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state .description h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-dashboard .box .detail-dashboard .box-welcome .content-empty-state .description p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-Commissions {
  width: 100%;
}

#content .content-Commissions .content-tabs-commission {
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .box-control {
  --tw-bg-opacity: 1;
  background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  height: 3.875rem;
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .box-control > .container-fluid{
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .box-control > .container-fluid{
    margin-right: 2.5rem;
    margin-left: 4rem;
  }
}

@media (min-width: 1536px){
  #content .content-Commissions .content-tabs-commission .box-control > .container-fluid{
    margin-right: 3.5rem;
    margin-left: 8rem;
  }
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .tab-control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: auto;
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .box-control > .container-fluid .tab-control{
    justify-content: flex-end;
    width: 100%;
  }
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .tab-control a:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .tab-control a{
  display: inline-flex;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: pre;
}

@media (min-width: 1200px){
  #content .content-Commissions .content-tabs-commission .box-control > .container-fluid .tab-control a{
    font-size: 18px;
    line-height: 32px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .tab-control a.active {
  background-color: rgba(0, 0, 0, 0.3);
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .nav-rules > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .nav-rules{
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

@media (min-width: 1536px){
  #content .content-Commissions .content-tabs-commission .box-control > .container-fluid .nav-rules{
    padding-left: 3rem;
  }
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .nav-rules a {
  background-color: rgba(0, 0, 0, 0.13);
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .nav-rules a:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .nav-rules a{
  border-radius: 25px;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: pre;
}

#content .content-Commissions .content-tabs-commission .box-control > .container-fluid .nav-rules a.active {
  background-color: rgba(0, 0, 0, 0.3);
}

#content .content-Commissions .content-tabs-commission .content-tabs {
  padding-top: 2rem;
  padding-bottom: 6.75rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs{
    padding-top: 4rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs {
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .title {
  display: block;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .title{
    display: flex;
    padding-bottom: 2.25rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .title h2{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .title h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a{
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  margin-left: 0px;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a{
    font-size: 16px;
    line-height: 32px;
    margin-top: 0px;
    margin-left: 2rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a span {
  display: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a span{
    display: block;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .title a i{
    font-size: 22px;
    line-height: auto;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee {
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .title {
  display: block;
  align-items: center;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .title{
    display: flex;
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .title{
    padding-bottom: 3rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-right: 0px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .title h3{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-right: 1.25rem;
    white-space: nowrap;
  }
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .title h3{
    font-size: 32px;
    line-height: 40px;
    margin-right: 2.25rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  margin: 0px;
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail{
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail{
    padding-bottom: 3rem;
    width: 50.625rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail .info {
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail .info h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-committee .content-detail .info p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation {
  width: 100%;
}

@media (min-width: 1200px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation{
    width: 60.75rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .title {
  display: block;
  align-items: center;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .title{
    display: flex;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-right: 0px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .title h3{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0px;
    margin-right: 1.25rem;
    white-space: nowrap;
  }
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .title h3{
    font-size: 32px;
    line-height: 40px;
    margin-right: 2.25rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  margin: 0px;
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail{
  display: block;
  padding-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail{
    padding-bottom: 3rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail .info {
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail .info h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-regulation .content-detail .info p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description{
  display: block;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info {
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  align-items: center;
  padding-bottom: 3.75rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info{
    display: flex;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info figure {
  display: flex;
  justify-content: center;
  height: 7rem;
  min-width: 8.75rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info figure{
    height: 10rem;
    height: 11.875rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text {
  display: block;
  padding-right: 0px;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text{
    padding-right: 1.25rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text h6 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text h6{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-info .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions {
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1.5rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions ul{
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions ul li {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions ul li{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Accions ul li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars {
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 1rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul{
  display: block;
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul li {
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul li h6 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul li h6{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .box-description .box-Pillars ul li p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators {
  padding-right: 0px;
  padding-top: 2rem;
  position: relative;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators{
    padding-top: 0px;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators{
    padding-right: 3.8rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators:before {
  content: "";
  background-image: url('../img/bg-circle-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 215px;
  position: absolute;
  top: 7rem;
  width: 158px;
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators:before{
    display: block;
    right: -1rem;
  }
}

@media (min-width: 1200px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators:before{
    right: -3rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .title-coordinators {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .title-coordinators h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .title-coordinators hr {
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  margin: 0px;
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators{
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators {
  display: block;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators figure {
  height: 15rem;
  position: relative;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators figure{
    height: 17.5rem;
  }
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators figure img {
  border-radius: 0.375rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators .info {
  padding-top: 1.125rem;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators .info .occupation {
  display: block;
  padding-bottom: 0px;
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators .info .occupation h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-Commissions .content-tabs-commission .content-tabs .tabs .content-coordinators .list-coordinators li .item-coordinators .info .occupation p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .box-news {
  width: 100%;
}

#content .box-news .content-tabs-news {
  padding-bottom: 7.75rem;
  width: 100%;
}

#content .box-news .content-tabs-news .box-control {
  display: flex;
  align-items: center;
  height: 4rem;
  position: relative;
  width: 100%;
}

#content .box-news .content-tabs-news .box-control:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  height: 100%;
  opacity: .86;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#content .box-news .content-tabs-news .box-control img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .box-news .content-tabs-news .box-control > .container {
  height: 100%;
  position: absolute;
  right: 0px;
  left: 0px;
  z-index: 20;
}

#content .box-news .content-tabs-news .box-control > .container .tab-control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  overflow: auto;
}

@media (min-width: 768px){
  #content .box-news .content-tabs-news .box-control > .container .tab-control{
    justify-content: center;
  }
}

#content .box-news .content-tabs-news .box-control > .container .tab-control a:hover{
  background-color: rgba(0, 0, 0, 0.3);
}

#content .box-news .content-tabs-news .box-control > .container .tab-control a{
  display: inline-flex;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: pre;
}

@media (min-width: 1200px){
  #content .box-news .content-tabs-news .box-control > .container .tab-control a{
    font-size: 18px;
    line-height: 32px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

#content .box-news .content-tabs-news .box-control > .container .tab-control a.active {
  background-color: rgba(0, 0, 0, 0.3);
}

#content .box-news .content-tabs-news .tabs-content-new {
  padding-top: 4rem;
  width: 100%;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs {
  display: block;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .various-news > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .various-news{
  display: block;
  width: 100%;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press {
  width: 100%;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  #content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press{
    gap: 1.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  #content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  #content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press {
  display: block;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press figure {
  height: 16rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press .info {
  display: flex;
  padding-bottom: 1rem;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press .info i {
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press .info .text {
  display: block;
  padding-left: 1rem;
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press .info .text h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press .info .text time {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press span {
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .box-news .content-tabs-news .tabs-content-new .tabs .content-press .list-press li .items-press span:before {
  content: "";
  position: absolute;
  right: -100px;
  height: 1px;
  width: 88px;
  background-color: #ea3e3a;
}

#content .content-detail-news {
  margin-top: 0px;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-detail-news{
    margin-top: 5rem;
  }
}

#content .content-detail-news .bread {
  width: 100%;
}

#content .content-detail-news .bread > .container {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-detail-news .bread > .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-detail-news .bread > .container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#content .content-detail-news .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-detail-news .bread > .container .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}

@media (min-width: 768px){
  #content .content-detail-news .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-detail-news .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before {
  content: "/";
  position: absolute;
  left: -0.625rem;
}

@media (min-width: 768px){
  #content .content-detail-news .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before{
    left: -1.25rem;
  }
}

#content .content-detail-news .bread > .container .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: baseline;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-detail-news .bread > .container .breadcrumb .breadcrumb-item.active {
  display: flex;
  align-items: baseline;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-detail-news .bread > .container .breadcrumb .breadcrumb-item a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-detail-news .detail-description {
  padding-bottom: 1.5rem;
  padding-top: 2.125rem;
  width: 100%;
}

#content .content-detail-news .detail-description .info {
  display: block;
}

#content .content-detail-news .detail-description .info h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-detail-news .detail-description .info h1{
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 992px){
  #content .content-detail-news .detail-description .info h1{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-detail-news .detail-description .info p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}

@media (min-width: 992px){
  #content .content-detail-news .detail-description .info p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-detail-news .hero {
  width: 100%;
}

#content .content-detail-news .hero .container {
  height: 240px;
}

@media (min-width: 768px){
  #content .content-detail-news .hero .container{
    height: 300px;
  }
}

@media (min-width: 992px){
  #content .content-detail-news .hero .container{
    height: 424px;
  }
}

#content .content-detail-news .hero .container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-detail-news .info-detail {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}

#content .content-detail-news .info-detail .text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-detail-news .info-detail .text{
  display: block;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  #content .content-detail-news .info-detail .text{
    padding-bottom: 3.75rem;
  }
}

#content .content-detail-news .info-detail .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-detail-news .info-detail .list-galery {
  display: grid;
  max-width: 918px;
  padding-bottom: 3rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  #content .content-detail-news .info-detail .list-galery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  #content .content-detail-news .info-detail .list-galery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#content .content-detail-news .info-detail .list-galery li {
  display: block;
}

#content .content-detail-news .info-detail .list-galery li figure {
  height: 12rem;
  width: 100%;
}

#content .content-detail-news .info-detail .list-galery li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-detail-news .info-detail .content-share {
  padding-top: 0.125rem;
}

#content .content-detail-news .info-detail .content-share h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.625rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-detail-news .info-detail .content-share .list-share > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-detail-news .info-detail .content-share .list-share{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#content .content-detail-news .info-detail .content-share .list-share li a {
  display: block;
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-detail-news .info-detail .content-share .list-share li a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-detail-news .info-detail .content-share .heateor_sss_sharing_ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-detail-news .info-detail .content-share .heateor_sss_sharing_ul{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#content .content-detail-news .info-detail .content-share .heateor_sss_sharing_ul a {
  display: block;
}

#content .content-detail-news .info-detail .content-share .heateor_sss_sharing_ul a .heateor_sss_svg {
  display: block;
  font-size: 24px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-detail-news .info-detail .content-share .heateor_sss_sharing_ul a .heateor_sss_svg:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about {
  padding-top: 0px;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about{
    padding-top: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-about{
    padding-top: 4rem;
  }
}

#content .content-about .box-about {
  padding-bottom: 9rem;
  width: 100%;
}

#content .content-about .box-about > .container {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-about .box-about > .container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#content .content-about .box-about > .container .content-info {
  display: block;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info{
    display: flex;
  }
}

#content .content-about .box-about > .container .content-info .box-guide {
  overflow-x: auto;
  padding-bottom: 0px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .box-guide{
    overflow-x: visible;
    width: 50%;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .box-guide{
    width: 280px;
  }
}

#content .content-about .box-about > .container .content-info .box-guide .list-guide > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
}

#content .content-about .box-about > .container .content-info .box-guide .list-guide{
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-right: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .box-guide .list-guide > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  #content .content-about .box-about > .container .content-info .box-guide .list-guide{
    flex-direction: column;
    padding-right: 3.5rem;
  }
}

#content .content-about .box-about > .container .content-info .box-guide .list-guide li.active a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .box-guide .list-guide li.current_page_item a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .box-guide .list-guide li a {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  white-space: nowrap;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .box-guide .list-guide li a{
    margin-right: 0px;
    white-space: normal;
  }
}

#content .content-about .box-about > .container .content-info .about-detail {
  padding-top: 3rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail{
    padding-top: 0px;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail{
    width: 928px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail.alt {
  width: 100%;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail.alt{
    width: 660px;
  }
}

@media (min-width: 1200px){
  #content .content-about .box-about > .container .content-info .about-detail.alt{
    width: 1024px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail.alt-statutes {
  max-width: 963px;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail.bgr-circle {
  position: relative;
}

#content .content-about .box-about > .container .content-info .about-detail.bgr-circle:before {
  content: "";
  background-image: url('../img/bg-circle-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 215px;
  position: absolute;
  top: 4rem;
  width: 158px;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail.bgr-circle:before{
    display: block;
    right: -1rem;
  }
}

@media (min-width: 1200px){
  #content .content-about .box-about > .container .content-info .about-detail.bgr-circle:before{
    right: -7rem;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  #content .content-about .box-about > .container .content-info .about-detail.bgr-circle:before{
    right: -3rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-video {
  height: 20rem;
  padding-bottom: 3rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .box-video{
    height: 28rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px){
  #content .content-about .box-about > .container .content-info .about-detail .box-video{
    height: 32rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-video .video {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.25));
}

#content .content-about .box-about > .container .content-info .about-detail .title {
  display: block;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .title{
    display: flex;
    padding-bottom: 1.75rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  white-space: pre;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .title h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  margin-left: 0px;
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .title hr{
    margin-top: 0px;
    margin-left: 1.25rem;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .title hr{
    margin-left: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach {
  display: block;
  max-width: 916px;
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail{
  display: block;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text{
  display: block;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text h5{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ul{
  display: block;
  list-style-type: disc;
  padding-left: 1.5rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ul li {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ul li{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ol {
  display: block;
  list-style-type: disc;
  padding-left: 1.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ol li {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .box-approach .info-detail .info .text ol li{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description{
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title strong {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title strong{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title .icons i {
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title .icons i{
    font-size: 24px;
    line-height: 24px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title .icons .icon-icon-arrow-down {
  position: relative;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .title .icons .icon-icon-arrow-up {
  display: none;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion {
  display: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion.default {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion{
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info ul{
  display: block;
  padding-top: 1rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info ul li {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info ol{
  display: block;
  padding-top: 1rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li .body-accordion .box-accordion .info ol li {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li.open .title .icons i {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#content .content-about .box-about > .container .content-info .about-detail .content-accordion .list-description li.open .title .icons i:before {
  content: "";
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners {
  max-width: 825px;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .title {
  display: block;
  align-items: center;
  padding-bottom: 1.75rem;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .title{
    display: flex;
    padding-bottom: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-right: 0px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .title h3{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .title h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-right: 1.875rem;
    white-space: nowrap;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  margin: 0px;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  display: block;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li {
  display: block;
  padding-top: 2rem;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li{
    padding-top: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners {
  display: block;
  align-items: center;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners{
    display: flex;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners figure {
  display: block;
  min-width: 8.125rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners figure img {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners figure img{
    margin: 0px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners .info {
  padding-left: 0px;
  padding-top: 1.5rem;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners .info{
    padding-top: 0px;
    padding-left: 3.125rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners .info h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .items-partners .info p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .box-warning {
  background-color: rgba(234, 62, 58, 0.04);
  border-radius: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .box-warning{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .box-warning{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-partners .list-partners li .box-warning p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online {
  max-width: 48rem;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form {
  display: block;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form .title {
  display: block;
  padding-bottom: 2rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form .title h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form .title p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment{
  display: block;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment {
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  gap: 0.5rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment{
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment{
  background: #ff00000d;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment .icon-contain {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment .icon-contain{
    margin-left: 0px;
    margin-right: 0px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment .icon-contain{
  max-width: 32px;
  min-width: 32px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment .icon-contain i {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 16px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment p {
  font-family: Open Sans;
  font-weight: 600;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment p{
    text-align: left;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment p{
  font-size: 14px;
  line-height: 24px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .error-payment p span {
  color: #cc0000;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment {
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  gap: 0.5rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment{
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment{
  background: #61be790d;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment .icon-contain {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment .icon-contain{
    margin-left: 0px;
    margin-right: 0px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment .icon-contain{
  max-width: 32px;
  min-width: 32px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment .icon-contain i {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 14px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment p {
  font-family: Open Sans;
  font-weight: 600;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment p{
    text-align: left;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment p{
  font-size: 14px;
  line-height: 24px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .sent-payment p span {
  color: #61be79;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .list-detail-payment > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .list-detail-payment{
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .list-detail-payment li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .list-detail-payment li p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment .list-detail-payment li p span {
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button.previous {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button.previous:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button.previous{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button.previous:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button.previous{
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button{
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-payment button i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  width: 100%;
  max-width: 680px;
  box-shadow: 0px 0px 12px 0px #0000001a;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .title > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .title{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 1.5rem;
  text-align: center;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .title i {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  font-size: 72px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .title p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .list-date {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1.5rem;
  gap: 1rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .list-date{
    flex-direction: row;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .list-date{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .list-date li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .list-date li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .list-date li p b {
  font-weight: 700;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .detail-info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .detail-info{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 1.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .detail-info h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .detail-info .list-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .detail-info .list-detail li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .total p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received .total p span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received button, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received a{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received button:hover, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received button, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received a{
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received button i, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received a i{
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received button.btn-home, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form > .box-received a.btn-home{
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps {
  padding-bottom: 2rem;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  height: 0.3125rem;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul.first:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  height: 0.3125rem;
  position: absolute;
  left: 0px;
  z-index: 10;
  width: calc(124px + 48px);
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul.second:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  height: 0.3125rem;
  position: absolute;
  left: 0px;
  z-index: 10;
  width: calc((124px + 48px) * 2);
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul.third:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  height: 0.3125rem;
  position: absolute;
  left: 0px;
  z-index: 10;
  width: calc((124px + 48px) * 3);
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul.fourth:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  height: 0.3125rem;
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul li a {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 3rem;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
  width: 3rem;
  z-index: 20;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .box-steps ul li a.active {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment{
  display: block;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment {
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  gap: 0.5rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment{
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment{
  background: #ff00000d;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment .icon-contain {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment .icon-contain{
    margin-left: 0px;
    margin-right: 0px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment .icon-contain{
  max-width: 32px;
  min-width: 32px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment .icon-contain i {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 16px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment p {
  font-family: Open Sans;
  font-weight: 600;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment p{
    text-align: left;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment p{
  font-size: 14px;
  line-height: 24px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .error-payment p span {
  color: #cc0000;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment {
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  gap: 0.5rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment{
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment{
  background: #61be790d;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment .icon-contain {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment .icon-contain{
    margin-left: 0px;
    margin-right: 0px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment .icon-contain{
  max-width: 32px;
  min-width: 32px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment .icon-contain i {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 14px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment p {
  font-family: Open Sans;
  font-weight: 600;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment p{
    text-align: left;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment p{
  font-size: 14px;
  line-height: 24px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .sent-payment p span {
  color: #61be79;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .list-detail-payment > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .list-detail-payment{
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .list-detail-payment li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .list-detail-payment li p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment .list-detail-payment li p span {
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button.previous {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button.previous:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button.previous{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button.previous:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button.previous{
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button{
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-payment button i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .error .items-work {
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-width: 1px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .error small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: -1rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  grid-column: span 1 / span 1;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .error small{
    font-size: 20px;
    line-height: 28px;
    grid-column: span 2 / span 2;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work small {
  display: none;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  cursor: pointer;
  cursor: pointer;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .box-input input {
  display: none;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .box-input .info {
  display: block;
  text-align: center;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .box-input .info i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 103px;
  font-size: 90px;
  line-height: auto;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .box-input .info h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .box-input .info h5{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .info {
  display: block;
  text-align: center;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .info i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 103px;
  font-size: 90px;
  line-height: auto;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .info input {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .info h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work .info h5{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work:hover.bg-first .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work:hover.bg-second .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work:hover.bg-third .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work:hover.bg-bedroom .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work:hover .info i {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work:hover .info h5 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work.active.bg-first .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work.active.bg-second .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work.active.bg-third .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work.active.bg-bedroom .box-input {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work.active .info i {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .items-work.active .info h5 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion{
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion.error small {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion.error .custom-error-message-position > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion.error .custom-error-message-position{
  display: block;
  margin-top: 0.25rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion.error .custom-error-message-position > .error {
  display: block !important;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion.error .custom-error-message-position small {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion.error .custom-error-message-position p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox{
  display: flex;
  align-items: center;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox li .checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox li .checkbox input {
  display: none;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox li .checkbox label {
  display: block;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox li .checkbox input + span {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  height: 2.5rem;
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  padding-left: 3rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox li .checkbox input + span:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 6px;
  height: 2.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .list-checkbox li .checkbox input:checked + span:after {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  box-shadow: inset 0 0px 0 4px #ffffff;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .custom-error-message-position > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .custom-error-message-position{
  display: block;
  margin-top: 0.25rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .custom-error-message-position > .error {
  display: block !important;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .custom-error-message-position small {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-opcion .opcion .custom-error-message-position p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-pay {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-pay{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-pay h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-pay h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-pay p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .content-work .box-pay p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  width: 100%;
  max-width: 680px;
  box-shadow: 0px 0px 12px 0px #0000001a;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .title > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .title{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 1.5rem;
  text-align: center;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .title i {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  font-size: 72px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .title p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .list-date {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1.5rem;
  gap: 1rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .list-date{
    flex-direction: row;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .list-date{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .list-date li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .list-date li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .list-date li p b {
  font-weight: 700;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .detail-info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .detail-info{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 1.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .detail-info h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .detail-info .list-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .detail-info .list-detail li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .total p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received .total p span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received button, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received a{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received button:hover, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received button, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received a{
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received button i, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received a i{
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received button.btn-home, #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-received a.btn-home{
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn{
  display: block;
  align-items: center;
  justify-content: flex-end;
  padding-top: 3rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn{
    display: flex;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button.previous {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button.previous:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button.previous{
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button.previous:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button.previous{
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button.previous{
    width: 50%;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button{
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button{
    width: 50%;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-form-online .box-form form .info-fields fieldset .box-btn button.btn-home {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription {
  max-width: 825px;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description {
  display: block;
  padding-bottom: 2.375rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description .title {
  display: block;
  align-items: center;
  padding-bottom: 1rem;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .description .title{
    display: flex;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-right: 0px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .description .title h3{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .description .title h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-right: 3rem;
    white-space: nowrap;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-top-width: 1px;
  margin: 0px;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description a {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description a{
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  margin-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .description a{
    font-size: 16px;
    line-height: 32px;
    margin-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .description a i {
  font-size: 18px;
  line-height: 32px;
  margin-left: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description{
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title strong {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title strong{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title .icons i {
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title .icons i{
    font-size: 24px;
    line-height: 24px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title .icons .icon-icon-arrow-down {
  position: relative;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .title .icons .icon-icon-arrow-up {
  display: none;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-top: 2.375rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion.default {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion .box-accordion {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion .box-accordion p {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion .box-accordion > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion .box-accordion > ul{
  display: block;
  padding-left: 0px;
  padding-top: 1.25rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion .box-accordion > ul{
    padding-left: 0.75rem;
    padding-top: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion .box-accordion > ul li {
  display: flex;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li .body-accordion .box-accordion > ul li span {
  margin-right: 0.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li.open .title .icons i {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription .content-accordion .list-description li.open .title .icons i:before {
  content: "";
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription ol{
  display: block;
  padding-top: 1.25rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-inscription ol > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-about .box-about > .container .content-info .about-detail .content-inscription ol{
    display: flex;
    padding-top: 2.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription ol li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription ol li span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-inscription ol li h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(226, 101, 40, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission {
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission{
    padding-bottom: 5.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission ul {
  display: grid;
  margin-bottom: 2.25rem;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission ul{
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission ul li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission ul li h3 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission ul li p {
  font-family: Open Sans;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission ul li .line {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  height: 0.625rem;
  width: 8.125rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission figure {
  height: 220px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission figure{
    height: 300px;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission figure{
    height: 496px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission figure:before {
  content: "";
  background-image: url('../img/bg-circle-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  position: absolute;
  right: 0px;
  top: -2.5rem;
  width: 120px;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission figure:before{
    right: -1rem;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission figure:before{
    right: -3rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .vision-mission figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 10;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective {
  padding-bottom: 5.5rem;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective{
  display: block;
  min-width: 100%;
}

@media (min-width: 1536px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective{
    min-width: 1163px;
  }
}

@media (min-width: 1282px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective{
    min-width: 1040px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective li {
  --tw-bg-opacity: 0.05;
  border-radius: 0.5rem;
  border-left-width: 4px;
  display: block;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective li{
    border-left-width: 9px;
    padding-left: 1.5rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective li{
    padding-left: 3rem;
    padding-right: 5.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective li p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-objective .list-objective li p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values {
  padding-bottom: 5.5rem;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values {
  display: grid;
  max-width: 100%;
  padding-top: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values{
    max-width: 922px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values li {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: block;
  height: 196px;
  margin-left: auto;
  margin-right: auto;
  width: 205px;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values li{
    margin: 0px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values li .items-values {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 1rem;
  text-align: center;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values li .items-values figure {
  height: 7rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values li .items-values .text {
  display: block;
  padding-top: 1rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-values .list-values li .items-values .text p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-organization {
  padding-bottom: 5.5rem;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-organization ul.list-organization {
  list-style-type: none;
  padding-top: 1rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-organization ul.list-organization li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-organization ul.list-organization li h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-organization ul.list-organization li > ul {
  display: block;
  padding-left: 1.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-organization ul.list-organization li > ul li {
  margin-bottom: 0.125rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-organization ul.list-organization li > ul li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates {
  padding-bottom: 5.5rem;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul{
  display: block;
  z-index: 20;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul li {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul li .items {
  display: block;
  align-items: center;
  height: 100%;
  padding: 1.25rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul li .items{
    display: flex;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul li .items figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.625rem;
  min-width: 5.625rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul li .items .text {
  display: block;
  padding-left: 0px;
  padding-top: 1rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul li .items .text{
    padding-top: 0px;
    padding-left: 1rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-associates ul li .items .text p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge {
  padding-top: 1rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge .list-challenge {
  display: block;
  padding-top: 1.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge .list-challenge li {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge .list-challenge li h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge .list-challenge li > ul {
  display: block;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge .list-challenge li > ul li {
  margin-bottom: 0.125rem;
}

#content .content-about .box-about > .container .content-info .about-detail .philosophy-company .content-challenges .info-challenge .list-challenge li > ul li p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-because {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-because h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because h3{
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit {
  display: grid;
  position: relative;
  -moz-column-gap: 0px;
       column-gap: 0px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit:before {
  content: "";
  background-image: url('../img/bg-circle-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 120px;
  position: absolute;
  right: 0px;
  top: 4rem;
  width: 120px;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit:before{
    display: block;
    right: -1rem;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit:before{
    right: -4rem;
  }
}

@media (min-width: 1536px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit:before{
    height: 12.5rem;
    top: 1rem;
    right: -7rem;
    width: 12.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul{
  display: block;
  z-index: 20;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul li {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul li .items {
  display: block;
  align-items: center;
  height: 100%;
  padding: 1.25rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul li .items{
    display: flex;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul li .items figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.625rem;
  min-width: 5.625rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul li .items .text {
  display: block;
  padding-left: 0px;
  padding-top: 1rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul li .items .text{
    padding-top: 0px;
    padding-left: 1rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-benefit ul li .items .text p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-discount {
  position: relative;
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-discount:before {
  content: "";
  background-image: url('../img/bg-circle-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 13.375rem;
  position: absolute;
  right: 0px;
  top: 6rem;
  width: 9.5rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-discount:before{
    display: block;
    right: -1rem;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-discount:before{
    right: -4rem;
  }
}

@media (min-width: 1536px){
  #content .content-about .box-about > .container .content-info .about-detail .content-because .content-discount:before{
    top: 1rem;
    right: -7rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-because .content-discount:before{
  z-index: -1;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive {
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive {
  display: grid;
  gap: 1.5rem;
  grid-auto-flow: row;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive{
    grid-auto-flow: column;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive{
    gap: 2rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .box-directive > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .box-directive{
  display: block;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .box-directive > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .box-directive{
    display: flex;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .box-directive > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .box-directive{
    display: block;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt {
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt figure {
  height: 15rem;
  position: relative;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt figure{
    height: 17.5rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt figure img {
  border-radius: 0.375rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt figure .box-holder {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.68%, rgba(0, 0, 0, 0.75) 100%);
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt figure .box-holder img {
  height: 4.5rem;
  width: 4.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt .info {
  padding-top: 1.25rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt .info .occupation {
  display: block;
  padding-bottom: 0px;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt .info .occupation h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt .info .occupation p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive.alt:hover figure .box-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive figure {
  height: 270px;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive figure{
    height: 392px;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive figure{
    height: 492px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive figure img {
  border-radius: 0.375rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info {
  padding-top: 1.5rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info .occupation {
  display: block;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info .occupation{
    padding-bottom: 1rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info .occupation h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info .occupation h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info .occupation p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info .occupation p{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-directive .detail-directive .item-directive .info small{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-pdf {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-pdf{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: block;
  height: 100%;
  max-width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf{
    display: inline-flex;
    height: 8rem;
  }
}

@media (min-width: 992px){
  #content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf{
    max-width: 515px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf figure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf figure{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf figure img {
  height: 4.25rem;
  max-width: 3.375rem;
}

#content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf .text {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-left-width: 0px;
  border-top-width: 1px;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf .text{
    border-top-width: 0px;
    border-left-width: 1px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf .text p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .content-pdf .items-pdf .text p{
    font-size: 18px;
    line-height: 32px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .info-statutes > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .info-statutes{
  padding-left: 0px;
  padding-top: 3rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .info-statutes{
    padding-left: 2.25rem;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .info-statutes .text > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-about .box-about > .container .content-info .about-detail .info-statutes .text{
  display: block;
}

#content .content-about .box-about > .container .content-info .about-detail .info-statutes .text h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .info-statutes .text h5{
    font-size: 20px;
    line-height: 28px;
  }
}

#content .content-about .box-about > .container .content-info .about-detail .info-statutes .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box-about > .container .content-info .about-detail .info-statutes .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-commissions {
  position: relative;
  width: 100%;
}

#content .content-commissions img {
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px){
  #content .content-commissions img{
    height: 200px;
  }
}

@media (min-width: 992px){
  #content .content-commissions img{
    height: 303px;
  }
}

#content .content-commissions > .container {
  margin-top: -4.5rem;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  width: 100%;
  z-index: 20;
}

@media (min-width: 768px){
  #content .content-commissions > .container{
    margin-top: -9rem;
    max-width: 1000px;
  }
}

@media (min-width: 992px){
  #content .content-commissions > .container{
    margin-top: -14.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px){
  #content .content-commissions > .container{
    max-width: 1378px;
  }
}

#content .content-commissions > .container h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-commissions > .container h2{
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 992px){
  #content .content-commissions > .container h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-commissions > .container a.items-commissions {
  border-radius: 0px;
  display: block;
  height: 165px;
  position: relative;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-commissions > .container a.items-commissions{
    height: 201px;
  }
}

@media (min-width: 992px){
  #content .content-commissions > .container a.items-commissions{
    border-radius: 0.5rem;
  }
}

#content .content-commissions > .container a.items-commissions:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
}

@media (min-width: 992px){
  #content .content-commissions > .container a.items-commissions:before{
    border-radius: 0.5rem;
  }
}

#content .content-commissions > .container a.items-commissions:hover {
  position: relative;
}

#content .content-commissions > .container a.items-commissions:hover:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  height: 0.75rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
}

#content .content-commissions > .container a.items-commissions img {
  border-radius: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-commissions > .container a.items-commissions img{
    border-radius: 0.5rem;
  }
}

#content .content-commissions > .container a.items-commissions .caption {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 30;
}

@media (min-width: 768px){
  #content .content-commissions > .container a.items-commissions .caption{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px){
  #content .content-commissions > .container a.items-commissions .caption{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#content .content-commissions > .container a.items-commissions .caption h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-commissions > .container a.items-commissions .caption h4{
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1200px){
  #content .content-commissions > .container a.items-commissions .caption h4{
    font-size: 24px;
    line-height: 32px;
  }
}

#content .content-collaborating {
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-collaborating{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px){
  #content .content-collaborating{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

#content .content-collaborating .container {
  width: 100%;
}

#content .content-collaborating .container .title {
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px){
  #content .content-collaborating .container .title{
    display: flex;
    padding-bottom: 2rem;
    text-align: left;
  }
}

#content .content-collaborating .container .title h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-collaborating .container .title h3{
    font-size: 24px;
    line-height: 40px;
  }
}

@media (min-width: 992px){
  #content .content-collaborating .container .title h3{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-collaborating .container .title .btn-collaborating:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
}

#content .content-collaborating .container .title .btn-collaborating{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

#content .content-collaborating .container .title .btn-collaborating:hover{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

#content .content-collaborating .container .title .btn-collaborating{
  border-radius: 25px;
  border-width: 3px;
  display: none;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  margin-left: 0px;
  margin-top: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
}

#content .content-collaborating .container .title .btn-collaborating:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-collaborating .container .title .btn-collaborating{
    display: inline-flex;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0px;
    margin-left: 1.5rem;
  }
}

#content .content-collaborating .container .title .btn-collaborating i {
  font-size: 14px;
  line-height: 28px;
  margin-left: 0.5rem;
}

@media (min-width: 768px){
  #content .content-collaborating .container .title .btn-collaborating i{
    font-size: 16px;
    line-height: auto;
  }
}

#content .content-collaborating .container .slideShow-collaborating {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-collaborating .container .slideShow-collaborating{
    width: 900px;
  }
}

@media (min-width: 1200px){
  #content .content-collaborating .container .slideShow-collaborating{
    width: 1064px;
  }
}

#content .content-collaborating .container .slideShow-collaborating .slide-collaborating {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px){
  #content .content-collaborating .container .slideShow-collaborating .slide-collaborating{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1200px){
  #content .content-collaborating .container .slideShow-collaborating .slide-collaborating{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

#content .content-collaborating .container .slideShow-collaborating .slide-collaborating .items {
  display: block;
  margin-right: 1.25rem;
  width: 50%;
}

@media (min-width: 768px){
  #content .content-collaborating .container .slideShow-collaborating .slide-collaborating .items{
    margin-right: 2.25rem;
    width: 25%;
  }
}

@media (min-width: 992px){
  #content .content-collaborating .container .slideShow-collaborating .slide-collaborating .items{
    width: 16.666667%;
  }
}

#content .content-collaborating .container .slideShow-collaborating .slide-collaborating .items figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px){
  #content .content-collaborating .container .slideShow-collaborating .slide-collaborating .items figure{
    height: 5.625rem;
  }
}

#content .content-collaborating .container .slideShow-collaborating .slide-collaborating .items figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

#content .content-collaborating .container .slideShow-collaborating .nav-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0px;
  width: 100%;
}

#content .content-collaborating .container .slideShow-collaborating .nav-control a {
  font-size: 16px;
  line-height: auto;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  z-index: 10;
}

@media (min-width: 768px){
  #content .content-collaborating .container .slideShow-collaborating .nav-control a{
    font-size: 22px;
    line-height: auto;
  }
}

#content .content-collaborating .container .slideShow-collaborating .nav-control a.prev {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-collaborating .container .slideShow-collaborating .nav-control a.prev:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-collaborating .container .slideShow-collaborating .nav-control a.next {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-collaborating .container .slideShow-collaborating .nav-control a.next:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-collaborating .container .box-responsive {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

@media (min-width: 768px){
  #content .content-collaborating .container .box-responsive{
    display: none;
    margin-top: 0px;
  }
}

#content .content-collaborating .container .btn-collaboratingResponsive:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
}

#content .content-collaborating .container .btn-collaboratingResponsive{
  --tw-border-opacity: 1;
  border-color: rgba(97, 190, 121, var(--tw-border-opacity));
}

#content .content-collaborating .container .btn-collaboratingResponsive:hover{
  --tw-border-opacity: 1;
  border-color: rgba(62, 240, 118, var(--tw-border-opacity));
}

#content .content-collaborating .container .btn-collaboratingResponsive{
  border-radius: 25px;
  border-width: 3px;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  margin-left: 0px;
  margin-top: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(97, 190, 121, var(--tw-text-opacity));
}

#content .content-collaborating .container .btn-collaboratingResponsive:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-collaborating .container .btn-collaboratingResponsive{
    margin-top: 0px;
    margin-left: 1.5rem;
  }
}

#content .content-collaborating .container .btn-collaboratingResponsive i {
  font-size: 14px;
  line-height: 28px;
  margin-left: 0.5rem;
}

@media (min-width: 768px){
  #content .content-collaborating .container .btn-collaboratingResponsive i{
    font-size: 16px;
    line-height: auto;
  }
}

#content .content-activities {
  padding-bottom: 7.375rem;
  position: relative;
  width: 100%;
}

#content .content-activities::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  display: none;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 1.875rem;
  width: 4%;
}

@media (min-width: 992px){
  #content .content-activities::before{
    display: block;
  }
}

@media (min-width: 1200px){
  #content .content-activities::before{
    width: 11%;
  }
}

#content .content-activities .title {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #content .content-activities .title{
    padding-bottom: 1.125rem;
  }
}

#content .content-activities .title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 0px;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  white-space: nowrap;
}

@media (min-width: 768px){
  #content .content-activities .title h2{
    font-size: 30px;
    line-height: 60px;
    padding-right: 1rem;
  }
}

@media (min-width: 992px){
  #content .content-activities .title h2{
    font-size: 40px;
    line-height: 60px;
    padding-right: 2.5rem;
  }
}

#content .content-activities .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  margin: 0px;
  width: 100%;
}

#content .content-activities .content-slide-activities {
  position: relative;
  width: 100%;
}

#content .content-activities .content-slide-activities .slide-activities {
  position: relative;
  width: 100%;
}

#content .content-activities .content-slide-activities .slide-activities:before {
  content: "";
  background-image: url('../img/bg-circle.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 10.5rem;
  position: absolute;
  left: 0px;
  top: 10.5rem;
  bottom: auto;
  width: 7.75rem;
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .slide-activities:before{
    bottom: 12.5rem;
    top: auto;
    left: -2.5rem;
  }
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities:before{
    display: block;
    bottom: -4.375rem;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide {
  width: 100%;
}

#content .content-activities .content-slide-activities .slide-activities .slide figure {
  height: 215px;
  min-width: 100%;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .slide-activities .slide figure{
    height: 416px;
    min-width: 300px;
  }
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide figure{
    width: auto;
  }
}

@media (min-width: 1200px){
  #content .content-activities .content-slide-activities .slide-activities .slide figure{
    min-width: 430px;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

#content .content-activities .content-slide-activities .slide-activities .slide .info {
  display: block;
  min-width: 100%;
  padding-top: 0px;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide .info{
    min-width: 250px;
    padding-top: 4rem;
    width: auto;
  }
}

@media (min-width: 1200px){
  #content .content-activities .content-slide-activities .slide-activities .slide .info{
    min-width: 372px;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .info h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .slide-activities .slide .info h4{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .info ul {
  display: block;
}

#content .content-activities .content-slide-activities .slide-activities .slide .info ul li {
  display: block;
}

#content .content-activities .content-slide-activities .slide-activities .slide .info ul li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-activities .content-slide-activities .slide-activities .slide .info ul li p strong {
  font-weight: 700;
}

#content .content-activities .content-slide-activities .slide-activities .slide .info p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .slide-activities .slide .info p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon {
  display: inline-flex;
  padding-top: 0px;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon{
    padding-top: 1.5rem;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon {
  display: block;
  text-align: left;
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon{
    text-align: center;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text{
    display: block;
    margin-bottom: 1.75rem;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text small {
  order: 9999;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text small{
    font-size: 18px;
    line-height: 32px;
  }
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text small{
    margin-bottom: 0.25rem;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text p{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text p{
    padding-right: 0px;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text p strong {
  display: inline-block;
  font-family: Poppins;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text p strong{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon .text p strong{
    display: block;
    font-size: 120px;
    line-height: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon a {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon a{
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-activities .content-slide-activities .slide-activities .slide .comming-soon .box-soon a i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

#content .content-activities .content-slide-activities .control-activities {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0px;
  position: absolute;
  bottom: -4rem;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-activities .content-slide-activities .control-activities{
    justify-content: center;
    padding-left: 6.5rem;
    bottom: 1.25rem;
  }
}

@media (min-width: 1200px){
  #content .content-activities .content-slide-activities .control-activities{
    padding-left: 12.5rem;
  }
}

#content .content-activities .content-slide-activities .control-activities p.carousel-status2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-activities .content-slide-activities .control-activities .box-bar {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  border-radius: 4rem;
  height: 0.125rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  min-width: 0px;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .control-activities .box-bar{
    margin-left: 1rem;
    margin-right: 1.25rem;
    min-width: 12.5rem;
    width: auto;
  }
}

#content .content-activities .content-slide-activities .control-activities .box-bar .progress-bar2 {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  height: 0.125rem;
  width: 0px;
}

#content .content-activities .content-slide-activities .control-activities .nav-control {
  display: flex;
  align-items: center;
}

#content .content-activities .content-slide-activities .control-activities .nav-control a {
  font-size: 16px;
  line-height: auto;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-activities .content-slide-activities .control-activities .nav-control a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-activities .content-slide-activities .control-activities .nav-control a.prev {
  margin-left: 0px;
}

#content .content-activities .content-slide-activities .control-activities .nav-control a.next {
  margin-left: 0.75rem;
}

@media (min-width: 768px){
  #content .content-activities .content-slide-activities .control-activities .nav-control a.next{
    margin-left: 1.5rem;
  }
}

#content .content-about {
  width: 100%;
}

#content .content-about .box {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 992px){
  #content .content-about .box{
    flex-direction: row;
  }
}

#content .content-about .box::before {
  content: "";
  height: 90%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

@media (min-width: 992px){
  #content .content-about .box::before{
    display: none;
  }
}

#content .content-about .box::before{
  mix-blend-mode: normal;
  background: linear-gradient(180deg, #ea1b60 71.82%, rgba(234, 27, 96, 0) 90.64%);
}

#content .content-about .box figure {
  order: 2;
  height: 290px;
  margin: 0px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box figure{
    height: 350px;
  }
}

@media (min-width: 992px){
  #content .content-about .box figure{
    order: 1;
    height: 661px;
    width: 40%;
  }
}

#content .content-about .box figure::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  height: 100%;
  opacity: .58;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  mix-blend-mode: multiply;
}

#content .content-about .box figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-about .box .info {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin-bottom: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0px;
  padding-top: 4rem;
  position: relative;
  width: 100%;
  z-index: 20;
}

@media (min-width: 768px){
  #content .content-about .box .info{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
    margin-bottom: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px){
  #content .content-about .box .info{
    order: 2;
    width: 60%;
  }
}

#content .content-about .box .info .text {
  max-width: 100%;
}

@media (min-width: 768px){
  #content .content-about .box .info .text{
    max-width: 618px;
  }
}

#content .content-about .box .info .text span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box .info .text span{
    font-size: 24px;
    line-height: 36px;
  }
}

#content .content-about .box .info .text h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box .info .text h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-about .box .info .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2.5rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-about .box .info .text p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 3rem;
  }
}

#content .content-about .box .info .text a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#content .content-about .box .info .text a{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

#content .content-about .box .info .text a:hover{
  --tw-border-opacity: 1;
  border-color: rgba(234, 27, 96, var(--tw-border-opacity));
}

#content .content-about .box .info .text a{
  border-radius: 25px;
  border-width: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-about .box .info .text a:hover{
  --tw-text-opacity: 1;
  color: rgba(234, 27, 96, var(--tw-text-opacity));
}

#content .content-about .box .info .text a i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

@media (min-width: 768px){
  #content .content-about .box .info .text a i{
    font-size: 22px;
    line-height: auto;
  }
}

#content .content-news {
  padding-top: 4rem;
  padding-bottom: 5rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-news{
    padding-top: 6rem;
    padding-top: 8.75rem;
  }
}

@media (min-width: 992px){
  #content .content-news{
    padding-top: 9.5rem;
    padding-bottom: 10.625rem;
  }
}

#content .content-news.alt {
  padding-top: 0px;
  padding-bottom: 8rem;
}

#content .content-news .box-title {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  #content .content-news .box-title{
    padding-bottom: 2.25rem;
  }
}

#content .content-news .box-title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-news .box-title h2{
    font-size: 40px;
    line-height: 60px;
  }
}

#content .content-news .box-title a {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-news .box-title a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#content .content-news .box-title a{
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  margin-left: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-news .box-title a{
    font-size: 16px;
    line-height: 32px;
    margin-left: 2rem;
  }
}

#content .content-news .box-title a span {
  display: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (min-width: 768px){
  #content .content-news .box-title a span{
    display: block;
  }
}

#content .content-news .box-title a i {
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

@media (min-width: 768px){
  #content .content-news .box-title a i{
    font-size: 22px;
    line-height: auto;
  }
}

#content .content-electoral {
  padding-top: 0px;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-electoral{
    padding-top: 5rem;
  }
}

#content .content-electoral .banner-electoral {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  height: 23rem;
  position: relative;
  width: 100%;
}

#content .content-electoral .banner-electoral .bread {
  position: absolute;
  width: 100%;
}

#content .content-electoral .banner-electoral .bread > .container {
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  #content .content-electoral .banner-electoral .bread > .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px){
  #content .content-electoral .banner-electoral .bread > .container{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

#content .content-electoral .banner-electoral .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

#content .content-electoral .banner-electoral .bread > .container .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}

@media (min-width: 768px){
  #content .content-electoral .banner-electoral .bread > .container .breadcrumb > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#content .content-electoral .banner-electoral .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before {
  content: "/";
  position: absolute;
  left: -0.625rem;
}

@media (min-width: 768px){
  #content .content-electoral .banner-electoral .bread > .container .breadcrumb .breadcrumb-item:not(:first-child):before{
    left: -1.25rem;
  }
}

#content .content-electoral .banner-electoral .bread > .container .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: baseline;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-electoral .banner-electoral .bread > .container .breadcrumb .breadcrumb-item.active {
  display: flex;
  align-items: baseline;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#content .content-electoral .banner-electoral .bread > .container .breadcrumb .breadcrumb-item a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-electoral .banner-electoral .container {
  height: 100%;
  width: 100%;
}

#content .content-electoral .banner-electoral .container .caption > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

#content .content-electoral .banner-electoral .container .caption{
  display: block;
  align-items: flex-end;
  height: 100%;
}

@media (min-width: 992px){
  #content .content-electoral .banner-electoral .container .caption > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #content .content-electoral .banner-electoral .container .caption{
    display: flex;
  }
}

#content .content-electoral .banner-electoral .container .caption .box {
  display: block;
  max-width: 100%;
  padding-bottom: 0px;
  padding-top: 4rem;
}

@media (min-width: 768px){
  #content .content-electoral .banner-electoral .container .caption .box{
    max-width: 26.4375rem;
  }
}

@media (min-width: 992px){
  #content .content-electoral .banner-electoral .container .caption .box{
    padding-top: 0px;
    padding-bottom: 3.75rem;
  }
}

#content .content-electoral .banner-electoral .container .caption .box figure {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
}

@media (min-width: 768px){
  #content .content-electoral .banner-electoral .container .caption .box figure{
    height: 117px;
    width: 397px;
  }
}

#content .content-electoral .banner-electoral .container .caption .box figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

#content .content-electoral .banner-electoral .container .caption .box .info {
  display: block;
  padding-top: 2.75rem;
}

#content .content-electoral .banner-electoral .container .caption .box .info a {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

#content .content-electoral .banner-electoral .container .caption .box .info a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#content .content-electoral .banner-electoral .container .caption .box .info a{
  --tw-border-opacity: 1;
  border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  border-radius: 25px;
  border-width: 3px;
  display: inline-flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-electoral .banner-electoral .container .caption .box .info a:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-electoral .banner-electoral .container .caption .box .info a{
  white-space: normal;
  z-index: 20;
}

@media (min-width: 768px){
  #content .content-electoral .banner-electoral .container .caption .box .info a{
    font-size: 16px;
    line-height: 32px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    white-space: pre;
  }
}

#content .content-electoral .banner-electoral .container .caption .box .info a i {
  font-size: 22px;
  line-height: auto;
  margin-left: 0.75rem;
}

#content .content-electoral .banner-electoral .container .caption .video-electoral {
  height: 14rem;
  position: relative;
  top: 0px;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-electoral .banner-electoral .container .caption .video-electoral{
    height: 21.125rem;
  }
}

@media (min-width: 992px){
  #content .content-electoral .banner-electoral .container .caption .video-electoral{
    top: 2.5rem;
    width: 37.4375rem;
  }
}

#content .content-electoral .banner-electoral .container .caption .video-electoral:before {
  content: "";
  background-image: url('../img/bg-circle.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 14rem;
  position: absolute;
  right: 2rem;
  bottom: -4rem;
  width: 10rem;
  z-index: 10;
}

@media (min-width: 992px){
  #content .content-electoral .banner-electoral .container .caption .video-electoral:before{
    right: -2.5rem;
  }
}

#content .content-electoral .banner-electoral .container .caption .video-electoral .video {
  border-radius: 0.25rem;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 20;
}

#content .content-electoral .last-debate {
  padding-bottom: 5.625rem;
  padding-top: 16rem;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-electoral .last-debate{
    padding-top: 22rem;
  }
}

@media (min-width: 992px){
  #content .content-electoral .last-debate{
    padding-top: 7rem;
  }
}

#content .content-electoral .last-debate:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  display: none;
  height: 0.125rem;
  position: absolute;
  right: 0px;
  top: 23.8125rem;
  width: 50%;
  z-index: 10;
}

@media (min-width: 768px){
  #content .content-electoral .last-debate:before{
    display: block;
  }
}

@media (min-width: 992px){
  #content .content-electoral .last-debate:before{
    top: 8.8125rem;
  }
}

#content .content-electoral .last-debate .box-debate {
  display: block;
  width: 100%;
}

#content .content-electoral .last-debate .box-debate .title {
  display: block;
  align-items: center;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #content .content-electoral .last-debate .box-debate .title{
    display: flex;
  }
}

#content .content-electoral .last-debate .box-debate .title h2 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  z-index: 20;
}

@media (min-width: 768px){
  #content .content-electoral .last-debate .box-debate .title h2{
    font-size: 40px;
    line-height: 60px;
    white-space: nowrap;
  }
}

#content .content-electoral .last-debate .box-debate .title hr {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-width: 1px;
  margin-left: 0px;
  margin-top: 1rem;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-electoral .last-debate .box-debate .title hr{
    margin-top: 0px;
    margin-left: 4.5rem;
  }
}

#content .content-electoral .last-debate .box-debate .description-debate > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#content .content-electoral .last-debate .box-debate .description-debate{
  display: block;
}

@media (min-width: 768px){
  #content .content-electoral .last-debate .box-debate .description-debate > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}

#content .content-electoral .last-debate .box-debate .description-debate h4 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-electoral .last-debate .box-debate .description-debate h4{
    font-size: 32px;
    line-height: 40px;
  }
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate{
  display: block;
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate .thumb {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 200px;
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate .thumb img {
  border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate .thumb i {
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
  font-size: 64px;
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate .description {
  display: block;
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate .description h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#content .content-electoral .last-debate .box-debate .description-debate .card-debate .description p {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

#content .content-electoral .last-debate .box-debate .items-debate {
  border-radius: 0.5rem;
  display: block;
}

#content .content-electoral .last-debate .box-debate .items-debate figure {
  height: 280px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #content .content-electoral .last-debate .box-debate .items-debate figure{
    height: 368px;
  }
}

#content .content-electoral .last-debate .box-debate .items-debate figure:before {
  content: "";
  border-radius: 0.5rem;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.25%, #000000 84.11%);
}

#content .content-electoral .last-debate .box-debate .items-debate figure img {
  border-radius: 0.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#content .content-electoral .last-debate .box-debate .items-debate figure figcaption {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 2.25rem;
  position: absolute;
  bottom: 0px;
  z-index: 20;
}

#content .content-electoral .last-debate .box-debate .items-debate figure figcaption time {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-electoral .last-debate .box-debate .items-debate figure figcaption h5 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#content .content-community {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4rem;
  padding-top: 2.375rem;
  position: relative;
  width: 100%;
}

#content .content-community:before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  --tw-bg-opacity: .74;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#content .content-community > .container {
  z-index: 20;
}

#content .content-community > .container .caption {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px){
  #content .content-community > .container .caption{
    width: 816px;
  }
}

#content .content-community > .container .caption figure {
  display: inline-flex;
  padding-bottom: 1rem;
}

#content .content-community > .container .caption figure img {
  height: 4.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  #content .content-community > .container .caption figure img{
    height: 3.5rem;
  }
}

#content .content-community > .container .caption .text {
  display: block;
}

#content .content-community > .container .caption .text h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-community > .container .caption .text h2{
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 1rem;
  }
}

#content .content-community > .container .caption .text p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #content .content-community > .container .caption .text p{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-community > .container .caption .text form {
  padding-top: 2.5rem;
}

#content .content-community > .container .caption .text form .group-input {
  background-color: rgba(0, 0, 0, 0.25);
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-radius: 40px;
  border-width: 2px;
  display: inline-flex;
  align-items: center;
  height: 2.75rem;
  max-width: 100%;
}

@media (min-width: 992px) {
  #content .content-community > .container .caption .text form .group-input {
    max-width: 393px;
  }
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .newsletter-email {
  background-color: transparent;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .newsletter-email::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .newsletter-email:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .newsletter-email::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .newsletter-email{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .newsletter-email{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .wpcf7-email {
  background-color: transparent;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .wpcf7-email::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .wpcf7-email:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .wpcf7-email::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .wpcf7-email{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .wpcf7-email{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .input {
  background-color: transparent;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .input:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .input{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .input{
    font-size: 16px;
    line-height: 28px;
  }
}

#content .content-community > .container .caption .text form .group-input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  height: 0;
}

#content .content-community > .container .caption .text form .group-input button {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2.75rem;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #content .content-community > .container .caption .text form .group-input button{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
  }
}

@media (min-width: 992px) {
  #content .content-community > .container .caption .text form .group-input button {
    width: 70%;
  }
}

#content .content-community > .container .caption .text form .group-input button i {
  font-size: 12px;
  line-height: auto;
  margin-left: 0.75rem;
}

@media (min-width: 768px){
  #content .content-community > .container .caption .text form .group-input button i{
    font-size: 22px;
    line-height: auto;
  }
}

#content .content-community > .container .caption .text form .group-input .ajax-loader {
  display: none;
}

#content .content-community > .container .caption .text form .wpcf7-response-output {
  display: none;
}

#content .content-community > .container .caption .text form.invalid .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-style: none;
  display: block;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  width: 100%;
  border-color: none !important;
  padding: 20px 14px 24px !important;
  margin: 80px 0px 0px !important;
}

@media (min-width: 768px) {
  #content .content-community > .container .caption .text form.invalid .wpcf7-response-output {
    border-color: none !important;
    padding: 22px 30px 26px !important;
    margin: 40px 0px 0px !important;
  }
}

#content .content-community > .container .caption .text form.invalid .wpcf7-response-output p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

#content .content-community > .container .caption .text form.sent .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-style: none;
  display: block;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
  width: 100%;
  border-color: none !important;
  padding: 20px 14px 24px !important;
  margin: 80px 0px 0px !important;
}

@media (min-width: 768px) {
  #content .content-community > .container .caption .text form.sent .wpcf7-response-output {
    border-color: none !important;
    padding: 22px 30px 26px !important;
    margin: 40px 0px 0px !important;
  }
}

#content .content-community > .container .caption .text form.sent .wpcf7-response-output p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

#modalDirective {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
}

#modalDirective .hide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#modalDirective .hide .box {
  border-radius: 0.5rem;
  height: auto;
  position: relative;
  width: 100%;
}

#modalDirective .hide .box .btn-close {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  position: absolute;
  right: 0px;
  top: -1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 2.25rem;
  z-index: 20;
}

@media (min-width: 768px){
  #modalDirective .hide .box .btn-close{
    right: -1rem;
  }
}

#modalDirective .hide .box video {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
}

.select2-container--open .select2-dropdown--below {
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  border-width: 1px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.form-group {
  display: block;
}

.form-group p {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.form-group .error {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.form-group.alt-event label {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.form-group.alt-event .form-control-event {
  max-width: 372px;
}

.form-group .opcion {
  display: block;
}

.form-group .opcion.error small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.form-group .opcion h6 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.form-group .opcion .list-checkbox > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.form-group .opcion .list-checkbox{
  display: flex;
  align-items: center;
}

.form-group .opcion .list-checkbox.alt > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.form-group .opcion .list-checkbox.alt{
  display: block;
  align-items: center;
}

@media (min-width: 768px){
  .form-group .opcion .list-checkbox.alt > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .form-group .opcion .list-checkbox.alt{
    display: flex;
  }
}

.form-group .opcion .list-checkbox.alt li .checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0px;
}

.form-group .opcion .list-checkbox.alt li .checkbox input {
  display: none;
}

.form-group .opcion .list-checkbox.alt li .checkbox input + span {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  height: 1.5rem;
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  padding-left: 2rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.form-group .opcion .list-checkbox.alt li .checkbox input + span:after {
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 3px;
  height: 1.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1.5rem;
}

.form-group .opcion .list-checkbox.alt li .checkbox input:checked + span:after {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  box-shadow: inset 0 0px 0 3px #ffffff;
}

.form-group .opcion .list-checkbox li .checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0px;
}

.form-group .opcion .list-checkbox li .checkbox input {
  display: none;
}

.form-group .opcion .list-checkbox li .checkbox input + span {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  height: 2.5rem;
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
  padding-left: 3rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.form-group .opcion .list-checkbox li .checkbox input + span:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 6px;
  height: 2.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2.5rem;
}

.form-group .opcion .list-checkbox li .checkbox input:checked + span:after {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  box-shadow: inset 0 0px 0 4px #ffffff;
}

.form-group label {
  display: inline-block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.form-group .input-group {
  position: relative;
  width: 100%;
}

.form-group .input-group .custom-file {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 3.5rem;
  width: 100%;
}

.form-group .input-group .custom-file .custom-file-input {
  cursor: pointer;
  height: 100%;
  margin: 0px;
  opacity: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  width: 100%;
  z-index: 20;
}

.form-group .input-group .custom-file .custom-file-label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Open Sans;
  font-weight: 400;
  height: 3.5rem;
  font-size: 14px;
  line-height: 24px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-group .input-group .custom-file .custom-file-label::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .input-group .custom-file .custom-file-label:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .input-group .custom-file .custom-file-label::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .input-group .custom-file .custom-file-label{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  .form-group .input-group .custom-file .custom-file-label{
    font-size: 16px;
    line-height: 28px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.form-group .input-group .custom-file .custom-file-label:after {
  content: "SUBIR ARCHIVO";
  --tw-bg-opacity: 1;
  background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2.125rem;
  font-size: 14px;
  line-height: 24px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  white-space: nowrap;
}

@media (min-width: 768px){
  .form-group .input-group .custom-file .custom-file-label:after{
    font-size: 16px;
    line-height: 32px;
  }
}

.form-group input, .form-group select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  font-family: Open Sans;
  font-weight: 400;
  height: 3.5rem;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-group input::-moz-placeholder, .form-group select::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group input:-ms-input-placeholder, .form-group select:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group input::placeholder, .form-group select::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group input, .form-group select{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  .form-group input, .form-group select{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.form-group .checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0px;
}

.form-group .checkbox input {
  display: none;
}

.form-group .checkbox input + span {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  height: 2rem;
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
  padding-left: 2.5rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .form-group .checkbox input + span{
    height: 2.5rem;
    font-size: 16px;
    line-height: 28px;
    padding-left: 3rem;
  }
}

.form-group .checkbox input + span:after {
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 4px;
  height: 2rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2rem;
}

@media (min-width: 768px){
  .form-group .checkbox input + span:after{
    border-width: 6px;
    height: 2.5rem;
    width: 2.5rem;
  }
}

.form-group .checkbox input:checked + span:after {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  box-shadow: inset 0 0px 0 4px #ffffff;
}

.form-group textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  font-family: Open Sans;
  font-weight: 400;
  height: 8.5rem;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.form-group textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group textarea:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group textarea{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  .form-group textarea{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.form-group .box-select {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.form-group .box-select i {
  cursor: pointer;
  font-size: 22px;
  line-height: auto;
  position: absolute;
  right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.form-group .calendary {
  display: flex;
  align-items: center;
  position: relative;
}

.form-group .calendary i {
  font-size: 22px;
  line-height: auto;
  position: absolute;
  right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.form-group .gj-datepicker-md {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  font-family: Open Sans;
  font-weight: 400;
  height: 3.5rem;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-group .gj-datepicker-md::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .gj-datepicker-md:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .gj-datepicker-md::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .gj-datepicker-md{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
}

.form-group .gj-datepicker-md input {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-width: 1px;
}

.form-group .gj-datepicker-md [role=right-icon] {
  display: none;
}

.form-group .select2-container {
  width: 100% !important;
}

.form-group .select2-container--default .select2-selection--single {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  font-family: Open Sans;
  font-weight: 400;
  height: 3.5rem;
  font-size: 16px;
  line-height: 28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-left: 0.75rem;
  padding-right: 3.375rem;
}

.form-group .select2-container--default .select2-selection--single::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .select2-container--default .select2-selection--single:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .select2-container--default .select2-selection--single::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
}

.form-group .select2-container--default .select2-selection--single{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  .form-group .select2-container--default .select2-selection--single{
    padding-left: 1.5rem;
  }
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  height: 100%;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  cursor: pointer;
  font-size: 22px;
  line-height: auto;
  position: absolute;
  right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0px;
}

.form-group.good label {
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.form-group.good label.good {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.form-group.good input {
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.form-group.good textarea {
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.form-group.good .select2-container--default .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
}

.form-group.good .select2-container--default .select2-selection--single .select2-selection__rendered {
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.form-group.good .gj-datepicker-md {
  --tw-border-opacity: 1;
  border-color: rgba(89, 184, 178, var(--tw-border-opacity));
}

.form-group.good .gj-datepicker-md input {
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.form-group.good small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(89, 184, 178, var(--tw-text-opacity));
}

.form-group.error label {
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.form-group.error input {
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.form-group.error textarea {
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.form-group.error .select2-container--default .select2-selection--single {
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.form-group.error .gj-datepicker-md {
  --tw-border-opacity: 1;
  border-color: rgba(255, 49, 49, var(--tw-border-opacity));
}

.form-group.error small {
  display: block;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, var(--tw-text-opacity));
}

.content-company {
  grid-column: span 2 / span 2;
}

.content-company .company {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column: span 1 / span 1;
}

@media (min-width: 768px){
  .content-company .company{
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 992px){
  .content-company .company{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.companies-fields {
  display: none;
}

#suggestionsFormContainer {
  width: 100%;
}

#suggestionsFormContainer form {
  width: 100%;
}

#suggestionsFormContainer form p .wpcf7-form-control {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

#suggestionsFormContainer form p .wpcf7-form-control:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

#suggestionsFormContainer form p .wpcf7-form-control{
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  height: 2.75rem;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

.wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-style: none;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  width: 100%;
  border-color: none !important;
  padding: 20px 14px 24px !important;
  margin: 30px 0px 0px !important;
}

@media (min-width: 768px) {
  .wpcf7-response-output {
    border-color: none !important;
    padding: 22px 30px 26px !important;
    margin: 40px 0px 0px !important;
  }
}

.wpcf7-response-output p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.wpcf7-response-output-good {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-style: none;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
  width: 100%;
  border-color: none !important;
  padding: 20px 14px 24px !important;
  margin: 30px 0px 0px !important;
}

@media (min-width: 768px) {
  .wpcf7-response-output-good {
    border-color: none !important;
    padding: 22px 30px 26px !important;
    margin: 40px 0px 0px !important;
  }
}

.wpcf7-response-output-good p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(112, 196, 134, var(--tw-text-opacity));
}

#formErrorMessager {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-style: none;
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  width: 100%;
}

@media (min-width: 768px){
  #formErrorMessager{
    font-size: 24px;
    line-height: 36px;
  }
}

#formErrorMessager{
  border-color: none !important;
  padding: 20px 14px 24px !important;
  margin: 30px 0px 0px !important;
}

@media (min-width: 768px) {
  #formErrorMessager {
    border-color: none !important;
    padding: 32px 48px 36px !important;
    margin: 60px 0px 0px !important;
  }
}

#formErrorMessager p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0.125rem;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

@media (min-width: 768px){
  #formErrorMessager p{
    font-size: 16px;
    line-height: 28px;
  }
}

#modalDiscount {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
}

#modalDiscount.open {
  display: block;
}

#modalDiscount .container {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  width: 100%;
}

#modalDiscount .body-modal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);
  max-width: 328px;
}

#modalDiscount .body-modal .thumb {
  margin-bottom: 1rem;
  width: 100%;
  height: 72px;
}

#modalDiscount .body-modal .thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

#modalDiscount .body-modal .description > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#modalDiscount .body-modal .description{
  display: block;
}

#modalDiscount .body-modal .description p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#modalDiscount .body-modal .description h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#modalDiscount .body-modal .description small {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

#modalDiscount .body-modal .description small i {
  font-size: 22px;
}

#imagePreview {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100px;
}

.modal-video {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.modal-video .modal-body {
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 992px;
}

.modal-video .modal-body .btn-close {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  position: absolute;
  right: 0px;
  top: -2.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .modal-video .modal-body .btn-close{
    top: -1.25rem;
    right: -1.25rem;
  }
}

.modal-video .modal-body .btn-close{
  font-size: 16px;
  max-width: 36px;
  min-width: 36px;
}

.modal-video .modal-body iframe.video {
  border-radius: 0.5rem;
  width: 100%;
  height: 300px !important;
}

@media (min-width: 768px) {
  .modal-video .modal-body iframe.video {
    height: 552px !important;
  }
}

.modal-loading {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  display: none;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.modal-loading.open {
  display: flex;
  align-items: center;
}

.modal-loading .body-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 200px;
  height: 200px;
}

.modal-loading .body-modal .thumb {
  width: 100%;
}

.modal-loading .body-modal .thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 240px;
}

.box-received > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.box-received{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  width: 100%;
  max-width: 680px;
  box-shadow: 0px 0px 12px 0px #0000001a;
}

.box-received .title > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.box-received .title{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 1.5rem;
  text-align: center;
}

.box-received .title i {
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
  font-size: 72px;
}

.box-received .title h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.box-received .title p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}

.box-received .list-date {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1.5rem;
  gap: 1rem;
}

@media (min-width: 768px){
  .box-received .list-date{
    flex-direction: row;
  }
}

@media (min-width: 992px){
  .box-received .list-date{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 2.5rem;
  }
}

.box-received .list-date li {
  display: block;
}

.box-received .list-date li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.box-received .list-date li p b {
  font-weight: 700;
}

.box-received .detail-info > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.box-received .detail-info{
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  padding-bottom: 1.5rem;
}

.box-received .detail-info h5 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.box-received .detail-info .list-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.box-received .detail-info .list-detail li p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.box-received .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.box-received .total p {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgba(89, 89, 89, var(--tw-text-opacity));
}

.box-received .total p span {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(234, 62, 58, var(--tw-text-opacity));
}

.box-received button, .box-received a{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
}

.box-received button:hover, .box-received a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
}

.box-received button, .box-received a{
  border-radius: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

.box-received button i, .box-received a i{
  font-size: 16px;
  line-height: auto;
  margin-left: 0.5rem;
}

.box-received button.btn-home, .box-received a.btn-home{
  width: 100%;
}

@media (min-width: 576px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .sm\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .sm\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .sm\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .sm\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .sm\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .sm\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .sm\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .sm\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .sm\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .sm\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .sm\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .sm\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .sm\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .sm\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .sm\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .sm\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .sm\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .sm\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-clip-border{
    background-clip: border-box;
  }

  .sm\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sm\:bg-clip-content{
    background-clip: content-box;
  }

  .sm\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-current{
    background-color: currentColor;
  }

  .sm\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .sm\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .sm\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .sm\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .sm\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .sm\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .sm\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .sm\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .sm\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .sm\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .sm\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .sm\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .sm\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .sm\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .sm\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .sm\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .sm\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .sm\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .sm\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .sm\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .sm\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .sm\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .sm\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .sm\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .sm\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .sm\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sm\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sm\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-none{
    background-image: none;
  }

  .sm\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .sm\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .sm\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .sm\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .sm\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .sm\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .sm\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .sm\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .sm\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .sm\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .sm\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .sm\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .sm\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .sm\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .sm\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .sm\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .sm\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .sm\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .sm\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .sm\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .sm\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .sm\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .sm\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .sm\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .sm\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .sm\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .sm\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .sm\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .sm\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .sm\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .sm\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .sm\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .sm\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .sm\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .sm\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .sm\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .sm\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .sm\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .sm\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .sm\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .sm\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .sm\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .sm\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .sm\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .sm\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .sm\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .sm\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .sm\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .sm\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .sm\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .sm\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .sm\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .sm\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .sm\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .sm\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .sm\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .sm\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .sm\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .sm\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .sm\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .sm\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .sm\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .sm\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .sm\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .sm\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .sm\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .sm\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .sm\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .sm\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .sm\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .sm\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .sm\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .sm\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .sm\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .sm\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .sm\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .sm\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .sm\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .sm\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .sm\:to-current{
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .sm\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .sm\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .sm\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .sm\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .sm\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .sm\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .sm\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .sm\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .sm\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .sm\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .sm\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .sm\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .sm\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .sm\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .sm\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .sm\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .sm\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .sm\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .sm\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .sm\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .sm\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .sm\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .sm\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .sm\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .sm\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .sm\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .sm\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .sm\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .sm\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .sm\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .sm\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .sm\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .sm\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .sm\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .sm\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .sm\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .sm\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .sm\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .sm\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .sm\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .sm\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .sm\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .sm\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .sm\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .sm\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .sm\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .sm\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .sm\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .sm\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .sm\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .sm\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .sm\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .sm\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .sm\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .sm\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .sm\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .sm\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .sm\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .sm\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .sm\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .sm\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .sm\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .sm\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .sm\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .sm\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .sm\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .sm\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .sm\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .sm\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .sm\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .sm\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .sm\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .sm\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .sm\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .sm\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .sm\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .sm\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .sm\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .sm\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .sm\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .sm\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .sm\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .sm\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .sm\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .sm\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .sm\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .sm\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .sm\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .sm\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .sm\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .sm\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .sm\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .sm\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .sm\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .sm\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .sm\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .sm\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .sm\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .sm\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .sm\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .sm\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .sm\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .sm\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .sm\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .sm\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .sm\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .sm\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .sm\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .sm\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .sm\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .sm\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .sm\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .sm\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .sm\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .sm\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .sm\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .sm\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .sm\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .sm\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .sm\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .sm\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .sm\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .sm\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .sm\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .sm\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .sm\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .sm\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .sm\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .sm\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .sm\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .sm\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .sm\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .sm\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .sm\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .sm\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .sm\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .sm\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .sm\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .sm\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .sm\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .sm\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .sm\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .sm\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .sm\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .sm\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .sm\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .sm\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .sm\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .sm\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .sm\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .sm\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .sm\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .sm\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .sm\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .sm\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .sm\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .sm\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .sm\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .sm\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .sm\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .sm\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .sm\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .sm\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .sm\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .sm\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .sm\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .sm\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .sm\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .sm\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .sm\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .sm\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .sm\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .sm\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .sm\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .sm\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .sm\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .sm\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .sm\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .sm\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .sm\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .sm\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .sm\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .sm\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .sm\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .sm\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .sm\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .sm\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .sm\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .sm\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .sm\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .sm\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .sm\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .sm\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .sm\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .sm\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .sm\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .sm\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .sm\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .sm\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .sm\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .sm\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .sm\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .sm\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .sm\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .sm\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .sm\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .sm\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .sm\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .sm\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .sm\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .sm\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .sm\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .sm\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .sm\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .sm\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .sm\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .sm\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .sm\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .sm\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .sm\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .sm\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .sm\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .sm\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .sm\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .sm\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .sm\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .sm\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .sm\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .sm\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .sm\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .sm\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .sm\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .sm\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .sm\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .sm\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .sm\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .sm\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .sm\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .sm\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .sm\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .sm\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .sm\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .sm\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .sm\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .sm\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .sm\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .sm\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .sm\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .sm\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .sm\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .sm\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .sm\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .sm\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .sm\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .sm\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .sm\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .sm\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .sm\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .sm\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .sm\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .sm\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .sm\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .sm\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .sm\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .sm\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .sm\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .sm\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .sm\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .sm\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .sm\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .sm\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .sm\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .sm\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .sm\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .sm\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .sm\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .sm\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .sm\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .sm\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .sm\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .sm\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .sm\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .sm\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .sm\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .sm\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .sm\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .sm\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .sm\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .sm\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .sm\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .sm\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .sm\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .sm\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .sm\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .sm\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .sm\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .sm\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .sm\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .sm\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .sm\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .sm\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .sm\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .sm\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .sm\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .sm\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .sm\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .sm\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .sm\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .sm\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .sm\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .sm\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .sm\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .sm\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .sm\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .sm\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .sm\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .sm\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .sm\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .sm\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .sm\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .sm\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .sm\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .sm\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .sm\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .sm\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .sm\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .sm\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .sm\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .sm\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .sm\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .sm\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .sm\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .sm\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .sm\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .sm\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .sm\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .sm\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .sm\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .sm\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .sm\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .sm\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .sm\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .sm\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .sm\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .sm\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .sm\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .sm\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .sm\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .sm\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .sm\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .sm\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .sm\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .sm\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .sm\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .sm\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .sm\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .sm\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .sm\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .sm\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .sm\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .sm\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .sm\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .sm\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .sm\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .sm\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .sm\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .sm\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .sm\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .sm\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .sm\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .sm\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .sm\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .sm\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .sm\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .sm\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .sm\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .sm\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .sm\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .sm\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .sm\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .sm\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .sm\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .sm\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .sm\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .sm\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .sm\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .sm\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .sm\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .sm\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .sm\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .sm\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .sm\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .sm\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .sm\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .sm\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .sm\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .sm\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .sm\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .sm\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .sm\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .sm\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .sm\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .sm\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .sm\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .sm\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .sm\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .sm\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .sm\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .sm\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .sm\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .sm\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .sm\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .sm\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .sm\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .sm\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .sm\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .sm\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .sm\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .sm\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .sm\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .sm\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .sm\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .sm\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .sm\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .sm\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .sm\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .sm\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .sm\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .sm\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .sm\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .sm\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .sm\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .sm\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .sm\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .sm\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .sm\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .sm\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .sm\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .sm\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .sm\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .sm\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .sm\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .sm\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .sm\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .sm\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .sm\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .sm\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .sm\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .sm\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .sm\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .sm\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .sm\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .sm\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .sm\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .sm\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .sm\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .sm\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .sm\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-current{
    border-color: currentColor;
  }

  .sm\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .sm\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .sm\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .sm\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .sm\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .sm\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .sm\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .sm\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .sm\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .sm\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .sm\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .sm\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .sm\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .sm\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .sm\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .sm\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .sm\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .sm\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .sm\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .sm\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .sm\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .sm\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .sm\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .sm\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .sm\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .sm\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .sm\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .sm\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .sm\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .sm\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .sm\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .sm\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .sm\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .sm\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .sm\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .sm\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .sm\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .sm\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .sm\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .sm\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .sm\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .sm\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .sm\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .sm\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .sm\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .sm\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .sm\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .sm\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sm\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sm\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .sm\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .sm\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .sm\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .sm\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .sm\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .sm\:rounded-none{
    border-radius: 0px;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl{
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl{
    border-radius: 1rem;
  }

  .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-base{
    border-radius: 1.875rem;
  }

  .sm\:rounded-bar{
    border-radius: 4rem;
  }

  .sm\:rounded-btn{
    border-radius: 25px;
  }

  .sm\:rounded-activities{
    border-radius: 20px;
  }

  .sm\:rounded-img{
    border-radius: 7px;
  }

  .sm\:rounded-input{
    border-radius: 40px;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .sm\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .sm\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .sm\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .sm\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .sm\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .sm\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .sm\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .sm\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .sm\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .sm\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .sm\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .sm\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .sm\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .sm\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .sm\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .sm\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .sm\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .sm\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .sm\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .sm\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .sm\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .sm\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .sm\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .sm\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .sm\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .sm\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .sm\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .sm\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .sm\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .sm\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .sm\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .sm\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .sm\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .sm\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .sm\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .sm\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .sm\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .sm\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .sm\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .sm\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .sm\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .sm\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .sm\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:border-0{
    border-width: 0px;
  }

  .sm\:border-1{
    border-width: 1px;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-3{
    border-width: 3px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-6{
    border-width: 6px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border-9{
    border-width: 9px;
  }

  .sm\:border-10{
    border-width: 10px;
  }

  .sm\:border-14{
    border-width: 14px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0px;
  }

  .sm\:border-r-0{
    border-right-width: 0px;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  .sm\:border-l-0{
    border-left-width: 0px;
  }

  .sm\:border-t-1{
    border-top-width: 1px;
  }

  .sm\:border-r-1{
    border-right-width: 1px;
  }

  .sm\:border-b-1{
    border-bottom-width: 1px;
  }

  .sm\:border-l-1{
    border-left-width: 1px;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-t-3{
    border-top-width: 3px;
  }

  .sm\:border-r-3{
    border-right-width: 3px;
  }

  .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  .sm\:border-l-3{
    border-left-width: 3px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-t-6{
    border-top-width: 6px;
  }

  .sm\:border-r-6{
    border-right-width: 6px;
  }

  .sm\:border-b-6{
    border-bottom-width: 6px;
  }

  .sm\:border-l-6{
    border-left-width: 6px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-t-9{
    border-top-width: 9px;
  }

  .sm\:border-r-9{
    border-right-width: 9px;
  }

  .sm\:border-b-9{
    border-bottom-width: 9px;
  }

  .sm\:border-l-9{
    border-left-width: 9px;
  }

  .sm\:border-t-10{
    border-top-width: 10px;
  }

  .sm\:border-r-10{
    border-right-width: 10px;
  }

  .sm\:border-b-10{
    border-bottom-width: 10px;
  }

  .sm\:border-l-10{
    border-left-width: 10px;
  }

  .sm\:border-t-14{
    border-top-width: 14px;
  }

  .sm\:border-r-14{
    border-right-width: 14px;
  }

  .sm\:border-b-14{
    border-bottom-width: 14px;
  }

  .sm\:border-l-14{
    border-left-width: 14px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:box-border{
    box-sizing: border-box;
  }

  .sm\:box-content{
    box-sizing: content-box;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-caption{
    display: table-caption;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:table-column{
    display: table-column;
  }

  .sm\:table-column-group{
    display: table-column-group;
  }

  .sm\:table-footer-group{
    display: table-footer-group;
  }

  .sm\:table-header-group{
    display: table-header-group;
  }

  .sm\:table-row-group{
    display: table-row-group;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:flow-root{
    display: flow-root;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:inline-grid{
    display: inline-grid;
  }

  .sm\:contents{
    display: contents;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:place-items-auto{
    place-items: auto;
  }

  .sm\:place-items-start{
    place-items: start;
  }

  .sm\:place-items-end{
    place-items: end;
  }

  .sm\:place-items-center{
    place-items: center;
  }

  .sm\:place-items-stretch{
    place-items: stretch;
  }

  .sm\:place-content-center{
    place-content: center;
  }

  .sm\:place-content-start{
    place-content: start;
  }

  .sm\:place-content-end{
    place-content: end;
  }

  .sm\:place-content-between{
    place-content: space-between;
  }

  .sm\:place-content-around{
    place-content: space-around;
  }

  .sm\:place-content-evenly{
    place-content: space-evenly;
  }

  .sm\:place-content-stretch{
    place-content: stretch;
  }

  .sm\:place-self-auto{
    place-self: auto;
  }

  .sm\:place-self-start{
    place-self: start;
  }

  .sm\:place-self-end{
    place-self: end;
  }

  .sm\:place-self-center{
    place-self: center;
  }

  .sm\:place-self-stretch{
    place-self: stretch;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:items-baseline{
    align-items: baseline;
  }

  .sm\:items-stretch{
    align-items: stretch;
  }

  .sm\:content-center{
    align-content: center;
  }

  .sm\:content-start{
    align-content: flex-start;
  }

  .sm\:content-end{
    align-content: flex-end;
  }

  .sm\:content-between{
    align-content: space-between;
  }

  .sm\:content-around{
    align-content: space-around;
  }

  .sm\:content-evenly{
    align-content: space-evenly;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:self-end{
    align-self: flex-end;
  }

  .sm\:self-center{
    align-self: center;
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

  .sm\:justify-items-auto{
    justify-items: auto;
  }

  .sm\:justify-items-start{
    justify-items: start;
  }

  .sm\:justify-items-end{
    justify-items: end;
  }

  .sm\:justify-items-center{
    justify-items: center;
  }

  .sm\:justify-items-stretch{
    justify-items: stretch;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:justify-self-auto{
    justify-self: auto;
  }

  .sm\:justify-self-start{
    justify-self: start;
  }

  .sm\:justify-self-end{
    justify-self: end;
  }

  .sm\:justify-self-center{
    justify-self: center;
  }

  .sm\:justify-self-stretch{
    justify-self: stretch;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 0;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:clear-left{
    clear: left;
  }

  .sm\:clear-right{
    clear: right;
  }

  .sm\:clear-both{
    clear: both;
  }

  .sm\:clear-none{
    clear: none;
  }

  .sm\:font-sans{
    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";
  }

  .sm\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-OpenSans{
    font-family: Open Sans;
  }

  .sm\:font-Poppins{
    font-family: Poppins;
  }

  .sm\:font-thin{
    font-weight: 100;
  }

  .sm\:font-extralight{
    font-weight: 200;
  }

  .sm\:font-light{
    font-weight: 300;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-medium{
    font-weight: 500;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:font-extrabold{
    font-weight: 800;
  }

  .sm\:font-black{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0px;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-13{
    height: 3.25rem;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-15{
    height: 3.75rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-17{
    height: 4.375rem;
  }

  .sm\:h-18{
    height: 4.5rem;
  }

  .sm\:h-19{
    height: 4.75rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-21{
    height: 5.5rem;
  }

  .sm\:h-22{
    height: 5.625rem;
  }

  .sm\:h-23{
    height: 6.375rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-25{
    height: 6.5rem;
  }

  .sm\:h-26{
    height: 6.75rem;
  }

  .sm\:h-27{
    height: 6.25rem;
  }

  .sm\:h-28{
    height: 7rem;
  }

  .sm\:h-29{
    height: 7.5rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-34{
    height: 8.5rem;
  }

  .sm\:h-35{
    height: 8.75rem;
  }

  .sm\:h-36{
    height: 9rem;
  }

  .sm\:h-37{
    height: 9.125rem;
  }

  .sm\:h-38{
    height: 9.5rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-41{
    height: 10.5rem;
  }

  .sm\:h-42{
    height: 10.625rem;
  }

  .sm\:h-44{
    height: 11rem;
  }

  .sm\:h-45{
    height: 11.875rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-49{
    height: 12.5rem;
  }

  .sm\:h-51{
    height: 13.375rem;
  }

  .sm\:h-52{
    height: 13rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-57{
    height: 14.375rem;
  }

  .sm\:h-60{
    height: 15rem;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-65{
    height: 17rem;
  }

  .sm\:h-66{
    height: 17.5rem;
  }

  .sm\:h-72{
    height: 18rem;
  }

  .sm\:h-73{
    height: 18.5rem;
  }

  .sm\:h-80{
    height: 20rem;
  }

  .sm\:h-81{
    height: 21.5rem;
  }

  .sm\:h-82{
    height: 22rem;
  }

  .sm\:h-83{
    height: 23.8125rem;
  }

  .sm\:h-84{
    height: 23rem;
  }

  .sm\:h-94{
    height: 28rem;
  }

  .sm\:h-96{
    height: 24rem;
  }

  .sm\:h-98{
    height: 32rem;
  }

  .sm\:h-100{
    height: 90%;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-0\.5{
    height: 0.125rem;
  }

  .sm\:h-1\.5{
    height: 0.375rem;
  }

  .sm\:h-2\.5{
    height: 0.625rem;
  }

  .sm\:h-3\.5{
    height: 0.875rem;
  }

  .sm\:h-4\.5{
    height: 1.125rem;
  }

  .sm\:h-5\.5{
    height: 1.375rem;
  }

  .sm\:h-6\.5{
    height: 1.625rem;
  }

  .sm\:h-7\.5{
    height: 1.875rem;
  }

  .sm\:h-8\.5{
    height: 2.125rem;
  }

  .sm\:h-9\.5{
    height: 2.375rem;
  }

  .sm\:h-10\.5{
    height: 2.625rem;
  }

  .sm\:h-11\.5{
    height: 2.875rem;
  }

  .sm\:h-12\.5{
    height: 3.125rem;
  }

  .sm\:h-13\.5{
    height: 3.375rem;
  }

  .sm\:h-15\.5{
    height: 3.8rem;
  }

  .sm\:h-16\.5{
    height: 4.25rem;
  }

  .sm\:h-17\.5{
    height: 4.25rem;
  }

  .sm\:h-18\.5{
    height: 4.625rem;
  }

  .sm\:h-20\.5{
    height: 5.25rem;
  }

  .sm\:h-21\.5{
    height: 5.75rem;
  }

  .sm\:h-22\.5{
    height: 5.875rem;
  }

  .sm\:h-24\.5{
    height: 6.625rem;
  }

  .sm\:h-28\.5{
    height: 7.375rem;
  }

  .sm\:h-29\.5{
    height: 7.75rem;
  }

  .sm\:h-32\.5{
    height: 8.5rem;
  }

  .sm\:h-33\.5{
    height: 8.8125rem;
  }

  .sm\:h-42\.5{
    height: 10.875rem;
  }

  .sm\:h-49\.5{
    height: 12.75rem;
  }

  .sm\:h-72\.5{
    height: 18.25rem;
  }

  .sm\:h-1\/2{
    height: 50%;
  }

  .sm\:h-1\/3{
    height: 33.333333%;
  }

  .sm\:h-2\/3{
    height: 66.666667%;
  }

  .sm\:h-1\/4{
    height: 25%;
  }

  .sm\:h-2\/4{
    height: 50%;
  }

  .sm\:h-3\/4{
    height: 75%;
  }

  .sm\:h-1\/5{
    height: 20%;
  }

  .sm\:h-2\/5{
    height: 40%;
  }

  .sm\:h-3\/5{
    height: 60%;
  }

  .sm\:h-4\/5{
    height: 80%;
  }

  .sm\:h-1\/6{
    height: 16.666667%;
  }

  .sm\:h-2\/6{
    height: 33.333333%;
  }

  .sm\:h-3\/6{
    height: 50%;
  }

  .sm\:h-4\/6{
    height: 66.666667%;
  }

  .sm\:h-5\/6{
    height: 83.333333%;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:h-1\.4{
    height: 0.3125rem;
  }

  .sm\:h-14\.5{
    height: 3.875rem;
  }

  .sm\:h-52\.5{
    height: 13.5rem;
  }

  .sm\:h-56\.5{
    height: 14.625rem;
  }

  .sm\:h-64\.5{
    height: 16.5rem;
  }

  .sm\:h-66\.5{
    height: 17.625rem;
  }

  .sm\:h-80\.5{
    height: 20.25rem;
  }

  .sm\:h-81\.5{
    height: 21.125rem;
  }

  .sm\:h-icons-xxl{
    height: 103px;
  }

  .sm\:h-activities{
    height: 416px;
  }

  .sm\:h-activities-sm{
    height: 215px;
  }

  .sm\:h-community{
    height: 390px;
  }

  .sm\:h-community-md{
    height: 420px;
  }

  .sm\:h-community-sm{
    height: 515px;
  }

  .sm\:h-slide{
    height: 792px;
  }

  .sm\:h-slide-md{
    height: 640px;
  }

  .sm\:h-slide-sm{
    height: 443px;
  }

  .sm\:h-bg-commission{
    height: 303px;
  }

  .sm\:h-bg-commission-sm{
    height: 94px;
  }

  .sm\:h-bg-commission-md{
    height: 200px;
  }

  .sm\:h-item-commission{
    height: 201px;
  }

  .sm\:h-item-commission-sm{
    height: 165px;
  }

  .sm\:h-about{
    height: 661px;
  }

  .sm\:h-about-sm{
    height: 290px;
  }

  .sm\:h-about-md{
    height: 350px;
  }

  .sm\:h-items{
    height: 273px;
  }

  .sm\:h-items-sm{
    height: 230px;
  }

  .sm\:h-items-2{
    height: 317px;
  }

  .sm\:h-items-2-sm{
    height: 260px;
  }

  .sm\:h-news{
    height: 568px;
  }

  .sm\:h-news-sm{
    height: 240px;
  }

  .sm\:h-news2{
    height: 277px;
  }

  .sm\:h-news3{
    height: 259px;
  }

  .sm\:h-img-vision{
    height: 496px;
  }

  .sm\:h-directive{
    height: 492px;
  }

  .sm\:h-directive-md{
    height: 392px;
  }

  .sm\:h-directive-sm{
    height: 270px;
  }

  .sm\:h-img-vision-md{
    height: 300px;
  }

  .sm\:h-img-vision-sm{
    height: 220px;
  }

  .sm\:h-circle{
    height: 120px;
  }

  .sm\:h-circle-xl{
    height: 215px;
  }

  .sm\:h-value{
    height: 196px;
  }

  .sm\:h-modal{
    height: 661px;
  }

  .sm\:h-modal-lg{
    height: 480px;
  }

  .sm\:h-modal-md{
    height: 400px;
  }

  .sm\:h-modal-sm{
    height: 280px;
  }

  .sm\:h-hero{
    height: 424px;
  }

  .sm\:h-hero-md{
    height: 300px;
  }

  .sm\:h-hero-sm{
    height: 240px;
  }

  .sm\:h-form{
    height: 382px;
  }

  .sm\:h-login{
    height: 1008px;
  }

  .sm\:h-login-lg{
    height: 900px;
  }

  .sm\:h-login-sm{
    height: 500px;
  }

  .sm\:h-because{
    height: 117px;
  }

  .sm\:h-because-sm{
    height: 80px;
  }

  .sm\:h-debate{
    height: 368px;
  }

  .sm\:h-debate-sm{
    height: 280px;
  }

  .sm\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .sm\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .sm\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .sm\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .sm\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .sm\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .sm\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .sm\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .sm\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .sm\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .sm\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .sm\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .sm\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .sm\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .sm\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .sm\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .sm\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .sm\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .sm\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .sm\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .sm\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .sm\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .sm\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .sm\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .sm\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .sm\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .sm\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .sm\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .sm\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .sm\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .sm\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .sm\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .sm\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .sm\:leading-3{
    line-height: .75rem;
  }

  .sm\:leading-4{
    line-height: 1rem;
  }

  .sm\:leading-5{
    line-height: 1.25rem;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }

  .sm\:leading-7{
    line-height: 1.75rem;
  }

  .sm\:leading-8{
    line-height: 2rem;
  }

  .sm\:leading-9{
    line-height: 2.25rem;
  }

  .sm\:leading-10{
    line-height: 2.5rem;
  }

  .sm\:leading-none{
    line-height: 1;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }

  .sm\:leading-snug{
    line-height: 1.375;
  }

  .sm\:leading-normal{
    line-height: 1.5;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:m-0{
    margin: 0px;
  }

  .sm\:m-1{
    margin: 0.25rem;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:m-3{
    margin: 0.75rem;
  }

  .sm\:m-4{
    margin: 1rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:m-7{
    margin: 1.75rem;
  }

  .sm\:m-8{
    margin: 2rem;
  }

  .sm\:m-9{
    margin: 2.25rem;
  }

  .sm\:m-10{
    margin: 2.5rem;
  }

  .sm\:m-11{
    margin: 2.75rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-13{
    margin: 3.375rem;
  }

  .sm\:m-14{
    margin: 3.5rem;
  }

  .sm\:m-15{
    margin: 3.75rem;
  }

  .sm\:m-16{
    margin: 4rem;
  }

  .sm\:m-17{
    margin: 4.375rem;
  }

  .sm\:m-18{
    margin: 4.5rem;
  }

  .sm\:m-19{
    margin: 4.75rem;
  }

  .sm\:m-20{
    margin: 5rem;
  }

  .sm\:m-21{
    margin: 5.5rem;
  }

  .sm\:m-22{
    margin: 5.625rem;
  }

  .sm\:m-23{
    margin: 6.125rem;
  }

  .sm\:m-24{
    margin: 6rem;
  }

  .sm\:m-25{
    margin: 6.5rem;
  }

  .sm\:m-26{
    margin: 6.75rem;
  }

  .sm\:m-27{
    margin: 6.25rem;
  }

  .sm\:m-28{
    margin: 7rem;
  }

  .sm\:m-29{
    margin: 7.5rem;
  }

  .sm\:m-32{
    margin: 8rem;
  }

  .sm\:m-34{
    margin: 8.5rem;
  }

  .sm\:m-35{
    margin: 8.75rem;
  }

  .sm\:m-36{
    margin: 9rem;
  }

  .sm\:m-37{
    margin: 9.125rem;
  }

  .sm\:m-38{
    margin: 9.5rem;
  }

  .sm\:m-40{
    margin: 10rem;
  }

  .sm\:m-41{
    margin: 10.5rem;
  }

  .sm\:m-42{
    margin: 10.625rem;
  }

  .sm\:m-44{
    margin: 11rem;
  }

  .sm\:m-45{
    margin: 11.25rem;
  }

  .sm\:m-48{
    margin: 12rem;
  }

  .sm\:m-49{
    margin: 12.5rem;
  }

  .sm\:m-52{
    margin: 13rem;
  }

  .sm\:m-56{
    margin: 14rem;
  }

  .sm\:m-57{
    margin: 14.375rem;
  }

  .sm\:m-60{
    margin: 15rem;
  }

  .sm\:m-64{
    margin: 16rem;
  }

  .sm\:m-72{
    margin: 18rem;
  }

  .sm\:m-80{
    margin: 20rem;
  }

  .sm\:m-82{
    margin: 22rem;
  }

  .sm\:m-83{
    margin: 23.8125rem;
  }

  .sm\:m-96{
    margin: 24rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-0\.5{
    margin: 0.125rem;
  }

  .sm\:m-1\.5{
    margin: 0.375rem;
  }

  .sm\:m-2\.5{
    margin: 0.625rem;
  }

  .sm\:m-3\.5{
    margin: 0.875rem;
  }

  .sm\:m-4\.5{
    margin: 1.125rem;
  }

  .sm\:m-5\.5{
    margin: 1.375rem;
  }

  .sm\:m-6\.5{
    margin: 1.625rem;
  }

  .sm\:m-7\.5{
    margin: 1.875rem;
  }

  .sm\:m-8\.5{
    margin: 2.125rem;
  }

  .sm\:m-9\.5{
    margin: 2.375rem;
  }

  .sm\:m-10\.5{
    margin: 2.625rem;
  }

  .sm\:m-11\.5{
    margin: 2.875rem;
  }

  .sm\:m-12\.5{
    margin: 3.125rem;
  }

  .sm\:m-13\.5{
    margin: 3.25rem;
  }

  .sm\:m-15\.5{
    margin: 3.8rem;
  }

  .sm\:m-16\.5{
    margin: 4.125rem;
  }

  .sm\:m-17\.5{
    margin: 4.25rem;
  }

  .sm\:m-18\.5{
    margin: 4.625rem;
  }

  .sm\:m-20\.5{
    margin: 5.25rem;
  }

  .sm\:m-21\.5{
    margin: 5.75rem;
  }

  .sm\:m-22\.5{
    margin: 5.875rem;
  }

  .sm\:m-24\.5{
    margin: 6.8125rem;
  }

  .sm\:m-28\.5{
    margin: 7.375rem;
  }

  .sm\:m-29\.5{
    margin: 7.75rem;
  }

  .sm\:m-32\.5{
    margin: 8.125rem;
  }

  .sm\:m-33\.5{
    margin: 8.8125rem;
  }

  .sm\:m-42\.5{
    margin: 10.875rem;
  }

  .sm\:m-49\.5{
    margin: 12.75rem;
  }

  .sm\:m-72\.5{
    margin: 18.25rem;
  }

  .sm\:-m-0{
    margin: 0px;
  }

  .sm\:-m-1{
    margin: -0.25rem;
  }

  .sm\:-m-2{
    margin: -0.5rem;
  }

  .sm\:-m-3{
    margin: -0.75rem;
  }

  .sm\:-m-4{
    margin: -1rem;
  }

  .sm\:-m-5{
    margin: -1.25rem;
  }

  .sm\:-m-6{
    margin: -1.5rem;
  }

  .sm\:-m-7{
    margin: -1.75rem;
  }

  .sm\:-m-8{
    margin: -2rem;
  }

  .sm\:-m-9{
    margin: -2.25rem;
  }

  .sm\:-m-10{
    margin: -2.5rem;
  }

  .sm\:-m-11{
    margin: -2.75rem;
  }

  .sm\:-m-12{
    margin: -3rem;
  }

  .sm\:-m-13{
    margin: -3.375rem;
  }

  .sm\:-m-14{
    margin: -3.5rem;
  }

  .sm\:-m-15{
    margin: -3.75rem;
  }

  .sm\:-m-16{
    margin: -4rem;
  }

  .sm\:-m-17{
    margin: -4.375rem;
  }

  .sm\:-m-18{
    margin: -4.5rem;
  }

  .sm\:-m-19{
    margin: -4.75rem;
  }

  .sm\:-m-20{
    margin: -5rem;
  }

  .sm\:-m-21{
    margin: -5.5rem;
  }

  .sm\:-m-22{
    margin: -5.625rem;
  }

  .sm\:-m-23{
    margin: -6.125rem;
  }

  .sm\:-m-24{
    margin: -6rem;
  }

  .sm\:-m-25{
    margin: -6.5rem;
  }

  .sm\:-m-26{
    margin: -6.75rem;
  }

  .sm\:-m-27{
    margin: -6.25rem;
  }

  .sm\:-m-28{
    margin: -7rem;
  }

  .sm\:-m-29{
    margin: -7.5rem;
  }

  .sm\:-m-32{
    margin: -8rem;
  }

  .sm\:-m-34{
    margin: -8.5rem;
  }

  .sm\:-m-35{
    margin: -8.75rem;
  }

  .sm\:-m-36{
    margin: -9rem;
  }

  .sm\:-m-37{
    margin: -9.125rem;
  }

  .sm\:-m-38{
    margin: -9.5rem;
  }

  .sm\:-m-40{
    margin: -10rem;
  }

  .sm\:-m-41{
    margin: -10.5rem;
  }

  .sm\:-m-42{
    margin: -10.625rem;
  }

  .sm\:-m-44{
    margin: -11rem;
  }

  .sm\:-m-45{
    margin: -11.25rem;
  }

  .sm\:-m-48{
    margin: -12rem;
  }

  .sm\:-m-49{
    margin: -12.5rem;
  }

  .sm\:-m-52{
    margin: -13rem;
  }

  .sm\:-m-56{
    margin: -14rem;
  }

  .sm\:-m-57{
    margin: -14.375rem;
  }

  .sm\:-m-60{
    margin: -15rem;
  }

  .sm\:-m-64{
    margin: -16rem;
  }

  .sm\:-m-72{
    margin: -18rem;
  }

  .sm\:-m-80{
    margin: -20rem;
  }

  .sm\:-m-82{
    margin: -22rem;
  }

  .sm\:-m-83{
    margin: -23.8125rem;
  }

  .sm\:-m-96{
    margin: -24rem;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-0\.5{
    margin: -0.125rem;
  }

  .sm\:-m-1\.5{
    margin: -0.375rem;
  }

  .sm\:-m-2\.5{
    margin: -0.625rem;
  }

  .sm\:-m-3\.5{
    margin: -0.875rem;
  }

  .sm\:-m-4\.5{
    margin: -1.125rem;
  }

  .sm\:-m-5\.5{
    margin: -1.375rem;
  }

  .sm\:-m-6\.5{
    margin: -1.625rem;
  }

  .sm\:-m-7\.5{
    margin: -1.875rem;
  }

  .sm\:-m-8\.5{
    margin: -2.125rem;
  }

  .sm\:-m-9\.5{
    margin: -2.375rem;
  }

  .sm\:-m-10\.5{
    margin: -2.625rem;
  }

  .sm\:-m-11\.5{
    margin: -2.875rem;
  }

  .sm\:-m-12\.5{
    margin: -3.125rem;
  }

  .sm\:-m-13\.5{
    margin: -3.25rem;
  }

  .sm\:-m-15\.5{
    margin: -3.8rem;
  }

  .sm\:-m-16\.5{
    margin: -4.125rem;
  }

  .sm\:-m-17\.5{
    margin: -4.25rem;
  }

  .sm\:-m-18\.5{
    margin: -4.625rem;
  }

  .sm\:-m-20\.5{
    margin: -5.25rem;
  }

  .sm\:-m-21\.5{
    margin: -5.75rem;
  }

  .sm\:-m-22\.5{
    margin: -5.875rem;
  }

  .sm\:-m-24\.5{
    margin: -6.8125rem;
  }

  .sm\:-m-28\.5{
    margin: -7.375rem;
  }

  .sm\:-m-29\.5{
    margin: -7.75rem;
  }

  .sm\:-m-32\.5{
    margin: -8.125rem;
  }

  .sm\:-m-33\.5{
    margin: -8.8125rem;
  }

  .sm\:-m-42\.5{
    margin: -10.875rem;
  }

  .sm\:-m-49\.5{
    margin: -12.75rem;
  }

  .sm\:-m-72\.5{
    margin: -18.25rem;
  }

  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .sm\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .sm\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .sm\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .sm\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .sm\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .sm\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .sm\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .sm\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .sm\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sm\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sm\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .sm\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .sm\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .sm\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .sm\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .sm\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .sm\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .sm\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .sm\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .sm\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .sm\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .sm\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .sm\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .sm\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .sm\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sm\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sm\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .sm\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .sm\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sm\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sm\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .sm\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .sm\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .sm\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .sm\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .sm\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .sm\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .sm\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .sm\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .sm\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .sm\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .sm\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .sm\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .sm\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .sm\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .sm\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .sm\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .sm\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .sm\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .sm\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .sm\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .sm\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .sm\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .sm\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .sm\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .sm\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .sm\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .sm\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .sm\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .sm\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .sm\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .sm\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .sm\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .sm\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .sm\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .sm\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .sm\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .sm\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .sm\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .sm\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .sm\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .sm\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .sm\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .sm\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .sm\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .sm\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .sm\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .sm\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .sm\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .sm\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .sm\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .sm\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .sm\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .sm\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .sm\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .sm\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .sm\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .sm\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .sm\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .sm\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .sm\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .sm\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .sm\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .sm\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .sm\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .sm\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .sm\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .sm\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .sm\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sm\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sm\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .sm\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .sm\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .sm\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .sm\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .sm\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .sm\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .sm\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .sm\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .sm\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .sm\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .sm\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .sm\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .sm\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .sm\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .sm\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .sm\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .sm\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .sm\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .sm\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .sm\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .sm\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .sm\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .sm\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .sm\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .sm\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .sm\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .sm\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .sm\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .sm\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .sm\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .sm\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .sm\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .sm\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .sm\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .sm\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .sm\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .sm\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .sm\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .sm\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .sm\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .sm\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .sm\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .sm\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .sm\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .sm\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mr-6{
    margin-right: 1.5rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mt-7{
    margin-top: 1.75rem;
  }

  .sm\:mr-7{
    margin-right: 1.75rem;
  }

  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7{
    margin-left: 1.75rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:mt-9{
    margin-top: 2.25rem;
  }

  .sm\:mr-9{
    margin-right: 2.25rem;
  }

  .sm\:mb-9{
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9{
    margin-left: 2.25rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mr-10{
    margin-right: 2.5rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:mt-11{
    margin-top: 2.75rem;
  }

  .sm\:mr-11{
    margin-right: 2.75rem;
  }

  .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

  .sm\:ml-11{
    margin-left: 2.75rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:mt-13{
    margin-top: 3.375rem;
  }

  .sm\:mr-13{
    margin-right: 3.375rem;
  }

  .sm\:mb-13{
    margin-bottom: 3.375rem;
  }

  .sm\:ml-13{
    margin-left: 3.375rem;
  }

  .sm\:mt-14{
    margin-top: 3.5rem;
  }

  .sm\:mr-14{
    margin-right: 3.5rem;
  }

  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14{
    margin-left: 3.5rem;
  }

  .sm\:mt-15{
    margin-top: 3.75rem;
  }

  .sm\:mr-15{
    margin-right: 3.75rem;
  }

  .sm\:mb-15{
    margin-bottom: 3.75rem;
  }

  .sm\:ml-15{
    margin-left: 3.75rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

  .sm\:mt-17{
    margin-top: 4.375rem;
  }

  .sm\:mr-17{
    margin-right: 4.375rem;
  }

  .sm\:mb-17{
    margin-bottom: 4.375rem;
  }

  .sm\:ml-17{
    margin-left: 4.375rem;
  }

  .sm\:mt-18{
    margin-top: 4.5rem;
  }

  .sm\:mr-18{
    margin-right: 4.5rem;
  }

  .sm\:mb-18{
    margin-bottom: 4.5rem;
  }

  .sm\:ml-18{
    margin-left: 4.5rem;
  }

  .sm\:mt-19{
    margin-top: 4.75rem;
  }

  .sm\:mr-19{
    margin-right: 4.75rem;
  }

  .sm\:mb-19{
    margin-bottom: 4.75rem;
  }

  .sm\:ml-19{
    margin-left: 4.75rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mr-20{
    margin-right: 5rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:ml-20{
    margin-left: 5rem;
  }

  .sm\:mt-21{
    margin-top: 5.5rem;
  }

  .sm\:mr-21{
    margin-right: 5.5rem;
  }

  .sm\:mb-21{
    margin-bottom: 5.5rem;
  }

  .sm\:ml-21{
    margin-left: 5.5rem;
  }

  .sm\:mt-22{
    margin-top: 5.625rem;
  }

  .sm\:mr-22{
    margin-right: 5.625rem;
  }

  .sm\:mb-22{
    margin-bottom: 5.625rem;
  }

  .sm\:ml-22{
    margin-left: 5.625rem;
  }

  .sm\:mt-23{
    margin-top: 6.125rem;
  }

  .sm\:mr-23{
    margin-right: 6.125rem;
  }

  .sm\:mb-23{
    margin-bottom: 6.125rem;
  }

  .sm\:ml-23{
    margin-left: 6.125rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mr-24{
    margin-right: 6rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:ml-24{
    margin-left: 6rem;
  }

  .sm\:mt-25{
    margin-top: 6.5rem;
  }

  .sm\:mr-25{
    margin-right: 6.5rem;
  }

  .sm\:mb-25{
    margin-bottom: 6.5rem;
  }

  .sm\:ml-25{
    margin-left: 6.5rem;
  }

  .sm\:mt-26{
    margin-top: 6.75rem;
  }

  .sm\:mr-26{
    margin-right: 6.75rem;
  }

  .sm\:mb-26{
    margin-bottom: 6.75rem;
  }

  .sm\:ml-26{
    margin-left: 6.75rem;
  }

  .sm\:mt-27{
    margin-top: 6.25rem;
  }

  .sm\:mr-27{
    margin-right: 6.25rem;
  }

  .sm\:mb-27{
    margin-bottom: 6.25rem;
  }

  .sm\:ml-27{
    margin-left: 6.25rem;
  }

  .sm\:mt-28{
    margin-top: 7rem;
  }

  .sm\:mr-28{
    margin-right: 7rem;
  }

  .sm\:mb-28{
    margin-bottom: 7rem;
  }

  .sm\:ml-28{
    margin-left: 7rem;
  }

  .sm\:mt-29{
    margin-top: 7.5rem;
  }

  .sm\:mr-29{
    margin-right: 7.5rem;
  }

  .sm\:mb-29{
    margin-bottom: 7.5rem;
  }

  .sm\:ml-29{
    margin-left: 7.5rem;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mr-32{
    margin-right: 8rem;
  }

  .sm\:mb-32{
    margin-bottom: 8rem;
  }

  .sm\:ml-32{
    margin-left: 8rem;
  }

  .sm\:mt-34{
    margin-top: 8.5rem;
  }

  .sm\:mr-34{
    margin-right: 8.5rem;
  }

  .sm\:mb-34{
    margin-bottom: 8.5rem;
  }

  .sm\:ml-34{
    margin-left: 8.5rem;
  }

  .sm\:mt-35{
    margin-top: 8.75rem;
  }

  .sm\:mr-35{
    margin-right: 8.75rem;
  }

  .sm\:mb-35{
    margin-bottom: 8.75rem;
  }

  .sm\:ml-35{
    margin-left: 8.75rem;
  }

  .sm\:mt-36{
    margin-top: 9rem;
  }

  .sm\:mr-36{
    margin-right: 9rem;
  }

  .sm\:mb-36{
    margin-bottom: 9rem;
  }

  .sm\:ml-36{
    margin-left: 9rem;
  }

  .sm\:mt-37{
    margin-top: 9.125rem;
  }

  .sm\:mr-37{
    margin-right: 9.125rem;
  }

  .sm\:mb-37{
    margin-bottom: 9.125rem;
  }

  .sm\:ml-37{
    margin-left: 9.125rem;
  }

  .sm\:mt-38{
    margin-top: 9.5rem;
  }

  .sm\:mr-38{
    margin-right: 9.5rem;
  }

  .sm\:mb-38{
    margin-bottom: 9.5rem;
  }

  .sm\:ml-38{
    margin-left: 9.5rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:mt-41{
    margin-top: 10.5rem;
  }

  .sm\:mr-41{
    margin-right: 10.5rem;
  }

  .sm\:mb-41{
    margin-bottom: 10.5rem;
  }

  .sm\:ml-41{
    margin-left: 10.5rem;
  }

  .sm\:mt-42{
    margin-top: 10.625rem;
  }

  .sm\:mr-42{
    margin-right: 10.625rem;
  }

  .sm\:mb-42{
    margin-bottom: 10.625rem;
  }

  .sm\:ml-42{
    margin-left: 10.625rem;
  }

  .sm\:mt-44{
    margin-top: 11rem;
  }

  .sm\:mr-44{
    margin-right: 11rem;
  }

  .sm\:mb-44{
    margin-bottom: 11rem;
  }

  .sm\:ml-44{
    margin-left: 11rem;
  }

  .sm\:mt-45{
    margin-top: 11.25rem;
  }

  .sm\:mr-45{
    margin-right: 11.25rem;
  }

  .sm\:mb-45{
    margin-bottom: 11.25rem;
  }

  .sm\:ml-45{
    margin-left: 11.25rem;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:mt-49{
    margin-top: 12.5rem;
  }

  .sm\:mr-49{
    margin-right: 12.5rem;
  }

  .sm\:mb-49{
    margin-bottom: 12.5rem;
  }

  .sm\:ml-49{
    margin-left: 12.5rem;
  }

  .sm\:mt-52{
    margin-top: 13rem;
  }

  .sm\:mr-52{
    margin-right: 13rem;
  }

  .sm\:mb-52{
    margin-bottom: 13rem;
  }

  .sm\:ml-52{
    margin-left: 13rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:mt-57{
    margin-top: 14.375rem;
  }

  .sm\:mr-57{
    margin-right: 14.375rem;
  }

  .sm\:mb-57{
    margin-bottom: 14.375rem;
  }

  .sm\:ml-57{
    margin-left: 14.375rem;
  }

  .sm\:mt-60{
    margin-top: 15rem;
  }

  .sm\:mr-60{
    margin-right: 15rem;
  }

  .sm\:mb-60{
    margin-bottom: 15rem;
  }

  .sm\:ml-60{
    margin-left: 15rem;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:mt-72{
    margin-top: 18rem;
  }

  .sm\:mr-72{
    margin-right: 18rem;
  }

  .sm\:mb-72{
    margin-bottom: 18rem;
  }

  .sm\:ml-72{
    margin-left: 18rem;
  }

  .sm\:mt-80{
    margin-top: 20rem;
  }

  .sm\:mr-80{
    margin-right: 20rem;
  }

  .sm\:mb-80{
    margin-bottom: 20rem;
  }

  .sm\:ml-80{
    margin-left: 20rem;
  }

  .sm\:mt-82{
    margin-top: 22rem;
  }

  .sm\:mr-82{
    margin-right: 22rem;
  }

  .sm\:mb-82{
    margin-bottom: 22rem;
  }

  .sm\:ml-82{
    margin-left: 22rem;
  }

  .sm\:mt-83{
    margin-top: 23.8125rem;
  }

  .sm\:mr-83{
    margin-right: 23.8125rem;
  }

  .sm\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .sm\:ml-83{
    margin-left: 23.8125rem;
  }

  .sm\:mt-96{
    margin-top: 24rem;
  }

  .sm\:mr-96{
    margin-right: 24rem;
  }

  .sm\:mb-96{
    margin-bottom: 24rem;
  }

  .sm\:ml-96{
    margin-left: 24rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .sm\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .sm\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .sm\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .sm\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .sm\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .sm\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .sm\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .sm\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .sm\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .sm\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .sm\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .sm\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .sm\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .sm\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .sm\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .sm\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .sm\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .sm\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .sm\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .sm\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .sm\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .sm\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .sm\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .sm\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .sm\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .sm\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .sm\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .sm\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .sm\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .sm\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .sm\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .sm\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .sm\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .sm\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .sm\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .sm\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .sm\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .sm\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .sm\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .sm\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .sm\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .sm\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .sm\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .sm\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .sm\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .sm\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .sm\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .sm\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .sm\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .sm\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .sm\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .sm\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .sm\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .sm\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .sm\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .sm\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .sm\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .sm\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .sm\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .sm\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .sm\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .sm\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .sm\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .sm\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .sm\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .sm\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .sm\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .sm\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .sm\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .sm\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .sm\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .sm\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .sm\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .sm\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .sm\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .sm\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .sm\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .sm\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .sm\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .sm\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .sm\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .sm\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .sm\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .sm\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .sm\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .sm\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .sm\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .sm\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .sm\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .sm\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .sm\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .sm\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .sm\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .sm\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .sm\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .sm\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .sm\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .sm\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .sm\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .sm\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .sm\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .sm\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .sm\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .sm\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .sm\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .sm\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .sm\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .sm\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .sm\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .sm\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .sm\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .sm\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .sm\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .sm\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .sm\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .sm\:-mt-0{
    margin-top: 0px;
  }

  .sm\:-mr-0{
    margin-right: 0px;
  }

  .sm\:-mb-0{
    margin-bottom: 0px;
  }

  .sm\:-ml-0{
    margin-left: 0px;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-mt-7{
    margin-top: -1.75rem;
  }

  .sm\:-mr-7{
    margin-right: -1.75rem;
  }

  .sm\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .sm\:-ml-7{
    margin-left: -1.75rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-mt-9{
    margin-top: -2.25rem;
  }

  .sm\:-mr-9{
    margin-right: -2.25rem;
  }

  .sm\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9{
    margin-left: -2.25rem;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm\:-mt-11{
    margin-top: -2.75rem;
  }

  .sm\:-mr-11{
    margin-right: -2.75rem;
  }

  .sm\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .sm\:-ml-11{
    margin-left: -2.75rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-mt-13{
    margin-top: -3.375rem;
  }

  .sm\:-mr-13{
    margin-right: -3.375rem;
  }

  .sm\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .sm\:-ml-13{
    margin-left: -3.375rem;
  }

  .sm\:-mt-14{
    margin-top: -3.5rem;
  }

  .sm\:-mr-14{
    margin-right: -3.5rem;
  }

  .sm\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14{
    margin-left: -3.5rem;
  }

  .sm\:-mt-15{
    margin-top: -3.75rem;
  }

  .sm\:-mr-15{
    margin-right: -3.75rem;
  }

  .sm\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-15{
    margin-left: -3.75rem;
  }

  .sm\:-mt-16{
    margin-top: -4rem;
  }

  .sm\:-mr-16{
    margin-right: -4rem;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm\:-ml-16{
    margin-left: -4rem;
  }

  .sm\:-mt-17{
    margin-top: -4.375rem;
  }

  .sm\:-mr-17{
    margin-right: -4.375rem;
  }

  .sm\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .sm\:-ml-17{
    margin-left: -4.375rem;
  }

  .sm\:-mt-18{
    margin-top: -4.5rem;
  }

  .sm\:-mr-18{
    margin-right: -4.5rem;
  }

  .sm\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .sm\:-ml-18{
    margin-left: -4.5rem;
  }

  .sm\:-mt-19{
    margin-top: -4.75rem;
  }

  .sm\:-mr-19{
    margin-right: -4.75rem;
  }

  .sm\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .sm\:-ml-19{
    margin-left: -4.75rem;
  }

  .sm\:-mt-20{
    margin-top: -5rem;
  }

  .sm\:-mr-20{
    margin-right: -5rem;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm\:-ml-20{
    margin-left: -5rem;
  }

  .sm\:-mt-21{
    margin-top: -5.5rem;
  }

  .sm\:-mr-21{
    margin-right: -5.5rem;
  }

  .sm\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .sm\:-ml-21{
    margin-left: -5.5rem;
  }

  .sm\:-mt-22{
    margin-top: -5.625rem;
  }

  .sm\:-mr-22{
    margin-right: -5.625rem;
  }

  .sm\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .sm\:-ml-22{
    margin-left: -5.625rem;
  }

  .sm\:-mt-23{
    margin-top: -6.125rem;
  }

  .sm\:-mr-23{
    margin-right: -6.125rem;
  }

  .sm\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .sm\:-ml-23{
    margin-left: -6.125rem;
  }

  .sm\:-mt-24{
    margin-top: -6rem;
  }

  .sm\:-mr-24{
    margin-right: -6rem;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm\:-ml-24{
    margin-left: -6rem;
  }

  .sm\:-mt-25{
    margin-top: -6.5rem;
  }

  .sm\:-mr-25{
    margin-right: -6.5rem;
  }

  .sm\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .sm\:-ml-25{
    margin-left: -6.5rem;
  }

  .sm\:-mt-26{
    margin-top: -6.75rem;
  }

  .sm\:-mr-26{
    margin-right: -6.75rem;
  }

  .sm\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .sm\:-ml-26{
    margin-left: -6.75rem;
  }

  .sm\:-mt-27{
    margin-top: -6.25rem;
  }

  .sm\:-mr-27{
    margin-right: -6.25rem;
  }

  .sm\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .sm\:-ml-27{
    margin-left: -6.25rem;
  }

  .sm\:-mt-28{
    margin-top: -7rem;
  }

  .sm\:-mr-28{
    margin-right: -7rem;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem;
  }

  .sm\:-ml-28{
    margin-left: -7rem;
  }

  .sm\:-mt-29{
    margin-top: -7.5rem;
  }

  .sm\:-mr-29{
    margin-right: -7.5rem;
  }

  .sm\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .sm\:-ml-29{
    margin-left: -7.5rem;
  }

  .sm\:-mt-32{
    margin-top: -8rem;
  }

  .sm\:-mr-32{
    margin-right: -8rem;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm\:-ml-32{
    margin-left: -8rem;
  }

  .sm\:-mt-34{
    margin-top: -8.5rem;
  }

  .sm\:-mr-34{
    margin-right: -8.5rem;
  }

  .sm\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .sm\:-ml-34{
    margin-left: -8.5rem;
  }

  .sm\:-mt-35{
    margin-top: -8.75rem;
  }

  .sm\:-mr-35{
    margin-right: -8.75rem;
  }

  .sm\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .sm\:-ml-35{
    margin-left: -8.75rem;
  }

  .sm\:-mt-36{
    margin-top: -9rem;
  }

  .sm\:-mr-36{
    margin-right: -9rem;
  }

  .sm\:-mb-36{
    margin-bottom: -9rem;
  }

  .sm\:-ml-36{
    margin-left: -9rem;
  }

  .sm\:-mt-37{
    margin-top: -9.125rem;
  }

  .sm\:-mr-37{
    margin-right: -9.125rem;
  }

  .sm\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .sm\:-ml-37{
    margin-left: -9.125rem;
  }

  .sm\:-mt-38{
    margin-top: -9.5rem;
  }

  .sm\:-mr-38{
    margin-right: -9.5rem;
  }

  .sm\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .sm\:-ml-38{
    margin-left: -9.5rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-mt-41{
    margin-top: -10.5rem;
  }

  .sm\:-mr-41{
    margin-right: -10.5rem;
  }

  .sm\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .sm\:-ml-41{
    margin-left: -10.5rem;
  }

  .sm\:-mt-42{
    margin-top: -10.625rem;
  }

  .sm\:-mr-42{
    margin-right: -10.625rem;
  }

  .sm\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .sm\:-ml-42{
    margin-left: -10.625rem;
  }

  .sm\:-mt-44{
    margin-top: -11rem;
  }

  .sm\:-mr-44{
    margin-right: -11rem;
  }

  .sm\:-mb-44{
    margin-bottom: -11rem;
  }

  .sm\:-ml-44{
    margin-left: -11rem;
  }

  .sm\:-mt-45{
    margin-top: -11.25rem;
  }

  .sm\:-mr-45{
    margin-right: -11.25rem;
  }

  .sm\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .sm\:-ml-45{
    margin-left: -11.25rem;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-mt-49{
    margin-top: -12.5rem;
  }

  .sm\:-mr-49{
    margin-right: -12.5rem;
  }

  .sm\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .sm\:-ml-49{
    margin-left: -12.5rem;
  }

  .sm\:-mt-52{
    margin-top: -13rem;
  }

  .sm\:-mr-52{
    margin-right: -13rem;
  }

  .sm\:-mb-52{
    margin-bottom: -13rem;
  }

  .sm\:-ml-52{
    margin-left: -13rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-mt-57{
    margin-top: -14.375rem;
  }

  .sm\:-mr-57{
    margin-right: -14.375rem;
  }

  .sm\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .sm\:-ml-57{
    margin-left: -14.375rem;
  }

  .sm\:-mt-60{
    margin-top: -15rem;
  }

  .sm\:-mr-60{
    margin-right: -15rem;
  }

  .sm\:-mb-60{
    margin-bottom: -15rem;
  }

  .sm\:-ml-60{
    margin-left: -15rem;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-mt-72{
    margin-top: -18rem;
  }

  .sm\:-mr-72{
    margin-right: -18rem;
  }

  .sm\:-mb-72{
    margin-bottom: -18rem;
  }

  .sm\:-ml-72{
    margin-left: -18rem;
  }

  .sm\:-mt-80{
    margin-top: -20rem;
  }

  .sm\:-mr-80{
    margin-right: -20rem;
  }

  .sm\:-mb-80{
    margin-bottom: -20rem;
  }

  .sm\:-ml-80{
    margin-left: -20rem;
  }

  .sm\:-mt-82{
    margin-top: -22rem;
  }

  .sm\:-mr-82{
    margin-right: -22rem;
  }

  .sm\:-mb-82{
    margin-bottom: -22rem;
  }

  .sm\:-ml-82{
    margin-left: -22rem;
  }

  .sm\:-mt-83{
    margin-top: -23.8125rem;
  }

  .sm\:-mr-83{
    margin-right: -23.8125rem;
  }

  .sm\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .sm\:-ml-83{
    margin-left: -23.8125rem;
  }

  .sm\:-mt-96{
    margin-top: -24rem;
  }

  .sm\:-mr-96{
    margin-right: -24rem;
  }

  .sm\:-mb-96{
    margin-bottom: -24rem;
  }

  .sm\:-ml-96{
    margin-left: -24rem;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .sm\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .sm\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .sm\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .sm\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .sm\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .sm\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .sm\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .sm\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .sm\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .sm\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .sm\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .sm\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .sm\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .sm\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .sm\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .sm\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .sm\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .sm\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .sm\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .sm\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .sm\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .sm\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .sm\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .sm\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .sm\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .sm\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .sm\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .sm\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .sm\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .sm\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .sm\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .sm\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .sm\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .sm\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .sm\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .sm\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .sm\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .sm\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .sm\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .sm\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .sm\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .sm\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .sm\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .sm\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .sm\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .sm\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .sm\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .sm\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .sm\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .sm\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .sm\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .sm\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .sm\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .sm\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .sm\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .sm\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .sm\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .sm\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .sm\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .sm\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .sm\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .sm\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .sm\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .sm\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .sm\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .sm\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .sm\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .sm\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .sm\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .sm\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .sm\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .sm\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .sm\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .sm\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .sm\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .sm\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .sm\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .sm\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .sm\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .sm\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .sm\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .sm\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .sm\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .sm\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .sm\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .sm\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .sm\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .sm\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .sm\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .sm\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .sm\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .sm\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .sm\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .sm\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .sm\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .sm\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .sm\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .sm\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .sm\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .sm\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .sm\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .sm\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .sm\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .sm\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .sm\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .sm\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .sm\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .sm\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .sm\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .sm\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .sm\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .sm\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .sm\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .sm\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .sm\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .sm\:max-h-0{
    max-height: 0px;
  }

  .sm\:max-h-1{
    max-height: 0.25rem;
  }

  .sm\:max-h-2{
    max-height: 0.5rem;
  }

  .sm\:max-h-3{
    max-height: 0.75rem;
  }

  .sm\:max-h-4{
    max-height: 1rem;
  }

  .sm\:max-h-5{
    max-height: 1.25rem;
  }

  .sm\:max-h-6{
    max-height: 1.5rem;
  }

  .sm\:max-h-7{
    max-height: 1.75rem;
  }

  .sm\:max-h-8{
    max-height: 2rem;
  }

  .sm\:max-h-9{
    max-height: 2.25rem;
  }

  .sm\:max-h-10{
    max-height: 2.5rem;
  }

  .sm\:max-h-11{
    max-height: 2.75rem;
  }

  .sm\:max-h-12{
    max-height: 3rem;
  }

  .sm\:max-h-13{
    max-height: 3.375rem;
  }

  .sm\:max-h-14{
    max-height: 3.5rem;
  }

  .sm\:max-h-15{
    max-height: 3.75rem;
  }

  .sm\:max-h-16{
    max-height: 4rem;
  }

  .sm\:max-h-17{
    max-height: 4.375rem;
  }

  .sm\:max-h-18{
    max-height: 4.5rem;
  }

  .sm\:max-h-19{
    max-height: 4.75rem;
  }

  .sm\:max-h-20{
    max-height: 5rem;
  }

  .sm\:max-h-21{
    max-height: 5.5rem;
  }

  .sm\:max-h-22{
    max-height: 5.625rem;
  }

  .sm\:max-h-23{
    max-height: 6.125rem;
  }

  .sm\:max-h-24{
    max-height: 6rem;
  }

  .sm\:max-h-25{
    max-height: 6.5rem;
  }

  .sm\:max-h-26{
    max-height: 6.75rem;
  }

  .sm\:max-h-27{
    max-height: 6.25rem;
  }

  .sm\:max-h-28{
    max-height: 7rem;
  }

  .sm\:max-h-29{
    max-height: 7.5rem;
  }

  .sm\:max-h-32{
    max-height: 8rem;
  }

  .sm\:max-h-34{
    max-height: 8.5rem;
  }

  .sm\:max-h-35{
    max-height: 8.75rem;
  }

  .sm\:max-h-36{
    max-height: 9rem;
  }

  .sm\:max-h-37{
    max-height: 9.125rem;
  }

  .sm\:max-h-38{
    max-height: 9.5rem;
  }

  .sm\:max-h-40{
    max-height: 10rem;
  }

  .sm\:max-h-41{
    max-height: 10.5rem;
  }

  .sm\:max-h-42{
    max-height: 10.625rem;
  }

  .sm\:max-h-44{
    max-height: 11rem;
  }

  .sm\:max-h-45{
    max-height: 11.25rem;
  }

  .sm\:max-h-48{
    max-height: 12rem;
  }

  .sm\:max-h-49{
    max-height: 12.5rem;
  }

  .sm\:max-h-52{
    max-height: 13rem;
  }

  .sm\:max-h-56{
    max-height: 14rem;
  }

  .sm\:max-h-57{
    max-height: 14.375rem;
  }

  .sm\:max-h-60{
    max-height: 15rem;
  }

  .sm\:max-h-64{
    max-height: 16rem;
  }

  .sm\:max-h-72{
    max-height: 18rem;
  }

  .sm\:max-h-80{
    max-height: 20rem;
  }

  .sm\:max-h-82{
    max-height: 22rem;
  }

  .sm\:max-h-83{
    max-height: 23.8125rem;
  }

  .sm\:max-h-96{
    max-height: 24rem;
  }

  .sm\:max-h-px{
    max-height: 1px;
  }

  .sm\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .sm\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .sm\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .sm\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .sm\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .sm\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .sm\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .sm\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .sm\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .sm\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .sm\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .sm\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .sm\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .sm\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .sm\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .sm\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .sm\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .sm\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .sm\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .sm\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .sm\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .sm\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .sm\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .sm\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .sm\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .sm\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .sm\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .sm\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .sm\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-w-0{
    max-width: 0rem;
  }

  .sm\:max-w-13{
    max-width: 3.375rem;
  }

  .sm\:max-w-23{
    max-width: 380px;
  }

  .sm\:max-w-28{
    max-width: 7rem;
  }

  .sm\:max-w-29{
    max-width: 27.5rem;
  }

  .sm\:max-w-33{
    max-width: 8.75rem;
  }

  .sm\:max-w-56{
    max-width: 14rem;
  }

  .sm\:max-w-70{
    max-width: 26.4375rem;
  }

  .sm\:max-w-98{
    max-width: 48rem;
  }

  .sm\:max-w-100{
    max-width: 922px;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-7xl{
    max-width: 80rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose{
    max-width: 65ch;
  }

  .sm\:max-w-screen-sm{
    max-width: 576px;
  }

  .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-lg{
    max-width: 992px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1200px;
  }

  .sm\:max-w-screen-xs{
    max-width: 322px;
  }

  .sm\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .sm\:max-w-received{
    max-width: 592px;
  }

  .sm\:max-w-about{
    max-width: 618px;
  }

  .sm\:max-w-commission{
    max-width: 1378px;
  }

  .sm\:max-w-commission-lg{
    max-width: 1000px;
  }

  .sm\:max-w-status{
    max-width: 963px;
  }

  .sm\:max-w-pdf{
    max-width: 515px;
  }

  .sm\:max-w-detail{
    max-width: 731px;
  }

  .sm\:max-w-inscription{
    max-width: 825px;
  }

  .sm\:max-w-info-caption{
    max-width: 587px;
  }

  .sm\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .sm\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .sm\:max-w-info-caption-md{
    max-width: 550px;
  }

  .sm\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .sm\:max-w-dashboard{
    max-width: 1054px;
  }

  .sm\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .sm\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .sm\:max-w-dashboard-md{
    max-width: 500px;
  }

  .sm\:max-w-profile{
    max-width: 960px;
  }

  .sm\:max-w-debate{
    max-width: 755px;
  }

  .sm\:max-w-debate-md{
    max-width: 660px;
  }

  .sm\:max-w-galery{
    max-width: 918px;
  }

  .sm\:max-w-approach{
    max-width: 916px;
  }

  .sm\:min-h-0{
    min-height: 0px;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-w-0{
    min-width: 0px;
  }

  .sm\:min-w-7{
    min-width: 1.75rem;
  }

  .sm\:min-w-13{
    min-width: 44px;
  }

  .sm\:min-w-22{
    min-width: 5.625rem;
  }

  .sm\:min-w-33{
    min-width: 8.125rem;
  }

  .sm\:min-w-34{
    min-width: 8.75rem;
  }

  .sm\:min-w-50{
    min-width: 12.5rem;
  }

  .sm\:min-w-53{
    min-width: 17rem;
  }

  .sm\:min-w-56{
    min-width: 14rem;
  }

  .sm\:min-w-60{
    min-width: 16rem;
  }

  .sm\:min-w-70{
    min-width: 20rem;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .sm\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .sm\:min-w-info-activities{
    min-width: 372px;
  }

  .sm\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .sm\:min-w-activities{
    min-width: 430px;
  }

  .sm\:min-w-activities-lg{
    min-width: 300px;
  }

  .sm\:min-w-session{
    min-width: 545px;
  }

  .sm\:min-w-session-lg{
    min-width: 410px;
  }

  .sm\:min-w-session-xl{
    min-width: 460px;
  }

  .sm\:min-w-login{
    min-width: 826px;
  }

  .sm\:min-w-login-xl{
    min-width: 680px;
  }

  .sm\:min-w-login-lg{
    min-width: 450px;
  }

  .sm\:min-w-control-dashboard{
    min-width: 298px;
  }

  .sm\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .sm\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .sm\:min-w-objective{
    min-width: 1163px;
  }

  .sm\:min-w-objective-xl{
    min-width: 1040px;
  }

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-5{
    opacity: 0.05;
  }

  .sm\:opacity-10{
    opacity: 0.1;
  }

  .sm\:opacity-11{
    opacity: .86;
  }

  .sm\:opacity-20{
    opacity: 0.2;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-30{
    opacity: 0.3;
  }

  .sm\:opacity-40{
    opacity: 0.4;
  }

  .sm\:opacity-45{
    opacity: .45;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-58{
    opacity: .58;
  }

  .sm\:opacity-60{
    opacity: 0.6;
  }

  .sm\:opacity-70{
    opacity: 0.7;
  }

  .sm\:opacity-74{
    opacity: .74;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-80{
    opacity: 0.8;
  }

  .sm\:opacity-90{
    opacity: 0.9;
  }

  .sm\:opacity-95{
    opacity: 0.95;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .sm\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .sm\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .sm\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .sm\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .sm\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .sm\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-7{
    padding: 1.75rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-9{
    padding: 2.25rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-11{
    padding: 2.75rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-13{
    padding: 3.375rem;
  }

  .sm\:p-14{
    padding: 3.5rem;
  }

  .sm\:p-15{
    padding: 3.75rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-17{
    padding: 4.375rem;
  }

  .sm\:p-18{
    padding: 4.5rem;
  }

  .sm\:p-19{
    padding: 4.75rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-21{
    padding: 5.5rem;
  }

  .sm\:p-22{
    padding: 5.625rem;
  }

  .sm\:p-23{
    padding: 6.125rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-25{
    padding: 6.5rem;
  }

  .sm\:p-26{
    padding: 6.75rem;
  }

  .sm\:p-27{
    padding: 6.25rem;
  }

  .sm\:p-28{
    padding: 7rem;
  }

  .sm\:p-29{
    padding: 7.5rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-34{
    padding: 8.5rem;
  }

  .sm\:p-35{
    padding: 8.75rem;
  }

  .sm\:p-36{
    padding: 9rem;
  }

  .sm\:p-37{
    padding: 9.125rem;
  }

  .sm\:p-38{
    padding: 9.5rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-41{
    padding: 10.5rem;
  }

  .sm\:p-42{
    padding: 10.625rem;
  }

  .sm\:p-44{
    padding: 11rem;
  }

  .sm\:p-45{
    padding: 11.25rem;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-49{
    padding: 12.5rem;
  }

  .sm\:p-52{
    padding: 13rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-57{
    padding: 14.375rem;
  }

  .sm\:p-60{
    padding: 15rem;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-72{
    padding: 18rem;
  }

  .sm\:p-80{
    padding: 20rem;
  }

  .sm\:p-82{
    padding: 22rem;
  }

  .sm\:p-83{
    padding: 23.8125rem;
  }

  .sm\:p-96{
    padding: 24rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-0\.5{
    padding: 0.125rem;
  }

  .sm\:p-1\.5{
    padding: 0.375rem;
  }

  .sm\:p-2\.5{
    padding: 0.625rem;
  }

  .sm\:p-3\.5{
    padding: 0.875rem;
  }

  .sm\:p-4\.5{
    padding: 1.125rem;
  }

  .sm\:p-5\.5{
    padding: 1.375rem;
  }

  .sm\:p-6\.5{
    padding: 1.625rem;
  }

  .sm\:p-7\.5{
    padding: 1.875rem;
  }

  .sm\:p-8\.5{
    padding: 2.125rem;
  }

  .sm\:p-9\.5{
    padding: 2.375rem;
  }

  .sm\:p-10\.5{
    padding: 2.625rem;
  }

  .sm\:p-11\.5{
    padding: 2.875rem;
  }

  .sm\:p-12\.5{
    padding: 3.125rem;
  }

  .sm\:p-13\.5{
    padding: 3.25rem;
  }

  .sm\:p-15\.5{
    padding: 3.8rem;
  }

  .sm\:p-16\.5{
    padding: 4.125rem;
  }

  .sm\:p-17\.5{
    padding: 4.25rem;
  }

  .sm\:p-18\.5{
    padding: 4.625rem;
  }

  .sm\:p-20\.5{
    padding: 5.25rem;
  }

  .sm\:p-21\.5{
    padding: 5.75rem;
  }

  .sm\:p-22\.5{
    padding: 5.875rem;
  }

  .sm\:p-24\.5{
    padding: 6.8125rem;
  }

  .sm\:p-28\.5{
    padding: 7.375rem;
  }

  .sm\:p-29\.5{
    padding: 7.75rem;
  }

  .sm\:p-32\.5{
    padding: 8.125rem;
  }

  .sm\:p-33\.5{
    padding: 8.8125rem;
  }

  .sm\:p-42\.5{
    padding: 10.875rem;
  }

  .sm\:p-49\.5{
    padding: 12.75rem;
  }

  .sm\:p-72\.5{
    padding: 18.25rem;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .sm\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .sm\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .sm\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .sm\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .sm\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .sm\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .sm\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .sm\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .sm\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sm\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .sm\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .sm\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .sm\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .sm\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .sm\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .sm\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .sm\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .sm\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .sm\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .sm\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .sm\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .sm\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sm\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sm\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .sm\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .sm\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .sm\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .sm\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .sm\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .sm\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .sm\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .sm\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .sm\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .sm\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .sm\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .sm\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .sm\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .sm\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .sm\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .sm\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .sm\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .sm\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .sm\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .sm\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .sm\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .sm\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .sm\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .sm\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .sm\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .sm\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .sm\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .sm\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .sm\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .sm\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .sm\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .sm\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .sm\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .sm\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .sm\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .sm\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .sm\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .sm\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .sm\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .sm\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .sm\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .sm\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .sm\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pt-7{
    padding-top: 1.75rem;
  }

  .sm\:pr-7{
    padding-right: 1.75rem;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  .sm\:pl-7{
    padding-left: 1.75rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:pr-9{
    padding-right: 2.25rem;
  }

  .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9{
    padding-left: 2.25rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pt-11{
    padding-top: 2.75rem;
  }

  .sm\:pr-11{
    padding-right: 2.75rem;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  .sm\:pl-11{
    padding-left: 2.75rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pt-13{
    padding-top: 3.375rem;
  }

  .sm\:pr-13{
    padding-right: 3.375rem;
  }

  .sm\:pb-13{
    padding-bottom: 3.375rem;
  }

  .sm\:pl-13{
    padding-left: 3.375rem;
  }

  .sm\:pt-14{
    padding-top: 3.5rem;
  }

  .sm\:pr-14{
    padding-right: 3.5rem;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14{
    padding-left: 3.5rem;
  }

  .sm\:pt-15{
    padding-top: 3.75rem;
  }

  .sm\:pr-15{
    padding-right: 3.75rem;
  }

  .sm\:pb-15{
    padding-bottom: 3.75rem;
  }

  .sm\:pl-15{
    padding-left: 3.75rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pt-17{
    padding-top: 4.375rem;
  }

  .sm\:pr-17{
    padding-right: 4.375rem;
  }

  .sm\:pb-17{
    padding-bottom: 4.375rem;
  }

  .sm\:pl-17{
    padding-left: 4.375rem;
  }

  .sm\:pt-18{
    padding-top: 4.5rem;
  }

  .sm\:pr-18{
    padding-right: 4.5rem;
  }

  .sm\:pb-18{
    padding-bottom: 4.5rem;
  }

  .sm\:pl-18{
    padding-left: 4.5rem;
  }

  .sm\:pt-19{
    padding-top: 4.75rem;
  }

  .sm\:pr-19{
    padding-right: 4.75rem;
  }

  .sm\:pb-19{
    padding-bottom: 4.75rem;
  }

  .sm\:pl-19{
    padding-left: 4.75rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pt-21{
    padding-top: 5.5rem;
  }

  .sm\:pr-21{
    padding-right: 5.5rem;
  }

  .sm\:pb-21{
    padding-bottom: 5.5rem;
  }

  .sm\:pl-21{
    padding-left: 5.5rem;
  }

  .sm\:pt-22{
    padding-top: 5.625rem;
  }

  .sm\:pr-22{
    padding-right: 5.625rem;
  }

  .sm\:pb-22{
    padding-bottom: 5.625rem;
  }

  .sm\:pl-22{
    padding-left: 5.625rem;
  }

  .sm\:pt-23{
    padding-top: 6.125rem;
  }

  .sm\:pr-23{
    padding-right: 6.125rem;
  }

  .sm\:pb-23{
    padding-bottom: 6.125rem;
  }

  .sm\:pl-23{
    padding-left: 6.125rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pt-25{
    padding-top: 6.5rem;
  }

  .sm\:pr-25{
    padding-right: 6.5rem;
  }

  .sm\:pb-25{
    padding-bottom: 6.5rem;
  }

  .sm\:pl-25{
    padding-left: 6.5rem;
  }

  .sm\:pt-26{
    padding-top: 6.75rem;
  }

  .sm\:pr-26{
    padding-right: 6.75rem;
  }

  .sm\:pb-26{
    padding-bottom: 6.75rem;
  }

  .sm\:pl-26{
    padding-left: 6.75rem;
  }

  .sm\:pt-27{
    padding-top: 6.25rem;
  }

  .sm\:pr-27{
    padding-right: 6.25rem;
  }

  .sm\:pb-27{
    padding-bottom: 6.25rem;
  }

  .sm\:pl-27{
    padding-left: 6.25rem;
  }

  .sm\:pt-28{
    padding-top: 7rem;
  }

  .sm\:pr-28{
    padding-right: 7rem;
  }

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

  .sm\:pl-28{
    padding-left: 7rem;
  }

  .sm\:pt-29{
    padding-top: 7.5rem;
  }

  .sm\:pr-29{
    padding-right: 7.5rem;
  }

  .sm\:pb-29{
    padding-bottom: 7.5rem;
  }

  .sm\:pl-29{
    padding-left: 7.5rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pt-34{
    padding-top: 8.5rem;
  }

  .sm\:pr-34{
    padding-right: 8.5rem;
  }

  .sm\:pb-34{
    padding-bottom: 8.5rem;
  }

  .sm\:pl-34{
    padding-left: 8.5rem;
  }

  .sm\:pt-35{
    padding-top: 8.75rem;
  }

  .sm\:pr-35{
    padding-right: 8.75rem;
  }

  .sm\:pb-35{
    padding-bottom: 8.75rem;
  }

  .sm\:pl-35{
    padding-left: 8.75rem;
  }

  .sm\:pt-36{
    padding-top: 9rem;
  }

  .sm\:pr-36{
    padding-right: 9rem;
  }

  .sm\:pb-36{
    padding-bottom: 9rem;
  }

  .sm\:pl-36{
    padding-left: 9rem;
  }

  .sm\:pt-37{
    padding-top: 9.125rem;
  }

  .sm\:pr-37{
    padding-right: 9.125rem;
  }

  .sm\:pb-37{
    padding-bottom: 9.125rem;
  }

  .sm\:pl-37{
    padding-left: 9.125rem;
  }

  .sm\:pt-38{
    padding-top: 9.5rem;
  }

  .sm\:pr-38{
    padding-right: 9.5rem;
  }

  .sm\:pb-38{
    padding-bottom: 9.5rem;
  }

  .sm\:pl-38{
    padding-left: 9.5rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pt-41{
    padding-top: 10.5rem;
  }

  .sm\:pr-41{
    padding-right: 10.5rem;
  }

  .sm\:pb-41{
    padding-bottom: 10.5rem;
  }

  .sm\:pl-41{
    padding-left: 10.5rem;
  }

  .sm\:pt-42{
    padding-top: 10.625rem;
  }

  .sm\:pr-42{
    padding-right: 10.625rem;
  }

  .sm\:pb-42{
    padding-bottom: 10.625rem;
  }

  .sm\:pl-42{
    padding-left: 10.625rem;
  }

  .sm\:pt-44{
    padding-top: 11rem;
  }

  .sm\:pr-44{
    padding-right: 11rem;
  }

  .sm\:pb-44{
    padding-bottom: 11rem;
  }

  .sm\:pl-44{
    padding-left: 11rem;
  }

  .sm\:pt-45{
    padding-top: 11.25rem;
  }

  .sm\:pr-45{
    padding-right: 11.25rem;
  }

  .sm\:pb-45{
    padding-bottom: 11.25rem;
  }

  .sm\:pl-45{
    padding-left: 11.25rem;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pt-49{
    padding-top: 12.5rem;
  }

  .sm\:pr-49{
    padding-right: 12.5rem;
  }

  .sm\:pb-49{
    padding-bottom: 12.5rem;
  }

  .sm\:pl-49{
    padding-left: 12.5rem;
  }

  .sm\:pt-52{
    padding-top: 13rem;
  }

  .sm\:pr-52{
    padding-right: 13rem;
  }

  .sm\:pb-52{
    padding-bottom: 13rem;
  }

  .sm\:pl-52{
    padding-left: 13rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pt-57{
    padding-top: 14.375rem;
  }

  .sm\:pr-57{
    padding-right: 14.375rem;
  }

  .sm\:pb-57{
    padding-bottom: 14.375rem;
  }

  .sm\:pl-57{
    padding-left: 14.375rem;
  }

  .sm\:pt-60{
    padding-top: 15rem;
  }

  .sm\:pr-60{
    padding-right: 15rem;
  }

  .sm\:pb-60{
    padding-bottom: 15rem;
  }

  .sm\:pl-60{
    padding-left: 15rem;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pt-72{
    padding-top: 18rem;
  }

  .sm\:pr-72{
    padding-right: 18rem;
  }

  .sm\:pb-72{
    padding-bottom: 18rem;
  }

  .sm\:pl-72{
    padding-left: 18rem;
  }

  .sm\:pt-80{
    padding-top: 20rem;
  }

  .sm\:pr-80{
    padding-right: 20rem;
  }

  .sm\:pb-80{
    padding-bottom: 20rem;
  }

  .sm\:pl-80{
    padding-left: 20rem;
  }

  .sm\:pt-82{
    padding-top: 22rem;
  }

  .sm\:pr-82{
    padding-right: 22rem;
  }

  .sm\:pb-82{
    padding-bottom: 22rem;
  }

  .sm\:pl-82{
    padding-left: 22rem;
  }

  .sm\:pt-83{
    padding-top: 23.8125rem;
  }

  .sm\:pr-83{
    padding-right: 23.8125rem;
  }

  .sm\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .sm\:pl-83{
    padding-left: 23.8125rem;
  }

  .sm\:pt-96{
    padding-top: 24rem;
  }

  .sm\:pr-96{
    padding-right: 24rem;
  }

  .sm\:pb-96{
    padding-bottom: 24rem;
  }

  .sm\:pl-96{
    padding-left: 24rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .sm\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .sm\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .sm\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .sm\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .sm\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .sm\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .sm\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .sm\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .sm\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .sm\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .sm\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .sm\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .sm\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .sm\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .sm\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .sm\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .sm\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .sm\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .sm\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .sm\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .sm\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .sm\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .sm\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .sm\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .sm\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .sm\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .sm\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .sm\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .sm\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .sm\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .sm\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .sm\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .sm\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .sm\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .sm\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .sm\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .sm\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .sm\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .sm\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .sm\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .sm\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .sm\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .sm\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .sm\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .sm\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .sm\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .sm\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .sm\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .sm\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .sm\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .sm\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .sm\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .sm\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .sm\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .sm\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .sm\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .sm\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .sm\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .sm\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .sm\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .sm\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .sm\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .sm\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .sm\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .sm\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .sm\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .sm\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .sm\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .sm\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .sm\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .sm\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .sm\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .sm\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .sm\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .sm\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .sm\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .sm\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .sm\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .sm\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .sm\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .sm\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .sm\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .sm\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .sm\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .sm\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .sm\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .sm\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .sm\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .sm\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .sm\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .sm\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .sm\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .sm\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .sm\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .sm\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .sm\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .sm\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .sm\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .sm\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .sm\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .sm\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .sm\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .sm\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .sm\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .sm\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .sm\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .sm\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .sm\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .sm\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .sm\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .sm\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .sm\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .sm\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .sm\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .sm\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sm\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .sm\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .sm\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .sm\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .sm\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .sm\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .sm\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .sm\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .sm\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .sm\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .sm\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .sm\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .sm\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .sm\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .sm\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .sm\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .sm\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .sm\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .sm\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .sm\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .sm\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .sm\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .sm\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .sm\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .sm\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .sm\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .sm\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .sm\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .sm\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .sm\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .sm\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .sm\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .sm\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .sm\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .sm\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .sm\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .sm\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .sm\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .sm\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .sm\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .sm\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .sm\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .sm\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .sm\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .sm\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .sm\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .sm\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .sm\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .sm\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .sm\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .sm\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .sm\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .sm\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .sm\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .sm\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .sm\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .sm\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .sm\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .sm\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .sm\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .sm\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .sm\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .sm\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .sm\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .sm\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .sm\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .sm\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .sm\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .sm\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .sm\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .sm\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .sm\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .sm\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .sm\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .sm\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .sm\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .sm\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .sm\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .sm\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .sm\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .sm\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .sm\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .sm\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .sm\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .sm\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .sm\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .sm\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .sm\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .sm\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .sm\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .sm\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .sm\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .sm\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .sm\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .sm\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .sm\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .sm\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .sm\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .sm\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .sm\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .sm\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .sm\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .sm\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .sm\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .sm\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .sm\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .sm\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .sm\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .sm\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .sm\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .sm\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .sm\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .sm\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .sm\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .sm\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .sm\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .sm\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .sm\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .sm\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .sm\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .sm\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .sm\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .sm\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .sm\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .sm\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .sm\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .sm\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .sm\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .sm\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .sm\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .sm\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .sm\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .sm\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .sm\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .sm\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .sm\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .sm\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .sm\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .sm\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .sm\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .sm\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .sm\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .sm\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .sm\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .sm\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .sm\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .sm\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .sm\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .sm\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .sm\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .sm\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .sm\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .sm\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .sm\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .sm\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .sm\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .sm\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .sm\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .sm\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .sm\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .sm\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .sm\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .sm\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .sm\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .sm\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .sm\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .sm\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .sm\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .sm\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .sm\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .sm\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .sm\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .sm\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .sm\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .sm\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .sm\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .sm\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .sm\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .sm\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .sm\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .sm\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .sm\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .sm\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .sm\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .sm\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .sm\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .sm\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .sm\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .sm\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .sm\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .sm\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .sm\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .sm\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .sm\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .sm\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .sm\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .sm\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .sm\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .sm\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .sm\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .sm\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .sm\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .sm\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .sm\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .sm\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .sm\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .sm\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .sm\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .sm\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .sm\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .sm\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .sm\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .sm\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .sm\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .sm\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .sm\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .sm\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .sm\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .sm\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .sm\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .sm\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .sm\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .sm\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .sm\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .sm\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .sm\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .sm\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .sm\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .sm\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .sm\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .sm\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .sm\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .sm\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .sm\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .sm\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .sm\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .sm\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .sm\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .sm\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .sm\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .sm\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .sm\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .sm\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .sm\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .sm\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .sm\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .sm\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .sm\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .sm\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .sm\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .sm\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .sm\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .sm\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .sm\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .sm\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .sm\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .sm\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .sm\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .sm\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .sm\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .sm\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .sm\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .sm\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .sm\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .sm\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .sm\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .sm\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .sm\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .sm\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .sm\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .sm\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .sm\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .sm\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .sm\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .sm\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .sm\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .sm\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .sm\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .sm\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .sm\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .sm\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .sm\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .sm\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .sm\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .sm\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .sm\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .sm\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .sm\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .sm\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .sm\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .sm\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .sm\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .sm\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .sm\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .sm\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .sm\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .sm\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .sm\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .sm\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .sm\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .sm\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .sm\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .sm\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .sm\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .sm\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .sm\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .sm\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .sm\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .sm\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .sm\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .sm\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .sm\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .sm\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .sm\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .sm\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .sm\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .sm\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .sm\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .sm\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .sm\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .sm\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .sm\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .sm\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .sm\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .sm\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .sm\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .sm\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .sm\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .sm\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .sm\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .sm\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .sm\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .sm\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .sm\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .sm\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .sm\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .sm\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .sm\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .sm\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .sm\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .sm\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .sm\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .sm\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .sm\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .sm\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .sm\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .sm\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .sm\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .sm\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .sm\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .sm\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .sm\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .sm\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .sm\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .sm\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .sm\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .sm\:top-0{
    top: 0px;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-0{
    left: 0px;
  }

  .sm\:top-1{
    top: 0.25rem;
  }

  .sm\:right-1{
    right: 0.25rem;
  }

  .sm\:bottom-1{
    bottom: 0.25rem;
  }

  .sm\:left-1{
    left: 0.25rem;
  }

  .sm\:top-2{
    top: 0.5rem;
  }

  .sm\:right-2{
    right: 0.5rem;
  }

  .sm\:bottom-2{
    bottom: 0.5rem;
  }

  .sm\:left-2{
    left: 0.5rem;
  }

  .sm\:top-3{
    top: 0.75rem;
  }

  .sm\:right-3{
    right: 0.75rem;
  }

  .sm\:bottom-3{
    bottom: 0.75rem;
  }

  .sm\:left-3{
    left: 0.75rem;
  }

  .sm\:top-4{
    top: 1rem;
  }

  .sm\:right-4{
    right: 1rem;
  }

  .sm\:bottom-4{
    bottom: 1rem;
  }

  .sm\:left-4{
    left: 1rem;
  }

  .sm\:top-5{
    top: 1.25rem;
  }

  .sm\:right-5{
    right: 1.25rem;
  }

  .sm\:bottom-5{
    bottom: 1.25rem;
  }

  .sm\:left-5{
    left: 1.25rem;
  }

  .sm\:top-6{
    top: 1.5rem;
  }

  .sm\:right-6{
    right: 1.5rem;
  }

  .sm\:bottom-6{
    bottom: 1.5rem;
  }

  .sm\:left-6{
    left: 1.5rem;
  }

  .sm\:top-7{
    top: 1.75rem;
  }

  .sm\:right-7{
    right: 1.75rem;
  }

  .sm\:bottom-7{
    bottom: 1.75rem;
  }

  .sm\:left-7{
    left: 1.75rem;
  }

  .sm\:top-8{
    top: 2rem;
  }

  .sm\:right-8{
    right: 2rem;
  }

  .sm\:bottom-8{
    bottom: 2rem;
  }

  .sm\:left-8{
    left: 2rem;
  }

  .sm\:top-9{
    top: 2.25rem;
  }

  .sm\:right-9{
    right: 2.25rem;
  }

  .sm\:bottom-9{
    bottom: 2.25rem;
  }

  .sm\:left-9{
    left: 2.25rem;
  }

  .sm\:top-10{
    top: 2.5rem;
  }

  .sm\:right-10{
    right: 2.5rem;
  }

  .sm\:bottom-10{
    bottom: 2.5rem;
  }

  .sm\:left-10{
    left: 2.5rem;
  }

  .sm\:top-11{
    top: 2.75rem;
  }

  .sm\:right-11{
    right: 2.75rem;
  }

  .sm\:bottom-11{
    bottom: 2.75rem;
  }

  .sm\:left-11{
    left: 2.75rem;
  }

  .sm\:top-12{
    top: 3rem;
  }

  .sm\:right-12{
    right: 3rem;
  }

  .sm\:bottom-12{
    bottom: 3rem;
  }

  .sm\:left-12{
    left: 3rem;
  }

  .sm\:top-13{
    top: 3.375rem;
  }

  .sm\:right-13{
    right: 3.375rem;
  }

  .sm\:bottom-13{
    bottom: 3.375rem;
  }

  .sm\:left-13{
    left: 3.375rem;
  }

  .sm\:top-14{
    top: 3.5rem;
  }

  .sm\:right-14{
    right: 3.5rem;
  }

  .sm\:bottom-14{
    bottom: 3.5rem;
  }

  .sm\:left-14{
    left: 3.5rem;
  }

  .sm\:top-15{
    top: 3.75rem;
  }

  .sm\:right-15{
    right: 3.75rem;
  }

  .sm\:bottom-15{
    bottom: 3.75rem;
  }

  .sm\:left-15{
    left: 3.75rem;
  }

  .sm\:top-16{
    top: 4rem;
  }

  .sm\:right-16{
    right: 4rem;
  }

  .sm\:bottom-16{
    bottom: 4rem;
  }

  .sm\:left-16{
    left: 4rem;
  }

  .sm\:top-17{
    top: 4.375rem;
  }

  .sm\:right-17{
    right: 4.375rem;
  }

  .sm\:bottom-17{
    bottom: 4.375rem;
  }

  .sm\:left-17{
    left: 4.375rem;
  }

  .sm\:top-18{
    top: 4.5rem;
  }

  .sm\:right-18{
    right: 4.5rem;
  }

  .sm\:bottom-18{
    bottom: 4.5rem;
  }

  .sm\:left-18{
    left: 4.5rem;
  }

  .sm\:top-19{
    top: 4.75rem;
  }

  .sm\:right-19{
    right: 4.75rem;
  }

  .sm\:bottom-19{
    bottom: 4.75rem;
  }

  .sm\:left-19{
    left: 4.75rem;
  }

  .sm\:top-20{
    top: 5rem;
  }

  .sm\:right-20{
    right: 5rem;
  }

  .sm\:bottom-20{
    bottom: 5rem;
  }

  .sm\:left-20{
    left: 5rem;
  }

  .sm\:top-21{
    top: 5.5rem;
  }

  .sm\:right-21{
    right: 5.5rem;
  }

  .sm\:bottom-21{
    bottom: 5.5rem;
  }

  .sm\:left-21{
    left: 5.5rem;
  }

  .sm\:top-22{
    top: 5.625rem;
  }

  .sm\:right-22{
    right: 5.625rem;
  }

  .sm\:bottom-22{
    bottom: 5.625rem;
  }

  .sm\:left-22{
    left: 5.625rem;
  }

  .sm\:top-23{
    top: 6.125rem;
  }

  .sm\:right-23{
    right: 6.125rem;
  }

  .sm\:bottom-23{
    bottom: 6.125rem;
  }

  .sm\:left-23{
    left: 6.125rem;
  }

  .sm\:top-24{
    top: 6rem;
  }

  .sm\:right-24{
    right: 6rem;
  }

  .sm\:bottom-24{
    bottom: 6rem;
  }

  .sm\:left-24{
    left: 6rem;
  }

  .sm\:top-25{
    top: 6.5rem;
  }

  .sm\:right-25{
    right: 6.5rem;
  }

  .sm\:bottom-25{
    bottom: 6.5rem;
  }

  .sm\:left-25{
    left: 6.5rem;
  }

  .sm\:top-26{
    top: 6.75rem;
  }

  .sm\:right-26{
    right: 6.75rem;
  }

  .sm\:bottom-26{
    bottom: 6.75rem;
  }

  .sm\:left-26{
    left: 6.75rem;
  }

  .sm\:top-27{
    top: 6.25rem;
  }

  .sm\:right-27{
    right: 6.25rem;
  }

  .sm\:bottom-27{
    bottom: 6.25rem;
  }

  .sm\:left-27{
    left: 6.25rem;
  }

  .sm\:top-28{
    top: 7rem;
  }

  .sm\:right-28{
    right: 7rem;
  }

  .sm\:bottom-28{
    bottom: 7rem;
  }

  .sm\:left-28{
    left: 7rem;
  }

  .sm\:top-29{
    top: 7.5rem;
  }

  .sm\:right-29{
    right: 7.5rem;
  }

  .sm\:bottom-29{
    bottom: 7.5rem;
  }

  .sm\:left-29{
    left: 7.5rem;
  }

  .sm\:top-32{
    top: 8rem;
  }

  .sm\:right-32{
    right: 8rem;
  }

  .sm\:bottom-32{
    bottom: 8rem;
  }

  .sm\:left-32{
    left: 8rem;
  }

  .sm\:top-34{
    top: 8.5rem;
  }

  .sm\:right-34{
    right: 8.5rem;
  }

  .sm\:bottom-34{
    bottom: 8.5rem;
  }

  .sm\:left-34{
    left: 8.5rem;
  }

  .sm\:top-35{
    top: 8.75rem;
  }

  .sm\:right-35{
    right: 8.75rem;
  }

  .sm\:bottom-35{
    bottom: 8.75rem;
  }

  .sm\:left-35{
    left: 8.75rem;
  }

  .sm\:top-36{
    top: 9rem;
  }

  .sm\:right-36{
    right: 9rem;
  }

  .sm\:bottom-36{
    bottom: 9rem;
  }

  .sm\:left-36{
    left: 9rem;
  }

  .sm\:top-37{
    top: 9.125rem;
  }

  .sm\:right-37{
    right: 9.125rem;
  }

  .sm\:bottom-37{
    bottom: 9.125rem;
  }

  .sm\:left-37{
    left: 9.125rem;
  }

  .sm\:top-38{
    top: 9.5rem;
  }

  .sm\:right-38{
    right: 9.5rem;
  }

  .sm\:bottom-38{
    bottom: 9.5rem;
  }

  .sm\:left-38{
    left: 9.5rem;
  }

  .sm\:top-40{
    top: 10rem;
  }

  .sm\:right-40{
    right: 10rem;
  }

  .sm\:bottom-40{
    bottom: 10rem;
  }

  .sm\:left-40{
    left: 10rem;
  }

  .sm\:top-41{
    top: 10.5rem;
  }

  .sm\:right-41{
    right: 10.5rem;
  }

  .sm\:bottom-41{
    bottom: 10.5rem;
  }

  .sm\:left-41{
    left: 10.5rem;
  }

  .sm\:top-42{
    top: 10.625rem;
  }

  .sm\:right-42{
    right: 10.625rem;
  }

  .sm\:bottom-42{
    bottom: 10.625rem;
  }

  .sm\:left-42{
    left: 10.625rem;
  }

  .sm\:top-44{
    top: 11rem;
  }

  .sm\:right-44{
    right: 11rem;
  }

  .sm\:bottom-44{
    bottom: 11rem;
  }

  .sm\:left-44{
    left: 11rem;
  }

  .sm\:top-45{
    top: 11.25rem;
  }

  .sm\:right-45{
    right: 11.25rem;
  }

  .sm\:bottom-45{
    bottom: 11.25rem;
  }

  .sm\:left-45{
    left: 11.25rem;
  }

  .sm\:top-48{
    top: 12rem;
  }

  .sm\:right-48{
    right: 12rem;
  }

  .sm\:bottom-48{
    bottom: 12rem;
  }

  .sm\:left-48{
    left: 12rem;
  }

  .sm\:top-49{
    top: 12.5rem;
  }

  .sm\:right-49{
    right: 12.5rem;
  }

  .sm\:bottom-49{
    bottom: 12.5rem;
  }

  .sm\:left-49{
    left: 12.5rem;
  }

  .sm\:top-52{
    top: 13rem;
  }

  .sm\:right-52{
    right: 13rem;
  }

  .sm\:bottom-52{
    bottom: 13rem;
  }

  .sm\:left-52{
    left: 13rem;
  }

  .sm\:top-56{
    top: 14rem;
  }

  .sm\:right-56{
    right: 14rem;
  }

  .sm\:bottom-56{
    bottom: 14rem;
  }

  .sm\:left-56{
    left: 14rem;
  }

  .sm\:top-57{
    top: 14.375rem;
  }

  .sm\:right-57{
    right: 14.375rem;
  }

  .sm\:bottom-57{
    bottom: 14.375rem;
  }

  .sm\:left-57{
    left: 14.375rem;
  }

  .sm\:top-60{
    top: 15rem;
  }

  .sm\:right-60{
    right: 15rem;
  }

  .sm\:bottom-60{
    bottom: 15rem;
  }

  .sm\:left-60{
    left: 15rem;
  }

  .sm\:top-64{
    top: 16rem;
  }

  .sm\:right-64{
    right: 16rem;
  }

  .sm\:bottom-64{
    bottom: 16rem;
  }

  .sm\:left-64{
    left: 16rem;
  }

  .sm\:top-66{
    top: 19rem;
  }

  .sm\:right-66{
    right: 19rem;
  }

  .sm\:bottom-66{
    bottom: 19rem;
  }

  .sm\:left-66{
    left: 19rem;
  }

  .sm\:top-72{
    top: 18rem;
  }

  .sm\:right-72{
    right: 18rem;
  }

  .sm\:bottom-72{
    bottom: 18rem;
  }

  .sm\:left-72{
    left: 18rem;
  }

  .sm\:top-80{
    top: 20rem;
  }

  .sm\:right-80{
    right: 20rem;
  }

  .sm\:bottom-80{
    bottom: 20rem;
  }

  .sm\:left-80{
    left: 20rem;
  }

  .sm\:top-82{
    top: 22rem;
  }

  .sm\:right-82{
    right: 22rem;
  }

  .sm\:bottom-82{
    bottom: 22rem;
  }

  .sm\:left-82{
    left: 22rem;
  }

  .sm\:top-83{
    top: 23.8125rem;
  }

  .sm\:right-83{
    right: 23.8125rem;
  }

  .sm\:bottom-83{
    bottom: 23.8125rem;
  }

  .sm\:left-83{
    left: 23.8125rem;
  }

  .sm\:top-96{
    top: 24rem;
  }

  .sm\:right-96{
    right: 24rem;
  }

  .sm\:bottom-96{
    bottom: 24rem;
  }

  .sm\:left-96{
    left: 24rem;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:top-px{
    top: 1px;
  }

  .sm\:right-px{
    right: 1px;
  }

  .sm\:bottom-px{
    bottom: 1px;
  }

  .sm\:left-px{
    left: 1px;
  }

  .sm\:top-0\.5{
    top: 0.125rem;
  }

  .sm\:right-0\.5{
    right: 0.125rem;
  }

  .sm\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .sm\:left-0\.5{
    left: 0.125rem;
  }

  .sm\:top-1\.5{
    top: 0.375rem;
  }

  .sm\:right-1\.5{
    right: 0.375rem;
  }

  .sm\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .sm\:left-1\.5{
    left: 0.375rem;
  }

  .sm\:top-2\.5{
    top: 0.625rem;
  }

  .sm\:right-2\.5{
    right: 0.625rem;
  }

  .sm\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .sm\:left-2\.5{
    left: 0.625rem;
  }

  .sm\:top-3\.5{
    top: 0.875rem;
  }

  .sm\:right-3\.5{
    right: 0.875rem;
  }

  .sm\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .sm\:left-3\.5{
    left: 0.875rem;
  }

  .sm\:top-4\.5{
    top: 1.125rem;
  }

  .sm\:right-4\.5{
    right: 1.125rem;
  }

  .sm\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .sm\:left-4\.5{
    left: 1.125rem;
  }

  .sm\:top-5\.5{
    top: 1.375rem;
  }

  .sm\:right-5\.5{
    right: 1.375rem;
  }

  .sm\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .sm\:left-5\.5{
    left: 1.375rem;
  }

  .sm\:top-6\.5{
    top: 1.625rem;
  }

  .sm\:right-6\.5{
    right: 1.625rem;
  }

  .sm\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .sm\:left-6\.5{
    left: 1.625rem;
  }

  .sm\:top-7\.5{
    top: 1.875rem;
  }

  .sm\:right-7\.5{
    right: 1.875rem;
  }

  .sm\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .sm\:left-7\.5{
    left: 1.875rem;
  }

  .sm\:top-8\.5{
    top: 2.125rem;
  }

  .sm\:right-8\.5{
    right: 2.125rem;
  }

  .sm\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .sm\:left-8\.5{
    left: 2.125rem;
  }

  .sm\:top-9\.5{
    top: 2.375rem;
  }

  .sm\:right-9\.5{
    right: 2.375rem;
  }

  .sm\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .sm\:left-9\.5{
    left: 2.375rem;
  }

  .sm\:top-10\.5{
    top: 2.625rem;
  }

  .sm\:right-10\.5{
    right: 2.625rem;
  }

  .sm\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .sm\:left-10\.5{
    left: 2.625rem;
  }

  .sm\:top-11\.5{
    top: 2.875rem;
  }

  .sm\:right-11\.5{
    right: 2.875rem;
  }

  .sm\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .sm\:left-11\.5{
    left: 2.875rem;
  }

  .sm\:top-12\.5{
    top: 3.125rem;
  }

  .sm\:right-12\.5{
    right: 3.125rem;
  }

  .sm\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .sm\:left-12\.5{
    left: 3.125rem;
  }

  .sm\:top-13\.5{
    top: 3.25rem;
  }

  .sm\:right-13\.5{
    right: 3.25rem;
  }

  .sm\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .sm\:left-13\.5{
    left: 3.25rem;
  }

  .sm\:top-15\.5{
    top: 3.8rem;
  }

  .sm\:right-15\.5{
    right: 3.8rem;
  }

  .sm\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .sm\:left-15\.5{
    left: 3.8rem;
  }

  .sm\:top-16\.5{
    top: 4.125rem;
  }

  .sm\:right-16\.5{
    right: 4.125rem;
  }

  .sm\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .sm\:left-16\.5{
    left: 4.125rem;
  }

  .sm\:top-17\.5{
    top: 4.25rem;
  }

  .sm\:right-17\.5{
    right: 4.25rem;
  }

  .sm\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .sm\:left-17\.5{
    left: 4.25rem;
  }

  .sm\:top-18\.5{
    top: 4.625rem;
  }

  .sm\:right-18\.5{
    right: 4.625rem;
  }

  .sm\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .sm\:left-18\.5{
    left: 4.625rem;
  }

  .sm\:top-20\.5{
    top: 5.25rem;
  }

  .sm\:right-20\.5{
    right: 5.25rem;
  }

  .sm\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .sm\:left-20\.5{
    left: 5.25rem;
  }

  .sm\:top-21\.5{
    top: 5.75rem;
  }

  .sm\:right-21\.5{
    right: 5.75rem;
  }

  .sm\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .sm\:left-21\.5{
    left: 5.75rem;
  }

  .sm\:top-22\.5{
    top: 5.875rem;
  }

  .sm\:right-22\.5{
    right: 5.875rem;
  }

  .sm\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .sm\:left-22\.5{
    left: 5.875rem;
  }

  .sm\:top-24\.5{
    top: 6.8125rem;
  }

  .sm\:right-24\.5{
    right: 6.8125rem;
  }

  .sm\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .sm\:left-24\.5{
    left: 6.8125rem;
  }

  .sm\:top-28\.5{
    top: 7.375rem;
  }

  .sm\:right-28\.5{
    right: 7.375rem;
  }

  .sm\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .sm\:left-28\.5{
    left: 7.375rem;
  }

  .sm\:top-29\.5{
    top: 7.75rem;
  }

  .sm\:right-29\.5{
    right: 7.75rem;
  }

  .sm\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .sm\:left-29\.5{
    left: 7.75rem;
  }

  .sm\:top-32\.5{
    top: 8.125rem;
  }

  .sm\:right-32\.5{
    right: 8.125rem;
  }

  .sm\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .sm\:left-32\.5{
    left: 8.125rem;
  }

  .sm\:top-33\.5{
    top: 8.8125rem;
  }

  .sm\:right-33\.5{
    right: 8.8125rem;
  }

  .sm\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .sm\:left-33\.5{
    left: 8.8125rem;
  }

  .sm\:top-42\.5{
    top: 10.875rem;
  }

  .sm\:right-42\.5{
    right: 10.875rem;
  }

  .sm\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .sm\:left-42\.5{
    left: 10.875rem;
  }

  .sm\:top-49\.5{
    top: 12.75rem;
  }

  .sm\:right-49\.5{
    right: 12.75rem;
  }

  .sm\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .sm\:left-49\.5{
    left: 12.75rem;
  }

  .sm\:top-72\.5{
    top: 18.25rem;
  }

  .sm\:right-72\.5{
    right: 18.25rem;
  }

  .sm\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .sm\:left-72\.5{
    left: 18.25rem;
  }

  .sm\:-top-0{
    top: 0px;
  }

  .sm\:-right-0{
    right: 0px;
  }

  .sm\:-bottom-0{
    bottom: 0px;
  }

  .sm\:-left-0{
    left: 0px;
  }

  .sm\:-top-1{
    top: -0.25rem;
  }

  .sm\:-right-1{
    right: -0.25rem;
  }

  .sm\:-bottom-1{
    bottom: -0.25rem;
  }

  .sm\:-left-1{
    left: -0.25rem;
  }

  .sm\:-top-2{
    top: -0.5rem;
  }

  .sm\:-right-2{
    right: -0.5rem;
  }

  .sm\:-bottom-2{
    bottom: -0.5rem;
  }

  .sm\:-left-2{
    left: -0.5rem;
  }

  .sm\:-top-3{
    top: -0.75rem;
  }

  .sm\:-right-3{
    right: -0.75rem;
  }

  .sm\:-bottom-3{
    bottom: -0.75rem;
  }

  .sm\:-left-3{
    left: -0.75rem;
  }

  .sm\:-top-4{
    top: -1rem;
  }

  .sm\:-right-4{
    right: -1rem;
  }

  .sm\:-bottom-4{
    bottom: -1rem;
  }

  .sm\:-left-4{
    left: -1rem;
  }

  .sm\:-top-5{
    top: -1.25rem;
  }

  .sm\:-right-5{
    right: -1.25rem;
  }

  .sm\:-bottom-5{
    bottom: -1.25rem;
  }

  .sm\:-left-5{
    left: -1.25rem;
  }

  .sm\:-top-6{
    top: -1.5rem;
  }

  .sm\:-right-6{
    right: -1.5rem;
  }

  .sm\:-bottom-6{
    bottom: -1.5rem;
  }

  .sm\:-left-6{
    left: -1.5rem;
  }

  .sm\:-top-7{
    top: -1.75rem;
  }

  .sm\:-right-7{
    right: -1.75rem;
  }

  .sm\:-bottom-7{
    bottom: -1.75rem;
  }

  .sm\:-left-7{
    left: -1.75rem;
  }

  .sm\:-top-8{
    top: -2rem;
  }

  .sm\:-right-8{
    right: -2rem;
  }

  .sm\:-bottom-8{
    bottom: -2rem;
  }

  .sm\:-left-8{
    left: -2rem;
  }

  .sm\:-top-9{
    top: -2.25rem;
  }

  .sm\:-right-9{
    right: -2.25rem;
  }

  .sm\:-bottom-9{
    bottom: -2.25rem;
  }

  .sm\:-left-9{
    left: -2.25rem;
  }

  .sm\:-top-10{
    top: -2.5rem;
  }

  .sm\:-right-10{
    right: -2.5rem;
  }

  .sm\:-bottom-10{
    bottom: -2.5rem;
  }

  .sm\:-left-10{
    left: -2.5rem;
  }

  .sm\:-top-11{
    top: -2.75rem;
  }

  .sm\:-right-11{
    right: -2.75rem;
  }

  .sm\:-bottom-11{
    bottom: -2.75rem;
  }

  .sm\:-left-11{
    left: -2.75rem;
  }

  .sm\:-top-12{
    top: -3rem;
  }

  .sm\:-right-12{
    right: -3rem;
  }

  .sm\:-bottom-12{
    bottom: -3rem;
  }

  .sm\:-left-12{
    left: -3rem;
  }

  .sm\:-top-13{
    top: -3.375rem;
  }

  .sm\:-right-13{
    right: -3.375rem;
  }

  .sm\:-bottom-13{
    bottom: -3.375rem;
  }

  .sm\:-left-13{
    left: -3.375rem;
  }

  .sm\:-top-14{
    top: -3.5rem;
  }

  .sm\:-right-14{
    right: -3.5rem;
  }

  .sm\:-bottom-14{
    bottom: -3.5rem;
  }

  .sm\:-left-14{
    left: -3.5rem;
  }

  .sm\:-top-15{
    top: -3.75rem;
  }

  .sm\:-right-15{
    right: -3.75rem;
  }

  .sm\:-bottom-15{
    bottom: -3.75rem;
  }

  .sm\:-left-15{
    left: -3.75rem;
  }

  .sm\:-top-16{
    top: -4rem;
  }

  .sm\:-right-16{
    right: -4rem;
  }

  .sm\:-bottom-16{
    bottom: -4rem;
  }

  .sm\:-left-16{
    left: -4rem;
  }

  .sm\:-top-17{
    top: -4.375rem;
  }

  .sm\:-right-17{
    right: -4.375rem;
  }

  .sm\:-bottom-17{
    bottom: -4.375rem;
  }

  .sm\:-left-17{
    left: -4.375rem;
  }

  .sm\:-top-18{
    top: -4.5rem;
  }

  .sm\:-right-18{
    right: -4.5rem;
  }

  .sm\:-bottom-18{
    bottom: -4.5rem;
  }

  .sm\:-left-18{
    left: -4.5rem;
  }

  .sm\:-top-19{
    top: -4.75rem;
  }

  .sm\:-right-19{
    right: -4.75rem;
  }

  .sm\:-bottom-19{
    bottom: -4.75rem;
  }

  .sm\:-left-19{
    left: -4.75rem;
  }

  .sm\:-top-20{
    top: -5rem;
  }

  .sm\:-right-20{
    right: -5rem;
  }

  .sm\:-bottom-20{
    bottom: -5rem;
  }

  .sm\:-left-20{
    left: -5rem;
  }

  .sm\:-top-21{
    top: -5.5rem;
  }

  .sm\:-right-21{
    right: -5.5rem;
  }

  .sm\:-bottom-21{
    bottom: -5.5rem;
  }

  .sm\:-left-21{
    left: -5.5rem;
  }

  .sm\:-top-22{
    top: -5.625rem;
  }

  .sm\:-right-22{
    right: -5.625rem;
  }

  .sm\:-bottom-22{
    bottom: -5.625rem;
  }

  .sm\:-left-22{
    left: -5.625rem;
  }

  .sm\:-top-23{
    top: -6.125rem;
  }

  .sm\:-right-23{
    right: -6.125rem;
  }

  .sm\:-bottom-23{
    bottom: -6.125rem;
  }

  .sm\:-left-23{
    left: -6.125rem;
  }

  .sm\:-top-24{
    top: -6rem;
  }

  .sm\:-right-24{
    right: -6rem;
  }

  .sm\:-bottom-24{
    bottom: -6rem;
  }

  .sm\:-left-24{
    left: -6rem;
  }

  .sm\:-top-25{
    top: -6.5rem;
  }

  .sm\:-right-25{
    right: -6.5rem;
  }

  .sm\:-bottom-25{
    bottom: -6.5rem;
  }

  .sm\:-left-25{
    left: -6.5rem;
  }

  .sm\:-top-26{
    top: -6.75rem;
  }

  .sm\:-right-26{
    right: -6.75rem;
  }

  .sm\:-bottom-26{
    bottom: -6.75rem;
  }

  .sm\:-left-26{
    left: -6.75rem;
  }

  .sm\:-top-27{
    top: -6.25rem;
  }

  .sm\:-right-27{
    right: -6.25rem;
  }

  .sm\:-bottom-27{
    bottom: -6.25rem;
  }

  .sm\:-left-27{
    left: -6.25rem;
  }

  .sm\:-top-28{
    top: -7rem;
  }

  .sm\:-right-28{
    right: -7rem;
  }

  .sm\:-bottom-28{
    bottom: -7rem;
  }

  .sm\:-left-28{
    left: -7rem;
  }

  .sm\:-top-29{
    top: -7.5rem;
  }

  .sm\:-right-29{
    right: -7.5rem;
  }

  .sm\:-bottom-29{
    bottom: -7.5rem;
  }

  .sm\:-left-29{
    left: -7.5rem;
  }

  .sm\:-top-32{
    top: -8rem;
  }

  .sm\:-right-32{
    right: -8rem;
  }

  .sm\:-bottom-32{
    bottom: -8rem;
  }

  .sm\:-left-32{
    left: -8rem;
  }

  .sm\:-top-34{
    top: -8.5rem;
  }

  .sm\:-right-34{
    right: -8.5rem;
  }

  .sm\:-bottom-34{
    bottom: -8.5rem;
  }

  .sm\:-left-34{
    left: -8.5rem;
  }

  .sm\:-top-35{
    top: -8.75rem;
  }

  .sm\:-right-35{
    right: -8.75rem;
  }

  .sm\:-bottom-35{
    bottom: -8.75rem;
  }

  .sm\:-left-35{
    left: -8.75rem;
  }

  .sm\:-top-36{
    top: -9rem;
  }

  .sm\:-right-36{
    right: -9rem;
  }

  .sm\:-bottom-36{
    bottom: -9rem;
  }

  .sm\:-left-36{
    left: -9rem;
  }

  .sm\:-top-37{
    top: -9.125rem;
  }

  .sm\:-right-37{
    right: -9.125rem;
  }

  .sm\:-bottom-37{
    bottom: -9.125rem;
  }

  .sm\:-left-37{
    left: -9.125rem;
  }

  .sm\:-top-38{
    top: -9.5rem;
  }

  .sm\:-right-38{
    right: -9.5rem;
  }

  .sm\:-bottom-38{
    bottom: -9.5rem;
  }

  .sm\:-left-38{
    left: -9.5rem;
  }

  .sm\:-top-40{
    top: -10rem;
  }

  .sm\:-right-40{
    right: -10rem;
  }

  .sm\:-bottom-40{
    bottom: -10rem;
  }

  .sm\:-left-40{
    left: -10rem;
  }

  .sm\:-top-41{
    top: -10.5rem;
  }

  .sm\:-right-41{
    right: -10.5rem;
  }

  .sm\:-bottom-41{
    bottom: -10.5rem;
  }

  .sm\:-left-41{
    left: -10.5rem;
  }

  .sm\:-top-42{
    top: -10.625rem;
  }

  .sm\:-right-42{
    right: -10.625rem;
  }

  .sm\:-bottom-42{
    bottom: -10.625rem;
  }

  .sm\:-left-42{
    left: -10.625rem;
  }

  .sm\:-top-44{
    top: -11rem;
  }

  .sm\:-right-44{
    right: -11rem;
  }

  .sm\:-bottom-44{
    bottom: -11rem;
  }

  .sm\:-left-44{
    left: -11rem;
  }

  .sm\:-top-45{
    top: -11.25rem;
  }

  .sm\:-right-45{
    right: -11.25rem;
  }

  .sm\:-bottom-45{
    bottom: -11.25rem;
  }

  .sm\:-left-45{
    left: -11.25rem;
  }

  .sm\:-top-48{
    top: -12rem;
  }

  .sm\:-right-48{
    right: -12rem;
  }

  .sm\:-bottom-48{
    bottom: -12rem;
  }

  .sm\:-left-48{
    left: -12rem;
  }

  .sm\:-top-49{
    top: -12.5rem;
  }

  .sm\:-right-49{
    right: -12.5rem;
  }

  .sm\:-bottom-49{
    bottom: -12.5rem;
  }

  .sm\:-left-49{
    left: -12.5rem;
  }

  .sm\:-top-52{
    top: -13rem;
  }

  .sm\:-right-52{
    right: -13rem;
  }

  .sm\:-bottom-52{
    bottom: -13rem;
  }

  .sm\:-left-52{
    left: -13rem;
  }

  .sm\:-top-56{
    top: -14rem;
  }

  .sm\:-right-56{
    right: -14rem;
  }

  .sm\:-bottom-56{
    bottom: -14rem;
  }

  .sm\:-left-56{
    left: -14rem;
  }

  .sm\:-top-57{
    top: -14.375rem;
  }

  .sm\:-right-57{
    right: -14.375rem;
  }

  .sm\:-bottom-57{
    bottom: -14.375rem;
  }

  .sm\:-left-57{
    left: -14.375rem;
  }

  .sm\:-top-60{
    top: -15rem;
  }

  .sm\:-right-60{
    right: -15rem;
  }

  .sm\:-bottom-60{
    bottom: -15rem;
  }

  .sm\:-left-60{
    left: -15rem;
  }

  .sm\:-top-64{
    top: -16rem;
  }

  .sm\:-right-64{
    right: -16rem;
  }

  .sm\:-bottom-64{
    bottom: -16rem;
  }

  .sm\:-left-64{
    left: -16rem;
  }

  .sm\:-top-72{
    top: -18rem;
  }

  .sm\:-right-72{
    right: -18rem;
  }

  .sm\:-bottom-72{
    bottom: -18rem;
  }

  .sm\:-left-72{
    left: -18rem;
  }

  .sm\:-top-80{
    top: -20rem;
  }

  .sm\:-right-80{
    right: -20rem;
  }

  .sm\:-bottom-80{
    bottom: -20rem;
  }

  .sm\:-left-80{
    left: -20rem;
  }

  .sm\:-top-82{
    top: -22rem;
  }

  .sm\:-right-82{
    right: -22rem;
  }

  .sm\:-bottom-82{
    bottom: -22rem;
  }

  .sm\:-left-82{
    left: -22rem;
  }

  .sm\:-top-83{
    top: -23.8125rem;
  }

  .sm\:-right-83{
    right: -23.8125rem;
  }

  .sm\:-bottom-83{
    bottom: -23.8125rem;
  }

  .sm\:-left-83{
    left: -23.8125rem;
  }

  .sm\:-top-96{
    top: -24rem;
  }

  .sm\:-right-96{
    right: -24rem;
  }

  .sm\:-bottom-96{
    bottom: -24rem;
  }

  .sm\:-left-96{
    left: -24rem;
  }

  .sm\:-top-px{
    top: -1px;
  }

  .sm\:-right-px{
    right: -1px;
  }

  .sm\:-bottom-px{
    bottom: -1px;
  }

  .sm\:-left-px{
    left: -1px;
  }

  .sm\:-top-0\.5{
    top: -0.125rem;
  }

  .sm\:-right-0\.5{
    right: -0.125rem;
  }

  .sm\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .sm\:-left-0\.5{
    left: -0.125rem;
  }

  .sm\:-top-1\.5{
    top: -0.375rem;
  }

  .sm\:-right-1\.5{
    right: -0.375rem;
  }

  .sm\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .sm\:-left-1\.5{
    left: -0.375rem;
  }

  .sm\:-top-2\.5{
    top: -0.625rem;
  }

  .sm\:-right-2\.5{
    right: -0.625rem;
  }

  .sm\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .sm\:-left-2\.5{
    left: -0.625rem;
  }

  .sm\:-top-3\.5{
    top: -0.875rem;
  }

  .sm\:-right-3\.5{
    right: -0.875rem;
  }

  .sm\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .sm\:-left-3\.5{
    left: -0.875rem;
  }

  .sm\:-top-4\.5{
    top: -1.125rem;
  }

  .sm\:-right-4\.5{
    right: -1.125rem;
  }

  .sm\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .sm\:-left-4\.5{
    left: -1.125rem;
  }

  .sm\:-top-5\.5{
    top: -1.375rem;
  }

  .sm\:-right-5\.5{
    right: -1.375rem;
  }

  .sm\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .sm\:-left-5\.5{
    left: -1.375rem;
  }

  .sm\:-top-6\.5{
    top: -1.625rem;
  }

  .sm\:-right-6\.5{
    right: -1.625rem;
  }

  .sm\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .sm\:-left-6\.5{
    left: -1.625rem;
  }

  .sm\:-top-7\.5{
    top: -1.875rem;
  }

  .sm\:-right-7\.5{
    right: -1.875rem;
  }

  .sm\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .sm\:-left-7\.5{
    left: -1.875rem;
  }

  .sm\:-top-8\.5{
    top: -2.125rem;
  }

  .sm\:-right-8\.5{
    right: -2.125rem;
  }

  .sm\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .sm\:-left-8\.5{
    left: -2.125rem;
  }

  .sm\:-top-9\.5{
    top: -2.375rem;
  }

  .sm\:-right-9\.5{
    right: -2.375rem;
  }

  .sm\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .sm\:-left-9\.5{
    left: -2.375rem;
  }

  .sm\:-top-10\.5{
    top: -2.625rem;
  }

  .sm\:-right-10\.5{
    right: -2.625rem;
  }

  .sm\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .sm\:-left-10\.5{
    left: -2.625rem;
  }

  .sm\:-top-11\.5{
    top: -2.875rem;
  }

  .sm\:-right-11\.5{
    right: -2.875rem;
  }

  .sm\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .sm\:-left-11\.5{
    left: -2.875rem;
  }

  .sm\:-top-12\.5{
    top: -3.125rem;
  }

  .sm\:-right-12\.5{
    right: -3.125rem;
  }

  .sm\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .sm\:-left-12\.5{
    left: -3.125rem;
  }

  .sm\:-top-13\.5{
    top: -3.25rem;
  }

  .sm\:-right-13\.5{
    right: -3.25rem;
  }

  .sm\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .sm\:-left-13\.5{
    left: -3.25rem;
  }

  .sm\:-top-15\.5{
    top: -3.8rem;
  }

  .sm\:-right-15\.5{
    right: -3.8rem;
  }

  .sm\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .sm\:-left-15\.5{
    left: -3.8rem;
  }

  .sm\:-top-16\.5{
    top: -4.125rem;
  }

  .sm\:-right-16\.5{
    right: -4.125rem;
  }

  .sm\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .sm\:-left-16\.5{
    left: -4.125rem;
  }

  .sm\:-top-17\.5{
    top: -4.25rem;
  }

  .sm\:-right-17\.5{
    right: -4.25rem;
  }

  .sm\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .sm\:-left-17\.5{
    left: -4.25rem;
  }

  .sm\:-top-18\.5{
    top: -4.625rem;
  }

  .sm\:-right-18\.5{
    right: -4.625rem;
  }

  .sm\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .sm\:-left-18\.5{
    left: -4.625rem;
  }

  .sm\:-top-20\.5{
    top: -5.25rem;
  }

  .sm\:-right-20\.5{
    right: -5.25rem;
  }

  .sm\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .sm\:-left-20\.5{
    left: -5.25rem;
  }

  .sm\:-top-21\.5{
    top: -5.75rem;
  }

  .sm\:-right-21\.5{
    right: -5.75rem;
  }

  .sm\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .sm\:-left-21\.5{
    left: -5.75rem;
  }

  .sm\:-top-22\.5{
    top: -5.875rem;
  }

  .sm\:-right-22\.5{
    right: -5.875rem;
  }

  .sm\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .sm\:-left-22\.5{
    left: -5.875rem;
  }

  .sm\:-top-24\.5{
    top: -6.8125rem;
  }

  .sm\:-right-24\.5{
    right: -6.8125rem;
  }

  .sm\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .sm\:-left-24\.5{
    left: -6.8125rem;
  }

  .sm\:-top-28\.5{
    top: -7.375rem;
  }

  .sm\:-right-28\.5{
    right: -7.375rem;
  }

  .sm\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .sm\:-left-28\.5{
    left: -7.375rem;
  }

  .sm\:-top-29\.5{
    top: -7.75rem;
  }

  .sm\:-right-29\.5{
    right: -7.75rem;
  }

  .sm\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .sm\:-left-29\.5{
    left: -7.75rem;
  }

  .sm\:-top-32\.5{
    top: -8.125rem;
  }

  .sm\:-right-32\.5{
    right: -8.125rem;
  }

  .sm\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .sm\:-left-32\.5{
    left: -8.125rem;
  }

  .sm\:-top-33\.5{
    top: -8.8125rem;
  }

  .sm\:-right-33\.5{
    right: -8.8125rem;
  }

  .sm\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .sm\:-left-33\.5{
    left: -8.8125rem;
  }

  .sm\:-top-42\.5{
    top: -10.875rem;
  }

  .sm\:-right-42\.5{
    right: -10.875rem;
  }

  .sm\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .sm\:-left-42\.5{
    left: -10.875rem;
  }

  .sm\:-top-49\.5{
    top: -12.75rem;
  }

  .sm\:-right-49\.5{
    right: -12.75rem;
  }

  .sm\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .sm\:-left-49\.5{
    left: -12.75rem;
  }

  .sm\:-top-72\.5{
    top: -18.25rem;
  }

  .sm\:-right-72\.5{
    right: -18.25rem;
  }

  .sm\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .sm\:-left-72\.5{
    left: -18.25rem;
  }

  .sm\:top-1\/2{
    top: 50%;
  }

  .sm\:right-1\/2{
    right: 50%;
  }

  .sm\:bottom-1\/2{
    bottom: 50%;
  }

  .sm\:left-1\/2{
    left: 50%;
  }

  .sm\:top-1\/3{
    top: 33.333333%;
  }

  .sm\:right-1\/3{
    right: 33.333333%;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .sm\:left-1\/3{
    left: 33.333333%;
  }

  .sm\:top-2\/3{
    top: 66.666667%;
  }

  .sm\:right-2\/3{
    right: 66.666667%;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .sm\:left-2\/3{
    left: 66.666667%;
  }

  .sm\:top-1\/4{
    top: 25%;
  }

  .sm\:right-1\/4{
    right: 25%;
  }

  .sm\:bottom-1\/4{
    bottom: 25%;
  }

  .sm\:left-1\/4{
    left: 25%;
  }

  .sm\:top-2\/4{
    top: 50%;
  }

  .sm\:right-2\/4{
    right: 50%;
  }

  .sm\:bottom-2\/4{
    bottom: 50%;
  }

  .sm\:left-2\/4{
    left: 50%;
  }

  .sm\:top-3\/4{
    top: 75%;
  }

  .sm\:right-3\/4{
    right: 75%;
  }

  .sm\:bottom-3\/4{
    bottom: 75%;
  }

  .sm\:left-3\/4{
    left: 75%;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:-top-1\/2{
    top: -50%;
  }

  .sm\:-right-1\/2{
    right: -50%;
  }

  .sm\:-bottom-1\/2{
    bottom: -50%;
  }

  .sm\:-left-1\/2{
    left: -50%;
  }

  .sm\:-top-1\/3{
    top: -33.333333%;
  }

  .sm\:-right-1\/3{
    right: -33.333333%;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .sm\:-left-1\/3{
    left: -33.333333%;
  }

  .sm\:-top-2\/3{
    top: -66.666667%;
  }

  .sm\:-right-2\/3{
    right: -66.666667%;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .sm\:-left-2\/3{
    left: -66.666667%;
  }

  .sm\:-top-1\/4{
    top: -25%;
  }

  .sm\:-right-1\/4{
    right: -25%;
  }

  .sm\:-bottom-1\/4{
    bottom: -25%;
  }

  .sm\:-left-1\/4{
    left: -25%;
  }

  .sm\:-top-2\/4{
    top: -50%;
  }

  .sm\:-right-2\/4{
    right: -50%;
  }

  .sm\:-bottom-2\/4{
    bottom: -50%;
  }

  .sm\:-left-2\/4{
    left: -50%;
  }

  .sm\:-top-3\/4{
    top: -75%;
  }

  .sm\:-right-3\/4{
    right: -75%;
  }

  .sm\:-bottom-3\/4{
    bottom: -75%;
  }

  .sm\:-left-3\/4{
    left: -75%;
  }

  .sm\:-top-full{
    top: -100%;
  }

  .sm\:-right-full{
    right: -100%;
  }

  .sm\:-bottom-full{
    bottom: -100%;
  }

  .sm\:-left-full{
    left: -100%;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .sm\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .sm\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .sm\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .sm\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .sm\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .sm\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .sm\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .sm\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .sm\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .sm\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .sm\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .sm\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .sm\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .sm\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .sm\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .sm\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .sm\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .sm\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .sm\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .sm\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .sm\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .sm\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .sm\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .sm\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .sm\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .sm\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .sm\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .sm\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .sm\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .sm\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .sm\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .sm\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .sm\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .sm\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .sm\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .sm\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .sm\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .sm\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .sm\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .sm\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .sm\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .sm\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .sm\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .sm\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .sm\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .sm\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .sm\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .sm\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .sm\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .sm\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .sm\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .sm\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .sm\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .sm\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .sm\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .sm\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .sm\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .sm\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .sm\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .sm\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .sm\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .sm\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .sm\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .sm\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .sm\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .sm\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .sm\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .sm\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .sm\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .sm\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .sm\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .sm\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .sm\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .sm\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .sm\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .sm\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .sm\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .sm\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .sm\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .sm\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .sm\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .sm\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .sm\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .sm\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .sm\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .sm\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .sm\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .sm\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .sm\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .sm\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .sm\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .sm\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .sm\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .sm\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .sm\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .sm\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .sm\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .sm\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .sm\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .sm\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .sm\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .sm\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .sm\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .sm\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .sm\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .sm\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .sm\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .sm\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .sm\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .sm\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .sm\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .sm\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .sm\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .sm\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .sm\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .sm\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .sm\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .sm\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .sm\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .sm\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .sm\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .sm\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .sm\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .sm\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .sm\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .sm\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .sm\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .sm\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .sm\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .sm\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .sm\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .sm\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .sm\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .sm\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .sm\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .sm\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .sm\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .sm\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .sm\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .sm\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .sm\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .sm\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .sm\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .sm\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .sm\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .sm\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .sm\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .sm\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .sm\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .sm\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .sm\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .sm\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .sm\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .sm\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .sm\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .sm\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .sm\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .sm\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .sm\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .sm\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .sm\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .sm\:ring-current{
    --tw-ring-color: currentColor;
  }

  .sm\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .sm\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .sm\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .sm\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .sm\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .sm\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .sm\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .sm\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .sm\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .sm\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .sm\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .sm\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .sm\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .sm\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .sm\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .sm\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .sm\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .sm\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .sm\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .sm\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .sm\:fill-current{
    fill: currentColor;
  }

  .sm\:stroke-current{
    stroke: currentColor;
  }

  .sm\:stroke-0{
    stroke-width: 0;
  }

  .sm\:stroke-1{
    stroke-width: 1;
  }

  .sm\:stroke-2{
    stroke-width: 2;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .sm\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .sm\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .sm\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .sm\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .sm\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .sm\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .sm\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .sm\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .sm\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .sm\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .sm\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .sm\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .sm\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .sm\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .sm\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .sm\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .sm\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .sm\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .sm\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .sm\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .sm\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .sm\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .sm\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .sm\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .sm\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .sm\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .sm\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .sm\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .sm\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .sm\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .sm\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .sm\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .sm\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .sm\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .sm\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .sm\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .sm\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .sm\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .sm\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .sm\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .sm\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .sm\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .sm\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .sm\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .sm\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .sm\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  .sm\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  .sm\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .sm\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .sm\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .sm\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .sm\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .sm\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip{
    text-overflow: clip;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:normal-nums{
    font-variant-numeric: normal;
  }

  .sm\:ordinal{
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:tracking-base{
    letter-spacing: 0.34em;
  }

  .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:w-0{
    width: 0px;
  }

  .sm\:w-1{
    width: 0.25rem;
  }

  .sm\:w-2{
    width: 0.5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-9{
    width: 2.25rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-11{
    width: 2.75rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-13{
    width: 3.375rem;
  }

  .sm\:w-14{
    width: 3.5rem;
  }

  .sm\:w-15{
    width: 3.75rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-17{
    width: 4.375rem;
  }

  .sm\:w-18{
    width: 4.5rem;
  }

  .sm\:w-19{
    width: 4.75rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-21{
    width: 5.5rem;
  }

  .sm\:w-22{
    width: 5.625rem;
  }

  .sm\:w-23{
    width: 6.375rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-25{
    width: 6.5rem;
  }

  .sm\:w-26{
    width: 6.75rem;
  }

  .sm\:w-27{
    width: 6.25rem;
  }

  .sm\:w-28{
    width: 7rem;
  }

  .sm\:w-29{
    width: 7.5rem;
  }

  .sm\:w-30{
    width: 7.75rem;
  }

  .sm\:w-31{
    width: 8.75rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-33{
    width: 8.125rem;
  }

  .sm\:w-34{
    width: 8.5rem;
  }

  .sm\:w-35{
    width: 8.75rem;
  }

  .sm\:w-36{
    width: 9rem;
  }

  .sm\:w-37{
    width: 9.125rem;
  }

  .sm\:w-38{
    width: 9.5rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-41{
    width: 10.5rem;
  }

  .sm\:w-42{
    width: 10.625rem;
  }

  .sm\:w-44{
    width: 11rem;
  }

  .sm\:w-45{
    width: 11.25rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-49{
    width: 12.5rem;
  }

  .sm\:w-52{
    width: 13rem;
  }

  .sm\:w-53{
    width: 13.125rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-57{
    width: 14.375rem;
  }

  .sm\:w-60{
    width: 15rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-72{
    width: 18rem;
  }

  .sm\:w-73{
    width: 19rem;
  }

  .sm\:w-74{
    width: 25.5rem;
  }

  .sm\:w-78{
    width: 37.4375rem;
  }

  .sm\:w-80{
    width: 20rem;
  }

  .sm\:w-82{
    width: 22rem;
  }

  .sm\:w-83{
    width: 23.8125rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-98{
    width: 50.625rem;
  }

  .sm\:w-99{
    width: 60.75rem;
  }

  .sm\:w-100{
    width: 45%;
  }

  .sm\:w-110{
    width: 70%;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-0\.5{
    width: 0.125rem;
  }

  .sm\:w-1\.5{
    width: 0.375rem;
  }

  .sm\:w-2\.5{
    width: 0.625rem;
  }

  .sm\:w-3\.5{
    width: 0.875rem;
  }

  .sm\:w-4\.5{
    width: 1.125rem;
  }

  .sm\:w-5\.5{
    width: 1.375rem;
  }

  .sm\:w-6\.5{
    width: 1.625rem;
  }

  .sm\:w-7\.5{
    width: 1.875rem;
  }

  .sm\:w-8\.5{
    width: 2.125rem;
  }

  .sm\:w-9\.5{
    width: 2.375rem;
  }

  .sm\:w-10\.5{
    width: 2.625rem;
  }

  .sm\:w-11\.5{
    width: 2.875rem;
  }

  .sm\:w-12\.5{
    width: 3.125rem;
  }

  .sm\:w-13\.5{
    width: 3.25rem;
  }

  .sm\:w-15\.5{
    width: 3.8rem;
  }

  .sm\:w-16\.5{
    width: 4.125rem;
  }

  .sm\:w-17\.5{
    width: 4.25rem;
  }

  .sm\:w-18\.5{
    width: 4.625rem;
  }

  .sm\:w-20\.5{
    width: 5.25rem;
  }

  .sm\:w-21\.5{
    width: 5.75rem;
  }

  .sm\:w-22\.5{
    width: 5.875rem;
  }

  .sm\:w-24\.5{
    width: 6.625rem;
  }

  .sm\:w-28\.5{
    width: 7.375rem;
  }

  .sm\:w-29\.5{
    width: 7.75rem;
  }

  .sm\:w-32\.5{
    width: 8.125rem;
  }

  .sm\:w-33\.5{
    width: 8.8125rem;
  }

  .sm\:w-42\.5{
    width: 10.875rem;
  }

  .sm\:w-49\.5{
    width: 12.75rem;
  }

  .sm\:w-72\.5{
    width: 18.25rem;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.666667%;
  }

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:w-2\.2{
    width: 0.5625rem;
  }

  .sm\:w-48\.5{
    width: 12.125rem;
  }

  .sm\:w-community{
    width: 816px;
  }

  .sm\:w-slide{
    width: 705px;
  }

  .sm\:w-slide-md{
    width: 600px;
  }

  .sm\:w-sporson{
    width: 1064px;
  }

  .sm\:w-sporson-lg{
    width: 900px;
  }

  .sm\:w-line{
    width: 11%;
  }

  .sm\:w-line-lg{
    width: 4%;
  }

  .sm\:w-box-about{
    width: 928px;
  }

  .sm\:w-box-about-alt{
    width: 1024px;
  }

  .sm\:w-box-about-alt-lg{
    width: 660px;
  }

  .sm\:w-circle{
    width: 120px;
  }

  .sm\:w-circle-xl{
    width: 158px;
  }

  .sm\:w-guide{
    width: 280px;
  }

  .sm\:w-value{
    width: 205px;
  }

  .sm\:w-sub-menu{
    width: 335px;
  }

  .sm\:w-because{
    width: 397px;
  }

  .sm\:w-because-sm{
    width: 280px;
  }

  .sm\:w-table{
    width: 66%;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-100{
    z-index: 9999;
  }

  .sm\:z-auto{
    z-index: auto;
  }

  .sm\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .sm\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .sm\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .sm\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .sm\:focus\:z-0:focus{
    z-index: 0;
  }

  .sm\:focus\:z-10:focus{
    z-index: 10;
  }

  .sm\:focus\:z-20:focus{
    z-index: 20;
  }

  .sm\:focus\:z-30:focus{
    z-index: 30;
  }

  .sm\:focus\:z-40:focus{
    z-index: 40;
  }

  .sm\:focus\:z-50:focus{
    z-index: 50;
  }

  .sm\:focus\:z-100:focus{
    z-index: 9999;
  }

  .sm\:focus\:z-auto:focus{
    z-index: auto;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-1{
    gap: 0.25rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-7{
    gap: 1.75rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-9{
    gap: 2.25rem;
  }

  .sm\:gap-10{
    gap: 2.5rem;
  }

  .sm\:gap-11{
    gap: 2.75rem;
  }

  .sm\:gap-12{
    gap: 3rem;
  }

  .sm\:gap-13{
    gap: 3.375rem;
  }

  .sm\:gap-14{
    gap: 3.5rem;
  }

  .sm\:gap-15{
    gap: 3.75rem;
  }

  .sm\:gap-16{
    gap: 4rem;
  }

  .sm\:gap-17{
    gap: 4.375rem;
  }

  .sm\:gap-18{
    gap: 4.5rem;
  }

  .sm\:gap-19{
    gap: 4.75rem;
  }

  .sm\:gap-20{
    gap: 5rem;
  }

  .sm\:gap-21{
    gap: 5.5rem;
  }

  .sm\:gap-22{
    gap: 5.625rem;
  }

  .sm\:gap-23{
    gap: 6.125rem;
  }

  .sm\:gap-24{
    gap: 6rem;
  }

  .sm\:gap-25{
    gap: 6.5rem;
  }

  .sm\:gap-26{
    gap: 6.75rem;
  }

  .sm\:gap-27{
    gap: 6.25rem;
  }

  .sm\:gap-28{
    gap: 7rem;
  }

  .sm\:gap-29{
    gap: 7.5rem;
  }

  .sm\:gap-32{
    gap: 8rem;
  }

  .sm\:gap-34{
    gap: 8.5rem;
  }

  .sm\:gap-35{
    gap: 8.75rem;
  }

  .sm\:gap-36{
    gap: 9rem;
  }

  .sm\:gap-37{
    gap: 9.125rem;
  }

  .sm\:gap-38{
    gap: 9.5rem;
  }

  .sm\:gap-40{
    gap: 10rem;
  }

  .sm\:gap-41{
    gap: 10.5rem;
  }

  .sm\:gap-42{
    gap: 10.625rem;
  }

  .sm\:gap-44{
    gap: 11rem;
  }

  .sm\:gap-45{
    gap: 11.25rem;
  }

  .sm\:gap-48{
    gap: 12rem;
  }

  .sm\:gap-49{
    gap: 12.5rem;
  }

  .sm\:gap-52{
    gap: 13rem;
  }

  .sm\:gap-56{
    gap: 14rem;
  }

  .sm\:gap-57{
    gap: 14.375rem;
  }

  .sm\:gap-60{
    gap: 15rem;
  }

  .sm\:gap-64{
    gap: 16rem;
  }

  .sm\:gap-72{
    gap: 18rem;
  }

  .sm\:gap-80{
    gap: 20rem;
  }

  .sm\:gap-82{
    gap: 22rem;
  }

  .sm\:gap-83{
    gap: 23.8125rem;
  }

  .sm\:gap-96{
    gap: 24rem;
  }

  .sm\:gap-px{
    gap: 1px;
  }

  .sm\:gap-0\.5{
    gap: 0.125rem;
  }

  .sm\:gap-1\.5{
    gap: 0.375rem;
  }

  .sm\:gap-2\.5{
    gap: 0.625rem;
  }

  .sm\:gap-3\.5{
    gap: 0.875rem;
  }

  .sm\:gap-4\.5{
    gap: 1.125rem;
  }

  .sm\:gap-5\.5{
    gap: 1.375rem;
  }

  .sm\:gap-6\.5{
    gap: 1.625rem;
  }

  .sm\:gap-7\.5{
    gap: 1.875rem;
  }

  .sm\:gap-8\.5{
    gap: 2.125rem;
  }

  .sm\:gap-9\.5{
    gap: 2.375rem;
  }

  .sm\:gap-10\.5{
    gap: 2.625rem;
  }

  .sm\:gap-11\.5{
    gap: 2.875rem;
  }

  .sm\:gap-12\.5{
    gap: 3.125rem;
  }

  .sm\:gap-13\.5{
    gap: 3.25rem;
  }

  .sm\:gap-15\.5{
    gap: 3.8rem;
  }

  .sm\:gap-16\.5{
    gap: 4.125rem;
  }

  .sm\:gap-17\.5{
    gap: 4.25rem;
  }

  .sm\:gap-18\.5{
    gap: 4.625rem;
  }

  .sm\:gap-20\.5{
    gap: 5.25rem;
  }

  .sm\:gap-21\.5{
    gap: 5.75rem;
  }

  .sm\:gap-22\.5{
    gap: 5.875rem;
  }

  .sm\:gap-24\.5{
    gap: 6.8125rem;
  }

  .sm\:gap-28\.5{
    gap: 7.375rem;
  }

  .sm\:gap-29\.5{
    gap: 7.75rem;
  }

  .sm\:gap-32\.5{
    gap: 8.125rem;
  }

  .sm\:gap-33\.5{
    gap: 8.8125rem;
  }

  .sm\:gap-42\.5{
    gap: 10.875rem;
  }

  .sm\:gap-49\.5{
    gap: 12.75rem;
  }

  .sm\:gap-72\.5{
    gap: 18.25rem;
  }

  .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .sm\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .sm\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .sm\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .sm\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .sm\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .sm\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .sm\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .sm\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .sm\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .sm\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .sm\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .sm\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .sm\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .sm\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .sm\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .sm\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .sm\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .sm\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .sm\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .sm\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .sm\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sm\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .sm\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .sm\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .sm\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .sm\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .sm\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .sm\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .sm\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .sm\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .sm\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .sm\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .sm\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .sm\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .sm\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .sm\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .sm\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .sm\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .sm\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .sm\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .sm\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .sm\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .sm\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .sm\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .sm\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .sm\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .sm\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .sm\:gap-y-0{
    row-gap: 0px;
  }

  .sm\:gap-y-1{
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2{
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4{
    row-gap: 1rem;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7{
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8{
    row-gap: 2rem;
  }

  .sm\:gap-y-9{
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10{
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11{
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12{
    row-gap: 3rem;
  }

  .sm\:gap-y-13{
    row-gap: 3.375rem;
  }

  .sm\:gap-y-14{
    row-gap: 3.5rem;
  }

  .sm\:gap-y-15{
    row-gap: 3.75rem;
  }

  .sm\:gap-y-16{
    row-gap: 4rem;
  }

  .sm\:gap-y-17{
    row-gap: 4.375rem;
  }

  .sm\:gap-y-18{
    row-gap: 4.5rem;
  }

  .sm\:gap-y-19{
    row-gap: 4.75rem;
  }

  .sm\:gap-y-20{
    row-gap: 5rem;
  }

  .sm\:gap-y-21{
    row-gap: 5.5rem;
  }

  .sm\:gap-y-22{
    row-gap: 5.625rem;
  }

  .sm\:gap-y-23{
    row-gap: 6.125rem;
  }

  .sm\:gap-y-24{
    row-gap: 6rem;
  }

  .sm\:gap-y-25{
    row-gap: 6.5rem;
  }

  .sm\:gap-y-26{
    row-gap: 6.75rem;
  }

  .sm\:gap-y-27{
    row-gap: 6.25rem;
  }

  .sm\:gap-y-28{
    row-gap: 7rem;
  }

  .sm\:gap-y-29{
    row-gap: 7.5rem;
  }

  .sm\:gap-y-32{
    row-gap: 8rem;
  }

  .sm\:gap-y-34{
    row-gap: 8.5rem;
  }

  .sm\:gap-y-35{
    row-gap: 8.75rem;
  }

  .sm\:gap-y-36{
    row-gap: 9rem;
  }

  .sm\:gap-y-37{
    row-gap: 9.125rem;
  }

  .sm\:gap-y-38{
    row-gap: 9.5rem;
  }

  .sm\:gap-y-40{
    row-gap: 10rem;
  }

  .sm\:gap-y-41{
    row-gap: 10.5rem;
  }

  .sm\:gap-y-42{
    row-gap: 10.625rem;
  }

  .sm\:gap-y-44{
    row-gap: 11rem;
  }

  .sm\:gap-y-45{
    row-gap: 11.25rem;
  }

  .sm\:gap-y-48{
    row-gap: 12rem;
  }

  .sm\:gap-y-49{
    row-gap: 12.5rem;
  }

  .sm\:gap-y-52{
    row-gap: 13rem;
  }

  .sm\:gap-y-56{
    row-gap: 14rem;
  }

  .sm\:gap-y-57{
    row-gap: 14.375rem;
  }

  .sm\:gap-y-60{
    row-gap: 15rem;
  }

  .sm\:gap-y-64{
    row-gap: 16rem;
  }

  .sm\:gap-y-72{
    row-gap: 18rem;
  }

  .sm\:gap-y-80{
    row-gap: 20rem;
  }

  .sm\:gap-y-82{
    row-gap: 22rem;
  }

  .sm\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .sm\:gap-y-96{
    row-gap: 24rem;
  }

  .sm\:gap-y-px{
    row-gap: 1px;
  }

  .sm\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .sm\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .sm\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .sm\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .sm\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .sm\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .sm\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .sm\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .sm\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .sm\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .sm\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .sm\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .sm\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .sm\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .sm\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .sm\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .sm\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .sm\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .sm\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .sm\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .sm\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .sm\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .sm\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .sm\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .sm\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .sm\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .sm\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .sm\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .sm\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none{
    grid-template-columns: none;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:col-auto{
    grid-column: auto;
  }

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-start-3{
    grid-column-start: 3;
  }

  .sm\:col-start-4{
    grid-column-start: 4;
  }

  .sm\:col-start-5{
    grid-column-start: 5;
  }

  .sm\:col-start-6{
    grid-column-start: 6;
  }

  .sm\:col-start-7{
    grid-column-start: 7;
  }

  .sm\:col-start-8{
    grid-column-start: 8;
  }

  .sm\:col-start-9{
    grid-column-start: 9;
  }

  .sm\:col-start-10{
    grid-column-start: 10;
  }

  .sm\:col-start-11{
    grid-column-start: 11;
  }

  .sm\:col-start-12{
    grid-column-start: 12;
  }

  .sm\:col-start-13{
    grid-column-start: 13;
  }

  .sm\:col-start-auto{
    grid-column-start: auto;
  }

  .sm\:col-end-1{
    grid-column-end: 1;
  }

  .sm\:col-end-2{
    grid-column-end: 2;
  }

  .sm\:col-end-3{
    grid-column-end: 3;
  }

  .sm\:col-end-4{
    grid-column-end: 4;
  }

  .sm\:col-end-5{
    grid-column-end: 5;
  }

  .sm\:col-end-6{
    grid-column-end: 6;
  }

  .sm\:col-end-7{
    grid-column-end: 7;
  }

  .sm\:col-end-8{
    grid-column-end: 8;
  }

  .sm\:col-end-9{
    grid-column-end: 9;
  }

  .sm\:col-end-10{
    grid-column-end: 10;
  }

  .sm\:col-end-11{
    grid-column-end: 11;
  }

  .sm\:col-end-12{
    grid-column-end: 12;
  }

  .sm\:col-end-13{
    grid-column-end: 13;
  }

  .sm\:col-end-auto{
    grid-column-end: auto;
  }

  .sm\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none{
    grid-template-rows: none;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:row-auto{
    grid-row: auto;
  }

  .sm\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full{
    grid-row: 1 / -1;
  }

  .sm\:row-start-1{
    grid-row-start: 1;
  }

  .sm\:row-start-2{
    grid-row-start: 2;
  }

  .sm\:row-start-3{
    grid-row-start: 3;
  }

  .sm\:row-start-4{
    grid-row-start: 4;
  }

  .sm\:row-start-5{
    grid-row-start: 5;
  }

  .sm\:row-start-6{
    grid-row-start: 6;
  }

  .sm\:row-start-7{
    grid-row-start: 7;
  }

  .sm\:row-start-auto{
    grid-row-start: auto;
  }

  .sm\:row-end-1{
    grid-row-end: 1;
  }

  .sm\:row-end-2{
    grid-row-end: 2;
  }

  .sm\:row-end-3{
    grid-row-end: 3;
  }

  .sm\:row-end-4{
    grid-row-end: 4;
  }

  .sm\:row-end-5{
    grid-row-end: 5;
  }

  .sm\:row-end-6{
    grid-row-end: 6;
  }

  .sm\:row-end-7{
    grid-row-end: 7;
  }

  .sm\:row-end-auto{
    grid-row-end: auto;
  }

  .sm\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .sm\:transform-none{
    transform: none;
  }

  .sm\:origin-center{
    transform-origin: center;
  }

  .sm\:origin-top{
    transform-origin: top;
  }

  .sm\:origin-top-right{
    transform-origin: top right;
  }

  .sm\:origin-right{
    transform-origin: right;
  }

  .sm\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm\:origin-bottom{
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm\:origin-left{
    transform-origin: left;
  }

  .sm\:origin-top-left{
    transform-origin: top left;
  }

  .sm\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0{
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50{
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75{
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90{
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95{
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100{
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0{
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50{
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75{
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90{
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95{
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100{
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1{
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2{
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3{
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6{
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12{
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45{
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90{
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180{
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .sm\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .sm\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .sm\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .sm\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .sm\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .sm\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .sm\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .sm\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .sm\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .sm\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .sm\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .sm\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .sm\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .sm\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .sm\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .sm\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .sm\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .sm\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .sm\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .sm\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .sm\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .sm\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .sm\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .sm\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .sm\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .sm\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .sm\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .sm\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .sm\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .sm\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .sm\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .sm\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .sm\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .sm\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .sm\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .sm\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .sm\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .sm\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .sm\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .sm\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .sm\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .sm\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .sm\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .sm\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .sm\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .sm\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .sm\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .sm\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .sm\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .sm\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .sm\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .sm\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .sm\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .sm\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .sm\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .sm\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .sm\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .sm\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .sm\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .sm\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .sm\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .sm\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .sm\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .sm\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .sm\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .sm\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .sm\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .sm\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .sm\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .sm\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .sm\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .sm\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .sm\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .sm\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .sm\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .sm\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .sm\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .sm\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .sm\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .sm\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .sm\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .sm\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .sm\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .sm\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .sm\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .sm\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .sm\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .sm\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .sm\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .sm\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .sm\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .sm\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .sm\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .sm\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .sm\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .sm\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .sm\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .sm\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .sm\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .sm\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .sm\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .sm\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .sm\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .sm\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .sm\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .sm\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .sm\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .sm\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .sm\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .sm\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .sm\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .sm\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .sm\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .sm\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .sm\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .sm\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .sm\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .sm\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .sm\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .sm\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .sm\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .sm\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .sm\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .sm\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .sm\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .sm\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .sm\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .sm\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .sm\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .sm\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .sm\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .sm\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .sm\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .sm\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .sm\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .sm\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .sm\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .sm\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .sm\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .sm\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .sm\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .sm\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .sm\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .sm\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .sm\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .sm\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .sm\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .sm\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .sm\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .sm\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .sm\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .sm\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .sm\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .sm\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .sm\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .sm\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .sm\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .sm\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .sm\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .sm\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .sm\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .sm\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .sm\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .sm\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .sm\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .sm\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .sm\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .sm\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .sm\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .sm\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .sm\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .sm\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .sm\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .sm\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .sm\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .sm\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .sm\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .sm\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .sm\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .sm\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .sm\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .sm\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .sm\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .sm\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .sm\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .sm\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .sm\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .sm\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .sm\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .sm\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .sm\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .sm\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .sm\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .sm\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .sm\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .sm\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .sm\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .sm\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .sm\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .sm\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .sm\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .sm\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .sm\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .sm\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .sm\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .sm\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .sm\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .sm\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .sm\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .sm\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .sm\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .sm\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .sm\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .sm\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .sm\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .sm\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .sm\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .sm\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .sm\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .sm\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .sm\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .sm\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .sm\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .sm\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .sm\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .sm\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .sm\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .sm\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .sm\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .sm\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .sm\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .sm\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .sm\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .sm\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .sm\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .sm\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .sm\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .sm\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .sm\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .sm\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .sm\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .sm\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .sm\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .sm\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .sm\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .sm\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .sm\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .sm\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .sm\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .sm\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .sm\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .sm\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .sm\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .sm\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .sm\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .sm\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .sm\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .sm\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .sm\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .sm\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .sm\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .sm\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .sm\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .sm\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .sm\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .sm\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .sm\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .sm\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .sm\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .sm\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .sm\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .sm\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .sm\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .sm\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .sm\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .sm\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .sm\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .sm\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .sm\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .sm\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .sm\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .sm\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .sm\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .sm\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .sm\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .sm\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .sm\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .sm\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .sm\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .sm\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .sm\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .sm\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .sm\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .sm\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .sm\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .sm\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .sm\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .sm\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .sm\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .sm\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .sm\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .sm\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .sm\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .sm\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .sm\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .sm\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .sm\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .sm\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .sm\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .sm\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .sm\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .sm\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .sm\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .sm\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .sm\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .sm\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .sm\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .sm\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .sm\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .sm\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .sm\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .sm\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .sm\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .sm\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .sm\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .sm\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .sm\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .sm\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .sm\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .sm\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .sm\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .sm\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .sm\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .sm\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .sm\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .sm\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .sm\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .sm\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .sm\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .sm\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .sm\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .sm\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .sm\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .sm\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .sm\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .sm\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .sm\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .sm\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .sm\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .sm\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .sm\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .sm\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .sm\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .sm\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .sm\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .sm\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .sm\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .sm\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .sm\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .sm\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .sm\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .sm\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .sm\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .sm\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .sm\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .sm\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .sm\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .sm\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .sm\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .sm\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .sm\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .sm\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .sm\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .sm\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .sm\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .sm\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .sm\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .sm\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .sm\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .sm\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .sm\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .sm\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .sm\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .sm\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .sm\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .sm\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .sm\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .sm\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .sm\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .sm\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .sm\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .sm\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .sm\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .sm\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .sm\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .sm\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .sm\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .sm\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .sm\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .sm\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .sm\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .sm\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .sm\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .sm\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .sm\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .sm\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .sm\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .sm\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .sm\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .sm\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .sm\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .sm\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .sm\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .sm\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .sm\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .sm\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .sm\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .sm\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .sm\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .sm\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .sm\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .sm\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .sm\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .sm\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .sm\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .sm\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .sm\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .sm\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .sm\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .sm\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .sm\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .sm\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .sm\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .sm\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .sm\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .sm\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .sm\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .sm\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .sm\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .sm\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .sm\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .sm\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .sm\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .sm\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .sm\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .sm\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .sm\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .sm\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .sm\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .sm\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .sm\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .sm\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .sm\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .sm\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .sm\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .sm\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .sm\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .sm\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .sm\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .sm\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .sm\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .sm\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .sm\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .sm\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .sm\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .sm\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .sm\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .sm\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .sm\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .sm\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .sm\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .sm\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .sm\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .sm\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .sm\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .sm\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .sm\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .sm\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .sm\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .sm\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .sm\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .sm\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .sm\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .sm\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .sm\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .sm\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .sm\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .sm\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .sm\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .sm\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .sm\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .sm\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .sm\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .sm\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .sm\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .sm\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .sm\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .sm\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .sm\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .sm\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .sm\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .sm\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .sm\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .sm\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .sm\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .sm\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .sm\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .sm\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .sm\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .sm\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .sm\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .sm\:transition-none{
    transition-property: none;
  }

  .sm\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:ease-linear{
    transition-timing-function: linear;
  }

  .sm\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75{
    transition-duration: 75ms;
  }

  .sm\:duration-100{
    transition-duration: 100ms;
  }

  .sm\:duration-150{
    transition-duration: 150ms;
  }

  .sm\:duration-200{
    transition-duration: 200ms;
  }

  .sm\:duration-300{
    transition-duration: 300ms;
  }

  .sm\:duration-500{
    transition-duration: 500ms;
  }

  .sm\:duration-700{
    transition-duration: 700ms;
  }

  .sm\:duration-1000{
    transition-duration: 1000ms;
  }

  .sm\:delay-75{
    transition-delay: 75ms;
  }

  .sm\:delay-100{
    transition-delay: 100ms;
  }

  .sm\:delay-150{
    transition-delay: 150ms;
  }

  .sm\:delay-200{
    transition-delay: 200ms;
  }

  .sm\:delay-300{
    transition-delay: 300ms;
  }

  .sm\:delay-500{
    transition-delay: 500ms;
  }

  .sm\:delay-700{
    transition-delay: 700ms;
  }

  .sm\:delay-1000{
    transition-delay: 1000ms;
  }

  .sm\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .md\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .md\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .md\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .md\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .md\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .md\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .md\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .md\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .md\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .md\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .md\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .md\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .md\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .md\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .md\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .md\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .md\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .md\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .md\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .md\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .md\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .md\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .md\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .md\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .md\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .md\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .md\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .md\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .md\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-clip-border{
    background-clip: border-box;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:bg-clip-content{
    background-clip: content-box;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-current{
    background-color: currentColor;
  }

  .md\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .md\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .md\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .md\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .md\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .md\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .md\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .md\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .md\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .md\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .md\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .md\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .md\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .md\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .md\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .md\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .md\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .md\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .md\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .md\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .md\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .md\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .md\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .md\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .md\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .md\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .md\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .md\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .md\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .md\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .md\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .md\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .md\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .md\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .md\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .md\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .md\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .md\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .md\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .md\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .md\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .md\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .md\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .md\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .md\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .md\:bg-none{
    background-image: none;
  }

  .md\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .md\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .md\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .md\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .md\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .md\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .md\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .md\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .md\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .md\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .md\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .md\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .md\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .md\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .md\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .md\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .md\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .md\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .md\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .md\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .md\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .md\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .md\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .md\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .md\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .md\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .md\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .md\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .md\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .md\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .md\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .md\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .md\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .md\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .md\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .md\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .md\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .md\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .md\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .md\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .md\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .md\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .md\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .md\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .md\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .md\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .md\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .md\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .md\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .md\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .md\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .md\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .md\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .md\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .md\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .md\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .md\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .md\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .md\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .md\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .md\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .md\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .md\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .md\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .md\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .md\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .md\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .md\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .md\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .md\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .md\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .md\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .md\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .md\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .md\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .md\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .md\:to-current{
    --tw-gradient-to: currentColor;
  }

  .md\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .md\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .md\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .md\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .md\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .md\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .md\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .md\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .md\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .md\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .md\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .md\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .md\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .md\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .md\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .md\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .md\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .md\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .md\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .md\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .md\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .md\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .md\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .md\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .md\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .md\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .md\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .md\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .md\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .md\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .md\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .md\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .md\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .md\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .md\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .md\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .md\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .md\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .md\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .md\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .md\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .md\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .md\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .md\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .md\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .md\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .md\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .md\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .md\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .md\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .md\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .md\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .md\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .md\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .md\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .md\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .md\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .md\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .md\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .md\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .md\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .md\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .md\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .md\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .md\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .md\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .md\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .md\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .md\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .md\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .md\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .md\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .md\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .md\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .md\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .md\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .md\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .md\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .md\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .md\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .md\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .md\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .md\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .md\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .md\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .md\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .md\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .md\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .md\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .md\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .md\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .md\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .md\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .md\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .md\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .md\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .md\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .md\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .md\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .md\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .md\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .md\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .md\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .md\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .md\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .md\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .md\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .md\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .md\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .md\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .md\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .md\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .md\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .md\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .md\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .md\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .md\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .md\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .md\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .md\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .md\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .md\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .md\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .md\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .md\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .md\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .md\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .md\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .md\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .md\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .md\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .md\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .md\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .md\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .md\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .md\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .md\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .md\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .md\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .md\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .md\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .md\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .md\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .md\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .md\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .md\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .md\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .md\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .md\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .md\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .md\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .md\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .md\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .md\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .md\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .md\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .md\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .md\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .md\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .md\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .md\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .md\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .md\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .md\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .md\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .md\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .md\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .md\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .md\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .md\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .md\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .md\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .md\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .md\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .md\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .md\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .md\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .md\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .md\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .md\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .md\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .md\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .md\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .md\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .md\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .md\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .md\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .md\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .md\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .md\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .md\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .md\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .md\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .md\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .md\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .md\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .md\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .md\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .md\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .md\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .md\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .md\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .md\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .md\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .md\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .md\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .md\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .md\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .md\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .md\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .md\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .md\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .md\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .md\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .md\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .md\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .md\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .md\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .md\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .md\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .md\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .md\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .md\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .md\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .md\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .md\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .md\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .md\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .md\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .md\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .md\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .md\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .md\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .md\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .md\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .md\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .md\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .md\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .md\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .md\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .md\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .md\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .md\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .md\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .md\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .md\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .md\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .md\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .md\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .md\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .md\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .md\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .md\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .md\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .md\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .md\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .md\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .md\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .md\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .md\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .md\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .md\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .md\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .md\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .md\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .md\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .md\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .md\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .md\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .md\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .md\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .md\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .md\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .md\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .md\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .md\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .md\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .md\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .md\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .md\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .md\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .md\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .md\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .md\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .md\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .md\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .md\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .md\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .md\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .md\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .md\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .md\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .md\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .md\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .md\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .md\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .md\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .md\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .md\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .md\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .md\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .md\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .md\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .md\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .md\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .md\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .md\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .md\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .md\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .md\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .md\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .md\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .md\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .md\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .md\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .md\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .md\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .md\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .md\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .md\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .md\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .md\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .md\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .md\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .md\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .md\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .md\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .md\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .md\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .md\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .md\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .md\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .md\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .md\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .md\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .md\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .md\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .md\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .md\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .md\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .md\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .md\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .md\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .md\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .md\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .md\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .md\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .md\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .md\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .md\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .md\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .md\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .md\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .md\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .md\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .md\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .md\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .md\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .md\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .md\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .md\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .md\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .md\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .md\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .md\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .md\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .md\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .md\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .md\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .md\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .md\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .md\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .md\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .md\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .md\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .md\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .md\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .md\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .md\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .md\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .md\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .md\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .md\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .md\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .md\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .md\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .md\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .md\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .md\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .md\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .md\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .md\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .md\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .md\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .md\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .md\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .md\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .md\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .md\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .md\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .md\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .md\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .md\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .md\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .md\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .md\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .md\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .md\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .md\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .md\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .md\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .md\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .md\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .md\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .md\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .md\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .md\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .md\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .md\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .md\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .md\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .md\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .md\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .md\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .md\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .md\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .md\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .md\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .md\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .md\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .md\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .md\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .md\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .md\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .md\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .md\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .md\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .md\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .md\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .md\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .md\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .md\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .md\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .md\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .md\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .md\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .md\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .md\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .md\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .md\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .md\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .md\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .md\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .md\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .md\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .md\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .md\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .md\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .md\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .md\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .md\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .md\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .md\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .md\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .md\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .md\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .md\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .md\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .md\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .md\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .md\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .md\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .md\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .md\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .md\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .md\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .md\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .md\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .md\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .md\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .md\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .md\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .md\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .md\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .md\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .md\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .md\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .md\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .md\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .md\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .md\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .md\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .md\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .md\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .md\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-current{
    border-color: currentColor;
  }

  .md\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .md\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .md\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .md\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .md\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .md\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .md\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .md\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .md\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .md\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .md\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .md\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .md\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .md\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .md\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .md\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .md\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .md\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .md\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .md\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .md\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .md\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .md\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .md\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .md\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .md\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .md\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .md\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .md\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .md\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .md\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .md\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .md\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .md\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .md\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .md\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .md\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .md\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .md\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .md\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .md\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .md\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .md\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .md\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .md\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .md\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .md\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .md\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .md\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .md\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .md\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .md\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .md\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .md\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .md\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .md\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .md\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .md\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .md\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .md\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-xl{
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl{
    border-radius: 1rem;
  }

  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-base{
    border-radius: 1.875rem;
  }

  .md\:rounded-bar{
    border-radius: 4rem;
  }

  .md\:rounded-btn{
    border-radius: 25px;
  }

  .md\:rounded-activities{
    border-radius: 20px;
  }

  .md\:rounded-img{
    border-radius: 7px;
  }

  .md\:rounded-input{
    border-radius: 40px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .md\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .md\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .md\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .md\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .md\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .md\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .md\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .md\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .md\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .md\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .md\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .md\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .md\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .md\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .md\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .md\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .md\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .md\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .md\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .md\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .md\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .md\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .md\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .md\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .md\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .md\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .md\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .md\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .md\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .md\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .md\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .md\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .md\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .md\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .md\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .md\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .md\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .md\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .md\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .md\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .md\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .md\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-1{
    border-width: 1px;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-3{
    border-width: 3px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-6{
    border-width: 6px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border-9{
    border-width: 9px;
  }

  .md\:border-10{
    border-width: 10px;
  }

  .md\:border-14{
    border-width: 14px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0px;
  }

  .md\:border-r-0{
    border-right-width: 0px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-l-0{
    border-left-width: 0px;
  }

  .md\:border-t-1{
    border-top-width: 1px;
  }

  .md\:border-r-1{
    border-right-width: 1px;
  }

  .md\:border-b-1{
    border-bottom-width: 1px;
  }

  .md\:border-l-1{
    border-left-width: 1px;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-t-3{
    border-top-width: 3px;
  }

  .md\:border-r-3{
    border-right-width: 3px;
  }

  .md\:border-b-3{
    border-bottom-width: 3px;
  }

  .md\:border-l-3{
    border-left-width: 3px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-t-6{
    border-top-width: 6px;
  }

  .md\:border-r-6{
    border-right-width: 6px;
  }

  .md\:border-b-6{
    border-bottom-width: 6px;
  }

  .md\:border-l-6{
    border-left-width: 6px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-t-9{
    border-top-width: 9px;
  }

  .md\:border-r-9{
    border-right-width: 9px;
  }

  .md\:border-b-9{
    border-bottom-width: 9px;
  }

  .md\:border-l-9{
    border-left-width: 9px;
  }

  .md\:border-t-10{
    border-top-width: 10px;
  }

  .md\:border-r-10{
    border-right-width: 10px;
  }

  .md\:border-b-10{
    border-bottom-width: 10px;
  }

  .md\:border-l-10{
    border-left-width: 10px;
  }

  .md\:border-t-14{
    border-top-width: 14px;
  }

  .md\:border-r-14{
    border-right-width: 14px;
  }

  .md\:border-b-14{
    border-bottom-width: 14px;
  }

  .md\:border-l-14{
    border-left-width: 14px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:box-border{
    box-sizing: border-box;
  }

  .md\:box-content{
    box-sizing: content-box;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:flow-root{
    display: flow-root;
  }

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:place-items-auto{
    place-items: auto;
  }

  .md\:place-items-start{
    place-items: start;
  }

  .md\:place-items-end{
    place-items: end;
  }

  .md\:place-items-center{
    place-items: center;
  }

  .md\:place-items-stretch{
    place-items: stretch;
  }

  .md\:place-content-center{
    place-content: center;
  }

  .md\:place-content-start{
    place-content: start;
  }

  .md\:place-content-end{
    place-content: end;
  }

  .md\:place-content-between{
    place-content: space-between;
  }

  .md\:place-content-around{
    place-content: space-around;
  }

  .md\:place-content-evenly{
    place-content: space-evenly;
  }

  .md\:place-content-stretch{
    place-content: stretch;
  }

  .md\:place-self-auto{
    place-self: auto;
  }

  .md\:place-self-start{
    place-self: start;
  }

  .md\:place-self-end{
    place-self: end;
  }

  .md\:place-self-center{
    place-self: center;
  }

  .md\:place-self-stretch{
    place-self: stretch;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

  .md\:content-between{
    align-content: space-between;
  }

  .md\:content-around{
    align-content: space-around;
  }

  .md\:content-evenly{
    align-content: space-evenly;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:self-center{
    align-self: center;
  }

  .md\:self-stretch{
    align-self: stretch;
  }

  .md\:justify-items-auto{
    justify-items: auto;
  }

  .md\:justify-items-start{
    justify-items: start;
  }

  .md\:justify-items-end{
    justify-items: end;
  }

  .md\:justify-items-center{
    justify-items: center;
  }

  .md\:justify-items-stretch{
    justify-items: stretch;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:justify-self-center{
    justify-self: center;
  }

  .md\:justify-self-stretch{
    justify-self: stretch;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:order-10{
    order: 10;
  }

  .md\:order-11{
    order: 11;
  }

  .md\:order-12{
    order: 12;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:font-sans{
    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";
  }

  .md\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-OpenSans{
    font-family: Open Sans;
  }

  .md\:font-Poppins{
    font-family: Poppins;
  }

  .md\:font-thin{
    font-weight: 100;
  }

  .md\:font-extralight{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0px;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-7{
    height: 1.75rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-9{
    height: 2.25rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-11{
    height: 2.75rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-13{
    height: 3.25rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-15{
    height: 3.75rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-17{
    height: 4.375rem;
  }

  .md\:h-18{
    height: 4.5rem;
  }

  .md\:h-19{
    height: 4.75rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-21{
    height: 5.5rem;
  }

  .md\:h-22{
    height: 5.625rem;
  }

  .md\:h-23{
    height: 6.375rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-25{
    height: 6.5rem;
  }

  .md\:h-26{
    height: 6.75rem;
  }

  .md\:h-27{
    height: 6.25rem;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-29{
    height: 7.5rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-34{
    height: 8.5rem;
  }

  .md\:h-35{
    height: 8.75rem;
  }

  .md\:h-36{
    height: 9rem;
  }

  .md\:h-37{
    height: 9.125rem;
  }

  .md\:h-38{
    height: 9.5rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-41{
    height: 10.5rem;
  }

  .md\:h-42{
    height: 10.625rem;
  }

  .md\:h-44{
    height: 11rem;
  }

  .md\:h-45{
    height: 11.875rem;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-49{
    height: 12.5rem;
  }

  .md\:h-51{
    height: 13.375rem;
  }

  .md\:h-52{
    height: 13rem;
  }

  .md\:h-56{
    height: 14rem;
  }

  .md\:h-57{
    height: 14.375rem;
  }

  .md\:h-60{
    height: 15rem;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-65{
    height: 17rem;
  }

  .md\:h-66{
    height: 17.5rem;
  }

  .md\:h-72{
    height: 18rem;
  }

  .md\:h-73{
    height: 18.5rem;
  }

  .md\:h-80{
    height: 20rem;
  }

  .md\:h-81{
    height: 21.5rem;
  }

  .md\:h-82{
    height: 22rem;
  }

  .md\:h-83{
    height: 23.8125rem;
  }

  .md\:h-84{
    height: 23rem;
  }

  .md\:h-94{
    height: 28rem;
  }

  .md\:h-96{
    height: 24rem;
  }

  .md\:h-98{
    height: 32rem;
  }

  .md\:h-100{
    height: 90%;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-0\.5{
    height: 0.125rem;
  }

  .md\:h-1\.5{
    height: 0.375rem;
  }

  .md\:h-2\.5{
    height: 0.625rem;
  }

  .md\:h-3\.5{
    height: 0.875rem;
  }

  .md\:h-4\.5{
    height: 1.125rem;
  }

  .md\:h-5\.5{
    height: 1.375rem;
  }

  .md\:h-6\.5{
    height: 1.625rem;
  }

  .md\:h-7\.5{
    height: 1.875rem;
  }

  .md\:h-8\.5{
    height: 2.125rem;
  }

  .md\:h-9\.5{
    height: 2.375rem;
  }

  .md\:h-10\.5{
    height: 2.625rem;
  }

  .md\:h-11\.5{
    height: 2.875rem;
  }

  .md\:h-12\.5{
    height: 3.125rem;
  }

  .md\:h-13\.5{
    height: 3.375rem;
  }

  .md\:h-15\.5{
    height: 3.8rem;
  }

  .md\:h-16\.5{
    height: 4.25rem;
  }

  .md\:h-17\.5{
    height: 4.25rem;
  }

  .md\:h-18\.5{
    height: 4.625rem;
  }

  .md\:h-20\.5{
    height: 5.25rem;
  }

  .md\:h-21\.5{
    height: 5.75rem;
  }

  .md\:h-22\.5{
    height: 5.875rem;
  }

  .md\:h-24\.5{
    height: 6.625rem;
  }

  .md\:h-28\.5{
    height: 7.375rem;
  }

  .md\:h-29\.5{
    height: 7.75rem;
  }

  .md\:h-32\.5{
    height: 8.5rem;
  }

  .md\:h-33\.5{
    height: 8.8125rem;
  }

  .md\:h-42\.5{
    height: 10.875rem;
  }

  .md\:h-49\.5{
    height: 12.75rem;
  }

  .md\:h-72\.5{
    height: 18.25rem;
  }

  .md\:h-1\/2{
    height: 50%;
  }

  .md\:h-1\/3{
    height: 33.333333%;
  }

  .md\:h-2\/3{
    height: 66.666667%;
  }

  .md\:h-1\/4{
    height: 25%;
  }

  .md\:h-2\/4{
    height: 50%;
  }

  .md\:h-3\/4{
    height: 75%;
  }

  .md\:h-1\/5{
    height: 20%;
  }

  .md\:h-2\/5{
    height: 40%;
  }

  .md\:h-3\/5{
    height: 60%;
  }

  .md\:h-4\/5{
    height: 80%;
  }

  .md\:h-1\/6{
    height: 16.666667%;
  }

  .md\:h-2\/6{
    height: 33.333333%;
  }

  .md\:h-3\/6{
    height: 50%;
  }

  .md\:h-4\/6{
    height: 66.666667%;
  }

  .md\:h-5\/6{
    height: 83.333333%;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:h-1\.4{
    height: 0.3125rem;
  }

  .md\:h-14\.5{
    height: 3.875rem;
  }

  .md\:h-52\.5{
    height: 13.5rem;
  }

  .md\:h-56\.5{
    height: 14.625rem;
  }

  .md\:h-64\.5{
    height: 16.5rem;
  }

  .md\:h-66\.5{
    height: 17.625rem;
  }

  .md\:h-80\.5{
    height: 20.25rem;
  }

  .md\:h-81\.5{
    height: 21.125rem;
  }

  .md\:h-icons-xxl{
    height: 103px;
  }

  .md\:h-activities{
    height: 416px;
  }

  .md\:h-activities-sm{
    height: 215px;
  }

  .md\:h-community{
    height: 390px;
  }

  .md\:h-community-md{
    height: 420px;
  }

  .md\:h-community-sm{
    height: 515px;
  }

  .md\:h-slide{
    height: 792px;
  }

  .md\:h-slide-md{
    height: 640px;
  }

  .md\:h-slide-sm{
    height: 443px;
  }

  .md\:h-bg-commission{
    height: 303px;
  }

  .md\:h-bg-commission-sm{
    height: 94px;
  }

  .md\:h-bg-commission-md{
    height: 200px;
  }

  .md\:h-item-commission{
    height: 201px;
  }

  .md\:h-item-commission-sm{
    height: 165px;
  }

  .md\:h-about{
    height: 661px;
  }

  .md\:h-about-sm{
    height: 290px;
  }

  .md\:h-about-md{
    height: 350px;
  }

  .md\:h-items{
    height: 273px;
  }

  .md\:h-items-sm{
    height: 230px;
  }

  .md\:h-items-2{
    height: 317px;
  }

  .md\:h-items-2-sm{
    height: 260px;
  }

  .md\:h-news{
    height: 568px;
  }

  .md\:h-news-sm{
    height: 240px;
  }

  .md\:h-news2{
    height: 277px;
  }

  .md\:h-news3{
    height: 259px;
  }

  .md\:h-img-vision{
    height: 496px;
  }

  .md\:h-directive{
    height: 492px;
  }

  .md\:h-directive-md{
    height: 392px;
  }

  .md\:h-directive-sm{
    height: 270px;
  }

  .md\:h-img-vision-md{
    height: 300px;
  }

  .md\:h-img-vision-sm{
    height: 220px;
  }

  .md\:h-circle{
    height: 120px;
  }

  .md\:h-circle-xl{
    height: 215px;
  }

  .md\:h-value{
    height: 196px;
  }

  .md\:h-modal{
    height: 661px;
  }

  .md\:h-modal-lg{
    height: 480px;
  }

  .md\:h-modal-md{
    height: 400px;
  }

  .md\:h-modal-sm{
    height: 280px;
  }

  .md\:h-hero{
    height: 424px;
  }

  .md\:h-hero-md{
    height: 300px;
  }

  .md\:h-hero-sm{
    height: 240px;
  }

  .md\:h-form{
    height: 382px;
  }

  .md\:h-login{
    height: 1008px;
  }

  .md\:h-login-lg{
    height: 900px;
  }

  .md\:h-login-sm{
    height: 500px;
  }

  .md\:h-because{
    height: 117px;
  }

  .md\:h-because-sm{
    height: 80px;
  }

  .md\:h-debate{
    height: 368px;
  }

  .md\:h-debate-sm{
    height: 280px;
  }

  .md\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .md\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .md\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .md\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .md\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .md\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .md\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .md\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .md\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .md\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .md\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .md\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .md\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .md\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .md\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .md\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .md\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .md\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .md\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .md\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .md\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .md\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .md\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .md\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .md\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .md\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .md\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .md\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .md\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .md\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .md\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .md\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .md\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .md\:leading-3{
    line-height: .75rem;
  }

  .md\:leading-4{
    line-height: 1rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-9{
    line-height: 2.25rem;
  }

  .md\:leading-10{
    line-height: 2.5rem;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:m-1{
    margin: 0.25rem;
  }

  .md\:m-2{
    margin: 0.5rem;
  }

  .md\:m-3{
    margin: 0.75rem;
  }

  .md\:m-4{
    margin: 1rem;
  }

  .md\:m-5{
    margin: 1.25rem;
  }

  .md\:m-6{
    margin: 1.5rem;
  }

  .md\:m-7{
    margin: 1.75rem;
  }

  .md\:m-8{
    margin: 2rem;
  }

  .md\:m-9{
    margin: 2.25rem;
  }

  .md\:m-10{
    margin: 2.5rem;
  }

  .md\:m-11{
    margin: 2.75rem;
  }

  .md\:m-12{
    margin: 3rem;
  }

  .md\:m-13{
    margin: 3.375rem;
  }

  .md\:m-14{
    margin: 3.5rem;
  }

  .md\:m-15{
    margin: 3.75rem;
  }

  .md\:m-16{
    margin: 4rem;
  }

  .md\:m-17{
    margin: 4.375rem;
  }

  .md\:m-18{
    margin: 4.5rem;
  }

  .md\:m-19{
    margin: 4.75rem;
  }

  .md\:m-20{
    margin: 5rem;
  }

  .md\:m-21{
    margin: 5.5rem;
  }

  .md\:m-22{
    margin: 5.625rem;
  }

  .md\:m-23{
    margin: 6.125rem;
  }

  .md\:m-24{
    margin: 6rem;
  }

  .md\:m-25{
    margin: 6.5rem;
  }

  .md\:m-26{
    margin: 6.75rem;
  }

  .md\:m-27{
    margin: 6.25rem;
  }

  .md\:m-28{
    margin: 7rem;
  }

  .md\:m-29{
    margin: 7.5rem;
  }

  .md\:m-32{
    margin: 8rem;
  }

  .md\:m-34{
    margin: 8.5rem;
  }

  .md\:m-35{
    margin: 8.75rem;
  }

  .md\:m-36{
    margin: 9rem;
  }

  .md\:m-37{
    margin: 9.125rem;
  }

  .md\:m-38{
    margin: 9.5rem;
  }

  .md\:m-40{
    margin: 10rem;
  }

  .md\:m-41{
    margin: 10.5rem;
  }

  .md\:m-42{
    margin: 10.625rem;
  }

  .md\:m-44{
    margin: 11rem;
  }

  .md\:m-45{
    margin: 11.25rem;
  }

  .md\:m-48{
    margin: 12rem;
  }

  .md\:m-49{
    margin: 12.5rem;
  }

  .md\:m-52{
    margin: 13rem;
  }

  .md\:m-56{
    margin: 14rem;
  }

  .md\:m-57{
    margin: 14.375rem;
  }

  .md\:m-60{
    margin: 15rem;
  }

  .md\:m-64{
    margin: 16rem;
  }

  .md\:m-72{
    margin: 18rem;
  }

  .md\:m-80{
    margin: 20rem;
  }

  .md\:m-82{
    margin: 22rem;
  }

  .md\:m-83{
    margin: 23.8125rem;
  }

  .md\:m-96{
    margin: 24rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:m-0\.5{
    margin: 0.125rem;
  }

  .md\:m-1\.5{
    margin: 0.375rem;
  }

  .md\:m-2\.5{
    margin: 0.625rem;
  }

  .md\:m-3\.5{
    margin: 0.875rem;
  }

  .md\:m-4\.5{
    margin: 1.125rem;
  }

  .md\:m-5\.5{
    margin: 1.375rem;
  }

  .md\:m-6\.5{
    margin: 1.625rem;
  }

  .md\:m-7\.5{
    margin: 1.875rem;
  }

  .md\:m-8\.5{
    margin: 2.125rem;
  }

  .md\:m-9\.5{
    margin: 2.375rem;
  }

  .md\:m-10\.5{
    margin: 2.625rem;
  }

  .md\:m-11\.5{
    margin: 2.875rem;
  }

  .md\:m-12\.5{
    margin: 3.125rem;
  }

  .md\:m-13\.5{
    margin: 3.25rem;
  }

  .md\:m-15\.5{
    margin: 3.8rem;
  }

  .md\:m-16\.5{
    margin: 4.125rem;
  }

  .md\:m-17\.5{
    margin: 4.25rem;
  }

  .md\:m-18\.5{
    margin: 4.625rem;
  }

  .md\:m-20\.5{
    margin: 5.25rem;
  }

  .md\:m-21\.5{
    margin: 5.75rem;
  }

  .md\:m-22\.5{
    margin: 5.875rem;
  }

  .md\:m-24\.5{
    margin: 6.8125rem;
  }

  .md\:m-28\.5{
    margin: 7.375rem;
  }

  .md\:m-29\.5{
    margin: 7.75rem;
  }

  .md\:m-32\.5{
    margin: 8.125rem;
  }

  .md\:m-33\.5{
    margin: 8.8125rem;
  }

  .md\:m-42\.5{
    margin: 10.875rem;
  }

  .md\:m-49\.5{
    margin: 12.75rem;
  }

  .md\:m-72\.5{
    margin: 18.25rem;
  }

  .md\:-m-0{
    margin: 0px;
  }

  .md\:-m-1{
    margin: -0.25rem;
  }

  .md\:-m-2{
    margin: -0.5rem;
  }

  .md\:-m-3{
    margin: -0.75rem;
  }

  .md\:-m-4{
    margin: -1rem;
  }

  .md\:-m-5{
    margin: -1.25rem;
  }

  .md\:-m-6{
    margin: -1.5rem;
  }

  .md\:-m-7{
    margin: -1.75rem;
  }

  .md\:-m-8{
    margin: -2rem;
  }

  .md\:-m-9{
    margin: -2.25rem;
  }

  .md\:-m-10{
    margin: -2.5rem;
  }

  .md\:-m-11{
    margin: -2.75rem;
  }

  .md\:-m-12{
    margin: -3rem;
  }

  .md\:-m-13{
    margin: -3.375rem;
  }

  .md\:-m-14{
    margin: -3.5rem;
  }

  .md\:-m-15{
    margin: -3.75rem;
  }

  .md\:-m-16{
    margin: -4rem;
  }

  .md\:-m-17{
    margin: -4.375rem;
  }

  .md\:-m-18{
    margin: -4.5rem;
  }

  .md\:-m-19{
    margin: -4.75rem;
  }

  .md\:-m-20{
    margin: -5rem;
  }

  .md\:-m-21{
    margin: -5.5rem;
  }

  .md\:-m-22{
    margin: -5.625rem;
  }

  .md\:-m-23{
    margin: -6.125rem;
  }

  .md\:-m-24{
    margin: -6rem;
  }

  .md\:-m-25{
    margin: -6.5rem;
  }

  .md\:-m-26{
    margin: -6.75rem;
  }

  .md\:-m-27{
    margin: -6.25rem;
  }

  .md\:-m-28{
    margin: -7rem;
  }

  .md\:-m-29{
    margin: -7.5rem;
  }

  .md\:-m-32{
    margin: -8rem;
  }

  .md\:-m-34{
    margin: -8.5rem;
  }

  .md\:-m-35{
    margin: -8.75rem;
  }

  .md\:-m-36{
    margin: -9rem;
  }

  .md\:-m-37{
    margin: -9.125rem;
  }

  .md\:-m-38{
    margin: -9.5rem;
  }

  .md\:-m-40{
    margin: -10rem;
  }

  .md\:-m-41{
    margin: -10.5rem;
  }

  .md\:-m-42{
    margin: -10.625rem;
  }

  .md\:-m-44{
    margin: -11rem;
  }

  .md\:-m-45{
    margin: -11.25rem;
  }

  .md\:-m-48{
    margin: -12rem;
  }

  .md\:-m-49{
    margin: -12.5rem;
  }

  .md\:-m-52{
    margin: -13rem;
  }

  .md\:-m-56{
    margin: -14rem;
  }

  .md\:-m-57{
    margin: -14.375rem;
  }

  .md\:-m-60{
    margin: -15rem;
  }

  .md\:-m-64{
    margin: -16rem;
  }

  .md\:-m-72{
    margin: -18rem;
  }

  .md\:-m-80{
    margin: -20rem;
  }

  .md\:-m-82{
    margin: -22rem;
  }

  .md\:-m-83{
    margin: -23.8125rem;
  }

  .md\:-m-96{
    margin: -24rem;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:-m-0\.5{
    margin: -0.125rem;
  }

  .md\:-m-1\.5{
    margin: -0.375rem;
  }

  .md\:-m-2\.5{
    margin: -0.625rem;
  }

  .md\:-m-3\.5{
    margin: -0.875rem;
  }

  .md\:-m-4\.5{
    margin: -1.125rem;
  }

  .md\:-m-5\.5{
    margin: -1.375rem;
  }

  .md\:-m-6\.5{
    margin: -1.625rem;
  }

  .md\:-m-7\.5{
    margin: -1.875rem;
  }

  .md\:-m-8\.5{
    margin: -2.125rem;
  }

  .md\:-m-9\.5{
    margin: -2.375rem;
  }

  .md\:-m-10\.5{
    margin: -2.625rem;
  }

  .md\:-m-11\.5{
    margin: -2.875rem;
  }

  .md\:-m-12\.5{
    margin: -3.125rem;
  }

  .md\:-m-13\.5{
    margin: -3.25rem;
  }

  .md\:-m-15\.5{
    margin: -3.8rem;
  }

  .md\:-m-16\.5{
    margin: -4.125rem;
  }

  .md\:-m-17\.5{
    margin: -4.25rem;
  }

  .md\:-m-18\.5{
    margin: -4.625rem;
  }

  .md\:-m-20\.5{
    margin: -5.25rem;
  }

  .md\:-m-21\.5{
    margin: -5.75rem;
  }

  .md\:-m-22\.5{
    margin: -5.875rem;
  }

  .md\:-m-24\.5{
    margin: -6.8125rem;
  }

  .md\:-m-28\.5{
    margin: -7.375rem;
  }

  .md\:-m-29\.5{
    margin: -7.75rem;
  }

  .md\:-m-32\.5{
    margin: -8.125rem;
  }

  .md\:-m-33\.5{
    margin: -8.8125rem;
  }

  .md\:-m-42\.5{
    margin: -10.875rem;
  }

  .md\:-m-49\.5{
    margin: -12.75rem;
  }

  .md\:-m-72\.5{
    margin: -18.25rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .md\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .md\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .md\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .md\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .md\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .md\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .md\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .md\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .md\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .md\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .md\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .md\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .md\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .md\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .md\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .md\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .md\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .md\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .md\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .md\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .md\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .md\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .md\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .md\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .md\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .md\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .md\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .md\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .md\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .md\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .md\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .md\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .md\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .md\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .md\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .md\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .md\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .md\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .md\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .md\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .md\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .md\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .md\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .md\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .md\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .md\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .md\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .md\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .md\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .md\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .md\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .md\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .md\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .md\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .md\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .md\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .md\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .md\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .md\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .md\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .md\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .md\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .md\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .md\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .md\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .md\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .md\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .md\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .md\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .md\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .md\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .md\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .md\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .md\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .md\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .md\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .md\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .md\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .md\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .md\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .md\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .md\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .md\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .md\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .md\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .md\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .md\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .md\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .md\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .md\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .md\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .md\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .md\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .md\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .md\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .md\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .md\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .md\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .md\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .md\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .md\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .md\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .md\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .md\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .md\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .md\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .md\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .md\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .md\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .md\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .md\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .md\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .md\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .md\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .md\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .md\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .md\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .md\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .md\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .md\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .md\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .md\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .md\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .md\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .md\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .md\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .md\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .md\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .md\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .md\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .md\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .md\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .md\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:mr-7{
    margin-right: 1.75rem;
  }

  .md\:mb-7{
    margin-bottom: 1.75rem;
  }

  .md\:ml-7{
    margin-left: 1.75rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:mt-9{
    margin-top: 2.25rem;
  }

  .md\:mr-9{
    margin-right: 2.25rem;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:ml-9{
    margin-left: 2.25rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:mt-11{
    margin-top: 2.75rem;
  }

  .md\:mr-11{
    margin-right: 2.75rem;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:ml-11{
    margin-left: 2.75rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:mt-13{
    margin-top: 3.375rem;
  }

  .md\:mr-13{
    margin-right: 3.375rem;
  }

  .md\:mb-13{
    margin-bottom: 3.375rem;
  }

  .md\:ml-13{
    margin-left: 3.375rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mr-14{
    margin-right: 3.5rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:ml-14{
    margin-left: 3.5rem;
  }

  .md\:mt-15{
    margin-top: 3.75rem;
  }

  .md\:mr-15{
    margin-right: 3.75rem;
  }

  .md\:mb-15{
    margin-bottom: 3.75rem;
  }

  .md\:ml-15{
    margin-left: 3.75rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:mt-17{
    margin-top: 4.375rem;
  }

  .md\:mr-17{
    margin-right: 4.375rem;
  }

  .md\:mb-17{
    margin-bottom: 4.375rem;
  }

  .md\:ml-17{
    margin-left: 4.375rem;
  }

  .md\:mt-18{
    margin-top: 4.5rem;
  }

  .md\:mr-18{
    margin-right: 4.5rem;
  }

  .md\:mb-18{
    margin-bottom: 4.5rem;
  }

  .md\:ml-18{
    margin-left: 4.5rem;
  }

  .md\:mt-19{
    margin-top: 4.75rem;
  }

  .md\:mr-19{
    margin-right: 4.75rem;
  }

  .md\:mb-19{
    margin-bottom: 4.75rem;
  }

  .md\:ml-19{
    margin-left: 4.75rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:mt-21{
    margin-top: 5.5rem;
  }

  .md\:mr-21{
    margin-right: 5.5rem;
  }

  .md\:mb-21{
    margin-bottom: 5.5rem;
  }

  .md\:ml-21{
    margin-left: 5.5rem;
  }

  .md\:mt-22{
    margin-top: 5.625rem;
  }

  .md\:mr-22{
    margin-right: 5.625rem;
  }

  .md\:mb-22{
    margin-bottom: 5.625rem;
  }

  .md\:ml-22{
    margin-left: 5.625rem;
  }

  .md\:mt-23{
    margin-top: 6.125rem;
  }

  .md\:mr-23{
    margin-right: 6.125rem;
  }

  .md\:mb-23{
    margin-bottom: 6.125rem;
  }

  .md\:ml-23{
    margin-left: 6.125rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:mt-25{
    margin-top: 6.5rem;
  }

  .md\:mr-25{
    margin-right: 6.5rem;
  }

  .md\:mb-25{
    margin-bottom: 6.5rem;
  }

  .md\:ml-25{
    margin-left: 6.5rem;
  }

  .md\:mt-26{
    margin-top: 6.75rem;
  }

  .md\:mr-26{
    margin-right: 6.75rem;
  }

  .md\:mb-26{
    margin-bottom: 6.75rem;
  }

  .md\:ml-26{
    margin-left: 6.75rem;
  }

  .md\:mt-27{
    margin-top: 6.25rem;
  }

  .md\:mr-27{
    margin-right: 6.25rem;
  }

  .md\:mb-27{
    margin-bottom: 6.25rem;
  }

  .md\:ml-27{
    margin-left: 6.25rem;
  }

  .md\:mt-28{
    margin-top: 7rem;
  }

  .md\:mr-28{
    margin-right: 7rem;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:ml-28{
    margin-left: 7rem;
  }

  .md\:mt-29{
    margin-top: 7.5rem;
  }

  .md\:mr-29{
    margin-right: 7.5rem;
  }

  .md\:mb-29{
    margin-bottom: 7.5rem;
  }

  .md\:ml-29{
    margin-left: 7.5rem;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:mt-34{
    margin-top: 8.5rem;
  }

  .md\:mr-34{
    margin-right: 8.5rem;
  }

  .md\:mb-34{
    margin-bottom: 8.5rem;
  }

  .md\:ml-34{
    margin-left: 8.5rem;
  }

  .md\:mt-35{
    margin-top: 8.75rem;
  }

  .md\:mr-35{
    margin-right: 8.75rem;
  }

  .md\:mb-35{
    margin-bottom: 8.75rem;
  }

  .md\:ml-35{
    margin-left: 8.75rem;
  }

  .md\:mt-36{
    margin-top: 9rem;
  }

  .md\:mr-36{
    margin-right: 9rem;
  }

  .md\:mb-36{
    margin-bottom: 9rem;
  }

  .md\:ml-36{
    margin-left: 9rem;
  }

  .md\:mt-37{
    margin-top: 9.125rem;
  }

  .md\:mr-37{
    margin-right: 9.125rem;
  }

  .md\:mb-37{
    margin-bottom: 9.125rem;
  }

  .md\:ml-37{
    margin-left: 9.125rem;
  }

  .md\:mt-38{
    margin-top: 9.5rem;
  }

  .md\:mr-38{
    margin-right: 9.5rem;
  }

  .md\:mb-38{
    margin-bottom: 9.5rem;
  }

  .md\:ml-38{
    margin-left: 9.5rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:mr-40{
    margin-right: 10rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:ml-40{
    margin-left: 10rem;
  }

  .md\:mt-41{
    margin-top: 10.5rem;
  }

  .md\:mr-41{
    margin-right: 10.5rem;
  }

  .md\:mb-41{
    margin-bottom: 10.5rem;
  }

  .md\:ml-41{
    margin-left: 10.5rem;
  }

  .md\:mt-42{
    margin-top: 10.625rem;
  }

  .md\:mr-42{
    margin-right: 10.625rem;
  }

  .md\:mb-42{
    margin-bottom: 10.625rem;
  }

  .md\:ml-42{
    margin-left: 10.625rem;
  }

  .md\:mt-44{
    margin-top: 11rem;
  }

  .md\:mr-44{
    margin-right: 11rem;
  }

  .md\:mb-44{
    margin-bottom: 11rem;
  }

  .md\:ml-44{
    margin-left: 11rem;
  }

  .md\:mt-45{
    margin-top: 11.25rem;
  }

  .md\:mr-45{
    margin-right: 11.25rem;
  }

  .md\:mb-45{
    margin-bottom: 11.25rem;
  }

  .md\:ml-45{
    margin-left: 11.25rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mr-48{
    margin-right: 12rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

  .md\:ml-48{
    margin-left: 12rem;
  }

  .md\:mt-49{
    margin-top: 12.5rem;
  }

  .md\:mr-49{
    margin-right: 12.5rem;
  }

  .md\:mb-49{
    margin-bottom: 12.5rem;
  }

  .md\:ml-49{
    margin-left: 12.5rem;
  }

  .md\:mt-52{
    margin-top: 13rem;
  }

  .md\:mr-52{
    margin-right: 13rem;
  }

  .md\:mb-52{
    margin-bottom: 13rem;
  }

  .md\:ml-52{
    margin-left: 13rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:mr-56{
    margin-right: 14rem;
  }

  .md\:mb-56{
    margin-bottom: 14rem;
  }

  .md\:ml-56{
    margin-left: 14rem;
  }

  .md\:mt-57{
    margin-top: 14.375rem;
  }

  .md\:mr-57{
    margin-right: 14.375rem;
  }

  .md\:mb-57{
    margin-bottom: 14.375rem;
  }

  .md\:ml-57{
    margin-left: 14.375rem;
  }

  .md\:mt-60{
    margin-top: 15rem;
  }

  .md\:mr-60{
    margin-right: 15rem;
  }

  .md\:mb-60{
    margin-bottom: 15rem;
  }

  .md\:ml-60{
    margin-left: 15rem;
  }

  .md\:mt-64{
    margin-top: 16rem;
  }

  .md\:mr-64{
    margin-right: 16rem;
  }

  .md\:mb-64{
    margin-bottom: 16rem;
  }

  .md\:ml-64{
    margin-left: 16rem;
  }

  .md\:mt-72{
    margin-top: 18rem;
  }

  .md\:mr-72{
    margin-right: 18rem;
  }

  .md\:mb-72{
    margin-bottom: 18rem;
  }

  .md\:ml-72{
    margin-left: 18rem;
  }

  .md\:mt-80{
    margin-top: 20rem;
  }

  .md\:mr-80{
    margin-right: 20rem;
  }

  .md\:mb-80{
    margin-bottom: 20rem;
  }

  .md\:ml-80{
    margin-left: 20rem;
  }

  .md\:mt-82{
    margin-top: 22rem;
  }

  .md\:mr-82{
    margin-right: 22rem;
  }

  .md\:mb-82{
    margin-bottom: 22rem;
  }

  .md\:ml-82{
    margin-left: 22rem;
  }

  .md\:mt-83{
    margin-top: 23.8125rem;
  }

  .md\:mr-83{
    margin-right: 23.8125rem;
  }

  .md\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .md\:ml-83{
    margin-left: 23.8125rem;
  }

  .md\:mt-96{
    margin-top: 24rem;
  }

  .md\:mr-96{
    margin-right: 24rem;
  }

  .md\:mb-96{
    margin-bottom: 24rem;
  }

  .md\:ml-96{
    margin-left: 24rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .md\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .md\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .md\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .md\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .md\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .md\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .md\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .md\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .md\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .md\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .md\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .md\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .md\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .md\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .md\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .md\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .md\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .md\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .md\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .md\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .md\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .md\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .md\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .md\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .md\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .md\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .md\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .md\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .md\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .md\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .md\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .md\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .md\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .md\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .md\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .md\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .md\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .md\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .md\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .md\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .md\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .md\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .md\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .md\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .md\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .md\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .md\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .md\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .md\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .md\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .md\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .md\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .md\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .md\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .md\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .md\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .md\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .md\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .md\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .md\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .md\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .md\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .md\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .md\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .md\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .md\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .md\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .md\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .md\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .md\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .md\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .md\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .md\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .md\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .md\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .md\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .md\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .md\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .md\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .md\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .md\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .md\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .md\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .md\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .md\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .md\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .md\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .md\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .md\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .md\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .md\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .md\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .md\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .md\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .md\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .md\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .md\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .md\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .md\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .md\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .md\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .md\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .md\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .md\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .md\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .md\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .md\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .md\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .md\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .md\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .md\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .md\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .md\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .md\:-mt-0{
    margin-top: 0px;
  }

  .md\:-mr-0{
    margin-right: 0px;
  }

  .md\:-mb-0{
    margin-bottom: 0px;
  }

  .md\:-ml-0{
    margin-left: 0px;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-mt-7{
    margin-top: -1.75rem;
  }

  .md\:-mr-7{
    margin-right: -1.75rem;
  }

  .md\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .md\:-ml-7{
    margin-left: -1.75rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-mt-9{
    margin-top: -2.25rem;
  }

  .md\:-mr-9{
    margin-right: -2.25rem;
  }

  .md\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9{
    margin-left: -2.25rem;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:-mr-10{
    margin-right: -2.5rem;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10{
    margin-left: -2.5rem;
  }

  .md\:-mt-11{
    margin-top: -2.75rem;
  }

  .md\:-mr-11{
    margin-right: -2.75rem;
  }

  .md\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .md\:-ml-11{
    margin-left: -2.75rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-mt-13{
    margin-top: -3.375rem;
  }

  .md\:-mr-13{
    margin-right: -3.375rem;
  }

  .md\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .md\:-ml-13{
    margin-left: -3.375rem;
  }

  .md\:-mt-14{
    margin-top: -3.5rem;
  }

  .md\:-mr-14{
    margin-right: -3.5rem;
  }

  .md\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14{
    margin-left: -3.5rem;
  }

  .md\:-mt-15{
    margin-top: -3.75rem;
  }

  .md\:-mr-15{
    margin-right: -3.75rem;
  }

  .md\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .md\:-ml-15{
    margin-left: -3.75rem;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:-mr-16{
    margin-right: -4rem;
  }

  .md\:-mb-16{
    margin-bottom: -4rem;
  }

  .md\:-ml-16{
    margin-left: -4rem;
  }

  .md\:-mt-17{
    margin-top: -4.375rem;
  }

  .md\:-mr-17{
    margin-right: -4.375rem;
  }

  .md\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .md\:-ml-17{
    margin-left: -4.375rem;
  }

  .md\:-mt-18{
    margin-top: -4.5rem;
  }

  .md\:-mr-18{
    margin-right: -4.5rem;
  }

  .md\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .md\:-ml-18{
    margin-left: -4.5rem;
  }

  .md\:-mt-19{
    margin-top: -4.75rem;
  }

  .md\:-mr-19{
    margin-right: -4.75rem;
  }

  .md\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .md\:-ml-19{
    margin-left: -4.75rem;
  }

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mr-20{
    margin-right: -5rem;
  }

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-ml-20{
    margin-left: -5rem;
  }

  .md\:-mt-21{
    margin-top: -5.5rem;
  }

  .md\:-mr-21{
    margin-right: -5.5rem;
  }

  .md\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .md\:-ml-21{
    margin-left: -5.5rem;
  }

  .md\:-mt-22{
    margin-top: -5.625rem;
  }

  .md\:-mr-22{
    margin-right: -5.625rem;
  }

  .md\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .md\:-ml-22{
    margin-left: -5.625rem;
  }

  .md\:-mt-23{
    margin-top: -6.125rem;
  }

  .md\:-mr-23{
    margin-right: -6.125rem;
  }

  .md\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .md\:-ml-23{
    margin-left: -6.125rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

  .md\:-mr-24{
    margin-right: -6rem;
  }

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:-ml-24{
    margin-left: -6rem;
  }

  .md\:-mt-25{
    margin-top: -6.5rem;
  }

  .md\:-mr-25{
    margin-right: -6.5rem;
  }

  .md\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .md\:-ml-25{
    margin-left: -6.5rem;
  }

  .md\:-mt-26{
    margin-top: -6.75rem;
  }

  .md\:-mr-26{
    margin-right: -6.75rem;
  }

  .md\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .md\:-ml-26{
    margin-left: -6.75rem;
  }

  .md\:-mt-27{
    margin-top: -6.25rem;
  }

  .md\:-mr-27{
    margin-right: -6.25rem;
  }

  .md\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .md\:-ml-27{
    margin-left: -6.25rem;
  }

  .md\:-mt-28{
    margin-top: -7rem;
  }

  .md\:-mr-28{
    margin-right: -7rem;
  }

  .md\:-mb-28{
    margin-bottom: -7rem;
  }

  .md\:-ml-28{
    margin-left: -7rem;
  }

  .md\:-mt-29{
    margin-top: -7.5rem;
  }

  .md\:-mr-29{
    margin-right: -7.5rem;
  }

  .md\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .md\:-ml-29{
    margin-left: -7.5rem;
  }

  .md\:-mt-32{
    margin-top: -8rem;
  }

  .md\:-mr-32{
    margin-right: -8rem;
  }

  .md\:-mb-32{
    margin-bottom: -8rem;
  }

  .md\:-ml-32{
    margin-left: -8rem;
  }

  .md\:-mt-34{
    margin-top: -8.5rem;
  }

  .md\:-mr-34{
    margin-right: -8.5rem;
  }

  .md\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .md\:-ml-34{
    margin-left: -8.5rem;
  }

  .md\:-mt-35{
    margin-top: -8.75rem;
  }

  .md\:-mr-35{
    margin-right: -8.75rem;
  }

  .md\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .md\:-ml-35{
    margin-left: -8.75rem;
  }

  .md\:-mt-36{
    margin-top: -9rem;
  }

  .md\:-mr-36{
    margin-right: -9rem;
  }

  .md\:-mb-36{
    margin-bottom: -9rem;
  }

  .md\:-ml-36{
    margin-left: -9rem;
  }

  .md\:-mt-37{
    margin-top: -9.125rem;
  }

  .md\:-mr-37{
    margin-right: -9.125rem;
  }

  .md\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .md\:-ml-37{
    margin-left: -9.125rem;
  }

  .md\:-mt-38{
    margin-top: -9.5rem;
  }

  .md\:-mr-38{
    margin-right: -9.5rem;
  }

  .md\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .md\:-ml-38{
    margin-left: -9.5rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mr-40{
    margin-right: -10rem;
  }

  .md\:-mb-40{
    margin-bottom: -10rem;
  }

  .md\:-ml-40{
    margin-left: -10rem;
  }

  .md\:-mt-41{
    margin-top: -10.5rem;
  }

  .md\:-mr-41{
    margin-right: -10.5rem;
  }

  .md\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .md\:-ml-41{
    margin-left: -10.5rem;
  }

  .md\:-mt-42{
    margin-top: -10.625rem;
  }

  .md\:-mr-42{
    margin-right: -10.625rem;
  }

  .md\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .md\:-ml-42{
    margin-left: -10.625rem;
  }

  .md\:-mt-44{
    margin-top: -11rem;
  }

  .md\:-mr-44{
    margin-right: -11rem;
  }

  .md\:-mb-44{
    margin-bottom: -11rem;
  }

  .md\:-ml-44{
    margin-left: -11rem;
  }

  .md\:-mt-45{
    margin-top: -11.25rem;
  }

  .md\:-mr-45{
    margin-right: -11.25rem;
  }

  .md\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .md\:-ml-45{
    margin-left: -11.25rem;
  }

  .md\:-mt-48{
    margin-top: -12rem;
  }

  .md\:-mr-48{
    margin-right: -12rem;
  }

  .md\:-mb-48{
    margin-bottom: -12rem;
  }

  .md\:-ml-48{
    margin-left: -12rem;
  }

  .md\:-mt-49{
    margin-top: -12.5rem;
  }

  .md\:-mr-49{
    margin-right: -12.5rem;
  }

  .md\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .md\:-ml-49{
    margin-left: -12.5rem;
  }

  .md\:-mt-52{
    margin-top: -13rem;
  }

  .md\:-mr-52{
    margin-right: -13rem;
  }

  .md\:-mb-52{
    margin-bottom: -13rem;
  }

  .md\:-ml-52{
    margin-left: -13rem;
  }

  .md\:-mt-56{
    margin-top: -14rem;
  }

  .md\:-mr-56{
    margin-right: -14rem;
  }

  .md\:-mb-56{
    margin-bottom: -14rem;
  }

  .md\:-ml-56{
    margin-left: -14rem;
  }

  .md\:-mt-57{
    margin-top: -14.375rem;
  }

  .md\:-mr-57{
    margin-right: -14.375rem;
  }

  .md\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .md\:-ml-57{
    margin-left: -14.375rem;
  }

  .md\:-mt-60{
    margin-top: -15rem;
  }

  .md\:-mr-60{
    margin-right: -15rem;
  }

  .md\:-mb-60{
    margin-bottom: -15rem;
  }

  .md\:-ml-60{
    margin-left: -15rem;
  }

  .md\:-mt-64{
    margin-top: -16rem;
  }

  .md\:-mr-64{
    margin-right: -16rem;
  }

  .md\:-mb-64{
    margin-bottom: -16rem;
  }

  .md\:-ml-64{
    margin-left: -16rem;
  }

  .md\:-mt-72{
    margin-top: -18rem;
  }

  .md\:-mr-72{
    margin-right: -18rem;
  }

  .md\:-mb-72{
    margin-bottom: -18rem;
  }

  .md\:-ml-72{
    margin-left: -18rem;
  }

  .md\:-mt-80{
    margin-top: -20rem;
  }

  .md\:-mr-80{
    margin-right: -20rem;
  }

  .md\:-mb-80{
    margin-bottom: -20rem;
  }

  .md\:-ml-80{
    margin-left: -20rem;
  }

  .md\:-mt-82{
    margin-top: -22rem;
  }

  .md\:-mr-82{
    margin-right: -22rem;
  }

  .md\:-mb-82{
    margin-bottom: -22rem;
  }

  .md\:-ml-82{
    margin-left: -22rem;
  }

  .md\:-mt-83{
    margin-top: -23.8125rem;
  }

  .md\:-mr-83{
    margin-right: -23.8125rem;
  }

  .md\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .md\:-ml-83{
    margin-left: -23.8125rem;
  }

  .md\:-mt-96{
    margin-top: -24rem;
  }

  .md\:-mr-96{
    margin-right: -24rem;
  }

  .md\:-mb-96{
    margin-bottom: -24rem;
  }

  .md\:-ml-96{
    margin-left: -24rem;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .md\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .md\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .md\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .md\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .md\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .md\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .md\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .md\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .md\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .md\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .md\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .md\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .md\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .md\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .md\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .md\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .md\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .md\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .md\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .md\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .md\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .md\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .md\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .md\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .md\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .md\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .md\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .md\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .md\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .md\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .md\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .md\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .md\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .md\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .md\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .md\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .md\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .md\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .md\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .md\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .md\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .md\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .md\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .md\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .md\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .md\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .md\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .md\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .md\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .md\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .md\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .md\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .md\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .md\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .md\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .md\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .md\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .md\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .md\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .md\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .md\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .md\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .md\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .md\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .md\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .md\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .md\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .md\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .md\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .md\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .md\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .md\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .md\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .md\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .md\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .md\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .md\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .md\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .md\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .md\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .md\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .md\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .md\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .md\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .md\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .md\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .md\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .md\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .md\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .md\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .md\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .md\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .md\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .md\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .md\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .md\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .md\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .md\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .md\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .md\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .md\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .md\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .md\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .md\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .md\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .md\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .md\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .md\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .md\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .md\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .md\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .md\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .md\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .md\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .md\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .md\:max-h-0{
    max-height: 0px;
  }

  .md\:max-h-1{
    max-height: 0.25rem;
  }

  .md\:max-h-2{
    max-height: 0.5rem;
  }

  .md\:max-h-3{
    max-height: 0.75rem;
  }

  .md\:max-h-4{
    max-height: 1rem;
  }

  .md\:max-h-5{
    max-height: 1.25rem;
  }

  .md\:max-h-6{
    max-height: 1.5rem;
  }

  .md\:max-h-7{
    max-height: 1.75rem;
  }

  .md\:max-h-8{
    max-height: 2rem;
  }

  .md\:max-h-9{
    max-height: 2.25rem;
  }

  .md\:max-h-10{
    max-height: 2.5rem;
  }

  .md\:max-h-11{
    max-height: 2.75rem;
  }

  .md\:max-h-12{
    max-height: 3rem;
  }

  .md\:max-h-13{
    max-height: 3.375rem;
  }

  .md\:max-h-14{
    max-height: 3.5rem;
  }

  .md\:max-h-15{
    max-height: 3.75rem;
  }

  .md\:max-h-16{
    max-height: 4rem;
  }

  .md\:max-h-17{
    max-height: 4.375rem;
  }

  .md\:max-h-18{
    max-height: 4.5rem;
  }

  .md\:max-h-19{
    max-height: 4.75rem;
  }

  .md\:max-h-20{
    max-height: 5rem;
  }

  .md\:max-h-21{
    max-height: 5.5rem;
  }

  .md\:max-h-22{
    max-height: 5.625rem;
  }

  .md\:max-h-23{
    max-height: 6.125rem;
  }

  .md\:max-h-24{
    max-height: 6rem;
  }

  .md\:max-h-25{
    max-height: 6.5rem;
  }

  .md\:max-h-26{
    max-height: 6.75rem;
  }

  .md\:max-h-27{
    max-height: 6.25rem;
  }

  .md\:max-h-28{
    max-height: 7rem;
  }

  .md\:max-h-29{
    max-height: 7.5rem;
  }

  .md\:max-h-32{
    max-height: 8rem;
  }

  .md\:max-h-34{
    max-height: 8.5rem;
  }

  .md\:max-h-35{
    max-height: 8.75rem;
  }

  .md\:max-h-36{
    max-height: 9rem;
  }

  .md\:max-h-37{
    max-height: 9.125rem;
  }

  .md\:max-h-38{
    max-height: 9.5rem;
  }

  .md\:max-h-40{
    max-height: 10rem;
  }

  .md\:max-h-41{
    max-height: 10.5rem;
  }

  .md\:max-h-42{
    max-height: 10.625rem;
  }

  .md\:max-h-44{
    max-height: 11rem;
  }

  .md\:max-h-45{
    max-height: 11.25rem;
  }

  .md\:max-h-48{
    max-height: 12rem;
  }

  .md\:max-h-49{
    max-height: 12.5rem;
  }

  .md\:max-h-52{
    max-height: 13rem;
  }

  .md\:max-h-56{
    max-height: 14rem;
  }

  .md\:max-h-57{
    max-height: 14.375rem;
  }

  .md\:max-h-60{
    max-height: 15rem;
  }

  .md\:max-h-64{
    max-height: 16rem;
  }

  .md\:max-h-72{
    max-height: 18rem;
  }

  .md\:max-h-80{
    max-height: 20rem;
  }

  .md\:max-h-82{
    max-height: 22rem;
  }

  .md\:max-h-83{
    max-height: 23.8125rem;
  }

  .md\:max-h-96{
    max-height: 24rem;
  }

  .md\:max-h-px{
    max-height: 1px;
  }

  .md\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .md\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .md\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .md\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .md\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .md\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .md\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .md\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .md\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .md\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .md\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .md\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .md\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .md\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .md\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .md\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .md\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .md\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .md\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .md\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .md\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .md\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .md\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .md\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .md\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .md\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .md\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .md\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .md\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-w-0{
    max-width: 0rem;
  }

  .md\:max-w-13{
    max-width: 3.375rem;
  }

  .md\:max-w-23{
    max-width: 380px;
  }

  .md\:max-w-28{
    max-width: 7rem;
  }

  .md\:max-w-29{
    max-width: 27.5rem;
  }

  .md\:max-w-33{
    max-width: 8.75rem;
  }

  .md\:max-w-56{
    max-width: 14rem;
  }

  .md\:max-w-70{
    max-width: 26.4375rem;
  }

  .md\:max-w-98{
    max-width: 48rem;
  }

  .md\:max-w-100{
    max-width: 922px;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-7xl{
    max-width: 80rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose{
    max-width: 65ch;
  }

  .md\:max-w-screen-sm{
    max-width: 576px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 992px;
  }

  .md\:max-w-screen-xl{
    max-width: 1200px;
  }

  .md\:max-w-screen-xs{
    max-width: 322px;
  }

  .md\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .md\:max-w-received{
    max-width: 592px;
  }

  .md\:max-w-about{
    max-width: 618px;
  }

  .md\:max-w-commission{
    max-width: 1378px;
  }

  .md\:max-w-commission-lg{
    max-width: 1000px;
  }

  .md\:max-w-status{
    max-width: 963px;
  }

  .md\:max-w-pdf{
    max-width: 515px;
  }

  .md\:max-w-detail{
    max-width: 731px;
  }

  .md\:max-w-inscription{
    max-width: 825px;
  }

  .md\:max-w-info-caption{
    max-width: 587px;
  }

  .md\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .md\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .md\:max-w-info-caption-md{
    max-width: 550px;
  }

  .md\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .md\:max-w-dashboard{
    max-width: 1054px;
  }

  .md\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .md\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .md\:max-w-dashboard-md{
    max-width: 500px;
  }

  .md\:max-w-profile{
    max-width: 960px;
  }

  .md\:max-w-debate{
    max-width: 755px;
  }

  .md\:max-w-debate-md{
    max-width: 660px;
  }

  .md\:max-w-galery{
    max-width: 918px;
  }

  .md\:max-w-approach{
    max-width: 916px;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0px;
  }

  .md\:min-w-7{
    min-width: 1.75rem;
  }

  .md\:min-w-13{
    min-width: 44px;
  }

  .md\:min-w-22{
    min-width: 5.625rem;
  }

  .md\:min-w-33{
    min-width: 8.125rem;
  }

  .md\:min-w-34{
    min-width: 8.75rem;
  }

  .md\:min-w-50{
    min-width: 12.5rem;
  }

  .md\:min-w-53{
    min-width: 17rem;
  }

  .md\:min-w-56{
    min-width: 14rem;
  }

  .md\:min-w-60{
    min-width: 16rem;
  }

  .md\:min-w-70{
    min-width: 20rem;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .md\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .md\:min-w-info-activities{
    min-width: 372px;
  }

  .md\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .md\:min-w-activities{
    min-width: 430px;
  }

  .md\:min-w-activities-lg{
    min-width: 300px;
  }

  .md\:min-w-session{
    min-width: 545px;
  }

  .md\:min-w-session-lg{
    min-width: 410px;
  }

  .md\:min-w-session-xl{
    min-width: 460px;
  }

  .md\:min-w-login{
    min-width: 826px;
  }

  .md\:min-w-login-xl{
    min-width: 680px;
  }

  .md\:min-w-login-lg{
    min-width: 450px;
  }

  .md\:min-w-control-dashboard{
    min-width: 298px;
  }

  .md\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .md\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .md\:min-w-objective{
    min-width: 1163px;
  }

  .md\:min-w-objective-xl{
    min-width: 1040px;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-5{
    opacity: 0.05;
  }

  .md\:opacity-10{
    opacity: 0.1;
  }

  .md\:opacity-11{
    opacity: .86;
  }

  .md\:opacity-20{
    opacity: 0.2;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-30{
    opacity: 0.3;
  }

  .md\:opacity-40{
    opacity: 0.4;
  }

  .md\:opacity-45{
    opacity: .45;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-58{
    opacity: .58;
  }

  .md\:opacity-60{
    opacity: 0.6;
  }

  .md\:opacity-70{
    opacity: 0.7;
  }

  .md\:opacity-74{
    opacity: .74;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-80{
    opacity: 0.8;
  }

  .md\:opacity-90{
    opacity: 0.9;
  }

  .md\:opacity-95{
    opacity: 0.95;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .md\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .md\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .md\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .md\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .md\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .md\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-11{
    padding: 2.75rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-13{
    padding: 3.375rem;
  }

  .md\:p-14{
    padding: 3.5rem;
  }

  .md\:p-15{
    padding: 3.75rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-17{
    padding: 4.375rem;
  }

  .md\:p-18{
    padding: 4.5rem;
  }

  .md\:p-19{
    padding: 4.75rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-21{
    padding: 5.5rem;
  }

  .md\:p-22{
    padding: 5.625rem;
  }

  .md\:p-23{
    padding: 6.125rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-25{
    padding: 6.5rem;
  }

  .md\:p-26{
    padding: 6.75rem;
  }

  .md\:p-27{
    padding: 6.25rem;
  }

  .md\:p-28{
    padding: 7rem;
  }

  .md\:p-29{
    padding: 7.5rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-34{
    padding: 8.5rem;
  }

  .md\:p-35{
    padding: 8.75rem;
  }

  .md\:p-36{
    padding: 9rem;
  }

  .md\:p-37{
    padding: 9.125rem;
  }

  .md\:p-38{
    padding: 9.5rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-41{
    padding: 10.5rem;
  }

  .md\:p-42{
    padding: 10.625rem;
  }

  .md\:p-44{
    padding: 11rem;
  }

  .md\:p-45{
    padding: 11.25rem;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-49{
    padding: 12.5rem;
  }

  .md\:p-52{
    padding: 13rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-57{
    padding: 14.375rem;
  }

  .md\:p-60{
    padding: 15rem;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-72{
    padding: 18rem;
  }

  .md\:p-80{
    padding: 20rem;
  }

  .md\:p-82{
    padding: 22rem;
  }

  .md\:p-83{
    padding: 23.8125rem;
  }

  .md\:p-96{
    padding: 24rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-0\.5{
    padding: 0.125rem;
  }

  .md\:p-1\.5{
    padding: 0.375rem;
  }

  .md\:p-2\.5{
    padding: 0.625rem;
  }

  .md\:p-3\.5{
    padding: 0.875rem;
  }

  .md\:p-4\.5{
    padding: 1.125rem;
  }

  .md\:p-5\.5{
    padding: 1.375rem;
  }

  .md\:p-6\.5{
    padding: 1.625rem;
  }

  .md\:p-7\.5{
    padding: 1.875rem;
  }

  .md\:p-8\.5{
    padding: 2.125rem;
  }

  .md\:p-9\.5{
    padding: 2.375rem;
  }

  .md\:p-10\.5{
    padding: 2.625rem;
  }

  .md\:p-11\.5{
    padding: 2.875rem;
  }

  .md\:p-12\.5{
    padding: 3.125rem;
  }

  .md\:p-13\.5{
    padding: 3.25rem;
  }

  .md\:p-15\.5{
    padding: 3.8rem;
  }

  .md\:p-16\.5{
    padding: 4.125rem;
  }

  .md\:p-17\.5{
    padding: 4.25rem;
  }

  .md\:p-18\.5{
    padding: 4.625rem;
  }

  .md\:p-20\.5{
    padding: 5.25rem;
  }

  .md\:p-21\.5{
    padding: 5.75rem;
  }

  .md\:p-22\.5{
    padding: 5.875rem;
  }

  .md\:p-24\.5{
    padding: 6.8125rem;
  }

  .md\:p-28\.5{
    padding: 7.375rem;
  }

  .md\:p-29\.5{
    padding: 7.75rem;
  }

  .md\:p-32\.5{
    padding: 8.125rem;
  }

  .md\:p-33\.5{
    padding: 8.8125rem;
  }

  .md\:p-42\.5{
    padding: 10.875rem;
  }

  .md\:p-49\.5{
    padding: 12.75rem;
  }

  .md\:p-72\.5{
    padding: 18.25rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .md\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .md\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .md\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .md\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .md\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .md\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .md\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .md\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .md\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .md\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .md\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .md\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .md\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .md\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .md\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .md\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .md\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .md\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .md\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .md\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .md\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .md\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .md\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .md\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .md\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .md\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .md\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .md\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .md\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .md\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .md\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .md\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .md\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .md\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .md\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .md\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .md\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .md\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .md\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .md\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .md\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .md\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .md\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .md\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .md\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .md\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .md\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .md\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .md\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .md\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .md\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .md\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .md\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .md\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .md\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .md\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .md\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .md\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .md\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .md\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .md\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .md\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .md\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .md\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .md\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pt-1{
    padding-top: 0.25rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pl-1{
    padding-left: 0.25rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pt-7{
    padding-top: 1.75rem;
  }

  .md\:pr-7{
    padding-right: 1.75rem;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:pl-7{
    padding-left: 1.75rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pt-9{
    padding-top: 2.25rem;
  }

  .md\:pr-9{
    padding-right: 2.25rem;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:pl-9{
    padding-left: 2.25rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pt-11{
    padding-top: 2.75rem;
  }

  .md\:pr-11{
    padding-right: 2.75rem;
  }

  .md\:pb-11{
    padding-bottom: 2.75rem;
  }

  .md\:pl-11{
    padding-left: 2.75rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pt-13{
    padding-top: 3.375rem;
  }

  .md\:pr-13{
    padding-right: 3.375rem;
  }

  .md\:pb-13{
    padding-bottom: 3.375rem;
  }

  .md\:pl-13{
    padding-left: 3.375rem;
  }

  .md\:pt-14{
    padding-top: 3.5rem;
  }

  .md\:pr-14{
    padding-right: 3.5rem;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pl-14{
    padding-left: 3.5rem;
  }

  .md\:pt-15{
    padding-top: 3.75rem;
  }

  .md\:pr-15{
    padding-right: 3.75rem;
  }

  .md\:pb-15{
    padding-bottom: 3.75rem;
  }

  .md\:pl-15{
    padding-left: 3.75rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pt-17{
    padding-top: 4.375rem;
  }

  .md\:pr-17{
    padding-right: 4.375rem;
  }

  .md\:pb-17{
    padding-bottom: 4.375rem;
  }

  .md\:pl-17{
    padding-left: 4.375rem;
  }

  .md\:pt-18{
    padding-top: 4.5rem;
  }

  .md\:pr-18{
    padding-right: 4.5rem;
  }

  .md\:pb-18{
    padding-bottom: 4.5rem;
  }

  .md\:pl-18{
    padding-left: 4.5rem;
  }

  .md\:pt-19{
    padding-top: 4.75rem;
  }

  .md\:pr-19{
    padding-right: 4.75rem;
  }

  .md\:pb-19{
    padding-bottom: 4.75rem;
  }

  .md\:pl-19{
    padding-left: 4.75rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pt-21{
    padding-top: 5.5rem;
  }

  .md\:pr-21{
    padding-right: 5.5rem;
  }

  .md\:pb-21{
    padding-bottom: 5.5rem;
  }

  .md\:pl-21{
    padding-left: 5.5rem;
  }

  .md\:pt-22{
    padding-top: 5.625rem;
  }

  .md\:pr-22{
    padding-right: 5.625rem;
  }

  .md\:pb-22{
    padding-bottom: 5.625rem;
  }

  .md\:pl-22{
    padding-left: 5.625rem;
  }

  .md\:pt-23{
    padding-top: 6.125rem;
  }

  .md\:pr-23{
    padding-right: 6.125rem;
  }

  .md\:pb-23{
    padding-bottom: 6.125rem;
  }

  .md\:pl-23{
    padding-left: 6.125rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pt-25{
    padding-top: 6.5rem;
  }

  .md\:pr-25{
    padding-right: 6.5rem;
  }

  .md\:pb-25{
    padding-bottom: 6.5rem;
  }

  .md\:pl-25{
    padding-left: 6.5rem;
  }

  .md\:pt-26{
    padding-top: 6.75rem;
  }

  .md\:pr-26{
    padding-right: 6.75rem;
  }

  .md\:pb-26{
    padding-bottom: 6.75rem;
  }

  .md\:pl-26{
    padding-left: 6.75rem;
  }

  .md\:pt-27{
    padding-top: 6.25rem;
  }

  .md\:pr-27{
    padding-right: 6.25rem;
  }

  .md\:pb-27{
    padding-bottom: 6.25rem;
  }

  .md\:pl-27{
    padding-left: 6.25rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pr-28{
    padding-right: 7rem;
  }

  .md\:pb-28{
    padding-bottom: 7rem;
  }

  .md\:pl-28{
    padding-left: 7rem;
  }

  .md\:pt-29{
    padding-top: 7.5rem;
  }

  .md\:pr-29{
    padding-right: 7.5rem;
  }

  .md\:pb-29{
    padding-bottom: 7.5rem;
  }

  .md\:pl-29{
    padding-left: 7.5rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pl-32{
    padding-left: 8rem;
  }

  .md\:pt-34{
    padding-top: 8.5rem;
  }

  .md\:pr-34{
    padding-right: 8.5rem;
  }

  .md\:pb-34{
    padding-bottom: 8.5rem;
  }

  .md\:pl-34{
    padding-left: 8.5rem;
  }

  .md\:pt-35{
    padding-top: 8.75rem;
  }

  .md\:pr-35{
    padding-right: 8.75rem;
  }

  .md\:pb-35{
    padding-bottom: 8.75rem;
  }

  .md\:pl-35{
    padding-left: 8.75rem;
  }

  .md\:pt-36{
    padding-top: 9rem;
  }

  .md\:pr-36{
    padding-right: 9rem;
  }

  .md\:pb-36{
    padding-bottom: 9rem;
  }

  .md\:pl-36{
    padding-left: 9rem;
  }

  .md\:pt-37{
    padding-top: 9.125rem;
  }

  .md\:pr-37{
    padding-right: 9.125rem;
  }

  .md\:pb-37{
    padding-bottom: 9.125rem;
  }

  .md\:pl-37{
    padding-left: 9.125rem;
  }

  .md\:pt-38{
    padding-top: 9.5rem;
  }

  .md\:pr-38{
    padding-right: 9.5rem;
  }

  .md\:pb-38{
    padding-bottom: 9.5rem;
  }

  .md\:pl-38{
    padding-left: 9.5rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pr-40{
    padding-right: 10rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:pt-41{
    padding-top: 10.5rem;
  }

  .md\:pr-41{
    padding-right: 10.5rem;
  }

  .md\:pb-41{
    padding-bottom: 10.5rem;
  }

  .md\:pl-41{
    padding-left: 10.5rem;
  }

  .md\:pt-42{
    padding-top: 10.625rem;
  }

  .md\:pr-42{
    padding-right: 10.625rem;
  }

  .md\:pb-42{
    padding-bottom: 10.625rem;
  }

  .md\:pl-42{
    padding-left: 10.625rem;
  }

  .md\:pt-44{
    padding-top: 11rem;
  }

  .md\:pr-44{
    padding-right: 11rem;
  }

  .md\:pb-44{
    padding-bottom: 11rem;
  }

  .md\:pl-44{
    padding-left: 11rem;
  }

  .md\:pt-45{
    padding-top: 11.25rem;
  }

  .md\:pr-45{
    padding-right: 11.25rem;
  }

  .md\:pb-45{
    padding-bottom: 11.25rem;
  }

  .md\:pl-45{
    padding-left: 11.25rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:pr-48{
    padding-right: 12rem;
  }

  .md\:pb-48{
    padding-bottom: 12rem;
  }

  .md\:pl-48{
    padding-left: 12rem;
  }

  .md\:pt-49{
    padding-top: 12.5rem;
  }

  .md\:pr-49{
    padding-right: 12.5rem;
  }

  .md\:pb-49{
    padding-bottom: 12.5rem;
  }

  .md\:pl-49{
    padding-left: 12.5rem;
  }

  .md\:pt-52{
    padding-top: 13rem;
  }

  .md\:pr-52{
    padding-right: 13rem;
  }

  .md\:pb-52{
    padding-bottom: 13rem;
  }

  .md\:pl-52{
    padding-left: 13rem;
  }

  .md\:pt-56{
    padding-top: 14rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pb-56{
    padding-bottom: 14rem;
  }

  .md\:pl-56{
    padding-left: 14rem;
  }

  .md\:pt-57{
    padding-top: 14.375rem;
  }

  .md\:pr-57{
    padding-right: 14.375rem;
  }

  .md\:pb-57{
    padding-bottom: 14.375rem;
  }

  .md\:pl-57{
    padding-left: 14.375rem;
  }

  .md\:pt-60{
    padding-top: 15rem;
  }

  .md\:pr-60{
    padding-right: 15rem;
  }

  .md\:pb-60{
    padding-bottom: 15rem;
  }

  .md\:pl-60{
    padding-left: 15rem;
  }

  .md\:pt-64{
    padding-top: 16rem;
  }

  .md\:pr-64{
    padding-right: 16rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pl-64{
    padding-left: 16rem;
  }

  .md\:pt-72{
    padding-top: 18rem;
  }

  .md\:pr-72{
    padding-right: 18rem;
  }

  .md\:pb-72{
    padding-bottom: 18rem;
  }

  .md\:pl-72{
    padding-left: 18rem;
  }

  .md\:pt-80{
    padding-top: 20rem;
  }

  .md\:pr-80{
    padding-right: 20rem;
  }

  .md\:pb-80{
    padding-bottom: 20rem;
  }

  .md\:pl-80{
    padding-left: 20rem;
  }

  .md\:pt-82{
    padding-top: 22rem;
  }

  .md\:pr-82{
    padding-right: 22rem;
  }

  .md\:pb-82{
    padding-bottom: 22rem;
  }

  .md\:pl-82{
    padding-left: 22rem;
  }

  .md\:pt-83{
    padding-top: 23.8125rem;
  }

  .md\:pr-83{
    padding-right: 23.8125rem;
  }

  .md\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .md\:pl-83{
    padding-left: 23.8125rem;
  }

  .md\:pt-96{
    padding-top: 24rem;
  }

  .md\:pr-96{
    padding-right: 24rem;
  }

  .md\:pb-96{
    padding-bottom: 24rem;
  }

  .md\:pl-96{
    padding-left: 24rem;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .md\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .md\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .md\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .md\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .md\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .md\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .md\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .md\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .md\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .md\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .md\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .md\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .md\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .md\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .md\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .md\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .md\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .md\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .md\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .md\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .md\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .md\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .md\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .md\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .md\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .md\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .md\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .md\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .md\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .md\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .md\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .md\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .md\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .md\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .md\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .md\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .md\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .md\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .md\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .md\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .md\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .md\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .md\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .md\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .md\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .md\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .md\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .md\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .md\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .md\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .md\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .md\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .md\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .md\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .md\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .md\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .md\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .md\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .md\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .md\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .md\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .md\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .md\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .md\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .md\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .md\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .md\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .md\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .md\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .md\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .md\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .md\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .md\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .md\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .md\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .md\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .md\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .md\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .md\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .md\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .md\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .md\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .md\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .md\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .md\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .md\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .md\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .md\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .md\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .md\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .md\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .md\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .md\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .md\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .md\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .md\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .md\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .md\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .md\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .md\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .md\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .md\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .md\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .md\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .md\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .md\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .md\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .md\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .md\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .md\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .md\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .md\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .md\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .md\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .md\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  .md\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .md\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .md\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .md\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .md\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .md\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .md\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .md\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .md\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .md\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .md\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .md\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .md\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .md\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .md\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .md\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .md\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .md\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .md\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .md\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .md\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .md\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .md\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .md\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .md\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .md\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .md\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .md\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .md\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .md\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .md\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .md\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .md\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .md\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .md\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .md\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .md\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .md\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .md\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .md\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .md\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .md\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .md\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .md\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .md\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .md\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .md\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .md\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .md\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .md\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .md\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .md\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .md\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .md\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .md\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .md\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .md\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .md\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .md\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .md\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .md\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .md\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .md\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .md\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .md\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .md\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .md\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .md\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .md\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .md\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .md\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .md\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .md\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .md\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .md\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .md\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .md\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .md\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .md\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .md\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .md\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .md\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .md\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .md\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .md\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .md\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .md\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .md\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .md\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .md\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .md\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .md\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .md\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .md\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .md\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .md\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .md\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .md\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .md\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .md\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .md\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .md\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .md\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .md\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .md\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .md\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .md\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .md\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .md\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .md\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .md\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .md\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .md\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .md\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .md\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .md\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .md\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .md\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .md\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .md\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .md\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .md\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .md\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .md\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .md\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .md\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .md\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .md\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .md\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .md\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .md\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .md\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .md\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .md\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .md\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .md\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .md\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .md\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .md\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .md\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .md\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .md\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .md\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .md\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .md\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .md\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .md\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .md\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .md\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .md\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .md\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .md\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .md\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .md\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .md\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .md\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .md\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .md\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .md\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .md\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .md\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .md\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .md\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .md\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .md\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .md\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .md\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .md\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .md\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .md\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .md\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .md\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .md\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .md\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .md\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .md\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .md\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .md\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .md\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .md\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .md\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .md\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .md\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .md\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .md\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .md\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .md\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .md\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .md\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .md\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .md\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .md\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .md\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .md\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .md\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .md\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .md\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .md\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .md\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .md\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .md\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .md\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .md\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .md\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .md\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .md\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .md\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .md\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .md\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .md\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .md\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .md\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .md\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .md\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .md\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .md\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .md\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .md\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .md\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .md\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .md\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .md\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .md\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .md\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .md\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .md\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .md\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .md\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .md\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .md\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .md\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .md\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .md\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .md\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .md\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .md\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .md\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .md\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .md\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .md\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .md\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .md\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .md\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .md\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .md\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .md\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .md\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .md\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .md\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .md\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .md\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .md\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .md\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .md\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .md\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .md\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .md\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .md\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .md\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .md\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .md\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .md\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .md\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .md\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .md\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .md\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .md\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .md\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .md\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .md\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .md\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .md\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .md\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .md\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .md\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .md\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .md\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .md\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .md\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .md\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .md\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .md\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .md\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .md\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .md\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .md\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .md\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .md\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .md\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .md\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .md\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .md\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .md\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .md\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .md\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .md\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .md\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .md\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .md\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .md\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .md\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .md\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .md\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .md\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .md\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .md\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .md\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .md\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .md\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .md\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .md\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .md\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .md\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .md\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .md\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .md\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .md\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .md\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .md\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .md\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .md\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .md\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .md\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .md\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .md\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .md\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .md\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .md\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .md\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .md\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .md\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .md\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .md\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .md\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .md\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .md\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .md\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .md\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .md\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .md\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .md\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .md\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .md\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .md\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .md\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .md\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .md\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .md\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .md\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .md\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .md\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .md\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .md\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:top-1{
    top: 0.25rem;
  }

  .md\:right-1{
    right: 0.25rem;
  }

  .md\:bottom-1{
    bottom: 0.25rem;
  }

  .md\:left-1{
    left: 0.25rem;
  }

  .md\:top-2{
    top: 0.5rem;
  }

  .md\:right-2{
    right: 0.5rem;
  }

  .md\:bottom-2{
    bottom: 0.5rem;
  }

  .md\:left-2{
    left: 0.5rem;
  }

  .md\:top-3{
    top: 0.75rem;
  }

  .md\:right-3{
    right: 0.75rem;
  }

  .md\:bottom-3{
    bottom: 0.75rem;
  }

  .md\:left-3{
    left: 0.75rem;
  }

  .md\:top-4{
    top: 1rem;
  }

  .md\:right-4{
    right: 1rem;
  }

  .md\:bottom-4{
    bottom: 1rem;
  }

  .md\:left-4{
    left: 1rem;
  }

  .md\:top-5{
    top: 1.25rem;
  }

  .md\:right-5{
    right: 1.25rem;
  }

  .md\:bottom-5{
    bottom: 1.25rem;
  }

  .md\:left-5{
    left: 1.25rem;
  }

  .md\:top-6{
    top: 1.5rem;
  }

  .md\:right-6{
    right: 1.5rem;
  }

  .md\:bottom-6{
    bottom: 1.5rem;
  }

  .md\:left-6{
    left: 1.5rem;
  }

  .md\:top-7{
    top: 1.75rem;
  }

  .md\:right-7{
    right: 1.75rem;
  }

  .md\:bottom-7{
    bottom: 1.75rem;
  }

  .md\:left-7{
    left: 1.75rem;
  }

  .md\:top-8{
    top: 2rem;
  }

  .md\:right-8{
    right: 2rem;
  }

  .md\:bottom-8{
    bottom: 2rem;
  }

  .md\:left-8{
    left: 2rem;
  }

  .md\:top-9{
    top: 2.25rem;
  }

  .md\:right-9{
    right: 2.25rem;
  }

  .md\:bottom-9{
    bottom: 2.25rem;
  }

  .md\:left-9{
    left: 2.25rem;
  }

  .md\:top-10{
    top: 2.5rem;
  }

  .md\:right-10{
    right: 2.5rem;
  }

  .md\:bottom-10{
    bottom: 2.5rem;
  }

  .md\:left-10{
    left: 2.5rem;
  }

  .md\:top-11{
    top: 2.75rem;
  }

  .md\:right-11{
    right: 2.75rem;
  }

  .md\:bottom-11{
    bottom: 2.75rem;
  }

  .md\:left-11{
    left: 2.75rem;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:right-12{
    right: 3rem;
  }

  .md\:bottom-12{
    bottom: 3rem;
  }

  .md\:left-12{
    left: 3rem;
  }

  .md\:top-13{
    top: 3.375rem;
  }

  .md\:right-13{
    right: 3.375rem;
  }

  .md\:bottom-13{
    bottom: 3.375rem;
  }

  .md\:left-13{
    left: 3.375rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  .md\:right-14{
    right: 3.5rem;
  }

  .md\:bottom-14{
    bottom: 3.5rem;
  }

  .md\:left-14{
    left: 3.5rem;
  }

  .md\:top-15{
    top: 3.75rem;
  }

  .md\:right-15{
    right: 3.75rem;
  }

  .md\:bottom-15{
    bottom: 3.75rem;
  }

  .md\:left-15{
    left: 3.75rem;
  }

  .md\:top-16{
    top: 4rem;
  }

  .md\:right-16{
    right: 4rem;
  }

  .md\:bottom-16{
    bottom: 4rem;
  }

  .md\:left-16{
    left: 4rem;
  }

  .md\:top-17{
    top: 4.375rem;
  }

  .md\:right-17{
    right: 4.375rem;
  }

  .md\:bottom-17{
    bottom: 4.375rem;
  }

  .md\:left-17{
    left: 4.375rem;
  }

  .md\:top-18{
    top: 4.5rem;
  }

  .md\:right-18{
    right: 4.5rem;
  }

  .md\:bottom-18{
    bottom: 4.5rem;
  }

  .md\:left-18{
    left: 4.5rem;
  }

  .md\:top-19{
    top: 4.75rem;
  }

  .md\:right-19{
    right: 4.75rem;
  }

  .md\:bottom-19{
    bottom: 4.75rem;
  }

  .md\:left-19{
    left: 4.75rem;
  }

  .md\:top-20{
    top: 5rem;
  }

  .md\:right-20{
    right: 5rem;
  }

  .md\:bottom-20{
    bottom: 5rem;
  }

  .md\:left-20{
    left: 5rem;
  }

  .md\:top-21{
    top: 5.5rem;
  }

  .md\:right-21{
    right: 5.5rem;
  }

  .md\:bottom-21{
    bottom: 5.5rem;
  }

  .md\:left-21{
    left: 5.5rem;
  }

  .md\:top-22{
    top: 5.625rem;
  }

  .md\:right-22{
    right: 5.625rem;
  }

  .md\:bottom-22{
    bottom: 5.625rem;
  }

  .md\:left-22{
    left: 5.625rem;
  }

  .md\:top-23{
    top: 6.125rem;
  }

  .md\:right-23{
    right: 6.125rem;
  }

  .md\:bottom-23{
    bottom: 6.125rem;
  }

  .md\:left-23{
    left: 6.125rem;
  }

  .md\:top-24{
    top: 6rem;
  }

  .md\:right-24{
    right: 6rem;
  }

  .md\:bottom-24{
    bottom: 6rem;
  }

  .md\:left-24{
    left: 6rem;
  }

  .md\:top-25{
    top: 6.5rem;
  }

  .md\:right-25{
    right: 6.5rem;
  }

  .md\:bottom-25{
    bottom: 6.5rem;
  }

  .md\:left-25{
    left: 6.5rem;
  }

  .md\:top-26{
    top: 6.75rem;
  }

  .md\:right-26{
    right: 6.75rem;
  }

  .md\:bottom-26{
    bottom: 6.75rem;
  }

  .md\:left-26{
    left: 6.75rem;
  }

  .md\:top-27{
    top: 6.25rem;
  }

  .md\:right-27{
    right: 6.25rem;
  }

  .md\:bottom-27{
    bottom: 6.25rem;
  }

  .md\:left-27{
    left: 6.25rem;
  }

  .md\:top-28{
    top: 7rem;
  }

  .md\:right-28{
    right: 7rem;
  }

  .md\:bottom-28{
    bottom: 7rem;
  }

  .md\:left-28{
    left: 7rem;
  }

  .md\:top-29{
    top: 7.5rem;
  }

  .md\:right-29{
    right: 7.5rem;
  }

  .md\:bottom-29{
    bottom: 7.5rem;
  }

  .md\:left-29{
    left: 7.5rem;
  }

  .md\:top-32{
    top: 8rem;
  }

  .md\:right-32{
    right: 8rem;
  }

  .md\:bottom-32{
    bottom: 8rem;
  }

  .md\:left-32{
    left: 8rem;
  }

  .md\:top-34{
    top: 8.5rem;
  }

  .md\:right-34{
    right: 8.5rem;
  }

  .md\:bottom-34{
    bottom: 8.5rem;
  }

  .md\:left-34{
    left: 8.5rem;
  }

  .md\:top-35{
    top: 8.75rem;
  }

  .md\:right-35{
    right: 8.75rem;
  }

  .md\:bottom-35{
    bottom: 8.75rem;
  }

  .md\:left-35{
    left: 8.75rem;
  }

  .md\:top-36{
    top: 9rem;
  }

  .md\:right-36{
    right: 9rem;
  }

  .md\:bottom-36{
    bottom: 9rem;
  }

  .md\:left-36{
    left: 9rem;
  }

  .md\:top-37{
    top: 9.125rem;
  }

  .md\:right-37{
    right: 9.125rem;
  }

  .md\:bottom-37{
    bottom: 9.125rem;
  }

  .md\:left-37{
    left: 9.125rem;
  }

  .md\:top-38{
    top: 9.5rem;
  }

  .md\:right-38{
    right: 9.5rem;
  }

  .md\:bottom-38{
    bottom: 9.5rem;
  }

  .md\:left-38{
    left: 9.5rem;
  }

  .md\:top-40{
    top: 10rem;
  }

  .md\:right-40{
    right: 10rem;
  }

  .md\:bottom-40{
    bottom: 10rem;
  }

  .md\:left-40{
    left: 10rem;
  }

  .md\:top-41{
    top: 10.5rem;
  }

  .md\:right-41{
    right: 10.5rem;
  }

  .md\:bottom-41{
    bottom: 10.5rem;
  }

  .md\:left-41{
    left: 10.5rem;
  }

  .md\:top-42{
    top: 10.625rem;
  }

  .md\:right-42{
    right: 10.625rem;
  }

  .md\:bottom-42{
    bottom: 10.625rem;
  }

  .md\:left-42{
    left: 10.625rem;
  }

  .md\:top-44{
    top: 11rem;
  }

  .md\:right-44{
    right: 11rem;
  }

  .md\:bottom-44{
    bottom: 11rem;
  }

  .md\:left-44{
    left: 11rem;
  }

  .md\:top-45{
    top: 11.25rem;
  }

  .md\:right-45{
    right: 11.25rem;
  }

  .md\:bottom-45{
    bottom: 11.25rem;
  }

  .md\:left-45{
    left: 11.25rem;
  }

  .md\:top-48{
    top: 12rem;
  }

  .md\:right-48{
    right: 12rem;
  }

  .md\:bottom-48{
    bottom: 12rem;
  }

  .md\:left-48{
    left: 12rem;
  }

  .md\:top-49{
    top: 12.5rem;
  }

  .md\:right-49{
    right: 12.5rem;
  }

  .md\:bottom-49{
    bottom: 12.5rem;
  }

  .md\:left-49{
    left: 12.5rem;
  }

  .md\:top-52{
    top: 13rem;
  }

  .md\:right-52{
    right: 13rem;
  }

  .md\:bottom-52{
    bottom: 13rem;
  }

  .md\:left-52{
    left: 13rem;
  }

  .md\:top-56{
    top: 14rem;
  }

  .md\:right-56{
    right: 14rem;
  }

  .md\:bottom-56{
    bottom: 14rem;
  }

  .md\:left-56{
    left: 14rem;
  }

  .md\:top-57{
    top: 14.375rem;
  }

  .md\:right-57{
    right: 14.375rem;
  }

  .md\:bottom-57{
    bottom: 14.375rem;
  }

  .md\:left-57{
    left: 14.375rem;
  }

  .md\:top-60{
    top: 15rem;
  }

  .md\:right-60{
    right: 15rem;
  }

  .md\:bottom-60{
    bottom: 15rem;
  }

  .md\:left-60{
    left: 15rem;
  }

  .md\:top-64{
    top: 16rem;
  }

  .md\:right-64{
    right: 16rem;
  }

  .md\:bottom-64{
    bottom: 16rem;
  }

  .md\:left-64{
    left: 16rem;
  }

  .md\:top-66{
    top: 19rem;
  }

  .md\:right-66{
    right: 19rem;
  }

  .md\:bottom-66{
    bottom: 19rem;
  }

  .md\:left-66{
    left: 19rem;
  }

  .md\:top-72{
    top: 18rem;
  }

  .md\:right-72{
    right: 18rem;
  }

  .md\:bottom-72{
    bottom: 18rem;
  }

  .md\:left-72{
    left: 18rem;
  }

  .md\:top-80{
    top: 20rem;
  }

  .md\:right-80{
    right: 20rem;
  }

  .md\:bottom-80{
    bottom: 20rem;
  }

  .md\:left-80{
    left: 20rem;
  }

  .md\:top-82{
    top: 22rem;
  }

  .md\:right-82{
    right: 22rem;
  }

  .md\:bottom-82{
    bottom: 22rem;
  }

  .md\:left-82{
    left: 22rem;
  }

  .md\:top-83{
    top: 23.8125rem;
  }

  .md\:right-83{
    right: 23.8125rem;
  }

  .md\:bottom-83{
    bottom: 23.8125rem;
  }

  .md\:left-83{
    left: 23.8125rem;
  }

  .md\:top-96{
    top: 24rem;
  }

  .md\:right-96{
    right: 24rem;
  }

  .md\:bottom-96{
    bottom: 24rem;
  }

  .md\:left-96{
    left: 24rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:top-px{
    top: 1px;
  }

  .md\:right-px{
    right: 1px;
  }

  .md\:bottom-px{
    bottom: 1px;
  }

  .md\:left-px{
    left: 1px;
  }

  .md\:top-0\.5{
    top: 0.125rem;
  }

  .md\:right-0\.5{
    right: 0.125rem;
  }

  .md\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .md\:left-0\.5{
    left: 0.125rem;
  }

  .md\:top-1\.5{
    top: 0.375rem;
  }

  .md\:right-1\.5{
    right: 0.375rem;
  }

  .md\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .md\:left-1\.5{
    left: 0.375rem;
  }

  .md\:top-2\.5{
    top: 0.625rem;
  }

  .md\:right-2\.5{
    right: 0.625rem;
  }

  .md\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .md\:left-2\.5{
    left: 0.625rem;
  }

  .md\:top-3\.5{
    top: 0.875rem;
  }

  .md\:right-3\.5{
    right: 0.875rem;
  }

  .md\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .md\:left-3\.5{
    left: 0.875rem;
  }

  .md\:top-4\.5{
    top: 1.125rem;
  }

  .md\:right-4\.5{
    right: 1.125rem;
  }

  .md\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .md\:left-4\.5{
    left: 1.125rem;
  }

  .md\:top-5\.5{
    top: 1.375rem;
  }

  .md\:right-5\.5{
    right: 1.375rem;
  }

  .md\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .md\:left-5\.5{
    left: 1.375rem;
  }

  .md\:top-6\.5{
    top: 1.625rem;
  }

  .md\:right-6\.5{
    right: 1.625rem;
  }

  .md\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .md\:left-6\.5{
    left: 1.625rem;
  }

  .md\:top-7\.5{
    top: 1.875rem;
  }

  .md\:right-7\.5{
    right: 1.875rem;
  }

  .md\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .md\:left-7\.5{
    left: 1.875rem;
  }

  .md\:top-8\.5{
    top: 2.125rem;
  }

  .md\:right-8\.5{
    right: 2.125rem;
  }

  .md\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .md\:left-8\.5{
    left: 2.125rem;
  }

  .md\:top-9\.5{
    top: 2.375rem;
  }

  .md\:right-9\.5{
    right: 2.375rem;
  }

  .md\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .md\:left-9\.5{
    left: 2.375rem;
  }

  .md\:top-10\.5{
    top: 2.625rem;
  }

  .md\:right-10\.5{
    right: 2.625rem;
  }

  .md\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .md\:left-10\.5{
    left: 2.625rem;
  }

  .md\:top-11\.5{
    top: 2.875rem;
  }

  .md\:right-11\.5{
    right: 2.875rem;
  }

  .md\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .md\:left-11\.5{
    left: 2.875rem;
  }

  .md\:top-12\.5{
    top: 3.125rem;
  }

  .md\:right-12\.5{
    right: 3.125rem;
  }

  .md\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .md\:left-12\.5{
    left: 3.125rem;
  }

  .md\:top-13\.5{
    top: 3.25rem;
  }

  .md\:right-13\.5{
    right: 3.25rem;
  }

  .md\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .md\:left-13\.5{
    left: 3.25rem;
  }

  .md\:top-15\.5{
    top: 3.8rem;
  }

  .md\:right-15\.5{
    right: 3.8rem;
  }

  .md\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .md\:left-15\.5{
    left: 3.8rem;
  }

  .md\:top-16\.5{
    top: 4.125rem;
  }

  .md\:right-16\.5{
    right: 4.125rem;
  }

  .md\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .md\:left-16\.5{
    left: 4.125rem;
  }

  .md\:top-17\.5{
    top: 4.25rem;
  }

  .md\:right-17\.5{
    right: 4.25rem;
  }

  .md\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .md\:left-17\.5{
    left: 4.25rem;
  }

  .md\:top-18\.5{
    top: 4.625rem;
  }

  .md\:right-18\.5{
    right: 4.625rem;
  }

  .md\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .md\:left-18\.5{
    left: 4.625rem;
  }

  .md\:top-20\.5{
    top: 5.25rem;
  }

  .md\:right-20\.5{
    right: 5.25rem;
  }

  .md\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .md\:left-20\.5{
    left: 5.25rem;
  }

  .md\:top-21\.5{
    top: 5.75rem;
  }

  .md\:right-21\.5{
    right: 5.75rem;
  }

  .md\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .md\:left-21\.5{
    left: 5.75rem;
  }

  .md\:top-22\.5{
    top: 5.875rem;
  }

  .md\:right-22\.5{
    right: 5.875rem;
  }

  .md\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .md\:left-22\.5{
    left: 5.875rem;
  }

  .md\:top-24\.5{
    top: 6.8125rem;
  }

  .md\:right-24\.5{
    right: 6.8125rem;
  }

  .md\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .md\:left-24\.5{
    left: 6.8125rem;
  }

  .md\:top-28\.5{
    top: 7.375rem;
  }

  .md\:right-28\.5{
    right: 7.375rem;
  }

  .md\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .md\:left-28\.5{
    left: 7.375rem;
  }

  .md\:top-29\.5{
    top: 7.75rem;
  }

  .md\:right-29\.5{
    right: 7.75rem;
  }

  .md\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .md\:left-29\.5{
    left: 7.75rem;
  }

  .md\:top-32\.5{
    top: 8.125rem;
  }

  .md\:right-32\.5{
    right: 8.125rem;
  }

  .md\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .md\:left-32\.5{
    left: 8.125rem;
  }

  .md\:top-33\.5{
    top: 8.8125rem;
  }

  .md\:right-33\.5{
    right: 8.8125rem;
  }

  .md\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .md\:left-33\.5{
    left: 8.8125rem;
  }

  .md\:top-42\.5{
    top: 10.875rem;
  }

  .md\:right-42\.5{
    right: 10.875rem;
  }

  .md\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .md\:left-42\.5{
    left: 10.875rem;
  }

  .md\:top-49\.5{
    top: 12.75rem;
  }

  .md\:right-49\.5{
    right: 12.75rem;
  }

  .md\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .md\:left-49\.5{
    left: 12.75rem;
  }

  .md\:top-72\.5{
    top: 18.25rem;
  }

  .md\:right-72\.5{
    right: 18.25rem;
  }

  .md\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .md\:left-72\.5{
    left: 18.25rem;
  }

  .md\:-top-0{
    top: 0px;
  }

  .md\:-right-0{
    right: 0px;
  }

  .md\:-bottom-0{
    bottom: 0px;
  }

  .md\:-left-0{
    left: 0px;
  }

  .md\:-top-1{
    top: -0.25rem;
  }

  .md\:-right-1{
    right: -0.25rem;
  }

  .md\:-bottom-1{
    bottom: -0.25rem;
  }

  .md\:-left-1{
    left: -0.25rem;
  }

  .md\:-top-2{
    top: -0.5rem;
  }

  .md\:-right-2{
    right: -0.5rem;
  }

  .md\:-bottom-2{
    bottom: -0.5rem;
  }

  .md\:-left-2{
    left: -0.5rem;
  }

  .md\:-top-3{
    top: -0.75rem;
  }

  .md\:-right-3{
    right: -0.75rem;
  }

  .md\:-bottom-3{
    bottom: -0.75rem;
  }

  .md\:-left-3{
    left: -0.75rem;
  }

  .md\:-top-4{
    top: -1rem;
  }

  .md\:-right-4{
    right: -1rem;
  }

  .md\:-bottom-4{
    bottom: -1rem;
  }

  .md\:-left-4{
    left: -1rem;
  }

  .md\:-top-5{
    top: -1.25rem;
  }

  .md\:-right-5{
    right: -1.25rem;
  }

  .md\:-bottom-5{
    bottom: -1.25rem;
  }

  .md\:-left-5{
    left: -1.25rem;
  }

  .md\:-top-6{
    top: -1.5rem;
  }

  .md\:-right-6{
    right: -1.5rem;
  }

  .md\:-bottom-6{
    bottom: -1.5rem;
  }

  .md\:-left-6{
    left: -1.5rem;
  }

  .md\:-top-7{
    top: -1.75rem;
  }

  .md\:-right-7{
    right: -1.75rem;
  }

  .md\:-bottom-7{
    bottom: -1.75rem;
  }

  .md\:-left-7{
    left: -1.75rem;
  }

  .md\:-top-8{
    top: -2rem;
  }

  .md\:-right-8{
    right: -2rem;
  }

  .md\:-bottom-8{
    bottom: -2rem;
  }

  .md\:-left-8{
    left: -2rem;
  }

  .md\:-top-9{
    top: -2.25rem;
  }

  .md\:-right-9{
    right: -2.25rem;
  }

  .md\:-bottom-9{
    bottom: -2.25rem;
  }

  .md\:-left-9{
    left: -2.25rem;
  }

  .md\:-top-10{
    top: -2.5rem;
  }

  .md\:-right-10{
    right: -2.5rem;
  }

  .md\:-bottom-10{
    bottom: -2.5rem;
  }

  .md\:-left-10{
    left: -2.5rem;
  }

  .md\:-top-11{
    top: -2.75rem;
  }

  .md\:-right-11{
    right: -2.75rem;
  }

  .md\:-bottom-11{
    bottom: -2.75rem;
  }

  .md\:-left-11{
    left: -2.75rem;
  }

  .md\:-top-12{
    top: -3rem;
  }

  .md\:-right-12{
    right: -3rem;
  }

  .md\:-bottom-12{
    bottom: -3rem;
  }

  .md\:-left-12{
    left: -3rem;
  }

  .md\:-top-13{
    top: -3.375rem;
  }

  .md\:-right-13{
    right: -3.375rem;
  }

  .md\:-bottom-13{
    bottom: -3.375rem;
  }

  .md\:-left-13{
    left: -3.375rem;
  }

  .md\:-top-14{
    top: -3.5rem;
  }

  .md\:-right-14{
    right: -3.5rem;
  }

  .md\:-bottom-14{
    bottom: -3.5rem;
  }

  .md\:-left-14{
    left: -3.5rem;
  }

  .md\:-top-15{
    top: -3.75rem;
  }

  .md\:-right-15{
    right: -3.75rem;
  }

  .md\:-bottom-15{
    bottom: -3.75rem;
  }

  .md\:-left-15{
    left: -3.75rem;
  }

  .md\:-top-16{
    top: -4rem;
  }

  .md\:-right-16{
    right: -4rem;
  }

  .md\:-bottom-16{
    bottom: -4rem;
  }

  .md\:-left-16{
    left: -4rem;
  }

  .md\:-top-17{
    top: -4.375rem;
  }

  .md\:-right-17{
    right: -4.375rem;
  }

  .md\:-bottom-17{
    bottom: -4.375rem;
  }

  .md\:-left-17{
    left: -4.375rem;
  }

  .md\:-top-18{
    top: -4.5rem;
  }

  .md\:-right-18{
    right: -4.5rem;
  }

  .md\:-bottom-18{
    bottom: -4.5rem;
  }

  .md\:-left-18{
    left: -4.5rem;
  }

  .md\:-top-19{
    top: -4.75rem;
  }

  .md\:-right-19{
    right: -4.75rem;
  }

  .md\:-bottom-19{
    bottom: -4.75rem;
  }

  .md\:-left-19{
    left: -4.75rem;
  }

  .md\:-top-20{
    top: -5rem;
  }

  .md\:-right-20{
    right: -5rem;
  }

  .md\:-bottom-20{
    bottom: -5rem;
  }

  .md\:-left-20{
    left: -5rem;
  }

  .md\:-top-21{
    top: -5.5rem;
  }

  .md\:-right-21{
    right: -5.5rem;
  }

  .md\:-bottom-21{
    bottom: -5.5rem;
  }

  .md\:-left-21{
    left: -5.5rem;
  }

  .md\:-top-22{
    top: -5.625rem;
  }

  .md\:-right-22{
    right: -5.625rem;
  }

  .md\:-bottom-22{
    bottom: -5.625rem;
  }

  .md\:-left-22{
    left: -5.625rem;
  }

  .md\:-top-23{
    top: -6.125rem;
  }

  .md\:-right-23{
    right: -6.125rem;
  }

  .md\:-bottom-23{
    bottom: -6.125rem;
  }

  .md\:-left-23{
    left: -6.125rem;
  }

  .md\:-top-24{
    top: -6rem;
  }

  .md\:-right-24{
    right: -6rem;
  }

  .md\:-bottom-24{
    bottom: -6rem;
  }

  .md\:-left-24{
    left: -6rem;
  }

  .md\:-top-25{
    top: -6.5rem;
  }

  .md\:-right-25{
    right: -6.5rem;
  }

  .md\:-bottom-25{
    bottom: -6.5rem;
  }

  .md\:-left-25{
    left: -6.5rem;
  }

  .md\:-top-26{
    top: -6.75rem;
  }

  .md\:-right-26{
    right: -6.75rem;
  }

  .md\:-bottom-26{
    bottom: -6.75rem;
  }

  .md\:-left-26{
    left: -6.75rem;
  }

  .md\:-top-27{
    top: -6.25rem;
  }

  .md\:-right-27{
    right: -6.25rem;
  }

  .md\:-bottom-27{
    bottom: -6.25rem;
  }

  .md\:-left-27{
    left: -6.25rem;
  }

  .md\:-top-28{
    top: -7rem;
  }

  .md\:-right-28{
    right: -7rem;
  }

  .md\:-bottom-28{
    bottom: -7rem;
  }

  .md\:-left-28{
    left: -7rem;
  }

  .md\:-top-29{
    top: -7.5rem;
  }

  .md\:-right-29{
    right: -7.5rem;
  }

  .md\:-bottom-29{
    bottom: -7.5rem;
  }

  .md\:-left-29{
    left: -7.5rem;
  }

  .md\:-top-32{
    top: -8rem;
  }

  .md\:-right-32{
    right: -8rem;
  }

  .md\:-bottom-32{
    bottom: -8rem;
  }

  .md\:-left-32{
    left: -8rem;
  }

  .md\:-top-34{
    top: -8.5rem;
  }

  .md\:-right-34{
    right: -8.5rem;
  }

  .md\:-bottom-34{
    bottom: -8.5rem;
  }

  .md\:-left-34{
    left: -8.5rem;
  }

  .md\:-top-35{
    top: -8.75rem;
  }

  .md\:-right-35{
    right: -8.75rem;
  }

  .md\:-bottom-35{
    bottom: -8.75rem;
  }

  .md\:-left-35{
    left: -8.75rem;
  }

  .md\:-top-36{
    top: -9rem;
  }

  .md\:-right-36{
    right: -9rem;
  }

  .md\:-bottom-36{
    bottom: -9rem;
  }

  .md\:-left-36{
    left: -9rem;
  }

  .md\:-top-37{
    top: -9.125rem;
  }

  .md\:-right-37{
    right: -9.125rem;
  }

  .md\:-bottom-37{
    bottom: -9.125rem;
  }

  .md\:-left-37{
    left: -9.125rem;
  }

  .md\:-top-38{
    top: -9.5rem;
  }

  .md\:-right-38{
    right: -9.5rem;
  }

  .md\:-bottom-38{
    bottom: -9.5rem;
  }

  .md\:-left-38{
    left: -9.5rem;
  }

  .md\:-top-40{
    top: -10rem;
  }

  .md\:-right-40{
    right: -10rem;
  }

  .md\:-bottom-40{
    bottom: -10rem;
  }

  .md\:-left-40{
    left: -10rem;
  }

  .md\:-top-41{
    top: -10.5rem;
  }

  .md\:-right-41{
    right: -10.5rem;
  }

  .md\:-bottom-41{
    bottom: -10.5rem;
  }

  .md\:-left-41{
    left: -10.5rem;
  }

  .md\:-top-42{
    top: -10.625rem;
  }

  .md\:-right-42{
    right: -10.625rem;
  }

  .md\:-bottom-42{
    bottom: -10.625rem;
  }

  .md\:-left-42{
    left: -10.625rem;
  }

  .md\:-top-44{
    top: -11rem;
  }

  .md\:-right-44{
    right: -11rem;
  }

  .md\:-bottom-44{
    bottom: -11rem;
  }

  .md\:-left-44{
    left: -11rem;
  }

  .md\:-top-45{
    top: -11.25rem;
  }

  .md\:-right-45{
    right: -11.25rem;
  }

  .md\:-bottom-45{
    bottom: -11.25rem;
  }

  .md\:-left-45{
    left: -11.25rem;
  }

  .md\:-top-48{
    top: -12rem;
  }

  .md\:-right-48{
    right: -12rem;
  }

  .md\:-bottom-48{
    bottom: -12rem;
  }

  .md\:-left-48{
    left: -12rem;
  }

  .md\:-top-49{
    top: -12.5rem;
  }

  .md\:-right-49{
    right: -12.5rem;
  }

  .md\:-bottom-49{
    bottom: -12.5rem;
  }

  .md\:-left-49{
    left: -12.5rem;
  }

  .md\:-top-52{
    top: -13rem;
  }

  .md\:-right-52{
    right: -13rem;
  }

  .md\:-bottom-52{
    bottom: -13rem;
  }

  .md\:-left-52{
    left: -13rem;
  }

  .md\:-top-56{
    top: -14rem;
  }

  .md\:-right-56{
    right: -14rem;
  }

  .md\:-bottom-56{
    bottom: -14rem;
  }

  .md\:-left-56{
    left: -14rem;
  }

  .md\:-top-57{
    top: -14.375rem;
  }

  .md\:-right-57{
    right: -14.375rem;
  }

  .md\:-bottom-57{
    bottom: -14.375rem;
  }

  .md\:-left-57{
    left: -14.375rem;
  }

  .md\:-top-60{
    top: -15rem;
  }

  .md\:-right-60{
    right: -15rem;
  }

  .md\:-bottom-60{
    bottom: -15rem;
  }

  .md\:-left-60{
    left: -15rem;
  }

  .md\:-top-64{
    top: -16rem;
  }

  .md\:-right-64{
    right: -16rem;
  }

  .md\:-bottom-64{
    bottom: -16rem;
  }

  .md\:-left-64{
    left: -16rem;
  }

  .md\:-top-72{
    top: -18rem;
  }

  .md\:-right-72{
    right: -18rem;
  }

  .md\:-bottom-72{
    bottom: -18rem;
  }

  .md\:-left-72{
    left: -18rem;
  }

  .md\:-top-80{
    top: -20rem;
  }

  .md\:-right-80{
    right: -20rem;
  }

  .md\:-bottom-80{
    bottom: -20rem;
  }

  .md\:-left-80{
    left: -20rem;
  }

  .md\:-top-82{
    top: -22rem;
  }

  .md\:-right-82{
    right: -22rem;
  }

  .md\:-bottom-82{
    bottom: -22rem;
  }

  .md\:-left-82{
    left: -22rem;
  }

  .md\:-top-83{
    top: -23.8125rem;
  }

  .md\:-right-83{
    right: -23.8125rem;
  }

  .md\:-bottom-83{
    bottom: -23.8125rem;
  }

  .md\:-left-83{
    left: -23.8125rem;
  }

  .md\:-top-96{
    top: -24rem;
  }

  .md\:-right-96{
    right: -24rem;
  }

  .md\:-bottom-96{
    bottom: -24rem;
  }

  .md\:-left-96{
    left: -24rem;
  }

  .md\:-top-px{
    top: -1px;
  }

  .md\:-right-px{
    right: -1px;
  }

  .md\:-bottom-px{
    bottom: -1px;
  }

  .md\:-left-px{
    left: -1px;
  }

  .md\:-top-0\.5{
    top: -0.125rem;
  }

  .md\:-right-0\.5{
    right: -0.125rem;
  }

  .md\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .md\:-left-0\.5{
    left: -0.125rem;
  }

  .md\:-top-1\.5{
    top: -0.375rem;
  }

  .md\:-right-1\.5{
    right: -0.375rem;
  }

  .md\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .md\:-left-1\.5{
    left: -0.375rem;
  }

  .md\:-top-2\.5{
    top: -0.625rem;
  }

  .md\:-right-2\.5{
    right: -0.625rem;
  }

  .md\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .md\:-left-2\.5{
    left: -0.625rem;
  }

  .md\:-top-3\.5{
    top: -0.875rem;
  }

  .md\:-right-3\.5{
    right: -0.875rem;
  }

  .md\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .md\:-left-3\.5{
    left: -0.875rem;
  }

  .md\:-top-4\.5{
    top: -1.125rem;
  }

  .md\:-right-4\.5{
    right: -1.125rem;
  }

  .md\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .md\:-left-4\.5{
    left: -1.125rem;
  }

  .md\:-top-5\.5{
    top: -1.375rem;
  }

  .md\:-right-5\.5{
    right: -1.375rem;
  }

  .md\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .md\:-left-5\.5{
    left: -1.375rem;
  }

  .md\:-top-6\.5{
    top: -1.625rem;
  }

  .md\:-right-6\.5{
    right: -1.625rem;
  }

  .md\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .md\:-left-6\.5{
    left: -1.625rem;
  }

  .md\:-top-7\.5{
    top: -1.875rem;
  }

  .md\:-right-7\.5{
    right: -1.875rem;
  }

  .md\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .md\:-left-7\.5{
    left: -1.875rem;
  }

  .md\:-top-8\.5{
    top: -2.125rem;
  }

  .md\:-right-8\.5{
    right: -2.125rem;
  }

  .md\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .md\:-left-8\.5{
    left: -2.125rem;
  }

  .md\:-top-9\.5{
    top: -2.375rem;
  }

  .md\:-right-9\.5{
    right: -2.375rem;
  }

  .md\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .md\:-left-9\.5{
    left: -2.375rem;
  }

  .md\:-top-10\.5{
    top: -2.625rem;
  }

  .md\:-right-10\.5{
    right: -2.625rem;
  }

  .md\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .md\:-left-10\.5{
    left: -2.625rem;
  }

  .md\:-top-11\.5{
    top: -2.875rem;
  }

  .md\:-right-11\.5{
    right: -2.875rem;
  }

  .md\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .md\:-left-11\.5{
    left: -2.875rem;
  }

  .md\:-top-12\.5{
    top: -3.125rem;
  }

  .md\:-right-12\.5{
    right: -3.125rem;
  }

  .md\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .md\:-left-12\.5{
    left: -3.125rem;
  }

  .md\:-top-13\.5{
    top: -3.25rem;
  }

  .md\:-right-13\.5{
    right: -3.25rem;
  }

  .md\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .md\:-left-13\.5{
    left: -3.25rem;
  }

  .md\:-top-15\.5{
    top: -3.8rem;
  }

  .md\:-right-15\.5{
    right: -3.8rem;
  }

  .md\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .md\:-left-15\.5{
    left: -3.8rem;
  }

  .md\:-top-16\.5{
    top: -4.125rem;
  }

  .md\:-right-16\.5{
    right: -4.125rem;
  }

  .md\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .md\:-left-16\.5{
    left: -4.125rem;
  }

  .md\:-top-17\.5{
    top: -4.25rem;
  }

  .md\:-right-17\.5{
    right: -4.25rem;
  }

  .md\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .md\:-left-17\.5{
    left: -4.25rem;
  }

  .md\:-top-18\.5{
    top: -4.625rem;
  }

  .md\:-right-18\.5{
    right: -4.625rem;
  }

  .md\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .md\:-left-18\.5{
    left: -4.625rem;
  }

  .md\:-top-20\.5{
    top: -5.25rem;
  }

  .md\:-right-20\.5{
    right: -5.25rem;
  }

  .md\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .md\:-left-20\.5{
    left: -5.25rem;
  }

  .md\:-top-21\.5{
    top: -5.75rem;
  }

  .md\:-right-21\.5{
    right: -5.75rem;
  }

  .md\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .md\:-left-21\.5{
    left: -5.75rem;
  }

  .md\:-top-22\.5{
    top: -5.875rem;
  }

  .md\:-right-22\.5{
    right: -5.875rem;
  }

  .md\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .md\:-left-22\.5{
    left: -5.875rem;
  }

  .md\:-top-24\.5{
    top: -6.8125rem;
  }

  .md\:-right-24\.5{
    right: -6.8125rem;
  }

  .md\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .md\:-left-24\.5{
    left: -6.8125rem;
  }

  .md\:-top-28\.5{
    top: -7.375rem;
  }

  .md\:-right-28\.5{
    right: -7.375rem;
  }

  .md\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .md\:-left-28\.5{
    left: -7.375rem;
  }

  .md\:-top-29\.5{
    top: -7.75rem;
  }

  .md\:-right-29\.5{
    right: -7.75rem;
  }

  .md\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .md\:-left-29\.5{
    left: -7.75rem;
  }

  .md\:-top-32\.5{
    top: -8.125rem;
  }

  .md\:-right-32\.5{
    right: -8.125rem;
  }

  .md\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .md\:-left-32\.5{
    left: -8.125rem;
  }

  .md\:-top-33\.5{
    top: -8.8125rem;
  }

  .md\:-right-33\.5{
    right: -8.8125rem;
  }

  .md\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .md\:-left-33\.5{
    left: -8.8125rem;
  }

  .md\:-top-42\.5{
    top: -10.875rem;
  }

  .md\:-right-42\.5{
    right: -10.875rem;
  }

  .md\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .md\:-left-42\.5{
    left: -10.875rem;
  }

  .md\:-top-49\.5{
    top: -12.75rem;
  }

  .md\:-right-49\.5{
    right: -12.75rem;
  }

  .md\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .md\:-left-49\.5{
    left: -12.75rem;
  }

  .md\:-top-72\.5{
    top: -18.25rem;
  }

  .md\:-right-72\.5{
    right: -18.25rem;
  }

  .md\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .md\:-left-72\.5{
    left: -18.25rem;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:right-1\/2{
    right: 50%;
  }

  .md\:bottom-1\/2{
    bottom: 50%;
  }

  .md\:left-1\/2{
    left: 50%;
  }

  .md\:top-1\/3{
    top: 33.333333%;
  }

  .md\:right-1\/3{
    right: 33.333333%;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .md\:left-1\/3{
    left: 33.333333%;
  }

  .md\:top-2\/3{
    top: 66.666667%;
  }

  .md\:right-2\/3{
    right: 66.666667%;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .md\:left-2\/3{
    left: 66.666667%;
  }

  .md\:top-1\/4{
    top: 25%;
  }

  .md\:right-1\/4{
    right: 25%;
  }

  .md\:bottom-1\/4{
    bottom: 25%;
  }

  .md\:left-1\/4{
    left: 25%;
  }

  .md\:top-2\/4{
    top: 50%;
  }

  .md\:right-2\/4{
    right: 50%;
  }

  .md\:bottom-2\/4{
    bottom: 50%;
  }

  .md\:left-2\/4{
    left: 50%;
  }

  .md\:top-3\/4{
    top: 75%;
  }

  .md\:right-3\/4{
    right: 75%;
  }

  .md\:bottom-3\/4{
    bottom: 75%;
  }

  .md\:left-3\/4{
    left: 75%;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:-top-1\/2{
    top: -50%;
  }

  .md\:-right-1\/2{
    right: -50%;
  }

  .md\:-bottom-1\/2{
    bottom: -50%;
  }

  .md\:-left-1\/2{
    left: -50%;
  }

  .md\:-top-1\/3{
    top: -33.333333%;
  }

  .md\:-right-1\/3{
    right: -33.333333%;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .md\:-left-1\/3{
    left: -33.333333%;
  }

  .md\:-top-2\/3{
    top: -66.666667%;
  }

  .md\:-right-2\/3{
    right: -66.666667%;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .md\:-left-2\/3{
    left: -66.666667%;
  }

  .md\:-top-1\/4{
    top: -25%;
  }

  .md\:-right-1\/4{
    right: -25%;
  }

  .md\:-bottom-1\/4{
    bottom: -25%;
  }

  .md\:-left-1\/4{
    left: -25%;
  }

  .md\:-top-2\/4{
    top: -50%;
  }

  .md\:-right-2\/4{
    right: -50%;
  }

  .md\:-bottom-2\/4{
    bottom: -50%;
  }

  .md\:-left-2\/4{
    left: -50%;
  }

  .md\:-top-3\/4{
    top: -75%;
  }

  .md\:-right-3\/4{
    right: -75%;
  }

  .md\:-bottom-3\/4{
    bottom: -75%;
  }

  .md\:-left-3\/4{
    left: -75%;
  }

  .md\:-top-full{
    top: -100%;
  }

  .md\:-right-full{
    right: -100%;
  }

  .md\:-bottom-full{
    bottom: -100%;
  }

  .md\:-left-full{
    left: -100%;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .md\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .md\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .md\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .md\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .md\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .md\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .md\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .md\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .md\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .md\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .md\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .md\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .md\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .md\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .md\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .md\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .md\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .md\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .md\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .md\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .md\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .md\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .md\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .md\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .md\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .md\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .md\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .md\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .md\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .md\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .md\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .md\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .md\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .md\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .md\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .md\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .md\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .md\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .md\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .md\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .md\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .md\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .md\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .md\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .md\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .md\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .md\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .md\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .md\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .md\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .md\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .md\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .md\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .md\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .md\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .md\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .md\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .md\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .md\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .md\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .md\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .md\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .md\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .md\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .md\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .md\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .md\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .md\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .md\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .md\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .md\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .md\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .md\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .md\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .md\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .md\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .md\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .md\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .md\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .md\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .md\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .md\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .md\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .md\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .md\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .md\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .md\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .md\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .md\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .md\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .md\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .md\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .md\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .md\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .md\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .md\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .md\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .md\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .md\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .md\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .md\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .md\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .md\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .md\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .md\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .md\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .md\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .md\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .md\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .md\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .md\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .md\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .md\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .md\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .md\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .md\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .md\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .md\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .md\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .md\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .md\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .md\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .md\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .md\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .md\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .md\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .md\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .md\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .md\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .md\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .md\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .md\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .md\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .md\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .md\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .md\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .md\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .md\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .md\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .md\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .md\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .md\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .md\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .md\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .md\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .md\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .md\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .md\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .md\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .md\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .md\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .md\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .md\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .md\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .md\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .md\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .md\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .md\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .md\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .md\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .md\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .md\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .md\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .md\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .md\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .md\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .md\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .md\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .md\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .md\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .md\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .md\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .md\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .md\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .md\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .md\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .md\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .md\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .md\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .md\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .md\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .md\:ring-current{
    --tw-ring-color: currentColor;
  }

  .md\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .md\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .md\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .md\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .md\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .md\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .md\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .md\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .md\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .md\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .md\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .md\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .md\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .md\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .md\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .md\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .md\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .md\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .md\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .md\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .md\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .md\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .md\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .md\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .md\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .md\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .md\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .md\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .md\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .md\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .md\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .md\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .md\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .md\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .md\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .md\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .md\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .md\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .md\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .md\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-current{
    color: currentColor;
  }

  .md\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .md\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .md\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .md\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .md\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .md\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .md\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .md\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .md\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .md\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .md\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .md\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .md\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .md\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .md\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .md\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .md\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .md\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .md\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .md\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .md\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .md\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .md\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .md\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .md\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .md\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .md\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .md\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .md\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .md\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .md\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .md\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .md\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .md\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .md\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .md\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .md\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .md\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .md\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .md\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .md\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .md\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .md\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .md\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .md\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-current:hover{
    color: currentColor;
  }

  .md\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .md\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .md\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .md\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-current:focus{
    color: currentColor;
  }

  .md\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .md\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .md\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .md\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .md\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .md\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .md\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .md\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .md\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .md\:overflow-clip{
    text-overflow: clip;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0em;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:tracking-base{
    letter-spacing: 0.34em;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-nowrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:w-0{
    width: 0px;
  }

  .md\:w-1{
    width: 0.25rem;
  }

  .md\:w-2{
    width: 0.5rem;
  }

  .md\:w-3{
    width: 0.75rem;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-7{
    width: 1.75rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-11{
    width: 2.75rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-13{
    width: 3.375rem;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-15{
    width: 3.75rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-17{
    width: 4.375rem;
  }

  .md\:w-18{
    width: 4.5rem;
  }

  .md\:w-19{
    width: 4.75rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-21{
    width: 5.5rem;
  }

  .md\:w-22{
    width: 5.625rem;
  }

  .md\:w-23{
    width: 6.375rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-25{
    width: 6.5rem;
  }

  .md\:w-26{
    width: 6.75rem;
  }

  .md\:w-27{
    width: 6.25rem;
  }

  .md\:w-28{
    width: 7rem;
  }

  .md\:w-29{
    width: 7.5rem;
  }

  .md\:w-30{
    width: 7.75rem;
  }

  .md\:w-31{
    width: 8.75rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-33{
    width: 8.125rem;
  }

  .md\:w-34{
    width: 8.5rem;
  }

  .md\:w-35{
    width: 8.75rem;
  }

  .md\:w-36{
    width: 9rem;
  }

  .md\:w-37{
    width: 9.125rem;
  }

  .md\:w-38{
    width: 9.5rem;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-41{
    width: 10.5rem;
  }

  .md\:w-42{
    width: 10.625rem;
  }

  .md\:w-44{
    width: 11rem;
  }

  .md\:w-45{
    width: 11.25rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-49{
    width: 12.5rem;
  }

  .md\:w-52{
    width: 13rem;
  }

  .md\:w-53{
    width: 13.125rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-57{
    width: 14.375rem;
  }

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-72{
    width: 18rem;
  }

  .md\:w-73{
    width: 19rem;
  }

  .md\:w-74{
    width: 25.5rem;
  }

  .md\:w-78{
    width: 37.4375rem;
  }

  .md\:w-80{
    width: 20rem;
  }

  .md\:w-82{
    width: 22rem;
  }

  .md\:w-83{
    width: 23.8125rem;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-98{
    width: 50.625rem;
  }

  .md\:w-99{
    width: 60.75rem;
  }

  .md\:w-100{
    width: 45%;
  }

  .md\:w-110{
    width: 70%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-0\.5{
    width: 0.125rem;
  }

  .md\:w-1\.5{
    width: 0.375rem;
  }

  .md\:w-2\.5{
    width: 0.625rem;
  }

  .md\:w-3\.5{
    width: 0.875rem;
  }

  .md\:w-4\.5{
    width: 1.125rem;
  }

  .md\:w-5\.5{
    width: 1.375rem;
  }

  .md\:w-6\.5{
    width: 1.625rem;
  }

  .md\:w-7\.5{
    width: 1.875rem;
  }

  .md\:w-8\.5{
    width: 2.125rem;
  }

  .md\:w-9\.5{
    width: 2.375rem;
  }

  .md\:w-10\.5{
    width: 2.625rem;
  }

  .md\:w-11\.5{
    width: 2.875rem;
  }

  .md\:w-12\.5{
    width: 3.125rem;
  }

  .md\:w-13\.5{
    width: 3.25rem;
  }

  .md\:w-15\.5{
    width: 3.8rem;
  }

  .md\:w-16\.5{
    width: 4.125rem;
  }

  .md\:w-17\.5{
    width: 4.25rem;
  }

  .md\:w-18\.5{
    width: 4.625rem;
  }

  .md\:w-20\.5{
    width: 5.25rem;
  }

  .md\:w-21\.5{
    width: 5.75rem;
  }

  .md\:w-22\.5{
    width: 5.875rem;
  }

  .md\:w-24\.5{
    width: 6.625rem;
  }

  .md\:w-28\.5{
    width: 7.375rem;
  }

  .md\:w-29\.5{
    width: 7.75rem;
  }

  .md\:w-32\.5{
    width: 8.125rem;
  }

  .md\:w-33\.5{
    width: 8.8125rem;
  }

  .md\:w-42\.5{
    width: 10.875rem;
  }

  .md\:w-49\.5{
    width: 12.75rem;
  }

  .md\:w-72\.5{
    width: 18.25rem;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-2\.2{
    width: 0.5625rem;
  }

  .md\:w-48\.5{
    width: 12.125rem;
  }

  .md\:w-community{
    width: 816px;
  }

  .md\:w-slide{
    width: 705px;
  }

  .md\:w-slide-md{
    width: 600px;
  }

  .md\:w-sporson{
    width: 1064px;
  }

  .md\:w-sporson-lg{
    width: 900px;
  }

  .md\:w-line{
    width: 11%;
  }

  .md\:w-line-lg{
    width: 4%;
  }

  .md\:w-box-about{
    width: 928px;
  }

  .md\:w-box-about-alt{
    width: 1024px;
  }

  .md\:w-box-about-alt-lg{
    width: 660px;
  }

  .md\:w-circle{
    width: 120px;
  }

  .md\:w-circle-xl{
    width: 158px;
  }

  .md\:w-guide{
    width: 280px;
  }

  .md\:w-value{
    width: 205px;
  }

  .md\:w-sub-menu{
    width: 335px;
  }

  .md\:w-because{
    width: 397px;
  }

  .md\:w-because-sm{
    width: 280px;
  }

  .md\:w-table{
    width: 66%;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-100{
    z-index: 9999;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .md\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .md\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .md\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .md\:focus\:z-0:focus{
    z-index: 0;
  }

  .md\:focus\:z-10:focus{
    z-index: 10;
  }

  .md\:focus\:z-20:focus{
    z-index: 20;
  }

  .md\:focus\:z-30:focus{
    z-index: 30;
  }

  .md\:focus\:z-40:focus{
    z-index: 40;
  }

  .md\:focus\:z-50:focus{
    z-index: 50;
  }

  .md\:focus\:z-100:focus{
    z-index: 9999;
  }

  .md\:focus\:z-auto:focus{
    z-index: auto;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-9{
    gap: 2.25rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-11{
    gap: 2.75rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-13{
    gap: 3.375rem;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-15{
    gap: 3.75rem;
  }

  .md\:gap-16{
    gap: 4rem;
  }

  .md\:gap-17{
    gap: 4.375rem;
  }

  .md\:gap-18{
    gap: 4.5rem;
  }

  .md\:gap-19{
    gap: 4.75rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-21{
    gap: 5.5rem;
  }

  .md\:gap-22{
    gap: 5.625rem;
  }

  .md\:gap-23{
    gap: 6.125rem;
  }

  .md\:gap-24{
    gap: 6rem;
  }

  .md\:gap-25{
    gap: 6.5rem;
  }

  .md\:gap-26{
    gap: 6.75rem;
  }

  .md\:gap-27{
    gap: 6.25rem;
  }

  .md\:gap-28{
    gap: 7rem;
  }

  .md\:gap-29{
    gap: 7.5rem;
  }

  .md\:gap-32{
    gap: 8rem;
  }

  .md\:gap-34{
    gap: 8.5rem;
  }

  .md\:gap-35{
    gap: 8.75rem;
  }

  .md\:gap-36{
    gap: 9rem;
  }

  .md\:gap-37{
    gap: 9.125rem;
  }

  .md\:gap-38{
    gap: 9.5rem;
  }

  .md\:gap-40{
    gap: 10rem;
  }

  .md\:gap-41{
    gap: 10.5rem;
  }

  .md\:gap-42{
    gap: 10.625rem;
  }

  .md\:gap-44{
    gap: 11rem;
  }

  .md\:gap-45{
    gap: 11.25rem;
  }

  .md\:gap-48{
    gap: 12rem;
  }

  .md\:gap-49{
    gap: 12.5rem;
  }

  .md\:gap-52{
    gap: 13rem;
  }

  .md\:gap-56{
    gap: 14rem;
  }

  .md\:gap-57{
    gap: 14.375rem;
  }

  .md\:gap-60{
    gap: 15rem;
  }

  .md\:gap-64{
    gap: 16rem;
  }

  .md\:gap-72{
    gap: 18rem;
  }

  .md\:gap-80{
    gap: 20rem;
  }

  .md\:gap-82{
    gap: 22rem;
  }

  .md\:gap-83{
    gap: 23.8125rem;
  }

  .md\:gap-96{
    gap: 24rem;
  }

  .md\:gap-px{
    gap: 1px;
  }

  .md\:gap-0\.5{
    gap: 0.125rem;
  }

  .md\:gap-1\.5{
    gap: 0.375rem;
  }

  .md\:gap-2\.5{
    gap: 0.625rem;
  }

  .md\:gap-3\.5{
    gap: 0.875rem;
  }

  .md\:gap-4\.5{
    gap: 1.125rem;
  }

  .md\:gap-5\.5{
    gap: 1.375rem;
  }

  .md\:gap-6\.5{
    gap: 1.625rem;
  }

  .md\:gap-7\.5{
    gap: 1.875rem;
  }

  .md\:gap-8\.5{
    gap: 2.125rem;
  }

  .md\:gap-9\.5{
    gap: 2.375rem;
  }

  .md\:gap-10\.5{
    gap: 2.625rem;
  }

  .md\:gap-11\.5{
    gap: 2.875rem;
  }

  .md\:gap-12\.5{
    gap: 3.125rem;
  }

  .md\:gap-13\.5{
    gap: 3.25rem;
  }

  .md\:gap-15\.5{
    gap: 3.8rem;
  }

  .md\:gap-16\.5{
    gap: 4.125rem;
  }

  .md\:gap-17\.5{
    gap: 4.25rem;
  }

  .md\:gap-18\.5{
    gap: 4.625rem;
  }

  .md\:gap-20\.5{
    gap: 5.25rem;
  }

  .md\:gap-21\.5{
    gap: 5.75rem;
  }

  .md\:gap-22\.5{
    gap: 5.875rem;
  }

  .md\:gap-24\.5{
    gap: 6.8125rem;
  }

  .md\:gap-28\.5{
    gap: 7.375rem;
  }

  .md\:gap-29\.5{
    gap: 7.75rem;
  }

  .md\:gap-32\.5{
    gap: 8.125rem;
  }

  .md\:gap-33\.5{
    gap: 8.8125rem;
  }

  .md\:gap-42\.5{
    gap: 10.875rem;
  }

  .md\:gap-49\.5{
    gap: 12.75rem;
  }

  .md\:gap-72\.5{
    gap: 18.25rem;
  }

  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .md\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .md\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .md\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .md\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .md\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .md\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .md\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .md\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .md\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .md\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .md\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .md\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .md\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .md\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .md\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .md\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .md\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .md\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .md\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .md\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .md\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .md\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .md\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .md\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .md\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .md\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .md\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .md\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .md\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .md\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .md\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .md\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .md\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .md\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .md\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .md\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .md\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .md\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .md\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .md\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .md\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .md\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .md\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .md\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .md\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-1{
    row-gap: 0.25rem;
  }

  .md\:gap-y-2{
    row-gap: 0.5rem;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:gap-y-13{
    row-gap: 3.375rem;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  .md\:gap-y-15{
    row-gap: 3.75rem;
  }

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:gap-y-17{
    row-gap: 4.375rem;
  }

  .md\:gap-y-18{
    row-gap: 4.5rem;
  }

  .md\:gap-y-19{
    row-gap: 4.75rem;
  }

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:gap-y-21{
    row-gap: 5.5rem;
  }

  .md\:gap-y-22{
    row-gap: 5.625rem;
  }

  .md\:gap-y-23{
    row-gap: 6.125rem;
  }

  .md\:gap-y-24{
    row-gap: 6rem;
  }

  .md\:gap-y-25{
    row-gap: 6.5rem;
  }

  .md\:gap-y-26{
    row-gap: 6.75rem;
  }

  .md\:gap-y-27{
    row-gap: 6.25rem;
  }

  .md\:gap-y-28{
    row-gap: 7rem;
  }

  .md\:gap-y-29{
    row-gap: 7.5rem;
  }

  .md\:gap-y-32{
    row-gap: 8rem;
  }

  .md\:gap-y-34{
    row-gap: 8.5rem;
  }

  .md\:gap-y-35{
    row-gap: 8.75rem;
  }

  .md\:gap-y-36{
    row-gap: 9rem;
  }

  .md\:gap-y-37{
    row-gap: 9.125rem;
  }

  .md\:gap-y-38{
    row-gap: 9.5rem;
  }

  .md\:gap-y-40{
    row-gap: 10rem;
  }

  .md\:gap-y-41{
    row-gap: 10.5rem;
  }

  .md\:gap-y-42{
    row-gap: 10.625rem;
  }

  .md\:gap-y-44{
    row-gap: 11rem;
  }

  .md\:gap-y-45{
    row-gap: 11.25rem;
  }

  .md\:gap-y-48{
    row-gap: 12rem;
  }

  .md\:gap-y-49{
    row-gap: 12.5rem;
  }

  .md\:gap-y-52{
    row-gap: 13rem;
  }

  .md\:gap-y-56{
    row-gap: 14rem;
  }

  .md\:gap-y-57{
    row-gap: 14.375rem;
  }

  .md\:gap-y-60{
    row-gap: 15rem;
  }

  .md\:gap-y-64{
    row-gap: 16rem;
  }

  .md\:gap-y-72{
    row-gap: 18rem;
  }

  .md\:gap-y-80{
    row-gap: 20rem;
  }

  .md\:gap-y-82{
    row-gap: 22rem;
  }

  .md\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .md\:gap-y-96{
    row-gap: 24rem;
  }

  .md\:gap-y-px{
    row-gap: 1px;
  }

  .md\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .md\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .md\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .md\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .md\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .md\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .md\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .md\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .md\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .md\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .md\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .md\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .md\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .md\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .md\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .md\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .md\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .md\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .md\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .md\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .md\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .md\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .md\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .md\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .md\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .md\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .md\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto{
    grid-column: auto;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full{
    grid-column: 1 / -1;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-4{
    grid-column-start: 4;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-13{
    grid-column-start: 13;
  }

  .md\:col-start-auto{
    grid-column-start: auto;
  }

  .md\:col-end-1{
    grid-column-end: 1;
  }

  .md\:col-end-2{
    grid-column-end: 2;
  }

  .md\:col-end-3{
    grid-column-end: 3;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:col-end-10{
    grid-column-end: 10;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-13{
    grid-column-end: 13;
  }

  .md\:col-end-auto{
    grid-column-end: auto;
  }

  .md\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none{
    grid-template-rows: none;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto{
    grid-row: auto;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full{
    grid-row: 1 / -1;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:row-start-2{
    grid-row-start: 2;
  }

  .md\:row-start-3{
    grid-row-start: 3;
  }

  .md\:row-start-4{
    grid-row-start: 4;
  }

  .md\:row-start-5{
    grid-row-start: 5;
  }

  .md\:row-start-6{
    grid-row-start: 6;
  }

  .md\:row-start-7{
    grid-row-start: 7;
  }

  .md\:row-start-auto{
    grid-row-start: auto;
  }

  .md\:row-end-1{
    grid-row-end: 1;
  }

  .md\:row-end-2{
    grid-row-end: 2;
  }

  .md\:row-end-3{
    grid-row-end: 3;
  }

  .md\:row-end-4{
    grid-row-end: 4;
  }

  .md\:row-end-5{
    grid-row-end: 5;
  }

  .md\:row-end-6{
    grid-row-end: 6;
  }

  .md\:row-end-7{
    grid-row-end: 7;
  }

  .md\:row-end-auto{
    grid-row-end: auto;
  }

  .md\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .md\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .md\:transform-none{
    transform: none;
  }

  .md\:origin-center{
    transform-origin: center;
  }

  .md\:origin-top{
    transform-origin: top;
  }

  .md\:origin-top-right{
    transform-origin: top right;
  }

  .md\:origin-right{
    transform-origin: right;
  }

  .md\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .md\:origin-bottom{
    transform-origin: bottom;
  }

  .md\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .md\:origin-left{
    transform-origin: left;
  }

  .md\:origin-top-left{
    transform-origin: top left;
  }

  .md\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0{
    --tw-scale-x: 0;
  }

  .md\:scale-x-50{
    --tw-scale-x: .5;
  }

  .md\:scale-x-75{
    --tw-scale-x: .75;
  }

  .md\:scale-x-90{
    --tw-scale-x: .9;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0{
    --tw-scale-y: 0;
  }

  .md\:scale-y-50{
    --tw-scale-y: .5;
  }

  .md\:scale-y-75{
    --tw-scale-y: .75;
  }

  .md\:scale-y-90{
    --tw-scale-y: .9;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .md\:rotate-0{
    --tw-rotate: 0deg;
  }

  .md\:rotate-1{
    --tw-rotate: 1deg;
  }

  .md\:rotate-2{
    --tw-rotate: 2deg;
  }

  .md\:rotate-3{
    --tw-rotate: 3deg;
  }

  .md\:rotate-6{
    --tw-rotate: 6deg;
  }

  .md\:rotate-12{
    --tw-rotate: 12deg;
  }

  .md\:rotate-45{
    --tw-rotate: 45deg;
  }

  .md\:rotate-90{
    --tw-rotate: 90deg;
  }

  .md\:rotate-180{
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .md\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .md\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .md\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .md\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .md\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .md\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .md\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .md\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .md\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .md\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .md\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .md\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .md\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .md\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .md\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .md\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .md\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .md\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .md\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .md\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .md\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .md\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .md\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .md\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .md\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .md\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .md\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .md\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .md\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .md\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .md\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .md\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .md\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .md\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .md\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .md\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .md\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .md\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .md\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .md\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .md\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .md\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .md\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .md\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .md\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .md\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .md\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .md\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .md\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .md\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .md\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .md\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .md\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .md\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .md\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .md\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .md\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .md\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .md\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .md\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .md\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .md\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .md\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .md\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .md\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .md\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .md\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .md\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .md\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .md\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .md\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .md\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .md\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .md\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .md\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .md\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .md\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .md\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .md\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .md\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .md\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .md\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .md\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .md\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .md\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .md\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .md\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .md\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .md\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .md\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .md\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .md\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .md\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .md\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .md\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .md\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .md\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .md\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .md\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .md\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .md\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .md\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .md\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .md\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .md\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .md\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .md\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .md\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .md\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .md\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .md\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .md\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .md\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .md\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .md\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .md\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .md\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .md\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .md\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .md\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .md\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .md\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .md\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .md\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .md\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .md\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .md\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .md\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .md\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .md\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .md\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .md\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .md\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .md\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .md\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .md\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .md\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .md\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .md\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .md\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .md\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .md\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .md\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .md\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .md\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .md\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .md\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .md\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .md\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .md\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .md\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .md\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .md\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .md\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .md\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .md\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .md\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .md\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .md\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .md\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .md\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .md\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .md\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .md\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .md\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .md\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .md\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .md\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .md\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .md\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .md\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .md\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .md\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .md\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .md\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .md\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .md\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .md\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .md\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .md\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .md\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .md\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .md\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .md\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .md\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .md\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .md\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .md\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .md\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .md\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .md\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .md\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .md\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .md\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .md\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .md\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .md\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .md\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .md\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .md\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .md\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .md\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .md\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .md\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .md\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .md\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .md\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .md\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .md\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .md\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .md\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .md\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .md\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .md\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .md\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .md\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .md\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .md\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .md\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .md\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .md\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .md\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .md\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .md\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .md\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .md\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .md\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .md\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .md\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .md\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .md\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .md\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .md\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .md\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .md\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .md\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .md\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .md\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .md\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .md\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .md\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .md\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .md\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .md\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .md\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .md\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .md\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .md\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .md\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .md\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .md\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .md\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .md\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .md\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .md\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .md\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .md\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .md\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .md\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .md\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .md\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .md\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .md\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .md\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .md\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .md\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .md\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .md\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .md\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .md\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .md\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .md\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .md\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .md\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .md\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .md\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .md\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .md\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .md\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .md\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .md\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .md\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .md\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .md\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .md\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .md\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .md\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .md\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .md\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .md\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .md\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .md\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .md\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .md\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .md\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .md\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .md\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .md\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .md\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .md\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .md\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .md\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .md\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .md\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .md\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .md\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .md\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .md\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .md\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .md\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .md\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .md\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .md\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .md\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .md\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .md\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .md\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .md\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .md\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .md\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .md\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .md\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .md\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .md\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .md\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .md\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .md\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .md\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .md\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .md\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .md\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .md\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .md\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .md\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .md\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .md\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .md\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .md\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .md\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .md\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .md\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .md\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .md\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .md\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .md\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .md\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .md\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .md\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .md\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .md\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .md\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .md\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .md\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .md\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .md\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .md\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .md\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .md\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .md\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .md\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .md\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .md\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .md\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .md\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .md\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .md\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .md\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .md\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .md\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .md\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .md\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .md\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .md\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .md\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .md\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .md\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .md\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .md\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .md\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .md\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .md\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .md\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .md\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .md\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .md\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .md\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .md\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .md\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .md\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .md\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .md\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .md\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .md\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .md\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .md\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .md\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .md\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .md\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .md\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .md\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .md\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .md\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .md\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .md\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .md\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .md\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .md\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .md\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .md\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .md\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .md\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .md\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .md\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .md\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .md\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .md\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .md\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .md\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .md\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .md\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .md\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .md\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .md\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .md\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .md\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .md\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .md\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .md\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .md\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .md\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .md\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .md\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .md\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .md\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .md\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .md\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .md\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .md\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .md\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .md\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .md\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .md\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .md\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .md\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .md\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .md\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .md\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .md\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .md\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .md\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .md\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .md\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .md\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .md\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .md\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .md\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .md\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .md\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .md\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .md\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .md\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .md\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .md\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .md\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .md\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .md\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .md\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .md\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .md\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .md\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .md\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .md\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .md\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .md\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .md\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .md\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .md\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .md\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .md\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .md\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .md\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .md\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .md\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .md\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .md\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .md\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .md\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .md\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .md\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .md\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .md\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .md\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .md\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .md\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .md\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .md\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .md\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .md\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .md\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .md\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .md\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .md\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .md\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .md\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .md\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .md\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .md\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .md\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .md\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .md\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .md\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .md\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .md\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .md\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .md\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .md\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .md\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .md\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .md\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .md\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .md\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .md\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .md\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .md\:transition-none{
    transition-property: none;
  }

  .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:ease-linear{
    transition-timing-function: linear;
  }

  .md\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75{
    transition-duration: 75ms;
  }

  .md\:duration-100{
    transition-duration: 100ms;
  }

  .md\:duration-150{
    transition-duration: 150ms;
  }

  .md\:duration-200{
    transition-duration: 200ms;
  }

  .md\:duration-300{
    transition-duration: 300ms;
  }

  .md\:duration-500{
    transition-duration: 500ms;
  }

  .md\:duration-700{
    transition-duration: 700ms;
  }

  .md\:duration-1000{
    transition-duration: 1000ms;
  }

  .md\:delay-75{
    transition-delay: 75ms;
  }

  .md\:delay-100{
    transition-delay: 100ms;
  }

  .md\:delay-150{
    transition-delay: 150ms;
  }

  .md\:delay-200{
    transition-delay: 200ms;
  }

  .md\:delay-300{
    transition-delay: 300ms;
  }

  .md\:delay-500{
    transition-delay: 500ms;
  }

  .md\:delay-700{
    transition-delay: 700ms;
  }

  .md\:delay-1000{
    transition-delay: 1000ms;
  }

  .md\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 992px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .lg\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .lg\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .lg\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .lg\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .lg\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .lg\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .lg\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .lg\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .lg\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .lg\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .lg\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .lg\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .lg\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .lg\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .lg\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .lg\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .lg\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .lg\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-current{
    background-color: currentColor;
  }

  .lg\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .lg\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .lg\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .lg\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .lg\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .lg\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .lg\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .lg\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .lg\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .lg\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .lg\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .lg\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .lg\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .lg\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .lg\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .lg\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .lg\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .lg\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .lg\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .lg\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .lg\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .lg\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .lg\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .lg\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .lg\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .lg\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .lg\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .lg\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-none{
    background-image: none;
  }

  .lg\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .lg\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .lg\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .lg\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .lg\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .lg\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .lg\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .lg\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .lg\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .lg\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .lg\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .lg\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .lg\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .lg\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .lg\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .lg\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .lg\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .lg\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .lg\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .lg\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .lg\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .lg\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .lg\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .lg\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .lg\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .lg\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .lg\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .lg\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .lg\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .lg\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .lg\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .lg\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .lg\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .lg\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .lg\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .lg\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .lg\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .lg\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .lg\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .lg\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .lg\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .lg\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .lg\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .lg\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .lg\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .lg\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .lg\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .lg\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .lg\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .lg\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .lg\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .lg\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .lg\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .lg\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .lg\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .lg\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .lg\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .lg\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .lg\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .lg\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .lg\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .lg\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .lg\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .lg\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .lg\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .lg\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .lg\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .lg\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .lg\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .lg\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .lg\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .lg\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .lg\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .lg\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .lg\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .lg\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .lg\:to-current{
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .lg\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .lg\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .lg\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .lg\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .lg\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .lg\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .lg\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .lg\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .lg\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .lg\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .lg\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .lg\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .lg\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .lg\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .lg\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .lg\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .lg\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .lg\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .lg\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .lg\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .lg\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .lg\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .lg\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .lg\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .lg\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .lg\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .lg\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .lg\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .lg\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .lg\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .lg\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .lg\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .lg\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .lg\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .lg\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .lg\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .lg\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .lg\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .lg\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .lg\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .lg\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .lg\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .lg\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .lg\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .lg\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .lg\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .lg\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .lg\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .lg\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .lg\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .lg\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .lg\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .lg\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .lg\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .lg\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .lg\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .lg\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .lg\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .lg\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .lg\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .lg\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .lg\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .lg\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .lg\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .lg\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .lg\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .lg\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .lg\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .lg\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .lg\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .lg\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .lg\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .lg\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .lg\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .lg\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .lg\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .lg\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .lg\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .lg\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .lg\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .lg\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .lg\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .lg\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .lg\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .lg\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .lg\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .lg\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .lg\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .lg\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .lg\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .lg\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .lg\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .lg\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .lg\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .lg\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .lg\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .lg\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .lg\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .lg\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .lg\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .lg\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .lg\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .lg\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .lg\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .lg\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .lg\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .lg\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .lg\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .lg\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .lg\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .lg\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .lg\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .lg\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .lg\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .lg\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .lg\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .lg\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .lg\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .lg\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .lg\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .lg\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .lg\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .lg\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .lg\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .lg\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .lg\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .lg\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .lg\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .lg\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .lg\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .lg\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .lg\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .lg\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .lg\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .lg\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .lg\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .lg\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .lg\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .lg\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .lg\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .lg\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .lg\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .lg\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .lg\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .lg\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .lg\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .lg\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .lg\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .lg\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .lg\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .lg\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .lg\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .lg\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .lg\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .lg\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .lg\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .lg\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .lg\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .lg\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .lg\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .lg\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .lg\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .lg\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .lg\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .lg\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .lg\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .lg\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .lg\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .lg\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .lg\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .lg\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .lg\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .lg\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .lg\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .lg\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .lg\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .lg\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .lg\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .lg\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .lg\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .lg\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .lg\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .lg\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .lg\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .lg\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .lg\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .lg\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .lg\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .lg\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .lg\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .lg\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .lg\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .lg\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .lg\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .lg\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .lg\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .lg\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .lg\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .lg\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .lg\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .lg\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .lg\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .lg\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .lg\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .lg\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .lg\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .lg\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .lg\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .lg\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .lg\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .lg\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .lg\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .lg\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .lg\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .lg\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .lg\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .lg\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .lg\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .lg\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .lg\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .lg\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .lg\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .lg\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .lg\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .lg\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .lg\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .lg\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .lg\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .lg\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .lg\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .lg\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .lg\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .lg\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .lg\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .lg\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .lg\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .lg\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .lg\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .lg\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .lg\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .lg\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .lg\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .lg\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .lg\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .lg\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .lg\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .lg\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .lg\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .lg\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .lg\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .lg\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .lg\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .lg\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .lg\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .lg\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .lg\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .lg\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .lg\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .lg\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .lg\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .lg\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .lg\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .lg\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .lg\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .lg\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .lg\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .lg\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .lg\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .lg\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .lg\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .lg\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .lg\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .lg\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .lg\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .lg\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .lg\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .lg\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .lg\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .lg\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .lg\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .lg\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .lg\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .lg\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .lg\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .lg\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .lg\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .lg\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .lg\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .lg\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .lg\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .lg\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .lg\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .lg\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .lg\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .lg\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .lg\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .lg\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .lg\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .lg\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .lg\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .lg\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .lg\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .lg\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .lg\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .lg\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .lg\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .lg\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .lg\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .lg\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .lg\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .lg\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .lg\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .lg\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .lg\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .lg\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .lg\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .lg\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .lg\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .lg\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .lg\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .lg\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .lg\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .lg\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .lg\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .lg\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .lg\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .lg\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .lg\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .lg\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .lg\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .lg\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .lg\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .lg\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .lg\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .lg\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .lg\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .lg\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .lg\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .lg\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .lg\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .lg\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .lg\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .lg\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .lg\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .lg\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .lg\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .lg\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .lg\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .lg\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .lg\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .lg\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .lg\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .lg\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .lg\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .lg\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .lg\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .lg\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .lg\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .lg\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .lg\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .lg\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .lg\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .lg\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .lg\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .lg\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .lg\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .lg\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .lg\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .lg\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .lg\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .lg\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .lg\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .lg\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .lg\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .lg\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .lg\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .lg\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .lg\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .lg\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .lg\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .lg\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .lg\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .lg\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .lg\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .lg\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .lg\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .lg\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .lg\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .lg\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .lg\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .lg\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .lg\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .lg\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .lg\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .lg\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .lg\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .lg\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .lg\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .lg\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .lg\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .lg\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .lg\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .lg\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .lg\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .lg\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .lg\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .lg\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .lg\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .lg\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .lg\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .lg\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .lg\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .lg\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .lg\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .lg\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .lg\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .lg\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .lg\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .lg\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .lg\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .lg\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .lg\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .lg\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .lg\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .lg\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .lg\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .lg\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .lg\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .lg\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .lg\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .lg\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .lg\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .lg\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .lg\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .lg\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .lg\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .lg\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .lg\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .lg\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .lg\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .lg\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .lg\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .lg\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .lg\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .lg\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .lg\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .lg\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .lg\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .lg\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .lg\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .lg\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .lg\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .lg\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .lg\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .lg\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .lg\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .lg\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .lg\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .lg\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .lg\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .lg\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .lg\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-current{
    border-color: currentColor;
  }

  .lg\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .lg\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .lg\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .lg\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .lg\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .lg\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .lg\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .lg\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .lg\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .lg\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .lg\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .lg\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .lg\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .lg\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .lg\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .lg\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .lg\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .lg\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .lg\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .lg\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .lg\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .lg\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .lg\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .lg\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .lg\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .lg\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .lg\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .lg\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .lg\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .lg\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .lg\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .lg\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .lg\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .lg\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .lg\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .lg\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .lg\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .lg\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .lg\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .lg\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .lg\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .lg\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .lg\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .lg\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .lg\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .lg\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .lg\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .lg\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .lg\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .lg\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-base{
    border-radius: 1.875rem;
  }

  .lg\:rounded-bar{
    border-radius: 4rem;
  }

  .lg\:rounded-btn{
    border-radius: 25px;
  }

  .lg\:rounded-activities{
    border-radius: 20px;
  }

  .lg\:rounded-img{
    border-radius: 7px;
  }

  .lg\:rounded-input{
    border-radius: 40px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .lg\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .lg\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .lg\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .lg\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .lg\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .lg\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .lg\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .lg\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .lg\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .lg\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .lg\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .lg\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .lg\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .lg\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .lg\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .lg\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .lg\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .lg\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .lg\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .lg\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .lg\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .lg\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .lg\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .lg\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .lg\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .lg\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .lg\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .lg\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .lg\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .lg\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .lg\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .lg\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .lg\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .lg\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .lg\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .lg\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .lg\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .lg\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .lg\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .lg\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .lg\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .lg\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0px;
  }

  .lg\:border-1{
    border-width: 1px;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-3{
    border-width: 3px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-6{
    border-width: 6px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border-9{
    border-width: 9px;
  }

  .lg\:border-10{
    border-width: 10px;
  }

  .lg\:border-14{
    border-width: 14px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-r-0{
    border-right-width: 0px;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

  .lg\:border-t-1{
    border-top-width: 1px;
  }

  .lg\:border-r-1{
    border-right-width: 1px;
  }

  .lg\:border-b-1{
    border-bottom-width: 1px;
  }

  .lg\:border-l-1{
    border-left-width: 1px;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-t-3{
    border-top-width: 3px;
  }

  .lg\:border-r-3{
    border-right-width: 3px;
  }

  .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  .lg\:border-l-3{
    border-left-width: 3px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-t-6{
    border-top-width: 6px;
  }

  .lg\:border-r-6{
    border-right-width: 6px;
  }

  .lg\:border-b-6{
    border-bottom-width: 6px;
  }

  .lg\:border-l-6{
    border-left-width: 6px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-t-9{
    border-top-width: 9px;
  }

  .lg\:border-r-9{
    border-right-width: 9px;
  }

  .lg\:border-b-9{
    border-bottom-width: 9px;
  }

  .lg\:border-l-9{
    border-left-width: 9px;
  }

  .lg\:border-t-10{
    border-top-width: 10px;
  }

  .lg\:border-r-10{
    border-right-width: 10px;
  }

  .lg\:border-b-10{
    border-bottom-width: 10px;
  }

  .lg\:border-l-10{
    border-left-width: 10px;
  }

  .lg\:border-t-14{
    border-top-width: 14px;
  }

  .lg\:border-r-14{
    border-right-width: 14px;
  }

  .lg\:border-b-14{
    border-bottom-width: 14px;
  }

  .lg\:border-l-14{
    border-left-width: 14px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:box-border{
    box-sizing: border-box;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-caption{
    display: table-caption;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:flow-root{
    display: flow-root;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:inline-grid{
    display: inline-grid;
  }

  .lg\:contents{
    display: contents;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:place-items-auto{
    place-items: auto;
  }

  .lg\:place-items-start{
    place-items: start;
  }

  .lg\:place-items-end{
    place-items: end;
  }

  .lg\:place-items-center{
    place-items: center;
  }

  .lg\:place-items-stretch{
    place-items: stretch;
  }

  .lg\:place-content-center{
    place-content: center;
  }

  .lg\:place-content-start{
    place-content: start;
  }

  .lg\:place-content-end{
    place-content: end;
  }

  .lg\:place-content-between{
    place-content: space-between;
  }

  .lg\:place-content-around{
    place-content: space-around;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  .lg\:place-content-stretch{
    place-content: stretch;
  }

  .lg\:place-self-auto{
    place-self: auto;
  }

  .lg\:place-self-start{
    place-self: start;
  }

  .lg\:place-self-end{
    place-self: end;
  }

  .lg\:place-self-center{
    place-self: center;
  }

  .lg\:place-self-stretch{
    place-self: stretch;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:content-center{
    align-content: center;
  }

  .lg\:content-start{
    align-content: flex-start;
  }

  .lg\:content-end{
    align-content: flex-end;
  }

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:content-around{
    align-content: space-around;
  }

  .lg\:content-evenly{
    align-content: space-evenly;
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:self-stretch{
    align-self: stretch;
  }

  .lg\:justify-items-auto{
    justify-items: auto;
  }

  .lg\:justify-items-start{
    justify-items: start;
  }

  .lg\:justify-items-end{
    justify-items: end;
  }

  .lg\:justify-items-center{
    justify-items: center;
  }

  .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto{
    justify-self: auto;
  }

  .lg\:justify-self-start{
    justify-self: start;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:justify-self-center{
    justify-self: center;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .lg\:order-6{
    order: 6;
  }

  .lg\:order-7{
    order: 7;
  }

  .lg\:order-8{
    order: 8;
  }

  .lg\:order-9{
    order: 9;
  }

  .lg\:order-10{
    order: 10;
  }

  .lg\:order-11{
    order: 11;
  }

  .lg\:order-12{
    order: 12;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

  .lg\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }

  .lg\:clear-none{
    clear: none;
  }

  .lg\:font-sans{
    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";
  }

  .lg\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-OpenSans{
    font-family: Open Sans;
  }

  .lg\:font-Poppins{
    font-family: Poppins;
  }

  .lg\:font-thin{
    font-weight: 100;
  }

  .lg\:font-extralight{
    font-weight: 200;
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0px;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-7{
    height: 1.75rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-11{
    height: 2.75rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-13{
    height: 3.25rem;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-15{
    height: 3.75rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-17{
    height: 4.375rem;
  }

  .lg\:h-18{
    height: 4.5rem;
  }

  .lg\:h-19{
    height: 4.75rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-21{
    height: 5.5rem;
  }

  .lg\:h-22{
    height: 5.625rem;
  }

  .lg\:h-23{
    height: 6.375rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-25{
    height: 6.5rem;
  }

  .lg\:h-26{
    height: 6.75rem;
  }

  .lg\:h-27{
    height: 6.25rem;
  }

  .lg\:h-28{
    height: 7rem;
  }

  .lg\:h-29{
    height: 7.5rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-34{
    height: 8.5rem;
  }

  .lg\:h-35{
    height: 8.75rem;
  }

  .lg\:h-36{
    height: 9rem;
  }

  .lg\:h-37{
    height: 9.125rem;
  }

  .lg\:h-38{
    height: 9.5rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-41{
    height: 10.5rem;
  }

  .lg\:h-42{
    height: 10.625rem;
  }

  .lg\:h-44{
    height: 11rem;
  }

  .lg\:h-45{
    height: 11.875rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-49{
    height: 12.5rem;
  }

  .lg\:h-51{
    height: 13.375rem;
  }

  .lg\:h-52{
    height: 13rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-57{
    height: 14.375rem;
  }

  .lg\:h-60{
    height: 15rem;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-65{
    height: 17rem;
  }

  .lg\:h-66{
    height: 17.5rem;
  }

  .lg\:h-72{
    height: 18rem;
  }

  .lg\:h-73{
    height: 18.5rem;
  }

  .lg\:h-80{
    height: 20rem;
  }

  .lg\:h-81{
    height: 21.5rem;
  }

  .lg\:h-82{
    height: 22rem;
  }

  .lg\:h-83{
    height: 23.8125rem;
  }

  .lg\:h-84{
    height: 23rem;
  }

  .lg\:h-94{
    height: 28rem;
  }

  .lg\:h-96{
    height: 24rem;
  }

  .lg\:h-98{
    height: 32rem;
  }

  .lg\:h-100{
    height: 90%;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-0\.5{
    height: 0.125rem;
  }

  .lg\:h-1\.5{
    height: 0.375rem;
  }

  .lg\:h-2\.5{
    height: 0.625rem;
  }

  .lg\:h-3\.5{
    height: 0.875rem;
  }

  .lg\:h-4\.5{
    height: 1.125rem;
  }

  .lg\:h-5\.5{
    height: 1.375rem;
  }

  .lg\:h-6\.5{
    height: 1.625rem;
  }

  .lg\:h-7\.5{
    height: 1.875rem;
  }

  .lg\:h-8\.5{
    height: 2.125rem;
  }

  .lg\:h-9\.5{
    height: 2.375rem;
  }

  .lg\:h-10\.5{
    height: 2.625rem;
  }

  .lg\:h-11\.5{
    height: 2.875rem;
  }

  .lg\:h-12\.5{
    height: 3.125rem;
  }

  .lg\:h-13\.5{
    height: 3.375rem;
  }

  .lg\:h-15\.5{
    height: 3.8rem;
  }

  .lg\:h-16\.5{
    height: 4.25rem;
  }

  .lg\:h-17\.5{
    height: 4.25rem;
  }

  .lg\:h-18\.5{
    height: 4.625rem;
  }

  .lg\:h-20\.5{
    height: 5.25rem;
  }

  .lg\:h-21\.5{
    height: 5.75rem;
  }

  .lg\:h-22\.5{
    height: 5.875rem;
  }

  .lg\:h-24\.5{
    height: 6.625rem;
  }

  .lg\:h-28\.5{
    height: 7.375rem;
  }

  .lg\:h-29\.5{
    height: 7.75rem;
  }

  .lg\:h-32\.5{
    height: 8.5rem;
  }

  .lg\:h-33\.5{
    height: 8.8125rem;
  }

  .lg\:h-42\.5{
    height: 10.875rem;
  }

  .lg\:h-49\.5{
    height: 12.75rem;
  }

  .lg\:h-72\.5{
    height: 18.25rem;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-1\/3{
    height: 33.333333%;
  }

  .lg\:h-2\/3{
    height: 66.666667%;
  }

  .lg\:h-1\/4{
    height: 25%;
  }

  .lg\:h-2\/4{
    height: 50%;
  }

  .lg\:h-3\/4{
    height: 75%;
  }

  .lg\:h-1\/5{
    height: 20%;
  }

  .lg\:h-2\/5{
    height: 40%;
  }

  .lg\:h-3\/5{
    height: 60%;
  }

  .lg\:h-4\/5{
    height: 80%;
  }

  .lg\:h-1\/6{
    height: 16.666667%;
  }

  .lg\:h-2\/6{
    height: 33.333333%;
  }

  .lg\:h-3\/6{
    height: 50%;
  }

  .lg\:h-4\/6{
    height: 66.666667%;
  }

  .lg\:h-5\/6{
    height: 83.333333%;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-1\.4{
    height: 0.3125rem;
  }

  .lg\:h-14\.5{
    height: 3.875rem;
  }

  .lg\:h-52\.5{
    height: 13.5rem;
  }

  .lg\:h-56\.5{
    height: 14.625rem;
  }

  .lg\:h-64\.5{
    height: 16.5rem;
  }

  .lg\:h-66\.5{
    height: 17.625rem;
  }

  .lg\:h-80\.5{
    height: 20.25rem;
  }

  .lg\:h-81\.5{
    height: 21.125rem;
  }

  .lg\:h-icons-xxl{
    height: 103px;
  }

  .lg\:h-activities{
    height: 416px;
  }

  .lg\:h-activities-sm{
    height: 215px;
  }

  .lg\:h-community{
    height: 390px;
  }

  .lg\:h-community-md{
    height: 420px;
  }

  .lg\:h-community-sm{
    height: 515px;
  }

  .lg\:h-slide{
    height: 792px;
  }

  .lg\:h-slide-md{
    height: 640px;
  }

  .lg\:h-slide-sm{
    height: 443px;
  }

  .lg\:h-bg-commission{
    height: 303px;
  }

  .lg\:h-bg-commission-sm{
    height: 94px;
  }

  .lg\:h-bg-commission-md{
    height: 200px;
  }

  .lg\:h-item-commission{
    height: 201px;
  }

  .lg\:h-item-commission-sm{
    height: 165px;
  }

  .lg\:h-about{
    height: 661px;
  }

  .lg\:h-about-sm{
    height: 290px;
  }

  .lg\:h-about-md{
    height: 350px;
  }

  .lg\:h-items{
    height: 273px;
  }

  .lg\:h-items-sm{
    height: 230px;
  }

  .lg\:h-items-2{
    height: 317px;
  }

  .lg\:h-items-2-sm{
    height: 260px;
  }

  .lg\:h-news{
    height: 568px;
  }

  .lg\:h-news-sm{
    height: 240px;
  }

  .lg\:h-news2{
    height: 277px;
  }

  .lg\:h-news3{
    height: 259px;
  }

  .lg\:h-img-vision{
    height: 496px;
  }

  .lg\:h-directive{
    height: 492px;
  }

  .lg\:h-directive-md{
    height: 392px;
  }

  .lg\:h-directive-sm{
    height: 270px;
  }

  .lg\:h-img-vision-md{
    height: 300px;
  }

  .lg\:h-img-vision-sm{
    height: 220px;
  }

  .lg\:h-circle{
    height: 120px;
  }

  .lg\:h-circle-xl{
    height: 215px;
  }

  .lg\:h-value{
    height: 196px;
  }

  .lg\:h-modal{
    height: 661px;
  }

  .lg\:h-modal-lg{
    height: 480px;
  }

  .lg\:h-modal-md{
    height: 400px;
  }

  .lg\:h-modal-sm{
    height: 280px;
  }

  .lg\:h-hero{
    height: 424px;
  }

  .lg\:h-hero-md{
    height: 300px;
  }

  .lg\:h-hero-sm{
    height: 240px;
  }

  .lg\:h-form{
    height: 382px;
  }

  .lg\:h-login{
    height: 1008px;
  }

  .lg\:h-login-lg{
    height: 900px;
  }

  .lg\:h-login-sm{
    height: 500px;
  }

  .lg\:h-because{
    height: 117px;
  }

  .lg\:h-because-sm{
    height: 80px;
  }

  .lg\:h-debate{
    height: 368px;
  }

  .lg\:h-debate-sm{
    height: 280px;
  }

  .lg\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .lg\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .lg\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .lg\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .lg\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .lg\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .lg\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .lg\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .lg\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .lg\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .lg\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .lg\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .lg\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .lg\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .lg\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .lg\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .lg\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .lg\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .lg\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .lg\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .lg\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .lg\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .lg\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .lg\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .lg\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .lg\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .lg\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .lg\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .lg\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .lg\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .lg\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .lg\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .lg\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .lg\:leading-3{
    line-height: .75rem;
  }

  .lg\:leading-4{
    line-height: 1rem;
  }

  .lg\:leading-5{
    line-height: 1.25rem;
  }

  .lg\:leading-6{
    line-height: 1.5rem;
  }

  .lg\:leading-7{
    line-height: 1.75rem;
  }

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-10{
    line-height: 2.5rem;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:leading-loose{
    line-height: 2;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:m-0{
    margin: 0px;
  }

  .lg\:m-1{
    margin: 0.25rem;
  }

  .lg\:m-2{
    margin: 0.5rem;
  }

  .lg\:m-3{
    margin: 0.75rem;
  }

  .lg\:m-4{
    margin: 1rem;
  }

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:m-6{
    margin: 1.5rem;
  }

  .lg\:m-7{
    margin: 1.75rem;
  }

  .lg\:m-8{
    margin: 2rem;
  }

  .lg\:m-9{
    margin: 2.25rem;
  }

  .lg\:m-10{
    margin: 2.5rem;
  }

  .lg\:m-11{
    margin: 2.75rem;
  }

  .lg\:m-12{
    margin: 3rem;
  }

  .lg\:m-13{
    margin: 3.375rem;
  }

  .lg\:m-14{
    margin: 3.5rem;
  }

  .lg\:m-15{
    margin: 3.75rem;
  }

  .lg\:m-16{
    margin: 4rem;
  }

  .lg\:m-17{
    margin: 4.375rem;
  }

  .lg\:m-18{
    margin: 4.5rem;
  }

  .lg\:m-19{
    margin: 4.75rem;
  }

  .lg\:m-20{
    margin: 5rem;
  }

  .lg\:m-21{
    margin: 5.5rem;
  }

  .lg\:m-22{
    margin: 5.625rem;
  }

  .lg\:m-23{
    margin: 6.125rem;
  }

  .lg\:m-24{
    margin: 6rem;
  }

  .lg\:m-25{
    margin: 6.5rem;
  }

  .lg\:m-26{
    margin: 6.75rem;
  }

  .lg\:m-27{
    margin: 6.25rem;
  }

  .lg\:m-28{
    margin: 7rem;
  }

  .lg\:m-29{
    margin: 7.5rem;
  }

  .lg\:m-32{
    margin: 8rem;
  }

  .lg\:m-34{
    margin: 8.5rem;
  }

  .lg\:m-35{
    margin: 8.75rem;
  }

  .lg\:m-36{
    margin: 9rem;
  }

  .lg\:m-37{
    margin: 9.125rem;
  }

  .lg\:m-38{
    margin: 9.5rem;
  }

  .lg\:m-40{
    margin: 10rem;
  }

  .lg\:m-41{
    margin: 10.5rem;
  }

  .lg\:m-42{
    margin: 10.625rem;
  }

  .lg\:m-44{
    margin: 11rem;
  }

  .lg\:m-45{
    margin: 11.25rem;
  }

  .lg\:m-48{
    margin: 12rem;
  }

  .lg\:m-49{
    margin: 12.5rem;
  }

  .lg\:m-52{
    margin: 13rem;
  }

  .lg\:m-56{
    margin: 14rem;
  }

  .lg\:m-57{
    margin: 14.375rem;
  }

  .lg\:m-60{
    margin: 15rem;
  }

  .lg\:m-64{
    margin: 16rem;
  }

  .lg\:m-72{
    margin: 18rem;
  }

  .lg\:m-80{
    margin: 20rem;
  }

  .lg\:m-82{
    margin: 22rem;
  }

  .lg\:m-83{
    margin: 23.8125rem;
  }

  .lg\:m-96{
    margin: 24rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:m-0\.5{
    margin: 0.125rem;
  }

  .lg\:m-1\.5{
    margin: 0.375rem;
  }

  .lg\:m-2\.5{
    margin: 0.625rem;
  }

  .lg\:m-3\.5{
    margin: 0.875rem;
  }

  .lg\:m-4\.5{
    margin: 1.125rem;
  }

  .lg\:m-5\.5{
    margin: 1.375rem;
  }

  .lg\:m-6\.5{
    margin: 1.625rem;
  }

  .lg\:m-7\.5{
    margin: 1.875rem;
  }

  .lg\:m-8\.5{
    margin: 2.125rem;
  }

  .lg\:m-9\.5{
    margin: 2.375rem;
  }

  .lg\:m-10\.5{
    margin: 2.625rem;
  }

  .lg\:m-11\.5{
    margin: 2.875rem;
  }

  .lg\:m-12\.5{
    margin: 3.125rem;
  }

  .lg\:m-13\.5{
    margin: 3.25rem;
  }

  .lg\:m-15\.5{
    margin: 3.8rem;
  }

  .lg\:m-16\.5{
    margin: 4.125rem;
  }

  .lg\:m-17\.5{
    margin: 4.25rem;
  }

  .lg\:m-18\.5{
    margin: 4.625rem;
  }

  .lg\:m-20\.5{
    margin: 5.25rem;
  }

  .lg\:m-21\.5{
    margin: 5.75rem;
  }

  .lg\:m-22\.5{
    margin: 5.875rem;
  }

  .lg\:m-24\.5{
    margin: 6.8125rem;
  }

  .lg\:m-28\.5{
    margin: 7.375rem;
  }

  .lg\:m-29\.5{
    margin: 7.75rem;
  }

  .lg\:m-32\.5{
    margin: 8.125rem;
  }

  .lg\:m-33\.5{
    margin: 8.8125rem;
  }

  .lg\:m-42\.5{
    margin: 10.875rem;
  }

  .lg\:m-49\.5{
    margin: 12.75rem;
  }

  .lg\:m-72\.5{
    margin: 18.25rem;
  }

  .lg\:-m-0{
    margin: 0px;
  }

  .lg\:-m-1{
    margin: -0.25rem;
  }

  .lg\:-m-2{
    margin: -0.5rem;
  }

  .lg\:-m-3{
    margin: -0.75rem;
  }

  .lg\:-m-4{
    margin: -1rem;
  }

  .lg\:-m-5{
    margin: -1.25rem;
  }

  .lg\:-m-6{
    margin: -1.5rem;
  }

  .lg\:-m-7{
    margin: -1.75rem;
  }

  .lg\:-m-8{
    margin: -2rem;
  }

  .lg\:-m-9{
    margin: -2.25rem;
  }

  .lg\:-m-10{
    margin: -2.5rem;
  }

  .lg\:-m-11{
    margin: -2.75rem;
  }

  .lg\:-m-12{
    margin: -3rem;
  }

  .lg\:-m-13{
    margin: -3.375rem;
  }

  .lg\:-m-14{
    margin: -3.5rem;
  }

  .lg\:-m-15{
    margin: -3.75rem;
  }

  .lg\:-m-16{
    margin: -4rem;
  }

  .lg\:-m-17{
    margin: -4.375rem;
  }

  .lg\:-m-18{
    margin: -4.5rem;
  }

  .lg\:-m-19{
    margin: -4.75rem;
  }

  .lg\:-m-20{
    margin: -5rem;
  }

  .lg\:-m-21{
    margin: -5.5rem;
  }

  .lg\:-m-22{
    margin: -5.625rem;
  }

  .lg\:-m-23{
    margin: -6.125rem;
  }

  .lg\:-m-24{
    margin: -6rem;
  }

  .lg\:-m-25{
    margin: -6.5rem;
  }

  .lg\:-m-26{
    margin: -6.75rem;
  }

  .lg\:-m-27{
    margin: -6.25rem;
  }

  .lg\:-m-28{
    margin: -7rem;
  }

  .lg\:-m-29{
    margin: -7.5rem;
  }

  .lg\:-m-32{
    margin: -8rem;
  }

  .lg\:-m-34{
    margin: -8.5rem;
  }

  .lg\:-m-35{
    margin: -8.75rem;
  }

  .lg\:-m-36{
    margin: -9rem;
  }

  .lg\:-m-37{
    margin: -9.125rem;
  }

  .lg\:-m-38{
    margin: -9.5rem;
  }

  .lg\:-m-40{
    margin: -10rem;
  }

  .lg\:-m-41{
    margin: -10.5rem;
  }

  .lg\:-m-42{
    margin: -10.625rem;
  }

  .lg\:-m-44{
    margin: -11rem;
  }

  .lg\:-m-45{
    margin: -11.25rem;
  }

  .lg\:-m-48{
    margin: -12rem;
  }

  .lg\:-m-49{
    margin: -12.5rem;
  }

  .lg\:-m-52{
    margin: -13rem;
  }

  .lg\:-m-56{
    margin: -14rem;
  }

  .lg\:-m-57{
    margin: -14.375rem;
  }

  .lg\:-m-60{
    margin: -15rem;
  }

  .lg\:-m-64{
    margin: -16rem;
  }

  .lg\:-m-72{
    margin: -18rem;
  }

  .lg\:-m-80{
    margin: -20rem;
  }

  .lg\:-m-82{
    margin: -22rem;
  }

  .lg\:-m-83{
    margin: -23.8125rem;
  }

  .lg\:-m-96{
    margin: -24rem;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:-m-0\.5{
    margin: -0.125rem;
  }

  .lg\:-m-1\.5{
    margin: -0.375rem;
  }

  .lg\:-m-2\.5{
    margin: -0.625rem;
  }

  .lg\:-m-3\.5{
    margin: -0.875rem;
  }

  .lg\:-m-4\.5{
    margin: -1.125rem;
  }

  .lg\:-m-5\.5{
    margin: -1.375rem;
  }

  .lg\:-m-6\.5{
    margin: -1.625rem;
  }

  .lg\:-m-7\.5{
    margin: -1.875rem;
  }

  .lg\:-m-8\.5{
    margin: -2.125rem;
  }

  .lg\:-m-9\.5{
    margin: -2.375rem;
  }

  .lg\:-m-10\.5{
    margin: -2.625rem;
  }

  .lg\:-m-11\.5{
    margin: -2.875rem;
  }

  .lg\:-m-12\.5{
    margin: -3.125rem;
  }

  .lg\:-m-13\.5{
    margin: -3.25rem;
  }

  .lg\:-m-15\.5{
    margin: -3.8rem;
  }

  .lg\:-m-16\.5{
    margin: -4.125rem;
  }

  .lg\:-m-17\.5{
    margin: -4.25rem;
  }

  .lg\:-m-18\.5{
    margin: -4.625rem;
  }

  .lg\:-m-20\.5{
    margin: -5.25rem;
  }

  .lg\:-m-21\.5{
    margin: -5.75rem;
  }

  .lg\:-m-22\.5{
    margin: -5.875rem;
  }

  .lg\:-m-24\.5{
    margin: -6.8125rem;
  }

  .lg\:-m-28\.5{
    margin: -7.375rem;
  }

  .lg\:-m-29\.5{
    margin: -7.75rem;
  }

  .lg\:-m-32\.5{
    margin: -8.125rem;
  }

  .lg\:-m-33\.5{
    margin: -8.8125rem;
  }

  .lg\:-m-42\.5{
    margin: -10.875rem;
  }

  .lg\:-m-49\.5{
    margin: -12.75rem;
  }

  .lg\:-m-72\.5{
    margin: -18.25rem;
  }

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .lg\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .lg\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .lg\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .lg\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .lg\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .lg\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .lg\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .lg\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .lg\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .lg\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .lg\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .lg\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .lg\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .lg\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .lg\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .lg\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .lg\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .lg\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .lg\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .lg\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .lg\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .lg\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .lg\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .lg\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .lg\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .lg\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .lg\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .lg\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .lg\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .lg\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .lg\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .lg\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .lg\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .lg\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .lg\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .lg\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .lg\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .lg\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .lg\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .lg\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .lg\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .lg\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .lg\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .lg\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .lg\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .lg\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .lg\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .lg\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .lg\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .lg\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .lg\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .lg\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .lg\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .lg\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .lg\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .lg\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .lg\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .lg\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .lg\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .lg\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .lg\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .lg\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .lg\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .lg\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .lg\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .lg\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .lg\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .lg\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .lg\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .lg\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .lg\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .lg\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .lg\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .lg\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .lg\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .lg\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .lg\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .lg\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .lg\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .lg\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .lg\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .lg\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .lg\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .lg\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .lg\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .lg\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .lg\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .lg\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .lg\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .lg\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .lg\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .lg\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .lg\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .lg\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .lg\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .lg\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .lg\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .lg\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .lg\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .lg\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .lg\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .lg\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .lg\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .lg\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .lg\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .lg\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .lg\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .lg\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .lg\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .lg\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .lg\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .lg\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .lg\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .lg\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .lg\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .lg\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .lg\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .lg\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .lg\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .lg\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .lg\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .lg\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .lg\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .lg\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .lg\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .lg\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .lg\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .lg\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .lg\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .lg\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .lg\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .lg\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .lg\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .lg\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .lg\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .lg\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .lg\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .lg\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .lg\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .lg\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .lg\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .lg\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mt-7{
    margin-top: 1.75rem;
  }

  .lg\:mr-7{
    margin-right: 1.75rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7{
    margin-left: 1.75rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mt-9{
    margin-top: 2.25rem;
  }

  .lg\:mr-9{
    margin-right: 2.25rem;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9{
    margin-left: 2.25rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-11{
    margin-top: 2.75rem;
  }

  .lg\:mr-11{
    margin-right: 2.75rem;
  }

  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }

  .lg\:ml-11{
    margin-left: 2.75rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:mt-13{
    margin-top: 3.375rem;
  }

  .lg\:mr-13{
    margin-right: 3.375rem;
  }

  .lg\:mb-13{
    margin-bottom: 3.375rem;
  }

  .lg\:ml-13{
    margin-left: 3.375rem;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

  .lg\:mr-14{
    margin-right: 3.5rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14{
    margin-left: 3.5rem;
  }

  .lg\:mt-15{
    margin-top: 3.75rem;
  }

  .lg\:mr-15{
    margin-right: 3.75rem;
  }

  .lg\:mb-15{
    margin-bottom: 3.75rem;
  }

  .lg\:ml-15{
    margin-left: 3.75rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:mt-17{
    margin-top: 4.375rem;
  }

  .lg\:mr-17{
    margin-right: 4.375rem;
  }

  .lg\:mb-17{
    margin-bottom: 4.375rem;
  }

  .lg\:ml-17{
    margin-left: 4.375rem;
  }

  .lg\:mt-18{
    margin-top: 4.5rem;
  }

  .lg\:mr-18{
    margin-right: 4.5rem;
  }

  .lg\:mb-18{
    margin-bottom: 4.5rem;
  }

  .lg\:ml-18{
    margin-left: 4.5rem;
  }

  .lg\:mt-19{
    margin-top: 4.75rem;
  }

  .lg\:mr-19{
    margin-right: 4.75rem;
  }

  .lg\:mb-19{
    margin-bottom: 4.75rem;
  }

  .lg\:ml-19{
    margin-left: 4.75rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:mt-21{
    margin-top: 5.5rem;
  }

  .lg\:mr-21{
    margin-right: 5.5rem;
  }

  .lg\:mb-21{
    margin-bottom: 5.5rem;
  }

  .lg\:ml-21{
    margin-left: 5.5rem;
  }

  .lg\:mt-22{
    margin-top: 5.625rem;
  }

  .lg\:mr-22{
    margin-right: 5.625rem;
  }

  .lg\:mb-22{
    margin-bottom: 5.625rem;
  }

  .lg\:ml-22{
    margin-left: 5.625rem;
  }

  .lg\:mt-23{
    margin-top: 6.125rem;
  }

  .lg\:mr-23{
    margin-right: 6.125rem;
  }

  .lg\:mb-23{
    margin-bottom: 6.125rem;
  }

  .lg\:ml-23{
    margin-left: 6.125rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:mt-25{
    margin-top: 6.5rem;
  }

  .lg\:mr-25{
    margin-right: 6.5rem;
  }

  .lg\:mb-25{
    margin-bottom: 6.5rem;
  }

  .lg\:ml-25{
    margin-left: 6.5rem;
  }

  .lg\:mt-26{
    margin-top: 6.75rem;
  }

  .lg\:mr-26{
    margin-right: 6.75rem;
  }

  .lg\:mb-26{
    margin-bottom: 6.75rem;
  }

  .lg\:ml-26{
    margin-left: 6.75rem;
  }

  .lg\:mt-27{
    margin-top: 6.25rem;
  }

  .lg\:mr-27{
    margin-right: 6.25rem;
  }

  .lg\:mb-27{
    margin-bottom: 6.25rem;
  }

  .lg\:ml-27{
    margin-left: 6.25rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:mr-28{
    margin-right: 7rem;
  }

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

  .lg\:ml-28{
    margin-left: 7rem;
  }

  .lg\:mt-29{
    margin-top: 7.5rem;
  }

  .lg\:mr-29{
    margin-right: 7.5rem;
  }

  .lg\:mb-29{
    margin-bottom: 7.5rem;
  }

  .lg\:ml-29{
    margin-left: 7.5rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:mt-34{
    margin-top: 8.5rem;
  }

  .lg\:mr-34{
    margin-right: 8.5rem;
  }

  .lg\:mb-34{
    margin-bottom: 8.5rem;
  }

  .lg\:ml-34{
    margin-left: 8.5rem;
  }

  .lg\:mt-35{
    margin-top: 8.75rem;
  }

  .lg\:mr-35{
    margin-right: 8.75rem;
  }

  .lg\:mb-35{
    margin-bottom: 8.75rem;
  }

  .lg\:ml-35{
    margin-left: 8.75rem;
  }

  .lg\:mt-36{
    margin-top: 9rem;
  }

  .lg\:mr-36{
    margin-right: 9rem;
  }

  .lg\:mb-36{
    margin-bottom: 9rem;
  }

  .lg\:ml-36{
    margin-left: 9rem;
  }

  .lg\:mt-37{
    margin-top: 9.125rem;
  }

  .lg\:mr-37{
    margin-right: 9.125rem;
  }

  .lg\:mb-37{
    margin-bottom: 9.125rem;
  }

  .lg\:ml-37{
    margin-left: 9.125rem;
  }

  .lg\:mt-38{
    margin-top: 9.5rem;
  }

  .lg\:mr-38{
    margin-right: 9.5rem;
  }

  .lg\:mb-38{
    margin-bottom: 9.5rem;
  }

  .lg\:ml-38{
    margin-left: 9.5rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mr-40{
    margin-right: 10rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:ml-40{
    margin-left: 10rem;
  }

  .lg\:mt-41{
    margin-top: 10.5rem;
  }

  .lg\:mr-41{
    margin-right: 10.5rem;
  }

  .lg\:mb-41{
    margin-bottom: 10.5rem;
  }

  .lg\:ml-41{
    margin-left: 10.5rem;
  }

  .lg\:mt-42{
    margin-top: 10.625rem;
  }

  .lg\:mr-42{
    margin-right: 10.625rem;
  }

  .lg\:mb-42{
    margin-bottom: 10.625rem;
  }

  .lg\:ml-42{
    margin-left: 10.625rem;
  }

  .lg\:mt-44{
    margin-top: 11rem;
  }

  .lg\:mr-44{
    margin-right: 11rem;
  }

  .lg\:mb-44{
    margin-bottom: 11rem;
  }

  .lg\:ml-44{
    margin-left: 11rem;
  }

  .lg\:mt-45{
    margin-top: 11.25rem;
  }

  .lg\:mr-45{
    margin-right: 11.25rem;
  }

  .lg\:mb-45{
    margin-bottom: 11.25rem;
  }

  .lg\:ml-45{
    margin-left: 11.25rem;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mr-48{
    margin-right: 12rem;
  }

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:mt-49{
    margin-top: 12.5rem;
  }

  .lg\:mr-49{
    margin-right: 12.5rem;
  }

  .lg\:mb-49{
    margin-bottom: 12.5rem;
  }

  .lg\:ml-49{
    margin-left: 12.5rem;
  }

  .lg\:mt-52{
    margin-top: 13rem;
  }

  .lg\:mr-52{
    margin-right: 13rem;
  }

  .lg\:mb-52{
    margin-bottom: 13rem;
  }

  .lg\:ml-52{
    margin-left: 13rem;
  }

  .lg\:mt-56{
    margin-top: 14rem;
  }

  .lg\:mr-56{
    margin-right: 14rem;
  }

  .lg\:mb-56{
    margin-bottom: 14rem;
  }

  .lg\:ml-56{
    margin-left: 14rem;
  }

  .lg\:mt-57{
    margin-top: 14.375rem;
  }

  .lg\:mr-57{
    margin-right: 14.375rem;
  }

  .lg\:mb-57{
    margin-bottom: 14.375rem;
  }

  .lg\:ml-57{
    margin-left: 14.375rem;
  }

  .lg\:mt-60{
    margin-top: 15rem;
  }

  .lg\:mr-60{
    margin-right: 15rem;
  }

  .lg\:mb-60{
    margin-bottom: 15rem;
  }

  .lg\:ml-60{
    margin-left: 15rem;
  }

  .lg\:mt-64{
    margin-top: 16rem;
  }

  .lg\:mr-64{
    margin-right: 16rem;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:mt-72{
    margin-top: 18rem;
  }

  .lg\:mr-72{
    margin-right: 18rem;
  }

  .lg\:mb-72{
    margin-bottom: 18rem;
  }

  .lg\:ml-72{
    margin-left: 18rem;
  }

  .lg\:mt-80{
    margin-top: 20rem;
  }

  .lg\:mr-80{
    margin-right: 20rem;
  }

  .lg\:mb-80{
    margin-bottom: 20rem;
  }

  .lg\:ml-80{
    margin-left: 20rem;
  }

  .lg\:mt-82{
    margin-top: 22rem;
  }

  .lg\:mr-82{
    margin-right: 22rem;
  }

  .lg\:mb-82{
    margin-bottom: 22rem;
  }

  .lg\:ml-82{
    margin-left: 22rem;
  }

  .lg\:mt-83{
    margin-top: 23.8125rem;
  }

  .lg\:mr-83{
    margin-right: 23.8125rem;
  }

  .lg\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .lg\:ml-83{
    margin-left: 23.8125rem;
  }

  .lg\:mt-96{
    margin-top: 24rem;
  }

  .lg\:mr-96{
    margin-right: 24rem;
  }

  .lg\:mb-96{
    margin-bottom: 24rem;
  }

  .lg\:ml-96{
    margin-left: 24rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .lg\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .lg\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .lg\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .lg\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .lg\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .lg\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .lg\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .lg\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .lg\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .lg\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .lg\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .lg\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .lg\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .lg\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .lg\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .lg\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .lg\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .lg\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .lg\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .lg\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .lg\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .lg\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .lg\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .lg\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .lg\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .lg\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .lg\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .lg\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .lg\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .lg\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .lg\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .lg\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .lg\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .lg\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .lg\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .lg\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .lg\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .lg\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .lg\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .lg\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .lg\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .lg\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .lg\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .lg\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .lg\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .lg\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .lg\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .lg\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .lg\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .lg\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .lg\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .lg\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .lg\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .lg\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .lg\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .lg\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .lg\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .lg\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .lg\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .lg\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .lg\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .lg\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .lg\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .lg\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .lg\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .lg\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .lg\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .lg\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .lg\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .lg\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .lg\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .lg\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .lg\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .lg\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .lg\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .lg\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .lg\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .lg\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .lg\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .lg\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .lg\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .lg\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .lg\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .lg\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .lg\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .lg\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .lg\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .lg\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .lg\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .lg\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .lg\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .lg\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .lg\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .lg\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .lg\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .lg\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .lg\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .lg\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .lg\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .lg\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .lg\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .lg\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .lg\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .lg\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .lg\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .lg\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .lg\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .lg\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .lg\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .lg\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .lg\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .lg\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .lg\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .lg\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .lg\:-mt-0{
    margin-top: 0px;
  }

  .lg\:-mr-0{
    margin-right: 0px;
  }

  .lg\:-mb-0{
    margin-bottom: 0px;
  }

  .lg\:-ml-0{
    margin-left: 0px;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-mt-7{
    margin-top: -1.75rem;
  }

  .lg\:-mr-7{
    margin-right: -1.75rem;
  }

  .lg\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .lg\:-ml-7{
    margin-left: -1.75rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-mt-9{
    margin-top: -2.25rem;
  }

  .lg\:-mr-9{
    margin-right: -2.25rem;
  }

  .lg\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9{
    margin-left: -2.25rem;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  .lg\:-mt-11{
    margin-top: -2.75rem;
  }

  .lg\:-mr-11{
    margin-right: -2.75rem;
  }

  .lg\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .lg\:-ml-11{
    margin-left: -2.75rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-mt-13{
    margin-top: -3.375rem;
  }

  .lg\:-mr-13{
    margin-right: -3.375rem;
  }

  .lg\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .lg\:-ml-13{
    margin-left: -3.375rem;
  }

  .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  .lg\:-mr-14{
    margin-right: -3.5rem;
  }

  .lg\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14{
    margin-left: -3.5rem;
  }

  .lg\:-mt-15{
    margin-top: -3.75rem;
  }

  .lg\:-mr-15{
    margin-right: -3.75rem;
  }

  .lg\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-15{
    margin-left: -3.75rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mr-16{
    margin-right: -4rem;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-mt-17{
    margin-top: -4.375rem;
  }

  .lg\:-mr-17{
    margin-right: -4.375rem;
  }

  .lg\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .lg\:-ml-17{
    margin-left: -4.375rem;
  }

  .lg\:-mt-18{
    margin-top: -4.5rem;
  }

  .lg\:-mr-18{
    margin-right: -4.5rem;
  }

  .lg\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .lg\:-ml-18{
    margin-left: -4.5rem;
  }

  .lg\:-mt-19{
    margin-top: -4.75rem;
  }

  .lg\:-mr-19{
    margin-right: -4.75rem;
  }

  .lg\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .lg\:-ml-19{
    margin-left: -4.75rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mr-20{
    margin-right: -5rem;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-mt-21{
    margin-top: -5.5rem;
  }

  .lg\:-mr-21{
    margin-right: -5.5rem;
  }

  .lg\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .lg\:-ml-21{
    margin-left: -5.5rem;
  }

  .lg\:-mt-22{
    margin-top: -5.625rem;
  }

  .lg\:-mr-22{
    margin-right: -5.625rem;
  }

  .lg\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .lg\:-ml-22{
    margin-left: -5.625rem;
  }

  .lg\:-mt-23{
    margin-top: -6.125rem;
  }

  .lg\:-mr-23{
    margin-right: -6.125rem;
  }

  .lg\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .lg\:-ml-23{
    margin-left: -6.125rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mr-24{
    margin-right: -6rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-ml-24{
    margin-left: -6rem;
  }

  .lg\:-mt-25{
    margin-top: -6.5rem;
  }

  .lg\:-mr-25{
    margin-right: -6.5rem;
  }

  .lg\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .lg\:-ml-25{
    margin-left: -6.5rem;
  }

  .lg\:-mt-26{
    margin-top: -6.75rem;
  }

  .lg\:-mr-26{
    margin-right: -6.75rem;
  }

  .lg\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .lg\:-ml-26{
    margin-left: -6.75rem;
  }

  .lg\:-mt-27{
    margin-top: -6.25rem;
  }

  .lg\:-mr-27{
    margin-right: -6.25rem;
  }

  .lg\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .lg\:-ml-27{
    margin-left: -6.25rem;
  }

  .lg\:-mt-28{
    margin-top: -7rem;
  }

  .lg\:-mr-28{
    margin-right: -7rem;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  .lg\:-ml-28{
    margin-left: -7rem;
  }

  .lg\:-mt-29{
    margin-top: -7.5rem;
  }

  .lg\:-mr-29{
    margin-right: -7.5rem;
  }

  .lg\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .lg\:-ml-29{
    margin-left: -7.5rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mr-32{
    margin-right: -8rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:-ml-32{
    margin-left: -8rem;
  }

  .lg\:-mt-34{
    margin-top: -8.5rem;
  }

  .lg\:-mr-34{
    margin-right: -8.5rem;
  }

  .lg\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .lg\:-ml-34{
    margin-left: -8.5rem;
  }

  .lg\:-mt-35{
    margin-top: -8.75rem;
  }

  .lg\:-mr-35{
    margin-right: -8.75rem;
  }

  .lg\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .lg\:-ml-35{
    margin-left: -8.75rem;
  }

  .lg\:-mt-36{
    margin-top: -9rem;
  }

  .lg\:-mr-36{
    margin-right: -9rem;
  }

  .lg\:-mb-36{
    margin-bottom: -9rem;
  }

  .lg\:-ml-36{
    margin-left: -9rem;
  }

  .lg\:-mt-37{
    margin-top: -9.125rem;
  }

  .lg\:-mr-37{
    margin-right: -9.125rem;
  }

  .lg\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .lg\:-ml-37{
    margin-left: -9.125rem;
  }

  .lg\:-mt-38{
    margin-top: -9.5rem;
  }

  .lg\:-mr-38{
    margin-right: -9.5rem;
  }

  .lg\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .lg\:-ml-38{
    margin-left: -9.5rem;
  }

  .lg\:-mt-40{
    margin-top: -10rem;
  }

  .lg\:-mr-40{
    margin-right: -10rem;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  .lg\:-ml-40{
    margin-left: -10rem;
  }

  .lg\:-mt-41{
    margin-top: -10.5rem;
  }

  .lg\:-mr-41{
    margin-right: -10.5rem;
  }

  .lg\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .lg\:-ml-41{
    margin-left: -10.5rem;
  }

  .lg\:-mt-42{
    margin-top: -10.625rem;
  }

  .lg\:-mr-42{
    margin-right: -10.625rem;
  }

  .lg\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .lg\:-ml-42{
    margin-left: -10.625rem;
  }

  .lg\:-mt-44{
    margin-top: -11rem;
  }

  .lg\:-mr-44{
    margin-right: -11rem;
  }

  .lg\:-mb-44{
    margin-bottom: -11rem;
  }

  .lg\:-ml-44{
    margin-left: -11rem;
  }

  .lg\:-mt-45{
    margin-top: -11.25rem;
  }

  .lg\:-mr-45{
    margin-right: -11.25rem;
  }

  .lg\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .lg\:-ml-45{
    margin-left: -11.25rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:-ml-48{
    margin-left: -12rem;
  }

  .lg\:-mt-49{
    margin-top: -12.5rem;
  }

  .lg\:-mr-49{
    margin-right: -12.5rem;
  }

  .lg\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .lg\:-ml-49{
    margin-left: -12.5rem;
  }

  .lg\:-mt-52{
    margin-top: -13rem;
  }

  .lg\:-mr-52{
    margin-right: -13rem;
  }

  .lg\:-mb-52{
    margin-bottom: -13rem;
  }

  .lg\:-ml-52{
    margin-left: -13rem;
  }

  .lg\:-mt-56{
    margin-top: -14rem;
  }

  .lg\:-mr-56{
    margin-right: -14rem;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:-ml-56{
    margin-left: -14rem;
  }

  .lg\:-mt-57{
    margin-top: -14.375rem;
  }

  .lg\:-mr-57{
    margin-right: -14.375rem;
  }

  .lg\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .lg\:-ml-57{
    margin-left: -14.375rem;
  }

  .lg\:-mt-60{
    margin-top: -15rem;
  }

  .lg\:-mr-60{
    margin-right: -15rem;
  }

  .lg\:-mb-60{
    margin-bottom: -15rem;
  }

  .lg\:-ml-60{
    margin-left: -15rem;
  }

  .lg\:-mt-64{
    margin-top: -16rem;
  }

  .lg\:-mr-64{
    margin-right: -16rem;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  .lg\:-ml-64{
    margin-left: -16rem;
  }

  .lg\:-mt-72{
    margin-top: -18rem;
  }

  .lg\:-mr-72{
    margin-right: -18rem;
  }

  .lg\:-mb-72{
    margin-bottom: -18rem;
  }

  .lg\:-ml-72{
    margin-left: -18rem;
  }

  .lg\:-mt-80{
    margin-top: -20rem;
  }

  .lg\:-mr-80{
    margin-right: -20rem;
  }

  .lg\:-mb-80{
    margin-bottom: -20rem;
  }

  .lg\:-ml-80{
    margin-left: -20rem;
  }

  .lg\:-mt-82{
    margin-top: -22rem;
  }

  .lg\:-mr-82{
    margin-right: -22rem;
  }

  .lg\:-mb-82{
    margin-bottom: -22rem;
  }

  .lg\:-ml-82{
    margin-left: -22rem;
  }

  .lg\:-mt-83{
    margin-top: -23.8125rem;
  }

  .lg\:-mr-83{
    margin-right: -23.8125rem;
  }

  .lg\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .lg\:-ml-83{
    margin-left: -23.8125rem;
  }

  .lg\:-mt-96{
    margin-top: -24rem;
  }

  .lg\:-mr-96{
    margin-right: -24rem;
  }

  .lg\:-mb-96{
    margin-bottom: -24rem;
  }

  .lg\:-ml-96{
    margin-left: -24rem;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .lg\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .lg\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .lg\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .lg\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .lg\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .lg\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .lg\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .lg\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .lg\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .lg\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .lg\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .lg\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .lg\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .lg\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .lg\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .lg\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .lg\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .lg\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .lg\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .lg\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .lg\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .lg\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .lg\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .lg\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .lg\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .lg\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .lg\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .lg\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .lg\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .lg\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .lg\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .lg\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .lg\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .lg\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .lg\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .lg\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .lg\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .lg\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .lg\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .lg\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .lg\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .lg\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .lg\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .lg\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .lg\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .lg\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .lg\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .lg\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .lg\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .lg\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .lg\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .lg\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .lg\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .lg\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .lg\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .lg\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .lg\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .lg\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .lg\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .lg\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .lg\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .lg\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .lg\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .lg\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .lg\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .lg\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .lg\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .lg\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .lg\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .lg\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .lg\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .lg\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .lg\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .lg\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .lg\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .lg\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .lg\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .lg\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .lg\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .lg\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .lg\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .lg\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .lg\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .lg\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .lg\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .lg\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .lg\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .lg\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .lg\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .lg\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .lg\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .lg\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .lg\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .lg\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .lg\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .lg\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .lg\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .lg\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .lg\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .lg\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .lg\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .lg\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .lg\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .lg\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .lg\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .lg\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .lg\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .lg\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .lg\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .lg\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .lg\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .lg\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .lg\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .lg\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .lg\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .lg\:max-h-0{
    max-height: 0px;
  }

  .lg\:max-h-1{
    max-height: 0.25rem;
  }

  .lg\:max-h-2{
    max-height: 0.5rem;
  }

  .lg\:max-h-3{
    max-height: 0.75rem;
  }

  .lg\:max-h-4{
    max-height: 1rem;
  }

  .lg\:max-h-5{
    max-height: 1.25rem;
  }

  .lg\:max-h-6{
    max-height: 1.5rem;
  }

  .lg\:max-h-7{
    max-height: 1.75rem;
  }

  .lg\:max-h-8{
    max-height: 2rem;
  }

  .lg\:max-h-9{
    max-height: 2.25rem;
  }

  .lg\:max-h-10{
    max-height: 2.5rem;
  }

  .lg\:max-h-11{
    max-height: 2.75rem;
  }

  .lg\:max-h-12{
    max-height: 3rem;
  }

  .lg\:max-h-13{
    max-height: 3.375rem;
  }

  .lg\:max-h-14{
    max-height: 3.5rem;
  }

  .lg\:max-h-15{
    max-height: 3.75rem;
  }

  .lg\:max-h-16{
    max-height: 4rem;
  }

  .lg\:max-h-17{
    max-height: 4.375rem;
  }

  .lg\:max-h-18{
    max-height: 4.5rem;
  }

  .lg\:max-h-19{
    max-height: 4.75rem;
  }

  .lg\:max-h-20{
    max-height: 5rem;
  }

  .lg\:max-h-21{
    max-height: 5.5rem;
  }

  .lg\:max-h-22{
    max-height: 5.625rem;
  }

  .lg\:max-h-23{
    max-height: 6.125rem;
  }

  .lg\:max-h-24{
    max-height: 6rem;
  }

  .lg\:max-h-25{
    max-height: 6.5rem;
  }

  .lg\:max-h-26{
    max-height: 6.75rem;
  }

  .lg\:max-h-27{
    max-height: 6.25rem;
  }

  .lg\:max-h-28{
    max-height: 7rem;
  }

  .lg\:max-h-29{
    max-height: 7.5rem;
  }

  .lg\:max-h-32{
    max-height: 8rem;
  }

  .lg\:max-h-34{
    max-height: 8.5rem;
  }

  .lg\:max-h-35{
    max-height: 8.75rem;
  }

  .lg\:max-h-36{
    max-height: 9rem;
  }

  .lg\:max-h-37{
    max-height: 9.125rem;
  }

  .lg\:max-h-38{
    max-height: 9.5rem;
  }

  .lg\:max-h-40{
    max-height: 10rem;
  }

  .lg\:max-h-41{
    max-height: 10.5rem;
  }

  .lg\:max-h-42{
    max-height: 10.625rem;
  }

  .lg\:max-h-44{
    max-height: 11rem;
  }

  .lg\:max-h-45{
    max-height: 11.25rem;
  }

  .lg\:max-h-48{
    max-height: 12rem;
  }

  .lg\:max-h-49{
    max-height: 12.5rem;
  }

  .lg\:max-h-52{
    max-height: 13rem;
  }

  .lg\:max-h-56{
    max-height: 14rem;
  }

  .lg\:max-h-57{
    max-height: 14.375rem;
  }

  .lg\:max-h-60{
    max-height: 15rem;
  }

  .lg\:max-h-64{
    max-height: 16rem;
  }

  .lg\:max-h-72{
    max-height: 18rem;
  }

  .lg\:max-h-80{
    max-height: 20rem;
  }

  .lg\:max-h-82{
    max-height: 22rem;
  }

  .lg\:max-h-83{
    max-height: 23.8125rem;
  }

  .lg\:max-h-96{
    max-height: 24rem;
  }

  .lg\:max-h-px{
    max-height: 1px;
  }

  .lg\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .lg\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .lg\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .lg\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .lg\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .lg\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .lg\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .lg\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .lg\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .lg\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .lg\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .lg\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .lg\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .lg\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .lg\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .lg\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .lg\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .lg\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .lg\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .lg\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .lg\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .lg\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .lg\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .lg\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .lg\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .lg\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .lg\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .lg\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .lg\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-0{
    max-width: 0rem;
  }

  .lg\:max-w-13{
    max-width: 3.375rem;
  }

  .lg\:max-w-23{
    max-width: 380px;
  }

  .lg\:max-w-28{
    max-width: 7rem;
  }

  .lg\:max-w-29{
    max-width: 27.5rem;
  }

  .lg\:max-w-33{
    max-width: 8.75rem;
  }

  .lg\:max-w-56{
    max-width: 14rem;
  }

  .lg\:max-w-70{
    max-width: 26.4375rem;
  }

  .lg\:max-w-98{
    max-width: 48rem;
  }

  .lg\:max-w-100{
    max-width: 922px;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-7xl{
    max-width: 80rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose{
    max-width: 65ch;
  }

  .lg\:max-w-screen-sm{
    max-width: 576px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-lg{
    max-width: 992px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1200px;
  }

  .lg\:max-w-screen-xs{
    max-width: 322px;
  }

  .lg\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .lg\:max-w-received{
    max-width: 592px;
  }

  .lg\:max-w-about{
    max-width: 618px;
  }

  .lg\:max-w-commission{
    max-width: 1378px;
  }

  .lg\:max-w-commission-lg{
    max-width: 1000px;
  }

  .lg\:max-w-status{
    max-width: 963px;
  }

  .lg\:max-w-pdf{
    max-width: 515px;
  }

  .lg\:max-w-detail{
    max-width: 731px;
  }

  .lg\:max-w-inscription{
    max-width: 825px;
  }

  .lg\:max-w-info-caption{
    max-width: 587px;
  }

  .lg\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .lg\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .lg\:max-w-info-caption-md{
    max-width: 550px;
  }

  .lg\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .lg\:max-w-dashboard{
    max-width: 1054px;
  }

  .lg\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .lg\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .lg\:max-w-dashboard-md{
    max-width: 500px;
  }

  .lg\:max-w-profile{
    max-width: 960px;
  }

  .lg\:max-w-debate{
    max-width: 755px;
  }

  .lg\:max-w-debate-md{
    max-width: 660px;
  }

  .lg\:max-w-galery{
    max-width: 918px;
  }

  .lg\:max-w-approach{
    max-width: 916px;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0px;
  }

  .lg\:min-w-7{
    min-width: 1.75rem;
  }

  .lg\:min-w-13{
    min-width: 44px;
  }

  .lg\:min-w-22{
    min-width: 5.625rem;
  }

  .lg\:min-w-33{
    min-width: 8.125rem;
  }

  .lg\:min-w-34{
    min-width: 8.75rem;
  }

  .lg\:min-w-50{
    min-width: 12.5rem;
  }

  .lg\:min-w-53{
    min-width: 17rem;
  }

  .lg\:min-w-56{
    min-width: 14rem;
  }

  .lg\:min-w-60{
    min-width: 16rem;
  }

  .lg\:min-w-70{
    min-width: 20rem;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .lg\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .lg\:min-w-info-activities{
    min-width: 372px;
  }

  .lg\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .lg\:min-w-activities{
    min-width: 430px;
  }

  .lg\:min-w-activities-lg{
    min-width: 300px;
  }

  .lg\:min-w-session{
    min-width: 545px;
  }

  .lg\:min-w-session-lg{
    min-width: 410px;
  }

  .lg\:min-w-session-xl{
    min-width: 460px;
  }

  .lg\:min-w-login{
    min-width: 826px;
  }

  .lg\:min-w-login-xl{
    min-width: 680px;
  }

  .lg\:min-w-login-lg{
    min-width: 450px;
  }

  .lg\:min-w-control-dashboard{
    min-width: 298px;
  }

  .lg\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .lg\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .lg\:min-w-objective{
    min-width: 1163px;
  }

  .lg\:min-w-objective-xl{
    min-width: 1040px;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-5{
    opacity: 0.05;
  }

  .lg\:opacity-10{
    opacity: 0.1;
  }

  .lg\:opacity-11{
    opacity: .86;
  }

  .lg\:opacity-20{
    opacity: 0.2;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-30{
    opacity: 0.3;
  }

  .lg\:opacity-40{
    opacity: 0.4;
  }

  .lg\:opacity-45{
    opacity: .45;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-58{
    opacity: .58;
  }

  .lg\:opacity-60{
    opacity: 0.6;
  }

  .lg\:opacity-70{
    opacity: 0.7;
  }

  .lg\:opacity-74{
    opacity: .74;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-80{
    opacity: 0.8;
  }

  .lg\:opacity-90{
    opacity: 0.9;
  }

  .lg\:opacity-95{
    opacity: 0.95;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .lg\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .lg\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .lg\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .lg\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .lg\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .lg\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-7{
    padding: 1.75rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-9{
    padding: 2.25rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-11{
    padding: 2.75rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-13{
    padding: 3.375rem;
  }

  .lg\:p-14{
    padding: 3.5rem;
  }

  .lg\:p-15{
    padding: 3.75rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-17{
    padding: 4.375rem;
  }

  .lg\:p-18{
    padding: 4.5rem;
  }

  .lg\:p-19{
    padding: 4.75rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-21{
    padding: 5.5rem;
  }

  .lg\:p-22{
    padding: 5.625rem;
  }

  .lg\:p-23{
    padding: 6.125rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-25{
    padding: 6.5rem;
  }

  .lg\:p-26{
    padding: 6.75rem;
  }

  .lg\:p-27{
    padding: 6.25rem;
  }

  .lg\:p-28{
    padding: 7rem;
  }

  .lg\:p-29{
    padding: 7.5rem;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-34{
    padding: 8.5rem;
  }

  .lg\:p-35{
    padding: 8.75rem;
  }

  .lg\:p-36{
    padding: 9rem;
  }

  .lg\:p-37{
    padding: 9.125rem;
  }

  .lg\:p-38{
    padding: 9.5rem;
  }

  .lg\:p-40{
    padding: 10rem;
  }

  .lg\:p-41{
    padding: 10.5rem;
  }

  .lg\:p-42{
    padding: 10.625rem;
  }

  .lg\:p-44{
    padding: 11rem;
  }

  .lg\:p-45{
    padding: 11.25rem;
  }

  .lg\:p-48{
    padding: 12rem;
  }

  .lg\:p-49{
    padding: 12.5rem;
  }

  .lg\:p-52{
    padding: 13rem;
  }

  .lg\:p-56{
    padding: 14rem;
  }

  .lg\:p-57{
    padding: 14.375rem;
  }

  .lg\:p-60{
    padding: 15rem;
  }

  .lg\:p-64{
    padding: 16rem;
  }

  .lg\:p-72{
    padding: 18rem;
  }

  .lg\:p-80{
    padding: 20rem;
  }

  .lg\:p-82{
    padding: 22rem;
  }

  .lg\:p-83{
    padding: 23.8125rem;
  }

  .lg\:p-96{
    padding: 24rem;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-0\.5{
    padding: 0.125rem;
  }

  .lg\:p-1\.5{
    padding: 0.375rem;
  }

  .lg\:p-2\.5{
    padding: 0.625rem;
  }

  .lg\:p-3\.5{
    padding: 0.875rem;
  }

  .lg\:p-4\.5{
    padding: 1.125rem;
  }

  .lg\:p-5\.5{
    padding: 1.375rem;
  }

  .lg\:p-6\.5{
    padding: 1.625rem;
  }

  .lg\:p-7\.5{
    padding: 1.875rem;
  }

  .lg\:p-8\.5{
    padding: 2.125rem;
  }

  .lg\:p-9\.5{
    padding: 2.375rem;
  }

  .lg\:p-10\.5{
    padding: 2.625rem;
  }

  .lg\:p-11\.5{
    padding: 2.875rem;
  }

  .lg\:p-12\.5{
    padding: 3.125rem;
  }

  .lg\:p-13\.5{
    padding: 3.25rem;
  }

  .lg\:p-15\.5{
    padding: 3.8rem;
  }

  .lg\:p-16\.5{
    padding: 4.125rem;
  }

  .lg\:p-17\.5{
    padding: 4.25rem;
  }

  .lg\:p-18\.5{
    padding: 4.625rem;
  }

  .lg\:p-20\.5{
    padding: 5.25rem;
  }

  .lg\:p-21\.5{
    padding: 5.75rem;
  }

  .lg\:p-22\.5{
    padding: 5.875rem;
  }

  .lg\:p-24\.5{
    padding: 6.8125rem;
  }

  .lg\:p-28\.5{
    padding: 7.375rem;
  }

  .lg\:p-29\.5{
    padding: 7.75rem;
  }

  .lg\:p-32\.5{
    padding: 8.125rem;
  }

  .lg\:p-33\.5{
    padding: 8.8125rem;
  }

  .lg\:p-42\.5{
    padding: 10.875rem;
  }

  .lg\:p-49\.5{
    padding: 12.75rem;
  }

  .lg\:p-72\.5{
    padding: 18.25rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .lg\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .lg\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .lg\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .lg\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .lg\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .lg\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .lg\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .lg\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .lg\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .lg\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .lg\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .lg\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .lg\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .lg\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .lg\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .lg\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .lg\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .lg\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .lg\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .lg\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .lg\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .lg\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .lg\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .lg\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .lg\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .lg\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .lg\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .lg\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .lg\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .lg\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .lg\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .lg\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .lg\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .lg\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .lg\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .lg\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .lg\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .lg\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .lg\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .lg\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .lg\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .lg\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .lg\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .lg\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .lg\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .lg\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .lg\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .lg\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .lg\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .lg\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .lg\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .lg\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .lg\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .lg\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .lg\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .lg\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .lg\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .lg\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .lg\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .lg\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .lg\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .lg\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .lg\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pt-7{
    padding-top: 1.75rem;
  }

  .lg\:pr-7{
    padding-right: 1.75rem;
  }

  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }

  .lg\:pl-7{
    padding-left: 1.75rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pt-9{
    padding-top: 2.25rem;
  }

  .lg\:pr-9{
    padding-right: 2.25rem;
  }

  .lg\:pb-9{
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9{
    padding-left: 2.25rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pt-11{
    padding-top: 2.75rem;
  }

  .lg\:pr-11{
    padding-right: 2.75rem;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  .lg\:pl-11{
    padding-left: 2.75rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-13{
    padding-top: 3.375rem;
  }

  .lg\:pr-13{
    padding-right: 3.375rem;
  }

  .lg\:pb-13{
    padding-bottom: 3.375rem;
  }

  .lg\:pl-13{
    padding-left: 3.375rem;
  }

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:pr-14{
    padding-right: 3.5rem;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14{
    padding-left: 3.5rem;
  }

  .lg\:pt-15{
    padding-top: 3.75rem;
  }

  .lg\:pr-15{
    padding-right: 3.75rem;
  }

  .lg\:pb-15{
    padding-bottom: 3.75rem;
  }

  .lg\:pl-15{
    padding-left: 3.75rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pt-17{
    padding-top: 4.375rem;
  }

  .lg\:pr-17{
    padding-right: 4.375rem;
  }

  .lg\:pb-17{
    padding-bottom: 4.375rem;
  }

  .lg\:pl-17{
    padding-left: 4.375rem;
  }

  .lg\:pt-18{
    padding-top: 4.5rem;
  }

  .lg\:pr-18{
    padding-right: 4.5rem;
  }

  .lg\:pb-18{
    padding-bottom: 4.5rem;
  }

  .lg\:pl-18{
    padding-left: 4.5rem;
  }

  .lg\:pt-19{
    padding-top: 4.75rem;
  }

  .lg\:pr-19{
    padding-right: 4.75rem;
  }

  .lg\:pb-19{
    padding-bottom: 4.75rem;
  }

  .lg\:pl-19{
    padding-left: 4.75rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pt-21{
    padding-top: 5.5rem;
  }

  .lg\:pr-21{
    padding-right: 5.5rem;
  }

  .lg\:pb-21{
    padding-bottom: 5.5rem;
  }

  .lg\:pl-21{
    padding-left: 5.5rem;
  }

  .lg\:pt-22{
    padding-top: 5.625rem;
  }

  .lg\:pr-22{
    padding-right: 5.625rem;
  }

  .lg\:pb-22{
    padding-bottom: 5.625rem;
  }

  .lg\:pl-22{
    padding-left: 5.625rem;
  }

  .lg\:pt-23{
    padding-top: 6.125rem;
  }

  .lg\:pr-23{
    padding-right: 6.125rem;
  }

  .lg\:pb-23{
    padding-bottom: 6.125rem;
  }

  .lg\:pl-23{
    padding-left: 6.125rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pt-25{
    padding-top: 6.5rem;
  }

  .lg\:pr-25{
    padding-right: 6.5rem;
  }

  .lg\:pb-25{
    padding-bottom: 6.5rem;
  }

  .lg\:pl-25{
    padding-left: 6.5rem;
  }

  .lg\:pt-26{
    padding-top: 6.75rem;
  }

  .lg\:pr-26{
    padding-right: 6.75rem;
  }

  .lg\:pb-26{
    padding-bottom: 6.75rem;
  }

  .lg\:pl-26{
    padding-left: 6.75rem;
  }

  .lg\:pt-27{
    padding-top: 6.25rem;
  }

  .lg\:pr-27{
    padding-right: 6.25rem;
  }

  .lg\:pb-27{
    padding-bottom: 6.25rem;
  }

  .lg\:pl-27{
    padding-left: 6.25rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pr-28{
    padding-right: 7rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pl-28{
    padding-left: 7rem;
  }

  .lg\:pt-29{
    padding-top: 7.5rem;
  }

  .lg\:pr-29{
    padding-right: 7.5rem;
  }

  .lg\:pb-29{
    padding-bottom: 7.5rem;
  }

  .lg\:pl-29{
    padding-left: 7.5rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pt-34{
    padding-top: 8.5rem;
  }

  .lg\:pr-34{
    padding-right: 8.5rem;
  }

  .lg\:pb-34{
    padding-bottom: 8.5rem;
  }

  .lg\:pl-34{
    padding-left: 8.5rem;
  }

  .lg\:pt-35{
    padding-top: 8.75rem;
  }

  .lg\:pr-35{
    padding-right: 8.75rem;
  }

  .lg\:pb-35{
    padding-bottom: 8.75rem;
  }

  .lg\:pl-35{
    padding-left: 8.75rem;
  }

  .lg\:pt-36{
    padding-top: 9rem;
  }

  .lg\:pr-36{
    padding-right: 9rem;
  }

  .lg\:pb-36{
    padding-bottom: 9rem;
  }

  .lg\:pl-36{
    padding-left: 9rem;
  }

  .lg\:pt-37{
    padding-top: 9.125rem;
  }

  .lg\:pr-37{
    padding-right: 9.125rem;
  }

  .lg\:pb-37{
    padding-bottom: 9.125rem;
  }

  .lg\:pl-37{
    padding-left: 9.125rem;
  }

  .lg\:pt-38{
    padding-top: 9.5rem;
  }

  .lg\:pr-38{
    padding-right: 9.5rem;
  }

  .lg\:pb-38{
    padding-bottom: 9.5rem;
  }

  .lg\:pl-38{
    padding-left: 9.5rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-40{
    padding-left: 10rem;
  }

  .lg\:pt-41{
    padding-top: 10.5rem;
  }

  .lg\:pr-41{
    padding-right: 10.5rem;
  }

  .lg\:pb-41{
    padding-bottom: 10.5rem;
  }

  .lg\:pl-41{
    padding-left: 10.5rem;
  }

  .lg\:pt-42{
    padding-top: 10.625rem;
  }

  .lg\:pr-42{
    padding-right: 10.625rem;
  }

  .lg\:pb-42{
    padding-bottom: 10.625rem;
  }

  .lg\:pl-42{
    padding-left: 10.625rem;
  }

  .lg\:pt-44{
    padding-top: 11rem;
  }

  .lg\:pr-44{
    padding-right: 11rem;
  }

  .lg\:pb-44{
    padding-bottom: 11rem;
  }

  .lg\:pl-44{
    padding-left: 11rem;
  }

  .lg\:pt-45{
    padding-top: 11.25rem;
  }

  .lg\:pr-45{
    padding-right: 11.25rem;
  }

  .lg\:pb-45{
    padding-bottom: 11.25rem;
  }

  .lg\:pl-45{
    padding-left: 11.25rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pr-48{
    padding-right: 12rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

  .lg\:pt-49{
    padding-top: 12.5rem;
  }

  .lg\:pr-49{
    padding-right: 12.5rem;
  }

  .lg\:pb-49{
    padding-bottom: 12.5rem;
  }

  .lg\:pl-49{
    padding-left: 12.5rem;
  }

  .lg\:pt-52{
    padding-top: 13rem;
  }

  .lg\:pr-52{
    padding-right: 13rem;
  }

  .lg\:pb-52{
    padding-bottom: 13rem;
  }

  .lg\:pl-52{
    padding-left: 13rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pr-56{
    padding-right: 14rem;
  }

  .lg\:pb-56{
    padding-bottom: 14rem;
  }

  .lg\:pl-56{
    padding-left: 14rem;
  }

  .lg\:pt-57{
    padding-top: 14.375rem;
  }

  .lg\:pr-57{
    padding-right: 14.375rem;
  }

  .lg\:pb-57{
    padding-bottom: 14.375rem;
  }

  .lg\:pl-57{
    padding-left: 14.375rem;
  }

  .lg\:pt-60{
    padding-top: 15rem;
  }

  .lg\:pr-60{
    padding-right: 15rem;
  }

  .lg\:pb-60{
    padding-bottom: 15rem;
  }

  .lg\:pl-60{
    padding-left: 15rem;
  }

  .lg\:pt-64{
    padding-top: 16rem;
  }

  .lg\:pr-64{
    padding-right: 16rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

  .lg\:pl-64{
    padding-left: 16rem;
  }

  .lg\:pt-72{
    padding-top: 18rem;
  }

  .lg\:pr-72{
    padding-right: 18rem;
  }

  .lg\:pb-72{
    padding-bottom: 18rem;
  }

  .lg\:pl-72{
    padding-left: 18rem;
  }

  .lg\:pt-80{
    padding-top: 20rem;
  }

  .lg\:pr-80{
    padding-right: 20rem;
  }

  .lg\:pb-80{
    padding-bottom: 20rem;
  }

  .lg\:pl-80{
    padding-left: 20rem;
  }

  .lg\:pt-82{
    padding-top: 22rem;
  }

  .lg\:pr-82{
    padding-right: 22rem;
  }

  .lg\:pb-82{
    padding-bottom: 22rem;
  }

  .lg\:pl-82{
    padding-left: 22rem;
  }

  .lg\:pt-83{
    padding-top: 23.8125rem;
  }

  .lg\:pr-83{
    padding-right: 23.8125rem;
  }

  .lg\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .lg\:pl-83{
    padding-left: 23.8125rem;
  }

  .lg\:pt-96{
    padding-top: 24rem;
  }

  .lg\:pr-96{
    padding-right: 24rem;
  }

  .lg\:pb-96{
    padding-bottom: 24rem;
  }

  .lg\:pl-96{
    padding-left: 24rem;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .lg\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .lg\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .lg\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .lg\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .lg\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .lg\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .lg\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .lg\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .lg\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .lg\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .lg\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .lg\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .lg\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .lg\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .lg\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .lg\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .lg\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .lg\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .lg\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .lg\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .lg\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .lg\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .lg\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .lg\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .lg\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .lg\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .lg\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .lg\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .lg\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .lg\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .lg\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .lg\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .lg\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .lg\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .lg\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .lg\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .lg\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .lg\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .lg\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .lg\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .lg\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .lg\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .lg\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .lg\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .lg\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .lg\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .lg\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .lg\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .lg\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .lg\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .lg\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .lg\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .lg\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .lg\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .lg\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .lg\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .lg\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .lg\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .lg\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .lg\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .lg\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .lg\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .lg\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .lg\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .lg\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .lg\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .lg\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .lg\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .lg\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .lg\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .lg\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .lg\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .lg\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .lg\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .lg\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .lg\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .lg\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .lg\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .lg\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .lg\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .lg\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .lg\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .lg\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .lg\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .lg\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .lg\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .lg\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .lg\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .lg\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .lg\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .lg\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .lg\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .lg\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .lg\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .lg\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .lg\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .lg\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .lg\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .lg\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .lg\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .lg\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .lg\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .lg\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .lg\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .lg\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .lg\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .lg\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .lg\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .lg\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .lg\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .lg\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .lg\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .lg\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .lg\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .lg\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  .lg\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .lg\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .lg\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .lg\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .lg\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .lg\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .lg\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .lg\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .lg\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .lg\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .lg\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .lg\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .lg\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .lg\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .lg\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .lg\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .lg\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .lg\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .lg\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .lg\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .lg\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .lg\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .lg\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .lg\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .lg\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .lg\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .lg\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .lg\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .lg\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .lg\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .lg\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .lg\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .lg\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .lg\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .lg\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .lg\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .lg\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .lg\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .lg\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .lg\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .lg\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .lg\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .lg\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .lg\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .lg\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .lg\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .lg\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .lg\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .lg\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .lg\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .lg\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .lg\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .lg\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .lg\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .lg\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .lg\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .lg\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .lg\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .lg\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .lg\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .lg\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .lg\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .lg\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .lg\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .lg\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .lg\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .lg\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .lg\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .lg\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .lg\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .lg\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .lg\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .lg\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .lg\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .lg\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .lg\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .lg\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .lg\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .lg\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .lg\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .lg\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .lg\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .lg\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .lg\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .lg\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .lg\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .lg\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .lg\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .lg\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .lg\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .lg\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .lg\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .lg\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .lg\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .lg\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .lg\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .lg\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .lg\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .lg\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .lg\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .lg\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .lg\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .lg\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .lg\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .lg\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .lg\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .lg\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .lg\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .lg\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .lg\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .lg\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .lg\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .lg\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .lg\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .lg\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .lg\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .lg\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .lg\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .lg\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .lg\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .lg\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .lg\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .lg\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .lg\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .lg\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .lg\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .lg\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .lg\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .lg\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .lg\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .lg\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .lg\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .lg\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .lg\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .lg\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .lg\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .lg\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .lg\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .lg\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .lg\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .lg\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .lg\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .lg\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .lg\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .lg\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .lg\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .lg\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .lg\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .lg\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .lg\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .lg\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .lg\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .lg\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .lg\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .lg\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .lg\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .lg\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .lg\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .lg\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .lg\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .lg\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .lg\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .lg\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .lg\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .lg\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .lg\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .lg\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .lg\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .lg\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .lg\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .lg\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .lg\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .lg\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .lg\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .lg\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .lg\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .lg\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .lg\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .lg\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .lg\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .lg\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .lg\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .lg\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .lg\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .lg\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .lg\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .lg\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .lg\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .lg\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .lg\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .lg\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .lg\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .lg\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .lg\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .lg\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .lg\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .lg\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .lg\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .lg\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .lg\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .lg\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .lg\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .lg\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .lg\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .lg\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .lg\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .lg\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .lg\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .lg\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .lg\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .lg\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .lg\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .lg\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .lg\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .lg\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .lg\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .lg\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .lg\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .lg\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .lg\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .lg\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .lg\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .lg\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .lg\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .lg\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .lg\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .lg\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .lg\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .lg\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .lg\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .lg\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .lg\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .lg\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .lg\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .lg\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .lg\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .lg\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .lg\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .lg\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .lg\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .lg\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .lg\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .lg\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .lg\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .lg\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .lg\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .lg\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .lg\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .lg\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .lg\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .lg\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .lg\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .lg\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .lg\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .lg\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .lg\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .lg\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .lg\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .lg\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .lg\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .lg\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .lg\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .lg\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .lg\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .lg\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .lg\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .lg\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .lg\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .lg\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .lg\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .lg\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .lg\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .lg\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .lg\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .lg\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .lg\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .lg\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .lg\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .lg\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .lg\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .lg\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .lg\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .lg\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .lg\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .lg\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .lg\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .lg\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .lg\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .lg\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .lg\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .lg\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .lg\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .lg\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .lg\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .lg\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .lg\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .lg\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .lg\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .lg\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .lg\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .lg\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .lg\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .lg\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .lg\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .lg\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .lg\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .lg\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .lg\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .lg\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .lg\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .lg\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .lg\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .lg\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .lg\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .lg\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .lg\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .lg\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .lg\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .lg\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .lg\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .lg\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .lg\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .lg\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .lg\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .lg\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .lg\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .lg\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .lg\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .lg\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .lg\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .lg\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .lg\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .lg\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .lg\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .lg\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .lg\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .lg\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .lg\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .lg\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .lg\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .lg\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .lg\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .lg\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .lg\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .lg\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .lg\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .lg\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .lg\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .lg\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .lg\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .lg\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .lg\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .lg\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .lg\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:top-1{
    top: 0.25rem;
  }

  .lg\:right-1{
    right: 0.25rem;
  }

  .lg\:bottom-1{
    bottom: 0.25rem;
  }

  .lg\:left-1{
    left: 0.25rem;
  }

  .lg\:top-2{
    top: 0.5rem;
  }

  .lg\:right-2{
    right: 0.5rem;
  }

  .lg\:bottom-2{
    bottom: 0.5rem;
  }

  .lg\:left-2{
    left: 0.5rem;
  }

  .lg\:top-3{
    top: 0.75rem;
  }

  .lg\:right-3{
    right: 0.75rem;
  }

  .lg\:bottom-3{
    bottom: 0.75rem;
  }

  .lg\:left-3{
    left: 0.75rem;
  }

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:right-4{
    right: 1rem;
  }

  .lg\:bottom-4{
    bottom: 1rem;
  }

  .lg\:left-4{
    left: 1rem;
  }

  .lg\:top-5{
    top: 1.25rem;
  }

  .lg\:right-5{
    right: 1.25rem;
  }

  .lg\:bottom-5{
    bottom: 1.25rem;
  }

  .lg\:left-5{
    left: 1.25rem;
  }

  .lg\:top-6{
    top: 1.5rem;
  }

  .lg\:right-6{
    right: 1.5rem;
  }

  .lg\:bottom-6{
    bottom: 1.5rem;
  }

  .lg\:left-6{
    left: 1.5rem;
  }

  .lg\:top-7{
    top: 1.75rem;
  }

  .lg\:right-7{
    right: 1.75rem;
  }

  .lg\:bottom-7{
    bottom: 1.75rem;
  }

  .lg\:left-7{
    left: 1.75rem;
  }

  .lg\:top-8{
    top: 2rem;
  }

  .lg\:right-8{
    right: 2rem;
  }

  .lg\:bottom-8{
    bottom: 2rem;
  }

  .lg\:left-8{
    left: 2rem;
  }

  .lg\:top-9{
    top: 2.25rem;
  }

  .lg\:right-9{
    right: 2.25rem;
  }

  .lg\:bottom-9{
    bottom: 2.25rem;
  }

  .lg\:left-9{
    left: 2.25rem;
  }

  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:right-10{
    right: 2.5rem;
  }

  .lg\:bottom-10{
    bottom: 2.5rem;
  }

  .lg\:left-10{
    left: 2.5rem;
  }

  .lg\:top-11{
    top: 2.75rem;
  }

  .lg\:right-11{
    right: 2.75rem;
  }

  .lg\:bottom-11{
    bottom: 2.75rem;
  }

  .lg\:left-11{
    left: 2.75rem;
  }

  .lg\:top-12{
    top: 3rem;
  }

  .lg\:right-12{
    right: 3rem;
  }

  .lg\:bottom-12{
    bottom: 3rem;
  }

  .lg\:left-12{
    left: 3rem;
  }

  .lg\:top-13{
    top: 3.375rem;
  }

  .lg\:right-13{
    right: 3.375rem;
  }

  .lg\:bottom-13{
    bottom: 3.375rem;
  }

  .lg\:left-13{
    left: 3.375rem;
  }

  .lg\:top-14{
    top: 3.5rem;
  }

  .lg\:right-14{
    right: 3.5rem;
  }

  .lg\:bottom-14{
    bottom: 3.5rem;
  }

  .lg\:left-14{
    left: 3.5rem;
  }

  .lg\:top-15{
    top: 3.75rem;
  }

  .lg\:right-15{
    right: 3.75rem;
  }

  .lg\:bottom-15{
    bottom: 3.75rem;
  }

  .lg\:left-15{
    left: 3.75rem;
  }

  .lg\:top-16{
    top: 4rem;
  }

  .lg\:right-16{
    right: 4rem;
  }

  .lg\:bottom-16{
    bottom: 4rem;
  }

  .lg\:left-16{
    left: 4rem;
  }

  .lg\:top-17{
    top: 4.375rem;
  }

  .lg\:right-17{
    right: 4.375rem;
  }

  .lg\:bottom-17{
    bottom: 4.375rem;
  }

  .lg\:left-17{
    left: 4.375rem;
  }

  .lg\:top-18{
    top: 4.5rem;
  }

  .lg\:right-18{
    right: 4.5rem;
  }

  .lg\:bottom-18{
    bottom: 4.5rem;
  }

  .lg\:left-18{
    left: 4.5rem;
  }

  .lg\:top-19{
    top: 4.75rem;
  }

  .lg\:right-19{
    right: 4.75rem;
  }

  .lg\:bottom-19{
    bottom: 4.75rem;
  }

  .lg\:left-19{
    left: 4.75rem;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:right-20{
    right: 5rem;
  }

  .lg\:bottom-20{
    bottom: 5rem;
  }

  .lg\:left-20{
    left: 5rem;
  }

  .lg\:top-21{
    top: 5.5rem;
  }

  .lg\:right-21{
    right: 5.5rem;
  }

  .lg\:bottom-21{
    bottom: 5.5rem;
  }

  .lg\:left-21{
    left: 5.5rem;
  }

  .lg\:top-22{
    top: 5.625rem;
  }

  .lg\:right-22{
    right: 5.625rem;
  }

  .lg\:bottom-22{
    bottom: 5.625rem;
  }

  .lg\:left-22{
    left: 5.625rem;
  }

  .lg\:top-23{
    top: 6.125rem;
  }

  .lg\:right-23{
    right: 6.125rem;
  }

  .lg\:bottom-23{
    bottom: 6.125rem;
  }

  .lg\:left-23{
    left: 6.125rem;
  }

  .lg\:top-24{
    top: 6rem;
  }

  .lg\:right-24{
    right: 6rem;
  }

  .lg\:bottom-24{
    bottom: 6rem;
  }

  .lg\:left-24{
    left: 6rem;
  }

  .lg\:top-25{
    top: 6.5rem;
  }

  .lg\:right-25{
    right: 6.5rem;
  }

  .lg\:bottom-25{
    bottom: 6.5rem;
  }

  .lg\:left-25{
    left: 6.5rem;
  }

  .lg\:top-26{
    top: 6.75rem;
  }

  .lg\:right-26{
    right: 6.75rem;
  }

  .lg\:bottom-26{
    bottom: 6.75rem;
  }

  .lg\:left-26{
    left: 6.75rem;
  }

  .lg\:top-27{
    top: 6.25rem;
  }

  .lg\:right-27{
    right: 6.25rem;
  }

  .lg\:bottom-27{
    bottom: 6.25rem;
  }

  .lg\:left-27{
    left: 6.25rem;
  }

  .lg\:top-28{
    top: 7rem;
  }

  .lg\:right-28{
    right: 7rem;
  }

  .lg\:bottom-28{
    bottom: 7rem;
  }

  .lg\:left-28{
    left: 7rem;
  }

  .lg\:top-29{
    top: 7.5rem;
  }

  .lg\:right-29{
    right: 7.5rem;
  }

  .lg\:bottom-29{
    bottom: 7.5rem;
  }

  .lg\:left-29{
    left: 7.5rem;
  }

  .lg\:top-32{
    top: 8rem;
  }

  .lg\:right-32{
    right: 8rem;
  }

  .lg\:bottom-32{
    bottom: 8rem;
  }

  .lg\:left-32{
    left: 8rem;
  }

  .lg\:top-34{
    top: 8.5rem;
  }

  .lg\:right-34{
    right: 8.5rem;
  }

  .lg\:bottom-34{
    bottom: 8.5rem;
  }

  .lg\:left-34{
    left: 8.5rem;
  }

  .lg\:top-35{
    top: 8.75rem;
  }

  .lg\:right-35{
    right: 8.75rem;
  }

  .lg\:bottom-35{
    bottom: 8.75rem;
  }

  .lg\:left-35{
    left: 8.75rem;
  }

  .lg\:top-36{
    top: 9rem;
  }

  .lg\:right-36{
    right: 9rem;
  }

  .lg\:bottom-36{
    bottom: 9rem;
  }

  .lg\:left-36{
    left: 9rem;
  }

  .lg\:top-37{
    top: 9.125rem;
  }

  .lg\:right-37{
    right: 9.125rem;
  }

  .lg\:bottom-37{
    bottom: 9.125rem;
  }

  .lg\:left-37{
    left: 9.125rem;
  }

  .lg\:top-38{
    top: 9.5rem;
  }

  .lg\:right-38{
    right: 9.5rem;
  }

  .lg\:bottom-38{
    bottom: 9.5rem;
  }

  .lg\:left-38{
    left: 9.5rem;
  }

  .lg\:top-40{
    top: 10rem;
  }

  .lg\:right-40{
    right: 10rem;
  }

  .lg\:bottom-40{
    bottom: 10rem;
  }

  .lg\:left-40{
    left: 10rem;
  }

  .lg\:top-41{
    top: 10.5rem;
  }

  .lg\:right-41{
    right: 10.5rem;
  }

  .lg\:bottom-41{
    bottom: 10.5rem;
  }

  .lg\:left-41{
    left: 10.5rem;
  }

  .lg\:top-42{
    top: 10.625rem;
  }

  .lg\:right-42{
    right: 10.625rem;
  }

  .lg\:bottom-42{
    bottom: 10.625rem;
  }

  .lg\:left-42{
    left: 10.625rem;
  }

  .lg\:top-44{
    top: 11rem;
  }

  .lg\:right-44{
    right: 11rem;
  }

  .lg\:bottom-44{
    bottom: 11rem;
  }

  .lg\:left-44{
    left: 11rem;
  }

  .lg\:top-45{
    top: 11.25rem;
  }

  .lg\:right-45{
    right: 11.25rem;
  }

  .lg\:bottom-45{
    bottom: 11.25rem;
  }

  .lg\:left-45{
    left: 11.25rem;
  }

  .lg\:top-48{
    top: 12rem;
  }

  .lg\:right-48{
    right: 12rem;
  }

  .lg\:bottom-48{
    bottom: 12rem;
  }

  .lg\:left-48{
    left: 12rem;
  }

  .lg\:top-49{
    top: 12.5rem;
  }

  .lg\:right-49{
    right: 12.5rem;
  }

  .lg\:bottom-49{
    bottom: 12.5rem;
  }

  .lg\:left-49{
    left: 12.5rem;
  }

  .lg\:top-52{
    top: 13rem;
  }

  .lg\:right-52{
    right: 13rem;
  }

  .lg\:bottom-52{
    bottom: 13rem;
  }

  .lg\:left-52{
    left: 13rem;
  }

  .lg\:top-56{
    top: 14rem;
  }

  .lg\:right-56{
    right: 14rem;
  }

  .lg\:bottom-56{
    bottom: 14rem;
  }

  .lg\:left-56{
    left: 14rem;
  }

  .lg\:top-57{
    top: 14.375rem;
  }

  .lg\:right-57{
    right: 14.375rem;
  }

  .lg\:bottom-57{
    bottom: 14.375rem;
  }

  .lg\:left-57{
    left: 14.375rem;
  }

  .lg\:top-60{
    top: 15rem;
  }

  .lg\:right-60{
    right: 15rem;
  }

  .lg\:bottom-60{
    bottom: 15rem;
  }

  .lg\:left-60{
    left: 15rem;
  }

  .lg\:top-64{
    top: 16rem;
  }

  .lg\:right-64{
    right: 16rem;
  }

  .lg\:bottom-64{
    bottom: 16rem;
  }

  .lg\:left-64{
    left: 16rem;
  }

  .lg\:top-66{
    top: 19rem;
  }

  .lg\:right-66{
    right: 19rem;
  }

  .lg\:bottom-66{
    bottom: 19rem;
  }

  .lg\:left-66{
    left: 19rem;
  }

  .lg\:top-72{
    top: 18rem;
  }

  .lg\:right-72{
    right: 18rem;
  }

  .lg\:bottom-72{
    bottom: 18rem;
  }

  .lg\:left-72{
    left: 18rem;
  }

  .lg\:top-80{
    top: 20rem;
  }

  .lg\:right-80{
    right: 20rem;
  }

  .lg\:bottom-80{
    bottom: 20rem;
  }

  .lg\:left-80{
    left: 20rem;
  }

  .lg\:top-82{
    top: 22rem;
  }

  .lg\:right-82{
    right: 22rem;
  }

  .lg\:bottom-82{
    bottom: 22rem;
  }

  .lg\:left-82{
    left: 22rem;
  }

  .lg\:top-83{
    top: 23.8125rem;
  }

  .lg\:right-83{
    right: 23.8125rem;
  }

  .lg\:bottom-83{
    bottom: 23.8125rem;
  }

  .lg\:left-83{
    left: 23.8125rem;
  }

  .lg\:top-96{
    top: 24rem;
  }

  .lg\:right-96{
    right: 24rem;
  }

  .lg\:bottom-96{
    bottom: 24rem;
  }

  .lg\:left-96{
    left: 24rem;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:top-px{
    top: 1px;
  }

  .lg\:right-px{
    right: 1px;
  }

  .lg\:bottom-px{
    bottom: 1px;
  }

  .lg\:left-px{
    left: 1px;
  }

  .lg\:top-0\.5{
    top: 0.125rem;
  }

  .lg\:right-0\.5{
    right: 0.125rem;
  }

  .lg\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .lg\:left-0\.5{
    left: 0.125rem;
  }

  .lg\:top-1\.5{
    top: 0.375rem;
  }

  .lg\:right-1\.5{
    right: 0.375rem;
  }

  .lg\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .lg\:left-1\.5{
    left: 0.375rem;
  }

  .lg\:top-2\.5{
    top: 0.625rem;
  }

  .lg\:right-2\.5{
    right: 0.625rem;
  }

  .lg\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .lg\:left-2\.5{
    left: 0.625rem;
  }

  .lg\:top-3\.5{
    top: 0.875rem;
  }

  .lg\:right-3\.5{
    right: 0.875rem;
  }

  .lg\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .lg\:left-3\.5{
    left: 0.875rem;
  }

  .lg\:top-4\.5{
    top: 1.125rem;
  }

  .lg\:right-4\.5{
    right: 1.125rem;
  }

  .lg\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .lg\:left-4\.5{
    left: 1.125rem;
  }

  .lg\:top-5\.5{
    top: 1.375rem;
  }

  .lg\:right-5\.5{
    right: 1.375rem;
  }

  .lg\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .lg\:left-5\.5{
    left: 1.375rem;
  }

  .lg\:top-6\.5{
    top: 1.625rem;
  }

  .lg\:right-6\.5{
    right: 1.625rem;
  }

  .lg\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .lg\:left-6\.5{
    left: 1.625rem;
  }

  .lg\:top-7\.5{
    top: 1.875rem;
  }

  .lg\:right-7\.5{
    right: 1.875rem;
  }

  .lg\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .lg\:left-7\.5{
    left: 1.875rem;
  }

  .lg\:top-8\.5{
    top: 2.125rem;
  }

  .lg\:right-8\.5{
    right: 2.125rem;
  }

  .lg\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .lg\:left-8\.5{
    left: 2.125rem;
  }

  .lg\:top-9\.5{
    top: 2.375rem;
  }

  .lg\:right-9\.5{
    right: 2.375rem;
  }

  .lg\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .lg\:left-9\.5{
    left: 2.375rem;
  }

  .lg\:top-10\.5{
    top: 2.625rem;
  }

  .lg\:right-10\.5{
    right: 2.625rem;
  }

  .lg\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .lg\:left-10\.5{
    left: 2.625rem;
  }

  .lg\:top-11\.5{
    top: 2.875rem;
  }

  .lg\:right-11\.5{
    right: 2.875rem;
  }

  .lg\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .lg\:left-11\.5{
    left: 2.875rem;
  }

  .lg\:top-12\.5{
    top: 3.125rem;
  }

  .lg\:right-12\.5{
    right: 3.125rem;
  }

  .lg\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .lg\:left-12\.5{
    left: 3.125rem;
  }

  .lg\:top-13\.5{
    top: 3.25rem;
  }

  .lg\:right-13\.5{
    right: 3.25rem;
  }

  .lg\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .lg\:left-13\.5{
    left: 3.25rem;
  }

  .lg\:top-15\.5{
    top: 3.8rem;
  }

  .lg\:right-15\.5{
    right: 3.8rem;
  }

  .lg\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .lg\:left-15\.5{
    left: 3.8rem;
  }

  .lg\:top-16\.5{
    top: 4.125rem;
  }

  .lg\:right-16\.5{
    right: 4.125rem;
  }

  .lg\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .lg\:left-16\.5{
    left: 4.125rem;
  }

  .lg\:top-17\.5{
    top: 4.25rem;
  }

  .lg\:right-17\.5{
    right: 4.25rem;
  }

  .lg\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .lg\:left-17\.5{
    left: 4.25rem;
  }

  .lg\:top-18\.5{
    top: 4.625rem;
  }

  .lg\:right-18\.5{
    right: 4.625rem;
  }

  .lg\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .lg\:left-18\.5{
    left: 4.625rem;
  }

  .lg\:top-20\.5{
    top: 5.25rem;
  }

  .lg\:right-20\.5{
    right: 5.25rem;
  }

  .lg\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .lg\:left-20\.5{
    left: 5.25rem;
  }

  .lg\:top-21\.5{
    top: 5.75rem;
  }

  .lg\:right-21\.5{
    right: 5.75rem;
  }

  .lg\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .lg\:left-21\.5{
    left: 5.75rem;
  }

  .lg\:top-22\.5{
    top: 5.875rem;
  }

  .lg\:right-22\.5{
    right: 5.875rem;
  }

  .lg\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .lg\:left-22\.5{
    left: 5.875rem;
  }

  .lg\:top-24\.5{
    top: 6.8125rem;
  }

  .lg\:right-24\.5{
    right: 6.8125rem;
  }

  .lg\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .lg\:left-24\.5{
    left: 6.8125rem;
  }

  .lg\:top-28\.5{
    top: 7.375rem;
  }

  .lg\:right-28\.5{
    right: 7.375rem;
  }

  .lg\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .lg\:left-28\.5{
    left: 7.375rem;
  }

  .lg\:top-29\.5{
    top: 7.75rem;
  }

  .lg\:right-29\.5{
    right: 7.75rem;
  }

  .lg\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .lg\:left-29\.5{
    left: 7.75rem;
  }

  .lg\:top-32\.5{
    top: 8.125rem;
  }

  .lg\:right-32\.5{
    right: 8.125rem;
  }

  .lg\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .lg\:left-32\.5{
    left: 8.125rem;
  }

  .lg\:top-33\.5{
    top: 8.8125rem;
  }

  .lg\:right-33\.5{
    right: 8.8125rem;
  }

  .lg\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .lg\:left-33\.5{
    left: 8.8125rem;
  }

  .lg\:top-42\.5{
    top: 10.875rem;
  }

  .lg\:right-42\.5{
    right: 10.875rem;
  }

  .lg\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .lg\:left-42\.5{
    left: 10.875rem;
  }

  .lg\:top-49\.5{
    top: 12.75rem;
  }

  .lg\:right-49\.5{
    right: 12.75rem;
  }

  .lg\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .lg\:left-49\.5{
    left: 12.75rem;
  }

  .lg\:top-72\.5{
    top: 18.25rem;
  }

  .lg\:right-72\.5{
    right: 18.25rem;
  }

  .lg\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .lg\:left-72\.5{
    left: 18.25rem;
  }

  .lg\:-top-0{
    top: 0px;
  }

  .lg\:-right-0{
    right: 0px;
  }

  .lg\:-bottom-0{
    bottom: 0px;
  }

  .lg\:-left-0{
    left: 0px;
  }

  .lg\:-top-1{
    top: -0.25rem;
  }

  .lg\:-right-1{
    right: -0.25rem;
  }

  .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  .lg\:-left-1{
    left: -0.25rem;
  }

  .lg\:-top-2{
    top: -0.5rem;
  }

  .lg\:-right-2{
    right: -0.5rem;
  }

  .lg\:-bottom-2{
    bottom: -0.5rem;
  }

  .lg\:-left-2{
    left: -0.5rem;
  }

  .lg\:-top-3{
    top: -0.75rem;
  }

  .lg\:-right-3{
    right: -0.75rem;
  }

  .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  .lg\:-left-3{
    left: -0.75rem;
  }

  .lg\:-top-4{
    top: -1rem;
  }

  .lg\:-right-4{
    right: -1rem;
  }

  .lg\:-bottom-4{
    bottom: -1rem;
  }

  .lg\:-left-4{
    left: -1rem;
  }

  .lg\:-top-5{
    top: -1.25rem;
  }

  .lg\:-right-5{
    right: -1.25rem;
  }

  .lg\:-bottom-5{
    bottom: -1.25rem;
  }

  .lg\:-left-5{
    left: -1.25rem;
  }

  .lg\:-top-6{
    top: -1.5rem;
  }

  .lg\:-right-6{
    right: -1.5rem;
  }

  .lg\:-bottom-6{
    bottom: -1.5rem;
  }

  .lg\:-left-6{
    left: -1.5rem;
  }

  .lg\:-top-7{
    top: -1.75rem;
  }

  .lg\:-right-7{
    right: -1.75rem;
  }

  .lg\:-bottom-7{
    bottom: -1.75rem;
  }

  .lg\:-left-7{
    left: -1.75rem;
  }

  .lg\:-top-8{
    top: -2rem;
  }

  .lg\:-right-8{
    right: -2rem;
  }

  .lg\:-bottom-8{
    bottom: -2rem;
  }

  .lg\:-left-8{
    left: -2rem;
  }

  .lg\:-top-9{
    top: -2.25rem;
  }

  .lg\:-right-9{
    right: -2.25rem;
  }

  .lg\:-bottom-9{
    bottom: -2.25rem;
  }

  .lg\:-left-9{
    left: -2.25rem;
  }

  .lg\:-top-10{
    top: -2.5rem;
  }

  .lg\:-right-10{
    right: -2.5rem;
  }

  .lg\:-bottom-10{
    bottom: -2.5rem;
  }

  .lg\:-left-10{
    left: -2.5rem;
  }

  .lg\:-top-11{
    top: -2.75rem;
  }

  .lg\:-right-11{
    right: -2.75rem;
  }

  .lg\:-bottom-11{
    bottom: -2.75rem;
  }

  .lg\:-left-11{
    left: -2.75rem;
  }

  .lg\:-top-12{
    top: -3rem;
  }

  .lg\:-right-12{
    right: -3rem;
  }

  .lg\:-bottom-12{
    bottom: -3rem;
  }

  .lg\:-left-12{
    left: -3rem;
  }

  .lg\:-top-13{
    top: -3.375rem;
  }

  .lg\:-right-13{
    right: -3.375rem;
  }

  .lg\:-bottom-13{
    bottom: -3.375rem;
  }

  .lg\:-left-13{
    left: -3.375rem;
  }

  .lg\:-top-14{
    top: -3.5rem;
  }

  .lg\:-right-14{
    right: -3.5rem;
  }

  .lg\:-bottom-14{
    bottom: -3.5rem;
  }

  .lg\:-left-14{
    left: -3.5rem;
  }

  .lg\:-top-15{
    top: -3.75rem;
  }

  .lg\:-right-15{
    right: -3.75rem;
  }

  .lg\:-bottom-15{
    bottom: -3.75rem;
  }

  .lg\:-left-15{
    left: -3.75rem;
  }

  .lg\:-top-16{
    top: -4rem;
  }

  .lg\:-right-16{
    right: -4rem;
  }

  .lg\:-bottom-16{
    bottom: -4rem;
  }

  .lg\:-left-16{
    left: -4rem;
  }

  .lg\:-top-17{
    top: -4.375rem;
  }

  .lg\:-right-17{
    right: -4.375rem;
  }

  .lg\:-bottom-17{
    bottom: -4.375rem;
  }

  .lg\:-left-17{
    left: -4.375rem;
  }

  .lg\:-top-18{
    top: -4.5rem;
  }

  .lg\:-right-18{
    right: -4.5rem;
  }

  .lg\:-bottom-18{
    bottom: -4.5rem;
  }

  .lg\:-left-18{
    left: -4.5rem;
  }

  .lg\:-top-19{
    top: -4.75rem;
  }

  .lg\:-right-19{
    right: -4.75rem;
  }

  .lg\:-bottom-19{
    bottom: -4.75rem;
  }

  .lg\:-left-19{
    left: -4.75rem;
  }

  .lg\:-top-20{
    top: -5rem;
  }

  .lg\:-right-20{
    right: -5rem;
  }

  .lg\:-bottom-20{
    bottom: -5rem;
  }

  .lg\:-left-20{
    left: -5rem;
  }

  .lg\:-top-21{
    top: -5.5rem;
  }

  .lg\:-right-21{
    right: -5.5rem;
  }

  .lg\:-bottom-21{
    bottom: -5.5rem;
  }

  .lg\:-left-21{
    left: -5.5rem;
  }

  .lg\:-top-22{
    top: -5.625rem;
  }

  .lg\:-right-22{
    right: -5.625rem;
  }

  .lg\:-bottom-22{
    bottom: -5.625rem;
  }

  .lg\:-left-22{
    left: -5.625rem;
  }

  .lg\:-top-23{
    top: -6.125rem;
  }

  .lg\:-right-23{
    right: -6.125rem;
  }

  .lg\:-bottom-23{
    bottom: -6.125rem;
  }

  .lg\:-left-23{
    left: -6.125rem;
  }

  .lg\:-top-24{
    top: -6rem;
  }

  .lg\:-right-24{
    right: -6rem;
  }

  .lg\:-bottom-24{
    bottom: -6rem;
  }

  .lg\:-left-24{
    left: -6rem;
  }

  .lg\:-top-25{
    top: -6.5rem;
  }

  .lg\:-right-25{
    right: -6.5rem;
  }

  .lg\:-bottom-25{
    bottom: -6.5rem;
  }

  .lg\:-left-25{
    left: -6.5rem;
  }

  .lg\:-top-26{
    top: -6.75rem;
  }

  .lg\:-right-26{
    right: -6.75rem;
  }

  .lg\:-bottom-26{
    bottom: -6.75rem;
  }

  .lg\:-left-26{
    left: -6.75rem;
  }

  .lg\:-top-27{
    top: -6.25rem;
  }

  .lg\:-right-27{
    right: -6.25rem;
  }

  .lg\:-bottom-27{
    bottom: -6.25rem;
  }

  .lg\:-left-27{
    left: -6.25rem;
  }

  .lg\:-top-28{
    top: -7rem;
  }

  .lg\:-right-28{
    right: -7rem;
  }

  .lg\:-bottom-28{
    bottom: -7rem;
  }

  .lg\:-left-28{
    left: -7rem;
  }

  .lg\:-top-29{
    top: -7.5rem;
  }

  .lg\:-right-29{
    right: -7.5rem;
  }

  .lg\:-bottom-29{
    bottom: -7.5rem;
  }

  .lg\:-left-29{
    left: -7.5rem;
  }

  .lg\:-top-32{
    top: -8rem;
  }

  .lg\:-right-32{
    right: -8rem;
  }

  .lg\:-bottom-32{
    bottom: -8rem;
  }

  .lg\:-left-32{
    left: -8rem;
  }

  .lg\:-top-34{
    top: -8.5rem;
  }

  .lg\:-right-34{
    right: -8.5rem;
  }

  .lg\:-bottom-34{
    bottom: -8.5rem;
  }

  .lg\:-left-34{
    left: -8.5rem;
  }

  .lg\:-top-35{
    top: -8.75rem;
  }

  .lg\:-right-35{
    right: -8.75rem;
  }

  .lg\:-bottom-35{
    bottom: -8.75rem;
  }

  .lg\:-left-35{
    left: -8.75rem;
  }

  .lg\:-top-36{
    top: -9rem;
  }

  .lg\:-right-36{
    right: -9rem;
  }

  .lg\:-bottom-36{
    bottom: -9rem;
  }

  .lg\:-left-36{
    left: -9rem;
  }

  .lg\:-top-37{
    top: -9.125rem;
  }

  .lg\:-right-37{
    right: -9.125rem;
  }

  .lg\:-bottom-37{
    bottom: -9.125rem;
  }

  .lg\:-left-37{
    left: -9.125rem;
  }

  .lg\:-top-38{
    top: -9.5rem;
  }

  .lg\:-right-38{
    right: -9.5rem;
  }

  .lg\:-bottom-38{
    bottom: -9.5rem;
  }

  .lg\:-left-38{
    left: -9.5rem;
  }

  .lg\:-top-40{
    top: -10rem;
  }

  .lg\:-right-40{
    right: -10rem;
  }

  .lg\:-bottom-40{
    bottom: -10rem;
  }

  .lg\:-left-40{
    left: -10rem;
  }

  .lg\:-top-41{
    top: -10.5rem;
  }

  .lg\:-right-41{
    right: -10.5rem;
  }

  .lg\:-bottom-41{
    bottom: -10.5rem;
  }

  .lg\:-left-41{
    left: -10.5rem;
  }

  .lg\:-top-42{
    top: -10.625rem;
  }

  .lg\:-right-42{
    right: -10.625rem;
  }

  .lg\:-bottom-42{
    bottom: -10.625rem;
  }

  .lg\:-left-42{
    left: -10.625rem;
  }

  .lg\:-top-44{
    top: -11rem;
  }

  .lg\:-right-44{
    right: -11rem;
  }

  .lg\:-bottom-44{
    bottom: -11rem;
  }

  .lg\:-left-44{
    left: -11rem;
  }

  .lg\:-top-45{
    top: -11.25rem;
  }

  .lg\:-right-45{
    right: -11.25rem;
  }

  .lg\:-bottom-45{
    bottom: -11.25rem;
  }

  .lg\:-left-45{
    left: -11.25rem;
  }

  .lg\:-top-48{
    top: -12rem;
  }

  .lg\:-right-48{
    right: -12rem;
  }

  .lg\:-bottom-48{
    bottom: -12rem;
  }

  .lg\:-left-48{
    left: -12rem;
  }

  .lg\:-top-49{
    top: -12.5rem;
  }

  .lg\:-right-49{
    right: -12.5rem;
  }

  .lg\:-bottom-49{
    bottom: -12.5rem;
  }

  .lg\:-left-49{
    left: -12.5rem;
  }

  .lg\:-top-52{
    top: -13rem;
  }

  .lg\:-right-52{
    right: -13rem;
  }

  .lg\:-bottom-52{
    bottom: -13rem;
  }

  .lg\:-left-52{
    left: -13rem;
  }

  .lg\:-top-56{
    top: -14rem;
  }

  .lg\:-right-56{
    right: -14rem;
  }

  .lg\:-bottom-56{
    bottom: -14rem;
  }

  .lg\:-left-56{
    left: -14rem;
  }

  .lg\:-top-57{
    top: -14.375rem;
  }

  .lg\:-right-57{
    right: -14.375rem;
  }

  .lg\:-bottom-57{
    bottom: -14.375rem;
  }

  .lg\:-left-57{
    left: -14.375rem;
  }

  .lg\:-top-60{
    top: -15rem;
  }

  .lg\:-right-60{
    right: -15rem;
  }

  .lg\:-bottom-60{
    bottom: -15rem;
  }

  .lg\:-left-60{
    left: -15rem;
  }

  .lg\:-top-64{
    top: -16rem;
  }

  .lg\:-right-64{
    right: -16rem;
  }

  .lg\:-bottom-64{
    bottom: -16rem;
  }

  .lg\:-left-64{
    left: -16rem;
  }

  .lg\:-top-72{
    top: -18rem;
  }

  .lg\:-right-72{
    right: -18rem;
  }

  .lg\:-bottom-72{
    bottom: -18rem;
  }

  .lg\:-left-72{
    left: -18rem;
  }

  .lg\:-top-80{
    top: -20rem;
  }

  .lg\:-right-80{
    right: -20rem;
  }

  .lg\:-bottom-80{
    bottom: -20rem;
  }

  .lg\:-left-80{
    left: -20rem;
  }

  .lg\:-top-82{
    top: -22rem;
  }

  .lg\:-right-82{
    right: -22rem;
  }

  .lg\:-bottom-82{
    bottom: -22rem;
  }

  .lg\:-left-82{
    left: -22rem;
  }

  .lg\:-top-83{
    top: -23.8125rem;
  }

  .lg\:-right-83{
    right: -23.8125rem;
  }

  .lg\:-bottom-83{
    bottom: -23.8125rem;
  }

  .lg\:-left-83{
    left: -23.8125rem;
  }

  .lg\:-top-96{
    top: -24rem;
  }

  .lg\:-right-96{
    right: -24rem;
  }

  .lg\:-bottom-96{
    bottom: -24rem;
  }

  .lg\:-left-96{
    left: -24rem;
  }

  .lg\:-top-px{
    top: -1px;
  }

  .lg\:-right-px{
    right: -1px;
  }

  .lg\:-bottom-px{
    bottom: -1px;
  }

  .lg\:-left-px{
    left: -1px;
  }

  .lg\:-top-0\.5{
    top: -0.125rem;
  }

  .lg\:-right-0\.5{
    right: -0.125rem;
  }

  .lg\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .lg\:-left-0\.5{
    left: -0.125rem;
  }

  .lg\:-top-1\.5{
    top: -0.375rem;
  }

  .lg\:-right-1\.5{
    right: -0.375rem;
  }

  .lg\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .lg\:-left-1\.5{
    left: -0.375rem;
  }

  .lg\:-top-2\.5{
    top: -0.625rem;
  }

  .lg\:-right-2\.5{
    right: -0.625rem;
  }

  .lg\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .lg\:-left-2\.5{
    left: -0.625rem;
  }

  .lg\:-top-3\.5{
    top: -0.875rem;
  }

  .lg\:-right-3\.5{
    right: -0.875rem;
  }

  .lg\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .lg\:-left-3\.5{
    left: -0.875rem;
  }

  .lg\:-top-4\.5{
    top: -1.125rem;
  }

  .lg\:-right-4\.5{
    right: -1.125rem;
  }

  .lg\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .lg\:-left-4\.5{
    left: -1.125rem;
  }

  .lg\:-top-5\.5{
    top: -1.375rem;
  }

  .lg\:-right-5\.5{
    right: -1.375rem;
  }

  .lg\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .lg\:-left-5\.5{
    left: -1.375rem;
  }

  .lg\:-top-6\.5{
    top: -1.625rem;
  }

  .lg\:-right-6\.5{
    right: -1.625rem;
  }

  .lg\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .lg\:-left-6\.5{
    left: -1.625rem;
  }

  .lg\:-top-7\.5{
    top: -1.875rem;
  }

  .lg\:-right-7\.5{
    right: -1.875rem;
  }

  .lg\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .lg\:-left-7\.5{
    left: -1.875rem;
  }

  .lg\:-top-8\.5{
    top: -2.125rem;
  }

  .lg\:-right-8\.5{
    right: -2.125rem;
  }

  .lg\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .lg\:-left-8\.5{
    left: -2.125rem;
  }

  .lg\:-top-9\.5{
    top: -2.375rem;
  }

  .lg\:-right-9\.5{
    right: -2.375rem;
  }

  .lg\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .lg\:-left-9\.5{
    left: -2.375rem;
  }

  .lg\:-top-10\.5{
    top: -2.625rem;
  }

  .lg\:-right-10\.5{
    right: -2.625rem;
  }

  .lg\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .lg\:-left-10\.5{
    left: -2.625rem;
  }

  .lg\:-top-11\.5{
    top: -2.875rem;
  }

  .lg\:-right-11\.5{
    right: -2.875rem;
  }

  .lg\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .lg\:-left-11\.5{
    left: -2.875rem;
  }

  .lg\:-top-12\.5{
    top: -3.125rem;
  }

  .lg\:-right-12\.5{
    right: -3.125rem;
  }

  .lg\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .lg\:-left-12\.5{
    left: -3.125rem;
  }

  .lg\:-top-13\.5{
    top: -3.25rem;
  }

  .lg\:-right-13\.5{
    right: -3.25rem;
  }

  .lg\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .lg\:-left-13\.5{
    left: -3.25rem;
  }

  .lg\:-top-15\.5{
    top: -3.8rem;
  }

  .lg\:-right-15\.5{
    right: -3.8rem;
  }

  .lg\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .lg\:-left-15\.5{
    left: -3.8rem;
  }

  .lg\:-top-16\.5{
    top: -4.125rem;
  }

  .lg\:-right-16\.5{
    right: -4.125rem;
  }

  .lg\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .lg\:-left-16\.5{
    left: -4.125rem;
  }

  .lg\:-top-17\.5{
    top: -4.25rem;
  }

  .lg\:-right-17\.5{
    right: -4.25rem;
  }

  .lg\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .lg\:-left-17\.5{
    left: -4.25rem;
  }

  .lg\:-top-18\.5{
    top: -4.625rem;
  }

  .lg\:-right-18\.5{
    right: -4.625rem;
  }

  .lg\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .lg\:-left-18\.5{
    left: -4.625rem;
  }

  .lg\:-top-20\.5{
    top: -5.25rem;
  }

  .lg\:-right-20\.5{
    right: -5.25rem;
  }

  .lg\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .lg\:-left-20\.5{
    left: -5.25rem;
  }

  .lg\:-top-21\.5{
    top: -5.75rem;
  }

  .lg\:-right-21\.5{
    right: -5.75rem;
  }

  .lg\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .lg\:-left-21\.5{
    left: -5.75rem;
  }

  .lg\:-top-22\.5{
    top: -5.875rem;
  }

  .lg\:-right-22\.5{
    right: -5.875rem;
  }

  .lg\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .lg\:-left-22\.5{
    left: -5.875rem;
  }

  .lg\:-top-24\.5{
    top: -6.8125rem;
  }

  .lg\:-right-24\.5{
    right: -6.8125rem;
  }

  .lg\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .lg\:-left-24\.5{
    left: -6.8125rem;
  }

  .lg\:-top-28\.5{
    top: -7.375rem;
  }

  .lg\:-right-28\.5{
    right: -7.375rem;
  }

  .lg\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .lg\:-left-28\.5{
    left: -7.375rem;
  }

  .lg\:-top-29\.5{
    top: -7.75rem;
  }

  .lg\:-right-29\.5{
    right: -7.75rem;
  }

  .lg\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .lg\:-left-29\.5{
    left: -7.75rem;
  }

  .lg\:-top-32\.5{
    top: -8.125rem;
  }

  .lg\:-right-32\.5{
    right: -8.125rem;
  }

  .lg\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .lg\:-left-32\.5{
    left: -8.125rem;
  }

  .lg\:-top-33\.5{
    top: -8.8125rem;
  }

  .lg\:-right-33\.5{
    right: -8.8125rem;
  }

  .lg\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .lg\:-left-33\.5{
    left: -8.8125rem;
  }

  .lg\:-top-42\.5{
    top: -10.875rem;
  }

  .lg\:-right-42\.5{
    right: -10.875rem;
  }

  .lg\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .lg\:-left-42\.5{
    left: -10.875rem;
  }

  .lg\:-top-49\.5{
    top: -12.75rem;
  }

  .lg\:-right-49\.5{
    right: -12.75rem;
  }

  .lg\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .lg\:-left-49\.5{
    left: -12.75rem;
  }

  .lg\:-top-72\.5{
    top: -18.25rem;
  }

  .lg\:-right-72\.5{
    right: -18.25rem;
  }

  .lg\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .lg\:-left-72\.5{
    left: -18.25rem;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:right-1\/2{
    right: 50%;
  }

  .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:top-1\/3{
    top: 33.333333%;
  }

  .lg\:right-1\/3{
    right: 33.333333%;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .lg\:left-1\/3{
    left: 33.333333%;
  }

  .lg\:top-2\/3{
    top: 66.666667%;
  }

  .lg\:right-2\/3{
    right: 66.666667%;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .lg\:left-2\/3{
    left: 66.666667%;
  }

  .lg\:top-1\/4{
    top: 25%;
  }

  .lg\:right-1\/4{
    right: 25%;
  }

  .lg\:bottom-1\/4{
    bottom: 25%;
  }

  .lg\:left-1\/4{
    left: 25%;
  }

  .lg\:top-2\/4{
    top: 50%;
  }

  .lg\:right-2\/4{
    right: 50%;
  }

  .lg\:bottom-2\/4{
    bottom: 50%;
  }

  .lg\:left-2\/4{
    left: 50%;
  }

  .lg\:top-3\/4{
    top: 75%;
  }

  .lg\:right-3\/4{
    right: 75%;
  }

  .lg\:bottom-3\/4{
    bottom: 75%;
  }

  .lg\:left-3\/4{
    left: 75%;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:-top-1\/2{
    top: -50%;
  }

  .lg\:-right-1\/2{
    right: -50%;
  }

  .lg\:-bottom-1\/2{
    bottom: -50%;
  }

  .lg\:-left-1\/2{
    left: -50%;
  }

  .lg\:-top-1\/3{
    top: -33.333333%;
  }

  .lg\:-right-1\/3{
    right: -33.333333%;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .lg\:-left-1\/3{
    left: -33.333333%;
  }

  .lg\:-top-2\/3{
    top: -66.666667%;
  }

  .lg\:-right-2\/3{
    right: -66.666667%;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .lg\:-left-2\/3{
    left: -66.666667%;
  }

  .lg\:-top-1\/4{
    top: -25%;
  }

  .lg\:-right-1\/4{
    right: -25%;
  }

  .lg\:-bottom-1\/4{
    bottom: -25%;
  }

  .lg\:-left-1\/4{
    left: -25%;
  }

  .lg\:-top-2\/4{
    top: -50%;
  }

  .lg\:-right-2\/4{
    right: -50%;
  }

  .lg\:-bottom-2\/4{
    bottom: -50%;
  }

  .lg\:-left-2\/4{
    left: -50%;
  }

  .lg\:-top-3\/4{
    top: -75%;
  }

  .lg\:-right-3\/4{
    right: -75%;
  }

  .lg\:-bottom-3\/4{
    bottom: -75%;
  }

  .lg\:-left-3\/4{
    left: -75%;
  }

  .lg\:-top-full{
    top: -100%;
  }

  .lg\:-right-full{
    right: -100%;
  }

  .lg\:-bottom-full{
    bottom: -100%;
  }

  .lg\:-left-full{
    left: -100%;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .lg\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .lg\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .lg\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .lg\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .lg\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .lg\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .lg\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .lg\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .lg\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .lg\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .lg\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .lg\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .lg\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .lg\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .lg\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .lg\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .lg\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .lg\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .lg\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .lg\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .lg\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .lg\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .lg\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .lg\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .lg\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .lg\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .lg\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .lg\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .lg\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .lg\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .lg\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .lg\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .lg\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .lg\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .lg\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .lg\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .lg\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .lg\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .lg\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .lg\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .lg\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .lg\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .lg\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .lg\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .lg\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .lg\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .lg\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .lg\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .lg\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .lg\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .lg\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .lg\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .lg\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .lg\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .lg\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .lg\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .lg\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .lg\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .lg\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .lg\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .lg\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .lg\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .lg\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .lg\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .lg\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .lg\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .lg\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .lg\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .lg\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .lg\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .lg\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .lg\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .lg\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .lg\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .lg\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .lg\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .lg\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .lg\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .lg\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .lg\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .lg\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .lg\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .lg\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .lg\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .lg\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .lg\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .lg\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .lg\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .lg\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .lg\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .lg\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .lg\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .lg\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .lg\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .lg\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .lg\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .lg\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .lg\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .lg\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .lg\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .lg\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .lg\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .lg\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .lg\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .lg\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .lg\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .lg\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .lg\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .lg\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .lg\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .lg\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .lg\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .lg\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .lg\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .lg\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .lg\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .lg\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .lg\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .lg\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .lg\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .lg\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .lg\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .lg\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .lg\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .lg\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .lg\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .lg\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .lg\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .lg\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .lg\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .lg\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .lg\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .lg\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .lg\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .lg\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .lg\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .lg\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .lg\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .lg\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .lg\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .lg\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .lg\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .lg\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .lg\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .lg\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .lg\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .lg\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .lg\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .lg\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .lg\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .lg\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .lg\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .lg\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .lg\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .lg\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .lg\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .lg\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .lg\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .lg\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .lg\:ring-current{
    --tw-ring-color: currentColor;
  }

  .lg\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .lg\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .lg\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .lg\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .lg\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .lg\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .lg\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .lg\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .lg\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .lg\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .lg\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .lg\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .lg\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .lg\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .lg\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .lg\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .lg\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .lg\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .lg\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .lg\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:stroke-0{
    stroke-width: 0;
  }

  .lg\:stroke-1{
    stroke-width: 1;
  }

  .lg\:stroke-2{
    stroke-width: 2;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-current{
    color: currentColor;
  }

  .lg\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .lg\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .lg\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .lg\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .lg\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .lg\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .lg\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .lg\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .lg\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .lg\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .lg\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .lg\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .lg\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .lg\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .lg\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .lg\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .lg\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .lg\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .lg\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .lg\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .lg\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .lg\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .lg\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .lg\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .lg\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .lg\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .lg\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .lg\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .lg\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .lg\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .lg\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .lg\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .lg\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .lg\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .lg\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .lg\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .lg\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .lg\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .lg\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .lg\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .lg\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .lg\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .lg\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .lg\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .lg\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .lg\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  .lg\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  .lg\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .lg\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .lg\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .lg\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .lg\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .lg\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip{
    text-overflow: clip;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:tracking-base{
    letter-spacing: 0.34em;
  }

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:w-0{
    width: 0px;
  }

  .lg\:w-1{
    width: 0.25rem;
  }

  .lg\:w-2{
    width: 0.5rem;
  }

  .lg\:w-3{
    width: 0.75rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-7{
    width: 1.75rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-9{
    width: 2.25rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-11{
    width: 2.75rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-13{
    width: 3.375rem;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

  .lg\:w-15{
    width: 3.75rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-17{
    width: 4.375rem;
  }

  .lg\:w-18{
    width: 4.5rem;
  }

  .lg\:w-19{
    width: 4.75rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-21{
    width: 5.5rem;
  }

  .lg\:w-22{
    width: 5.625rem;
  }

  .lg\:w-23{
    width: 6.375rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-25{
    width: 6.5rem;
  }

  .lg\:w-26{
    width: 6.75rem;
  }

  .lg\:w-27{
    width: 6.25rem;
  }

  .lg\:w-28{
    width: 7rem;
  }

  .lg\:w-29{
    width: 7.5rem;
  }

  .lg\:w-30{
    width: 7.75rem;
  }

  .lg\:w-31{
    width: 8.75rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-33{
    width: 8.125rem;
  }

  .lg\:w-34{
    width: 8.5rem;
  }

  .lg\:w-35{
    width: 8.75rem;
  }

  .lg\:w-36{
    width: 9rem;
  }

  .lg\:w-37{
    width: 9.125rem;
  }

  .lg\:w-38{
    width: 9.5rem;
  }

  .lg\:w-40{
    width: 10rem;
  }

  .lg\:w-41{
    width: 10.5rem;
  }

  .lg\:w-42{
    width: 10.625rem;
  }

  .lg\:w-44{
    width: 11rem;
  }

  .lg\:w-45{
    width: 11.25rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-49{
    width: 12.5rem;
  }

  .lg\:w-52{
    width: 13rem;
  }

  .lg\:w-53{
    width: 13.125rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-57{
    width: 14.375rem;
  }

  .lg\:w-60{
    width: 15rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-72{
    width: 18rem;
  }

  .lg\:w-73{
    width: 19rem;
  }

  .lg\:w-74{
    width: 25.5rem;
  }

  .lg\:w-78{
    width: 37.4375rem;
  }

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:w-82{
    width: 22rem;
  }

  .lg\:w-83{
    width: 23.8125rem;
  }

  .lg\:w-96{
    width: 24rem;
  }

  .lg\:w-98{
    width: 50.625rem;
  }

  .lg\:w-99{
    width: 60.75rem;
  }

  .lg\:w-100{
    width: 45%;
  }

  .lg\:w-110{
    width: 70%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-0\.5{
    width: 0.125rem;
  }

  .lg\:w-1\.5{
    width: 0.375rem;
  }

  .lg\:w-2\.5{
    width: 0.625rem;
  }

  .lg\:w-3\.5{
    width: 0.875rem;
  }

  .lg\:w-4\.5{
    width: 1.125rem;
  }

  .lg\:w-5\.5{
    width: 1.375rem;
  }

  .lg\:w-6\.5{
    width: 1.625rem;
  }

  .lg\:w-7\.5{
    width: 1.875rem;
  }

  .lg\:w-8\.5{
    width: 2.125rem;
  }

  .lg\:w-9\.5{
    width: 2.375rem;
  }

  .lg\:w-10\.5{
    width: 2.625rem;
  }

  .lg\:w-11\.5{
    width: 2.875rem;
  }

  .lg\:w-12\.5{
    width: 3.125rem;
  }

  .lg\:w-13\.5{
    width: 3.25rem;
  }

  .lg\:w-15\.5{
    width: 3.8rem;
  }

  .lg\:w-16\.5{
    width: 4.125rem;
  }

  .lg\:w-17\.5{
    width: 4.25rem;
  }

  .lg\:w-18\.5{
    width: 4.625rem;
  }

  .lg\:w-20\.5{
    width: 5.25rem;
  }

  .lg\:w-21\.5{
    width: 5.75rem;
  }

  .lg\:w-22\.5{
    width: 5.875rem;
  }

  .lg\:w-24\.5{
    width: 6.625rem;
  }

  .lg\:w-28\.5{
    width: 7.375rem;
  }

  .lg\:w-29\.5{
    width: 7.75rem;
  }

  .lg\:w-32\.5{
    width: 8.125rem;
  }

  .lg\:w-33\.5{
    width: 8.8125rem;
  }

  .lg\:w-42\.5{
    width: 10.875rem;
  }

  .lg\:w-49\.5{
    width: 12.75rem;
  }

  .lg\:w-72\.5{
    width: 18.25rem;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:w-2\.2{
    width: 0.5625rem;
  }

  .lg\:w-48\.5{
    width: 12.125rem;
  }

  .lg\:w-community{
    width: 816px;
  }

  .lg\:w-slide{
    width: 705px;
  }

  .lg\:w-slide-md{
    width: 600px;
  }

  .lg\:w-sporson{
    width: 1064px;
  }

  .lg\:w-sporson-lg{
    width: 900px;
  }

  .lg\:w-line{
    width: 11%;
  }

  .lg\:w-line-lg{
    width: 4%;
  }

  .lg\:w-box-about{
    width: 928px;
  }

  .lg\:w-box-about-alt{
    width: 1024px;
  }

  .lg\:w-box-about-alt-lg{
    width: 660px;
  }

  .lg\:w-circle{
    width: 120px;
  }

  .lg\:w-circle-xl{
    width: 158px;
  }

  .lg\:w-guide{
    width: 280px;
  }

  .lg\:w-value{
    width: 205px;
  }

  .lg\:w-sub-menu{
    width: 335px;
  }

  .lg\:w-because{
    width: 397px;
  }

  .lg\:w-because-sm{
    width: 280px;
  }

  .lg\:w-table{
    width: 66%;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-100{
    z-index: 9999;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .lg\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .lg\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .lg\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .lg\:focus\:z-0:focus{
    z-index: 0;
  }

  .lg\:focus\:z-10:focus{
    z-index: 10;
  }

  .lg\:focus\:z-20:focus{
    z-index: 20;
  }

  .lg\:focus\:z-30:focus{
    z-index: 30;
  }

  .lg\:focus\:z-40:focus{
    z-index: 40;
  }

  .lg\:focus\:z-50:focus{
    z-index: 50;
  }

  .lg\:focus\:z-100:focus{
    z-index: 9999;
  }

  .lg\:focus\:z-auto:focus{
    z-index: auto;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-9{
    gap: 2.25rem;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-11{
    gap: 2.75rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-13{
    gap: 3.375rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-15{
    gap: 3.75rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-17{
    gap: 4.375rem;
  }

  .lg\:gap-18{
    gap: 4.5rem;
  }

  .lg\:gap-19{
    gap: 4.75rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-21{
    gap: 5.5rem;
  }

  .lg\:gap-22{
    gap: 5.625rem;
  }

  .lg\:gap-23{
    gap: 6.125rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-25{
    gap: 6.5rem;
  }

  .lg\:gap-26{
    gap: 6.75rem;
  }

  .lg\:gap-27{
    gap: 6.25rem;
  }

  .lg\:gap-28{
    gap: 7rem;
  }

  .lg\:gap-29{
    gap: 7.5rem;
  }

  .lg\:gap-32{
    gap: 8rem;
  }

  .lg\:gap-34{
    gap: 8.5rem;
  }

  .lg\:gap-35{
    gap: 8.75rem;
  }

  .lg\:gap-36{
    gap: 9rem;
  }

  .lg\:gap-37{
    gap: 9.125rem;
  }

  .lg\:gap-38{
    gap: 9.5rem;
  }

  .lg\:gap-40{
    gap: 10rem;
  }

  .lg\:gap-41{
    gap: 10.5rem;
  }

  .lg\:gap-42{
    gap: 10.625rem;
  }

  .lg\:gap-44{
    gap: 11rem;
  }

  .lg\:gap-45{
    gap: 11.25rem;
  }

  .lg\:gap-48{
    gap: 12rem;
  }

  .lg\:gap-49{
    gap: 12.5rem;
  }

  .lg\:gap-52{
    gap: 13rem;
  }

  .lg\:gap-56{
    gap: 14rem;
  }

  .lg\:gap-57{
    gap: 14.375rem;
  }

  .lg\:gap-60{
    gap: 15rem;
  }

  .lg\:gap-64{
    gap: 16rem;
  }

  .lg\:gap-72{
    gap: 18rem;
  }

  .lg\:gap-80{
    gap: 20rem;
  }

  .lg\:gap-82{
    gap: 22rem;
  }

  .lg\:gap-83{
    gap: 23.8125rem;
  }

  .lg\:gap-96{
    gap: 24rem;
  }

  .lg\:gap-px{
    gap: 1px;
  }

  .lg\:gap-0\.5{
    gap: 0.125rem;
  }

  .lg\:gap-1\.5{
    gap: 0.375rem;
  }

  .lg\:gap-2\.5{
    gap: 0.625rem;
  }

  .lg\:gap-3\.5{
    gap: 0.875rem;
  }

  .lg\:gap-4\.5{
    gap: 1.125rem;
  }

  .lg\:gap-5\.5{
    gap: 1.375rem;
  }

  .lg\:gap-6\.5{
    gap: 1.625rem;
  }

  .lg\:gap-7\.5{
    gap: 1.875rem;
  }

  .lg\:gap-8\.5{
    gap: 2.125rem;
  }

  .lg\:gap-9\.5{
    gap: 2.375rem;
  }

  .lg\:gap-10\.5{
    gap: 2.625rem;
  }

  .lg\:gap-11\.5{
    gap: 2.875rem;
  }

  .lg\:gap-12\.5{
    gap: 3.125rem;
  }

  .lg\:gap-13\.5{
    gap: 3.25rem;
  }

  .lg\:gap-15\.5{
    gap: 3.8rem;
  }

  .lg\:gap-16\.5{
    gap: 4.125rem;
  }

  .lg\:gap-17\.5{
    gap: 4.25rem;
  }

  .lg\:gap-18\.5{
    gap: 4.625rem;
  }

  .lg\:gap-20\.5{
    gap: 5.25rem;
  }

  .lg\:gap-21\.5{
    gap: 5.75rem;
  }

  .lg\:gap-22\.5{
    gap: 5.875rem;
  }

  .lg\:gap-24\.5{
    gap: 6.8125rem;
  }

  .lg\:gap-28\.5{
    gap: 7.375rem;
  }

  .lg\:gap-29\.5{
    gap: 7.75rem;
  }

  .lg\:gap-32\.5{
    gap: 8.125rem;
  }

  .lg\:gap-33\.5{
    gap: 8.8125rem;
  }

  .lg\:gap-42\.5{
    gap: 10.875rem;
  }

  .lg\:gap-49\.5{
    gap: 12.75rem;
  }

  .lg\:gap-72\.5{
    gap: 18.25rem;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .lg\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .lg\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .lg\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .lg\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .lg\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .lg\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .lg\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .lg\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .lg\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .lg\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .lg\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .lg\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .lg\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .lg\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .lg\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .lg\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .lg\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .lg\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .lg\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .lg\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .lg\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .lg\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .lg\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .lg\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .lg\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .lg\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .lg\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .lg\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .lg\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .lg\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .lg\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .lg\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .lg\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .lg\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .lg\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .lg\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .lg\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .lg\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .lg\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .lg\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .lg\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .lg\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .lg\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .lg\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:gap-y-1{
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2{
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3{
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4{
    row-gap: 1rem;
  }

  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7{
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8{
    row-gap: 2rem;
  }

  .lg\:gap-y-9{
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11{
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12{
    row-gap: 3rem;
  }

  .lg\:gap-y-13{
    row-gap: 3.375rem;
  }

  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  .lg\:gap-y-15{
    row-gap: 3.75rem;
  }

  .lg\:gap-y-16{
    row-gap: 4rem;
  }

  .lg\:gap-y-17{
    row-gap: 4.375rem;
  }

  .lg\:gap-y-18{
    row-gap: 4.5rem;
  }

  .lg\:gap-y-19{
    row-gap: 4.75rem;
  }

  .lg\:gap-y-20{
    row-gap: 5rem;
  }

  .lg\:gap-y-21{
    row-gap: 5.5rem;
  }

  .lg\:gap-y-22{
    row-gap: 5.625rem;
  }

  .lg\:gap-y-23{
    row-gap: 6.125rem;
  }

  .lg\:gap-y-24{
    row-gap: 6rem;
  }

  .lg\:gap-y-25{
    row-gap: 6.5rem;
  }

  .lg\:gap-y-26{
    row-gap: 6.75rem;
  }

  .lg\:gap-y-27{
    row-gap: 6.25rem;
  }

  .lg\:gap-y-28{
    row-gap: 7rem;
  }

  .lg\:gap-y-29{
    row-gap: 7.5rem;
  }

  .lg\:gap-y-32{
    row-gap: 8rem;
  }

  .lg\:gap-y-34{
    row-gap: 8.5rem;
  }

  .lg\:gap-y-35{
    row-gap: 8.75rem;
  }

  .lg\:gap-y-36{
    row-gap: 9rem;
  }

  .lg\:gap-y-37{
    row-gap: 9.125rem;
  }

  .lg\:gap-y-38{
    row-gap: 9.5rem;
  }

  .lg\:gap-y-40{
    row-gap: 10rem;
  }

  .lg\:gap-y-41{
    row-gap: 10.5rem;
  }

  .lg\:gap-y-42{
    row-gap: 10.625rem;
  }

  .lg\:gap-y-44{
    row-gap: 11rem;
  }

  .lg\:gap-y-45{
    row-gap: 11.25rem;
  }

  .lg\:gap-y-48{
    row-gap: 12rem;
  }

  .lg\:gap-y-49{
    row-gap: 12.5rem;
  }

  .lg\:gap-y-52{
    row-gap: 13rem;
  }

  .lg\:gap-y-56{
    row-gap: 14rem;
  }

  .lg\:gap-y-57{
    row-gap: 14.375rem;
  }

  .lg\:gap-y-60{
    row-gap: 15rem;
  }

  .lg\:gap-y-64{
    row-gap: 16rem;
  }

  .lg\:gap-y-72{
    row-gap: 18rem;
  }

  .lg\:gap-y-80{
    row-gap: 20rem;
  }

  .lg\:gap-y-82{
    row-gap: 22rem;
  }

  .lg\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .lg\:gap-y-96{
    row-gap: 24rem;
  }

  .lg\:gap-y-px{
    row-gap: 1px;
  }

  .lg\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .lg\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .lg\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .lg\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .lg\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .lg\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .lg\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .lg\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .lg\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .lg\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .lg\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .lg\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .lg\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .lg\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .lg\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .lg\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .lg\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .lg\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .lg\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .lg\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .lg\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .lg\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .lg\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .lg\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .lg\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .lg\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .lg\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .lg\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:col-auto{
    grid-column: auto;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-start-10{
    grid-column-start: 10;
  }

  .lg\:col-start-11{
    grid-column-start: 11;
  }

  .lg\:col-start-12{
    grid-column-start: 12;
  }

  .lg\:col-start-13{
    grid-column-start: 13;
  }

  .lg\:col-start-auto{
    grid-column-start: auto;
  }

  .lg\:col-end-1{
    grid-column-end: 1;
  }

  .lg\:col-end-2{
    grid-column-end: 2;
  }

  .lg\:col-end-3{
    grid-column-end: 3;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:col-end-5{
    grid-column-end: 5;
  }

  .lg\:col-end-6{
    grid-column-end: 6;
  }

  .lg\:col-end-7{
    grid-column-end: 7;
  }

  .lg\:col-end-8{
    grid-column-end: 8;
  }

  .lg\:col-end-9{
    grid-column-end: 9;
  }

  .lg\:col-end-10{
    grid-column-end: 10;
  }

  .lg\:col-end-11{
    grid-column-end: 11;
  }

  .lg\:col-end-12{
    grid-column-end: 12;
  }

  .lg\:col-end-13{
    grid-column-end: 13;
  }

  .lg\:col-end-auto{
    grid-column-end: auto;
  }

  .lg\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:row-auto{
    grid-row: auto;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full{
    grid-row: 1 / -1;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-start-6{
    grid-row-start: 6;
  }

  .lg\:row-start-7{
    grid-row-start: 7;
  }

  .lg\:row-start-auto{
    grid-row-start: auto;
  }

  .lg\:row-end-1{
    grid-row-end: 1;
  }

  .lg\:row-end-2{
    grid-row-end: 2;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

  .lg\:row-end-4{
    grid-row-end: 4;
  }

  .lg\:row-end-5{
    grid-row-end: 5;
  }

  .lg\:row-end-6{
    grid-row-end: 6;
  }

  .lg\:row-end-7{
    grid-row-end: 7;
  }

  .lg\:row-end-auto{
    grid-row-end: auto;
  }

  .lg\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:origin-center{
    transform-origin: center;
  }

  .lg\:origin-top{
    transform-origin: top;
  }

  .lg\:origin-top-right{
    transform-origin: top right;
  }

  .lg\:origin-right{
    transform-origin: right;
  }

  .lg\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .lg\:origin-bottom{
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .lg\:origin-left{
    transform-origin: left;
  }

  .lg\:origin-top-left{
    transform-origin: top left;
  }

  .lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0{
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50{
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75{
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90{
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0{
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50{
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75{
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90{
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .lg\:rotate-0{
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1{
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2{
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3{
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6{
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12{
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45{
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .lg\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .lg\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .lg\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .lg\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .lg\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .lg\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .lg\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .lg\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .lg\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .lg\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .lg\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .lg\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .lg\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .lg\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .lg\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .lg\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .lg\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .lg\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .lg\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .lg\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .lg\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .lg\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .lg\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .lg\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .lg\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .lg\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .lg\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .lg\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .lg\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .lg\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .lg\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .lg\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .lg\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .lg\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .lg\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .lg\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .lg\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .lg\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .lg\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .lg\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .lg\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .lg\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .lg\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .lg\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .lg\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .lg\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .lg\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .lg\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .lg\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .lg\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .lg\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .lg\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .lg\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .lg\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .lg\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .lg\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .lg\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .lg\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .lg\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .lg\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .lg\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .lg\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .lg\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .lg\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .lg\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .lg\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .lg\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .lg\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .lg\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .lg\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .lg\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .lg\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .lg\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .lg\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .lg\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .lg\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .lg\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .lg\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .lg\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .lg\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .lg\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .lg\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .lg\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .lg\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .lg\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .lg\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .lg\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .lg\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .lg\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .lg\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .lg\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .lg\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .lg\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .lg\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .lg\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .lg\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .lg\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .lg\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .lg\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .lg\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .lg\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .lg\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .lg\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .lg\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .lg\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .lg\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .lg\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .lg\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .lg\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .lg\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .lg\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .lg\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .lg\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .lg\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .lg\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .lg\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .lg\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .lg\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .lg\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .lg\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .lg\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .lg\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .lg\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .lg\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .lg\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .lg\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .lg\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .lg\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .lg\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .lg\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .lg\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .lg\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .lg\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .lg\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .lg\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .lg\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .lg\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .lg\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .lg\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .lg\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .lg\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .lg\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .lg\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .lg\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .lg\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .lg\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .lg\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .lg\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .lg\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .lg\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .lg\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .lg\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .lg\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .lg\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .lg\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .lg\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .lg\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .lg\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .lg\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .lg\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .lg\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .lg\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .lg\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .lg\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .lg\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .lg\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .lg\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .lg\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .lg\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .lg\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .lg\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .lg\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .lg\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .lg\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .lg\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .lg\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .lg\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .lg\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .lg\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .lg\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .lg\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .lg\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .lg\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .lg\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .lg\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .lg\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .lg\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .lg\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .lg\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .lg\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .lg\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .lg\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .lg\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .lg\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .lg\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .lg\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .lg\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .lg\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .lg\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .lg\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .lg\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .lg\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .lg\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .lg\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .lg\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .lg\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .lg\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .lg\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .lg\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .lg\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .lg\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .lg\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .lg\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .lg\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .lg\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .lg\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .lg\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .lg\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .lg\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .lg\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .lg\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .lg\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .lg\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .lg\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .lg\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .lg\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .lg\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .lg\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .lg\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .lg\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .lg\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .lg\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .lg\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .lg\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .lg\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .lg\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .lg\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .lg\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .lg\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .lg\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .lg\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .lg\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .lg\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .lg\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .lg\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .lg\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .lg\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .lg\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .lg\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .lg\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .lg\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .lg\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .lg\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .lg\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .lg\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .lg\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .lg\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .lg\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .lg\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .lg\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .lg\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .lg\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .lg\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .lg\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .lg\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .lg\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .lg\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .lg\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .lg\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .lg\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .lg\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .lg\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .lg\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .lg\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .lg\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .lg\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .lg\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .lg\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .lg\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .lg\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .lg\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .lg\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .lg\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .lg\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .lg\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .lg\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .lg\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .lg\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .lg\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .lg\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .lg\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .lg\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .lg\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .lg\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .lg\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .lg\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .lg\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .lg\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .lg\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .lg\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .lg\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .lg\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .lg\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .lg\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .lg\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .lg\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .lg\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .lg\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .lg\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .lg\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .lg\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .lg\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .lg\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .lg\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .lg\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .lg\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .lg\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .lg\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .lg\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .lg\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .lg\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .lg\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .lg\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .lg\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .lg\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .lg\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .lg\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .lg\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .lg\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .lg\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .lg\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .lg\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .lg\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .lg\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .lg\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .lg\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .lg\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .lg\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .lg\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .lg\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .lg\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .lg\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .lg\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .lg\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .lg\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .lg\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .lg\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .lg\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .lg\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .lg\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .lg\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .lg\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .lg\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .lg\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .lg\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .lg\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .lg\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .lg\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .lg\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .lg\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .lg\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .lg\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .lg\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .lg\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .lg\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .lg\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .lg\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .lg\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .lg\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .lg\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .lg\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .lg\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .lg\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .lg\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .lg\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .lg\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .lg\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .lg\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .lg\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .lg\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .lg\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .lg\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .lg\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .lg\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .lg\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .lg\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .lg\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .lg\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .lg\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .lg\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .lg\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .lg\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .lg\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .lg\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .lg\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .lg\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .lg\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .lg\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .lg\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .lg\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .lg\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .lg\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .lg\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .lg\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .lg\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .lg\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .lg\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .lg\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .lg\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .lg\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .lg\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .lg\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .lg\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .lg\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .lg\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .lg\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .lg\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .lg\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .lg\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .lg\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .lg\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .lg\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .lg\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .lg\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .lg\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .lg\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .lg\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .lg\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .lg\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .lg\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .lg\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .lg\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .lg\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .lg\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .lg\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .lg\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .lg\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .lg\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .lg\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .lg\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .lg\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .lg\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .lg\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .lg\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .lg\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .lg\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .lg\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .lg\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .lg\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .lg\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .lg\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .lg\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .lg\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .lg\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .lg\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .lg\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .lg\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .lg\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .lg\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .lg\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .lg\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .lg\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .lg\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .lg\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .lg\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .lg\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .lg\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .lg\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .lg\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .lg\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .lg\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .lg\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .lg\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .lg\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .lg\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .lg\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .lg\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .lg\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .lg\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .lg\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .lg\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .lg\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .lg\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .lg\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .lg\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .lg\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .lg\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .lg\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .lg\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .lg\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .lg\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .lg\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .lg\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .lg\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .lg\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .lg\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .lg\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .lg\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .lg\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .lg\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .lg\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .lg\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .lg\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .lg\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .lg\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .lg\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .lg\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .lg\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .lg\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .lg\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .lg\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .lg\:transition-none{
    transition-property: none;
  }

  .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:ease-linear{
    transition-timing-function: linear;
  }

  .lg\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75{
    transition-duration: 75ms;
  }

  .lg\:duration-100{
    transition-duration: 100ms;
  }

  .lg\:duration-150{
    transition-duration: 150ms;
  }

  .lg\:duration-200{
    transition-duration: 200ms;
  }

  .lg\:duration-300{
    transition-duration: 300ms;
  }

  .lg\:duration-500{
    transition-duration: 500ms;
  }

  .lg\:duration-700{
    transition-duration: 700ms;
  }

  .lg\:duration-1000{
    transition-duration: 1000ms;
  }

  .lg\:delay-75{
    transition-delay: 75ms;
  }

  .lg\:delay-100{
    transition-delay: 100ms;
  }

  .lg\:delay-150{
    transition-delay: 150ms;
  }

  .lg\:delay-200{
    transition-delay: 200ms;
  }

  .lg\:delay-300{
    transition-delay: 300ms;
  }

  .lg\:delay-500{
    transition-delay: 500ms;
  }

  .lg\:delay-700{
    transition-delay: 700ms;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms;
  }

  .lg\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1200px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .xl\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .xl\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .xl\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .xl\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .xl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .xl\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .xl\:container{
      max-width: 1536px;
    }
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xl\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .xl\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .xl\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .xl\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .xl\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .xl\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .xl\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .xl\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .xl\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .xl\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .xl\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .xl\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-current{
    background-color: currentColor;
  }

  .xl\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xl\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xl\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xl\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xl\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xl\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xl\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xl\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xl\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xl\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xl\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .xl\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xl\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xl\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xl\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xl\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xl\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .xl\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xl\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xl\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-none{
    background-image: none;
  }

  .xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .xl\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .xl\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .xl\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .xl\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .xl\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xl\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xl\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xl\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xl\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xl\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xl\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xl\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xl\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xl\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xl\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xl\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xl\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xl\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xl\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xl\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xl\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xl\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xl\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xl\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xl\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xl\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xl\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xl\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xl\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xl\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xl\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xl\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xl\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xl\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xl\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xl\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xl\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xl\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xl\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xl\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xl\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xl\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xl\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xl\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xl\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xl\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xl\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xl\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xl\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xl\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xl\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xl\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xl\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xl\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xl\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xl\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xl\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xl\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xl\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xl\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .xl\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .xl\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .xl\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .xl\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .xl\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .xl\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .xl\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .xl\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .xl\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .xl\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .xl\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .xl\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .xl\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .xl\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .xl\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .xl\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .xl\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .xl\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .xl\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .xl\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .xl\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .xl\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .xl\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .xl\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .xl\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .xl\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xl\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xl\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .xl\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .xl\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .xl\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .xl\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .xl\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .xl\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .xl\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .xl\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .xl\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .xl\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .xl\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .xl\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .xl\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .xl\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .xl\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .xl\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .xl\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .xl\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .xl\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .xl\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .xl\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .xl\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xl\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .xl\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .xl\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .xl\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .xl\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .xl\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .xl\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .xl\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .xl\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .xl\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .xl\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .xl\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .xl\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .xl\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .xl\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .xl\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .xl\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .xl\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .xl\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .xl\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .xl\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .xl\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .xl\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .xl\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .xl\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .xl\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .xl\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .xl\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .xl\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .xl\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .xl\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .xl\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .xl\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .xl\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .xl\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .xl\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xl\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xl\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xl\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xl\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xl\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xl\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xl\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xl\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xl\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xl\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xl\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xl\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xl\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xl\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xl\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xl\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xl\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xl\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xl\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xl\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xl\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xl\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xl\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xl\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xl\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xl\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xl\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xl\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xl\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xl\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xl\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xl\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xl\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xl\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xl\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xl\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xl\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xl\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xl\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .xl\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .xl\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .xl\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .xl\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .xl\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .xl\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .xl\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .xl\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .xl\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .xl\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .xl\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .xl\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .xl\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .xl\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xl\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xl\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .xl\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .xl\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .xl\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .xl\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .xl\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .xl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .xl\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .xl\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .xl\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .xl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .xl\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .xl\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .xl\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .xl\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .xl\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .xl\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .xl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .xl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .xl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .xl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .xl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .xl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .xl\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .xl\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .xl\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .xl\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .xl\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .xl\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .xl\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .xl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .xl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .xl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .xl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .xl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .xl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .xl\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .xl\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xl\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xl\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xl\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xl\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xl\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xl\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xl\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xl\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xl\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xl\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xl\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xl\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xl\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xl\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xl\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xl\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xl\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xl\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xl\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xl\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xl\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xl\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xl\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xl\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xl\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xl\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xl\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xl\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xl\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xl\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xl\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xl\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xl\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xl\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xl\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xl\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xl\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xl\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xl\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xl\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xl\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xl\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xl\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xl\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xl\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xl\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xl\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xl\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xl\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xl\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xl\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xl\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xl\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xl\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xl\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xl\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xl\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xl\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xl\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xl\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .xl\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .xl\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .xl\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .xl\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .xl\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .xl\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .xl\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .xl\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .xl\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .xl\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .xl\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .xl\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .xl\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .xl\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .xl\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .xl\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .xl\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .xl\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .xl\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .xl\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .xl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .xl\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .xl\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .xl\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .xl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .xl\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .xl\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .xl\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .xl\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .xl\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .xl\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .xl\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .xl\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .xl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .xl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .xl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .xl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .xl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .xl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .xl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .xl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .xl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .xl\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .xl\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .xl\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .xl\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .xl\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .xl\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .xl\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .xl\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .xl\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .xl\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .xl\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .xl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .xl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .xl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .xl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .xl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .xl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .xl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .xl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .xl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .xl\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .xl\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-current{
    border-color: currentColor;
  }

  .xl\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xl\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xl\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xl\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xl\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xl\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xl\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xl\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xl\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xl\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xl\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xl\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xl\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xl\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xl\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xl\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xl\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xl\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xl\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xl\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xl\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xl\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xl\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xl\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xl\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .xl\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xl\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xl\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xl\:rounded-none{
    border-radius: 0px;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-base{
    border-radius: 1.875rem;
  }

  .xl\:rounded-bar{
    border-radius: 4rem;
  }

  .xl\:rounded-btn{
    border-radius: 25px;
  }

  .xl\:rounded-activities{
    border-radius: 20px;
  }

  .xl\:rounded-img{
    border-radius: 7px;
  }

  .xl\:rounded-input{
    border-radius: 40px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .xl\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .xl\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xl\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xl\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .xl\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .xl\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .xl\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .xl\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .xl\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .xl\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .xl\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .xl\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xl\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .xl\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .xl\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .xl\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .xl\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .xl\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .xl\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .xl\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .xl\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .xl\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .xl\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .xl\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .xl\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .xl\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .xl\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .xl\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .xl\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .xl\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .xl\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .xl\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .xl\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .xl\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .xl\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .xl\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .xl\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .xl\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .xl\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .xl\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .xl\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .xl\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0px;
  }

  .xl\:border-1{
    border-width: 1px;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-3{
    border-width: 3px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-6{
    border-width: 6px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border-9{
    border-width: 9px;
  }

  .xl\:border-10{
    border-width: 10px;
  }

  .xl\:border-14{
    border-width: 14px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0px;
  }

  .xl\:border-r-0{
    border-right-width: 0px;
  }

  .xl\:border-b-0{
    border-bottom-width: 0px;
  }

  .xl\:border-l-0{
    border-left-width: 0px;
  }

  .xl\:border-t-1{
    border-top-width: 1px;
  }

  .xl\:border-r-1{
    border-right-width: 1px;
  }

  .xl\:border-b-1{
    border-bottom-width: 1px;
  }

  .xl\:border-l-1{
    border-left-width: 1px;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-t-3{
    border-top-width: 3px;
  }

  .xl\:border-r-3{
    border-right-width: 3px;
  }

  .xl\:border-b-3{
    border-bottom-width: 3px;
  }

  .xl\:border-l-3{
    border-left-width: 3px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-t-6{
    border-top-width: 6px;
  }

  .xl\:border-r-6{
    border-right-width: 6px;
  }

  .xl\:border-b-6{
    border-bottom-width: 6px;
  }

  .xl\:border-l-6{
    border-left-width: 6px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-t-9{
    border-top-width: 9px;
  }

  .xl\:border-r-9{
    border-right-width: 9px;
  }

  .xl\:border-b-9{
    border-bottom-width: 9px;
  }

  .xl\:border-l-9{
    border-left-width: 9px;
  }

  .xl\:border-t-10{
    border-top-width: 10px;
  }

  .xl\:border-r-10{
    border-right-width: 10px;
  }

  .xl\:border-b-10{
    border-bottom-width: 10px;
  }

  .xl\:border-l-10{
    border-left-width: 10px;
  }

  .xl\:border-t-14{
    border-top-width: 14px;
  }

  .xl\:border-r-14{
    border-right-width: 14px;
  }

  .xl\:border-b-14{
    border-bottom-width: 14px;
  }

  .xl\:border-l-14{
    border-left-width: 14px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:box-border{
    box-sizing: border-box;
  }

  .xl\:box-content{
    box-sizing: content-box;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:place-items-auto{
    place-items: auto;
  }

  .xl\:place-items-start{
    place-items: start;
  }

  .xl\:place-items-end{
    place-items: end;
  }

  .xl\:place-items-center{
    place-items: center;
  }

  .xl\:place-items-stretch{
    place-items: stretch;
  }

  .xl\:place-content-center{
    place-content: center;
  }

  .xl\:place-content-start{
    place-content: start;
  }

  .xl\:place-content-end{
    place-content: end;
  }

  .xl\:place-content-between{
    place-content: space-between;
  }

  .xl\:place-content-around{
    place-content: space-around;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .xl\:place-content-stretch{
    place-content: stretch;
  }

  .xl\:place-self-auto{
    place-self: auto;
  }

  .xl\:place-self-start{
    place-self: start;
  }

  .xl\:place-self-end{
    place-self: end;
  }

  .xl\:place-self-center{
    place-self: center;
  }

  .xl\:place-self-stretch{
    place-self: stretch;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:content-center{
    align-content: center;
  }

  .xl\:content-start{
    align-content: flex-start;
  }

  .xl\:content-end{
    align-content: flex-end;
  }

  .xl\:content-between{
    align-content: space-between;
  }

  .xl\:content-around{
    align-content: space-around;
  }

  .xl\:content-evenly{
    align-content: space-evenly;
  }

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:self-start{
    align-self: flex-start;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:self-center{
    align-self: center;
  }

  .xl\:self-stretch{
    align-self: stretch;
  }

  .xl\:justify-items-auto{
    justify-items: auto;
  }

  .xl\:justify-items-start{
    justify-items: start;
  }

  .xl\:justify-items-end{
    justify-items: end;
  }

  .xl\:justify-items-center{
    justify-items: center;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:justify-self-auto{
    justify-self: auto;
  }

  .xl\:justify-self-start{
    justify-self: start;
  }

  .xl\:justify-self-end{
    justify-self: end;
  }

  .xl\:justify-self-center{
    justify-self: center;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:order-6{
    order: 6;
  }

  .xl\:order-7{
    order: 7;
  }

  .xl\:order-8{
    order: 8;
  }

  .xl\:order-9{
    order: 9;
  }

  .xl\:order-10{
    order: 10;
  }

  .xl\:order-11{
    order: 11;
  }

  .xl\:order-12{
    order: 12;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

  .xl\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }

  .xl\:clear-none{
    clear: none;
  }

  .xl\:font-sans{
    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";
  }

  .xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-OpenSans{
    font-family: Open Sans;
  }

  .xl\:font-Poppins{
    font-family: Poppins;
  }

  .xl\:font-thin{
    font-weight: 100;
  }

  .xl\:font-extralight{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0px;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-7{
    height: 1.75rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-9{
    height: 2.25rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-11{
    height: 2.75rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-13{
    height: 3.25rem;
  }

  .xl\:h-14{
    height: 3.5rem;
  }

  .xl\:h-15{
    height: 3.75rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-17{
    height: 4.375rem;
  }

  .xl\:h-18{
    height: 4.5rem;
  }

  .xl\:h-19{
    height: 4.75rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-21{
    height: 5.5rem;
  }

  .xl\:h-22{
    height: 5.625rem;
  }

  .xl\:h-23{
    height: 6.375rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-25{
    height: 6.5rem;
  }

  .xl\:h-26{
    height: 6.75rem;
  }

  .xl\:h-27{
    height: 6.25rem;
  }

  .xl\:h-28{
    height: 7rem;
  }

  .xl\:h-29{
    height: 7.5rem;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-34{
    height: 8.5rem;
  }

  .xl\:h-35{
    height: 8.75rem;
  }

  .xl\:h-36{
    height: 9rem;
  }

  .xl\:h-37{
    height: 9.125rem;
  }

  .xl\:h-38{
    height: 9.5rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-41{
    height: 10.5rem;
  }

  .xl\:h-42{
    height: 10.625rem;
  }

  .xl\:h-44{
    height: 11rem;
  }

  .xl\:h-45{
    height: 11.875rem;
  }

  .xl\:h-48{
    height: 12rem;
  }

  .xl\:h-49{
    height: 12.5rem;
  }

  .xl\:h-51{
    height: 13.375rem;
  }

  .xl\:h-52{
    height: 13rem;
  }

  .xl\:h-56{
    height: 14rem;
  }

  .xl\:h-57{
    height: 14.375rem;
  }

  .xl\:h-60{
    height: 15rem;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-65{
    height: 17rem;
  }

  .xl\:h-66{
    height: 17.5rem;
  }

  .xl\:h-72{
    height: 18rem;
  }

  .xl\:h-73{
    height: 18.5rem;
  }

  .xl\:h-80{
    height: 20rem;
  }

  .xl\:h-81{
    height: 21.5rem;
  }

  .xl\:h-82{
    height: 22rem;
  }

  .xl\:h-83{
    height: 23.8125rem;
  }

  .xl\:h-84{
    height: 23rem;
  }

  .xl\:h-94{
    height: 28rem;
  }

  .xl\:h-96{
    height: 24rem;
  }

  .xl\:h-98{
    height: 32rem;
  }

  .xl\:h-100{
    height: 90%;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-0\.5{
    height: 0.125rem;
  }

  .xl\:h-1\.5{
    height: 0.375rem;
  }

  .xl\:h-2\.5{
    height: 0.625rem;
  }

  .xl\:h-3\.5{
    height: 0.875rem;
  }

  .xl\:h-4\.5{
    height: 1.125rem;
  }

  .xl\:h-5\.5{
    height: 1.375rem;
  }

  .xl\:h-6\.5{
    height: 1.625rem;
  }

  .xl\:h-7\.5{
    height: 1.875rem;
  }

  .xl\:h-8\.5{
    height: 2.125rem;
  }

  .xl\:h-9\.5{
    height: 2.375rem;
  }

  .xl\:h-10\.5{
    height: 2.625rem;
  }

  .xl\:h-11\.5{
    height: 2.875rem;
  }

  .xl\:h-12\.5{
    height: 3.125rem;
  }

  .xl\:h-13\.5{
    height: 3.375rem;
  }

  .xl\:h-15\.5{
    height: 3.8rem;
  }

  .xl\:h-16\.5{
    height: 4.25rem;
  }

  .xl\:h-17\.5{
    height: 4.25rem;
  }

  .xl\:h-18\.5{
    height: 4.625rem;
  }

  .xl\:h-20\.5{
    height: 5.25rem;
  }

  .xl\:h-21\.5{
    height: 5.75rem;
  }

  .xl\:h-22\.5{
    height: 5.875rem;
  }

  .xl\:h-24\.5{
    height: 6.625rem;
  }

  .xl\:h-28\.5{
    height: 7.375rem;
  }

  .xl\:h-29\.5{
    height: 7.75rem;
  }

  .xl\:h-32\.5{
    height: 8.5rem;
  }

  .xl\:h-33\.5{
    height: 8.8125rem;
  }

  .xl\:h-42\.5{
    height: 10.875rem;
  }

  .xl\:h-49\.5{
    height: 12.75rem;
  }

  .xl\:h-72\.5{
    height: 18.25rem;
  }

  .xl\:h-1\/2{
    height: 50%;
  }

  .xl\:h-1\/3{
    height: 33.333333%;
  }

  .xl\:h-2\/3{
    height: 66.666667%;
  }

  .xl\:h-1\/4{
    height: 25%;
  }

  .xl\:h-2\/4{
    height: 50%;
  }

  .xl\:h-3\/4{
    height: 75%;
  }

  .xl\:h-1\/5{
    height: 20%;
  }

  .xl\:h-2\/5{
    height: 40%;
  }

  .xl\:h-3\/5{
    height: 60%;
  }

  .xl\:h-4\/5{
    height: 80%;
  }

  .xl\:h-1\/6{
    height: 16.666667%;
  }

  .xl\:h-2\/6{
    height: 33.333333%;
  }

  .xl\:h-3\/6{
    height: 50%;
  }

  .xl\:h-4\/6{
    height: 66.666667%;
  }

  .xl\:h-5\/6{
    height: 83.333333%;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:h-1\.4{
    height: 0.3125rem;
  }

  .xl\:h-14\.5{
    height: 3.875rem;
  }

  .xl\:h-52\.5{
    height: 13.5rem;
  }

  .xl\:h-56\.5{
    height: 14.625rem;
  }

  .xl\:h-64\.5{
    height: 16.5rem;
  }

  .xl\:h-66\.5{
    height: 17.625rem;
  }

  .xl\:h-80\.5{
    height: 20.25rem;
  }

  .xl\:h-81\.5{
    height: 21.125rem;
  }

  .xl\:h-icons-xxl{
    height: 103px;
  }

  .xl\:h-activities{
    height: 416px;
  }

  .xl\:h-activities-sm{
    height: 215px;
  }

  .xl\:h-community{
    height: 390px;
  }

  .xl\:h-community-md{
    height: 420px;
  }

  .xl\:h-community-sm{
    height: 515px;
  }

  .xl\:h-slide{
    height: 792px;
  }

  .xl\:h-slide-md{
    height: 640px;
  }

  .xl\:h-slide-sm{
    height: 443px;
  }

  .xl\:h-bg-commission{
    height: 303px;
  }

  .xl\:h-bg-commission-sm{
    height: 94px;
  }

  .xl\:h-bg-commission-md{
    height: 200px;
  }

  .xl\:h-item-commission{
    height: 201px;
  }

  .xl\:h-item-commission-sm{
    height: 165px;
  }

  .xl\:h-about{
    height: 661px;
  }

  .xl\:h-about-sm{
    height: 290px;
  }

  .xl\:h-about-md{
    height: 350px;
  }

  .xl\:h-items{
    height: 273px;
  }

  .xl\:h-items-sm{
    height: 230px;
  }

  .xl\:h-items-2{
    height: 317px;
  }

  .xl\:h-items-2-sm{
    height: 260px;
  }

  .xl\:h-news{
    height: 568px;
  }

  .xl\:h-news-sm{
    height: 240px;
  }

  .xl\:h-news2{
    height: 277px;
  }

  .xl\:h-news3{
    height: 259px;
  }

  .xl\:h-img-vision{
    height: 496px;
  }

  .xl\:h-directive{
    height: 492px;
  }

  .xl\:h-directive-md{
    height: 392px;
  }

  .xl\:h-directive-sm{
    height: 270px;
  }

  .xl\:h-img-vision-md{
    height: 300px;
  }

  .xl\:h-img-vision-sm{
    height: 220px;
  }

  .xl\:h-circle{
    height: 120px;
  }

  .xl\:h-circle-xl{
    height: 215px;
  }

  .xl\:h-value{
    height: 196px;
  }

  .xl\:h-modal{
    height: 661px;
  }

  .xl\:h-modal-lg{
    height: 480px;
  }

  .xl\:h-modal-md{
    height: 400px;
  }

  .xl\:h-modal-sm{
    height: 280px;
  }

  .xl\:h-hero{
    height: 424px;
  }

  .xl\:h-hero-md{
    height: 300px;
  }

  .xl\:h-hero-sm{
    height: 240px;
  }

  .xl\:h-form{
    height: 382px;
  }

  .xl\:h-login{
    height: 1008px;
  }

  .xl\:h-login-lg{
    height: 900px;
  }

  .xl\:h-login-sm{
    height: 500px;
  }

  .xl\:h-because{
    height: 117px;
  }

  .xl\:h-because-sm{
    height: 80px;
  }

  .xl\:h-debate{
    height: 368px;
  }

  .xl\:h-debate-sm{
    height: 280px;
  }

  .xl\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .xl\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .xl\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .xl\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .xl\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .xl\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .xl\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .xl\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .xl\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .xl\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .xl\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .xl\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .xl\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .xl\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .xl\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .xl\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .xl\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .xl\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .xl\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .xl\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .xl\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .xl\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .xl\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .xl\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .xl\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .xl\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .xl\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .xl\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .xl\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .xl\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .xl\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .xl\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .xl\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .xl\:leading-3{
    line-height: .75rem;
  }

  .xl\:leading-4{
    line-height: 1rem;
  }

  .xl\:leading-5{
    line-height: 1.25rem;
  }

  .xl\:leading-6{
    line-height: 1.5rem;
  }

  .xl\:leading-7{
    line-height: 1.75rem;
  }

  .xl\:leading-8{
    line-height: 2rem;
  }

  .xl\:leading-9{
    line-height: 2.25rem;
  }

  .xl\:leading-10{
    line-height: 2.5rem;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:m-0{
    margin: 0px;
  }

  .xl\:m-1{
    margin: 0.25rem;
  }

  .xl\:m-2{
    margin: 0.5rem;
  }

  .xl\:m-3{
    margin: 0.75rem;
  }

  .xl\:m-4{
    margin: 1rem;
  }

  .xl\:m-5{
    margin: 1.25rem;
  }

  .xl\:m-6{
    margin: 1.5rem;
  }

  .xl\:m-7{
    margin: 1.75rem;
  }

  .xl\:m-8{
    margin: 2rem;
  }

  .xl\:m-9{
    margin: 2.25rem;
  }

  .xl\:m-10{
    margin: 2.5rem;
  }

  .xl\:m-11{
    margin: 2.75rem;
  }

  .xl\:m-12{
    margin: 3rem;
  }

  .xl\:m-13{
    margin: 3.375rem;
  }

  .xl\:m-14{
    margin: 3.5rem;
  }

  .xl\:m-15{
    margin: 3.75rem;
  }

  .xl\:m-16{
    margin: 4rem;
  }

  .xl\:m-17{
    margin: 4.375rem;
  }

  .xl\:m-18{
    margin: 4.5rem;
  }

  .xl\:m-19{
    margin: 4.75rem;
  }

  .xl\:m-20{
    margin: 5rem;
  }

  .xl\:m-21{
    margin: 5.5rem;
  }

  .xl\:m-22{
    margin: 5.625rem;
  }

  .xl\:m-23{
    margin: 6.125rem;
  }

  .xl\:m-24{
    margin: 6rem;
  }

  .xl\:m-25{
    margin: 6.5rem;
  }

  .xl\:m-26{
    margin: 6.75rem;
  }

  .xl\:m-27{
    margin: 6.25rem;
  }

  .xl\:m-28{
    margin: 7rem;
  }

  .xl\:m-29{
    margin: 7.5rem;
  }

  .xl\:m-32{
    margin: 8rem;
  }

  .xl\:m-34{
    margin: 8.5rem;
  }

  .xl\:m-35{
    margin: 8.75rem;
  }

  .xl\:m-36{
    margin: 9rem;
  }

  .xl\:m-37{
    margin: 9.125rem;
  }

  .xl\:m-38{
    margin: 9.5rem;
  }

  .xl\:m-40{
    margin: 10rem;
  }

  .xl\:m-41{
    margin: 10.5rem;
  }

  .xl\:m-42{
    margin: 10.625rem;
  }

  .xl\:m-44{
    margin: 11rem;
  }

  .xl\:m-45{
    margin: 11.25rem;
  }

  .xl\:m-48{
    margin: 12rem;
  }

  .xl\:m-49{
    margin: 12.5rem;
  }

  .xl\:m-52{
    margin: 13rem;
  }

  .xl\:m-56{
    margin: 14rem;
  }

  .xl\:m-57{
    margin: 14.375rem;
  }

  .xl\:m-60{
    margin: 15rem;
  }

  .xl\:m-64{
    margin: 16rem;
  }

  .xl\:m-72{
    margin: 18rem;
  }

  .xl\:m-80{
    margin: 20rem;
  }

  .xl\:m-82{
    margin: 22rem;
  }

  .xl\:m-83{
    margin: 23.8125rem;
  }

  .xl\:m-96{
    margin: 24rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:m-0\.5{
    margin: 0.125rem;
  }

  .xl\:m-1\.5{
    margin: 0.375rem;
  }

  .xl\:m-2\.5{
    margin: 0.625rem;
  }

  .xl\:m-3\.5{
    margin: 0.875rem;
  }

  .xl\:m-4\.5{
    margin: 1.125rem;
  }

  .xl\:m-5\.5{
    margin: 1.375rem;
  }

  .xl\:m-6\.5{
    margin: 1.625rem;
  }

  .xl\:m-7\.5{
    margin: 1.875rem;
  }

  .xl\:m-8\.5{
    margin: 2.125rem;
  }

  .xl\:m-9\.5{
    margin: 2.375rem;
  }

  .xl\:m-10\.5{
    margin: 2.625rem;
  }

  .xl\:m-11\.5{
    margin: 2.875rem;
  }

  .xl\:m-12\.5{
    margin: 3.125rem;
  }

  .xl\:m-13\.5{
    margin: 3.25rem;
  }

  .xl\:m-15\.5{
    margin: 3.8rem;
  }

  .xl\:m-16\.5{
    margin: 4.125rem;
  }

  .xl\:m-17\.5{
    margin: 4.25rem;
  }

  .xl\:m-18\.5{
    margin: 4.625rem;
  }

  .xl\:m-20\.5{
    margin: 5.25rem;
  }

  .xl\:m-21\.5{
    margin: 5.75rem;
  }

  .xl\:m-22\.5{
    margin: 5.875rem;
  }

  .xl\:m-24\.5{
    margin: 6.8125rem;
  }

  .xl\:m-28\.5{
    margin: 7.375rem;
  }

  .xl\:m-29\.5{
    margin: 7.75rem;
  }

  .xl\:m-32\.5{
    margin: 8.125rem;
  }

  .xl\:m-33\.5{
    margin: 8.8125rem;
  }

  .xl\:m-42\.5{
    margin: 10.875rem;
  }

  .xl\:m-49\.5{
    margin: 12.75rem;
  }

  .xl\:m-72\.5{
    margin: 18.25rem;
  }

  .xl\:-m-0{
    margin: 0px;
  }

  .xl\:-m-1{
    margin: -0.25rem;
  }

  .xl\:-m-2{
    margin: -0.5rem;
  }

  .xl\:-m-3{
    margin: -0.75rem;
  }

  .xl\:-m-4{
    margin: -1rem;
  }

  .xl\:-m-5{
    margin: -1.25rem;
  }

  .xl\:-m-6{
    margin: -1.5rem;
  }

  .xl\:-m-7{
    margin: -1.75rem;
  }

  .xl\:-m-8{
    margin: -2rem;
  }

  .xl\:-m-9{
    margin: -2.25rem;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

  .xl\:-m-11{
    margin: -2.75rem;
  }

  .xl\:-m-12{
    margin: -3rem;
  }

  .xl\:-m-13{
    margin: -3.375rem;
  }

  .xl\:-m-14{
    margin: -3.5rem;
  }

  .xl\:-m-15{
    margin: -3.75rem;
  }

  .xl\:-m-16{
    margin: -4rem;
  }

  .xl\:-m-17{
    margin: -4.375rem;
  }

  .xl\:-m-18{
    margin: -4.5rem;
  }

  .xl\:-m-19{
    margin: -4.75rem;
  }

  .xl\:-m-20{
    margin: -5rem;
  }

  .xl\:-m-21{
    margin: -5.5rem;
  }

  .xl\:-m-22{
    margin: -5.625rem;
  }

  .xl\:-m-23{
    margin: -6.125rem;
  }

  .xl\:-m-24{
    margin: -6rem;
  }

  .xl\:-m-25{
    margin: -6.5rem;
  }

  .xl\:-m-26{
    margin: -6.75rem;
  }

  .xl\:-m-27{
    margin: -6.25rem;
  }

  .xl\:-m-28{
    margin: -7rem;
  }

  .xl\:-m-29{
    margin: -7.5rem;
  }

  .xl\:-m-32{
    margin: -8rem;
  }

  .xl\:-m-34{
    margin: -8.5rem;
  }

  .xl\:-m-35{
    margin: -8.75rem;
  }

  .xl\:-m-36{
    margin: -9rem;
  }

  .xl\:-m-37{
    margin: -9.125rem;
  }

  .xl\:-m-38{
    margin: -9.5rem;
  }

  .xl\:-m-40{
    margin: -10rem;
  }

  .xl\:-m-41{
    margin: -10.5rem;
  }

  .xl\:-m-42{
    margin: -10.625rem;
  }

  .xl\:-m-44{
    margin: -11rem;
  }

  .xl\:-m-45{
    margin: -11.25rem;
  }

  .xl\:-m-48{
    margin: -12rem;
  }

  .xl\:-m-49{
    margin: -12.5rem;
  }

  .xl\:-m-52{
    margin: -13rem;
  }

  .xl\:-m-56{
    margin: -14rem;
  }

  .xl\:-m-57{
    margin: -14.375rem;
  }

  .xl\:-m-60{
    margin: -15rem;
  }

  .xl\:-m-64{
    margin: -16rem;
  }

  .xl\:-m-72{
    margin: -18rem;
  }

  .xl\:-m-80{
    margin: -20rem;
  }

  .xl\:-m-82{
    margin: -22rem;
  }

  .xl\:-m-83{
    margin: -23.8125rem;
  }

  .xl\:-m-96{
    margin: -24rem;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:-m-0\.5{
    margin: -0.125rem;
  }

  .xl\:-m-1\.5{
    margin: -0.375rem;
  }

  .xl\:-m-2\.5{
    margin: -0.625rem;
  }

  .xl\:-m-3\.5{
    margin: -0.875rem;
  }

  .xl\:-m-4\.5{
    margin: -1.125rem;
  }

  .xl\:-m-5\.5{
    margin: -1.375rem;
  }

  .xl\:-m-6\.5{
    margin: -1.625rem;
  }

  .xl\:-m-7\.5{
    margin: -1.875rem;
  }

  .xl\:-m-8\.5{
    margin: -2.125rem;
  }

  .xl\:-m-9\.5{
    margin: -2.375rem;
  }

  .xl\:-m-10\.5{
    margin: -2.625rem;
  }

  .xl\:-m-11\.5{
    margin: -2.875rem;
  }

  .xl\:-m-12\.5{
    margin: -3.125rem;
  }

  .xl\:-m-13\.5{
    margin: -3.25rem;
  }

  .xl\:-m-15\.5{
    margin: -3.8rem;
  }

  .xl\:-m-16\.5{
    margin: -4.125rem;
  }

  .xl\:-m-17\.5{
    margin: -4.25rem;
  }

  .xl\:-m-18\.5{
    margin: -4.625rem;
  }

  .xl\:-m-20\.5{
    margin: -5.25rem;
  }

  .xl\:-m-21\.5{
    margin: -5.75rem;
  }

  .xl\:-m-22\.5{
    margin: -5.875rem;
  }

  .xl\:-m-24\.5{
    margin: -6.8125rem;
  }

  .xl\:-m-28\.5{
    margin: -7.375rem;
  }

  .xl\:-m-29\.5{
    margin: -7.75rem;
  }

  .xl\:-m-32\.5{
    margin: -8.125rem;
  }

  .xl\:-m-33\.5{
    margin: -8.8125rem;
  }

  .xl\:-m-42\.5{
    margin: -10.875rem;
  }

  .xl\:-m-49\.5{
    margin: -12.75rem;
  }

  .xl\:-m-72\.5{
    margin: -18.25rem;
  }

  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .xl\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .xl\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .xl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xl\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .xl\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .xl\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .xl\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .xl\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .xl\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xl\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xl\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .xl\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .xl\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xl\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xl\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xl\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .xl\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xl\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xl\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .xl\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xl\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xl\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .xl\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xl\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xl\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .xl\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .xl\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .xl\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .xl\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .xl\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .xl\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .xl\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .xl\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .xl\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .xl\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .xl\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .xl\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .xl\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .xl\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .xl\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .xl\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xl\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xl\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .xl\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .xl\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xl\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .xl\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .xl\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .xl\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .xl\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .xl\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .xl\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .xl\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .xl\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .xl\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .xl\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .xl\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .xl\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .xl\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .xl\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .xl\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .xl\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .xl\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .xl\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .xl\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .xl\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .xl\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .xl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xl\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .xl\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .xl\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .xl\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .xl\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .xl\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xl\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xl\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .xl\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .xl\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xl\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xl\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xl\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .xl\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xl\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xl\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .xl\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xl\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xl\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .xl\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xl\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xl\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .xl\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .xl\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .xl\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .xl\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .xl\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .xl\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .xl\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .xl\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .xl\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .xl\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .xl\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .xl\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .xl\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .xl\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .xl\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .xl\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xl\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xl\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .xl\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .xl\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xl\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xl\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .xl\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .xl\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .xl\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .xl\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .xl\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .xl\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .xl\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .xl\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .xl\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .xl\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .xl\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .xl\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .xl\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .xl\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .xl\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .xl\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .xl\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .xl\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .xl\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mr-0{
    margin-right: 0px;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mr-1{
    margin-right: 0.25rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:mt-2{
    margin-top: 0.5rem;
  }

  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2{
    margin-left: 0.5rem;
  }

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3{
    margin-left: 0.75rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mr-4{
    margin-right: 1rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:mt-7{
    margin-top: 1.75rem;
  }

  .xl\:mr-7{
    margin-right: 1.75rem;
  }

  .xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7{
    margin-left: 1.75rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:mt-9{
    margin-top: 2.25rem;
  }

  .xl\:mr-9{
    margin-right: 2.25rem;
  }

  .xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9{
    margin-left: 2.25rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10{
    margin-left: 2.5rem;
  }

  .xl\:mt-11{
    margin-top: 2.75rem;
  }

  .xl\:mr-11{
    margin-right: 2.75rem;
  }

  .xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .xl\:ml-11{
    margin-left: 2.75rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:mt-13{
    margin-top: 3.375rem;
  }

  .xl\:mr-13{
    margin-right: 3.375rem;
  }

  .xl\:mb-13{
    margin-bottom: 3.375rem;
  }

  .xl\:ml-13{
    margin-left: 3.375rem;
  }

  .xl\:mt-14{
    margin-top: 3.5rem;
  }

  .xl\:mr-14{
    margin-right: 3.5rem;
  }

  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14{
    margin-left: 3.5rem;
  }

  .xl\:mt-15{
    margin-top: 3.75rem;
  }

  .xl\:mr-15{
    margin-right: 3.75rem;
  }

  .xl\:mb-15{
    margin-bottom: 3.75rem;
  }

  .xl\:ml-15{
    margin-left: 3.75rem;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:mt-17{
    margin-top: 4.375rem;
  }

  .xl\:mr-17{
    margin-right: 4.375rem;
  }

  .xl\:mb-17{
    margin-bottom: 4.375rem;
  }

  .xl\:ml-17{
    margin-left: 4.375rem;
  }

  .xl\:mt-18{
    margin-top: 4.5rem;
  }

  .xl\:mr-18{
    margin-right: 4.5rem;
  }

  .xl\:mb-18{
    margin-bottom: 4.5rem;
  }

  .xl\:ml-18{
    margin-left: 4.5rem;
  }

  .xl\:mt-19{
    margin-top: 4.75rem;
  }

  .xl\:mr-19{
    margin-right: 4.75rem;
  }

  .xl\:mb-19{
    margin-bottom: 4.75rem;
  }

  .xl\:ml-19{
    margin-left: 4.75rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mr-20{
    margin-right: 5rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:mt-21{
    margin-top: 5.5rem;
  }

  .xl\:mr-21{
    margin-right: 5.5rem;
  }

  .xl\:mb-21{
    margin-bottom: 5.5rem;
  }

  .xl\:ml-21{
    margin-left: 5.5rem;
  }

  .xl\:mt-22{
    margin-top: 5.625rem;
  }

  .xl\:mr-22{
    margin-right: 5.625rem;
  }

  .xl\:mb-22{
    margin-bottom: 5.625rem;
  }

  .xl\:ml-22{
    margin-left: 5.625rem;
  }

  .xl\:mt-23{
    margin-top: 6.125rem;
  }

  .xl\:mr-23{
    margin-right: 6.125rem;
  }

  .xl\:mb-23{
    margin-bottom: 6.125rem;
  }

  .xl\:ml-23{
    margin-left: 6.125rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:ml-24{
    margin-left: 6rem;
  }

  .xl\:mt-25{
    margin-top: 6.5rem;
  }

  .xl\:mr-25{
    margin-right: 6.5rem;
  }

  .xl\:mb-25{
    margin-bottom: 6.5rem;
  }

  .xl\:ml-25{
    margin-left: 6.5rem;
  }

  .xl\:mt-26{
    margin-top: 6.75rem;
  }

  .xl\:mr-26{
    margin-right: 6.75rem;
  }

  .xl\:mb-26{
    margin-bottom: 6.75rem;
  }

  .xl\:ml-26{
    margin-left: 6.75rem;
  }

  .xl\:mt-27{
    margin-top: 6.25rem;
  }

  .xl\:mr-27{
    margin-right: 6.25rem;
  }

  .xl\:mb-27{
    margin-bottom: 6.25rem;
  }

  .xl\:ml-27{
    margin-left: 6.25rem;
  }

  .xl\:mt-28{
    margin-top: 7rem;
  }

  .xl\:mr-28{
    margin-right: 7rem;
  }

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

  .xl\:ml-28{
    margin-left: 7rem;
  }

  .xl\:mt-29{
    margin-top: 7.5rem;
  }

  .xl\:mr-29{
    margin-right: 7.5rem;
  }

  .xl\:mb-29{
    margin-bottom: 7.5rem;
  }

  .xl\:ml-29{
    margin-left: 7.5rem;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:mr-32{
    margin-right: 8rem;
  }

  .xl\:mb-32{
    margin-bottom: 8rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

  .xl\:mt-34{
    margin-top: 8.5rem;
  }

  .xl\:mr-34{
    margin-right: 8.5rem;
  }

  .xl\:mb-34{
    margin-bottom: 8.5rem;
  }

  .xl\:ml-34{
    margin-left: 8.5rem;
  }

  .xl\:mt-35{
    margin-top: 8.75rem;
  }

  .xl\:mr-35{
    margin-right: 8.75rem;
  }

  .xl\:mb-35{
    margin-bottom: 8.75rem;
  }

  .xl\:ml-35{
    margin-left: 8.75rem;
  }

  .xl\:mt-36{
    margin-top: 9rem;
  }

  .xl\:mr-36{
    margin-right: 9rem;
  }

  .xl\:mb-36{
    margin-bottom: 9rem;
  }

  .xl\:ml-36{
    margin-left: 9rem;
  }

  .xl\:mt-37{
    margin-top: 9.125rem;
  }

  .xl\:mr-37{
    margin-right: 9.125rem;
  }

  .xl\:mb-37{
    margin-bottom: 9.125rem;
  }

  .xl\:ml-37{
    margin-left: 9.125rem;
  }

  .xl\:mt-38{
    margin-top: 9.5rem;
  }

  .xl\:mr-38{
    margin-right: 9.5rem;
  }

  .xl\:mb-38{
    margin-bottom: 9.5rem;
  }

  .xl\:ml-38{
    margin-left: 9.5rem;
  }

  .xl\:mt-40{
    margin-top: 10rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:mb-40{
    margin-bottom: 10rem;
  }

  .xl\:ml-40{
    margin-left: 10rem;
  }

  .xl\:mt-41{
    margin-top: 10.5rem;
  }

  .xl\:mr-41{
    margin-right: 10.5rem;
  }

  .xl\:mb-41{
    margin-bottom: 10.5rem;
  }

  .xl\:ml-41{
    margin-left: 10.5rem;
  }

  .xl\:mt-42{
    margin-top: 10.625rem;
  }

  .xl\:mr-42{
    margin-right: 10.625rem;
  }

  .xl\:mb-42{
    margin-bottom: 10.625rem;
  }

  .xl\:ml-42{
    margin-left: 10.625rem;
  }

  .xl\:mt-44{
    margin-top: 11rem;
  }

  .xl\:mr-44{
    margin-right: 11rem;
  }

  .xl\:mb-44{
    margin-bottom: 11rem;
  }

  .xl\:ml-44{
    margin-left: 11rem;
  }

  .xl\:mt-45{
    margin-top: 11.25rem;
  }

  .xl\:mr-45{
    margin-right: 11.25rem;
  }

  .xl\:mb-45{
    margin-bottom: 11.25rem;
  }

  .xl\:ml-45{
    margin-left: 11.25rem;
  }

  .xl\:mt-48{
    margin-top: 12rem;
  }

  .xl\:mr-48{
    margin-right: 12rem;
  }

  .xl\:mb-48{
    margin-bottom: 12rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:mt-49{
    margin-top: 12.5rem;
  }

  .xl\:mr-49{
    margin-right: 12.5rem;
  }

  .xl\:mb-49{
    margin-bottom: 12.5rem;
  }

  .xl\:ml-49{
    margin-left: 12.5rem;
  }

  .xl\:mt-52{
    margin-top: 13rem;
  }

  .xl\:mr-52{
    margin-right: 13rem;
  }

  .xl\:mb-52{
    margin-bottom: 13rem;
  }

  .xl\:ml-52{
    margin-left: 13rem;
  }

  .xl\:mt-56{
    margin-top: 14rem;
  }

  .xl\:mr-56{
    margin-right: 14rem;
  }

  .xl\:mb-56{
    margin-bottom: 14rem;
  }

  .xl\:ml-56{
    margin-left: 14rem;
  }

  .xl\:mt-57{
    margin-top: 14.375rem;
  }

  .xl\:mr-57{
    margin-right: 14.375rem;
  }

  .xl\:mb-57{
    margin-bottom: 14.375rem;
  }

  .xl\:ml-57{
    margin-left: 14.375rem;
  }

  .xl\:mt-60{
    margin-top: 15rem;
  }

  .xl\:mr-60{
    margin-right: 15rem;
  }

  .xl\:mb-60{
    margin-bottom: 15rem;
  }

  .xl\:ml-60{
    margin-left: 15rem;
  }

  .xl\:mt-64{
    margin-top: 16rem;
  }

  .xl\:mr-64{
    margin-right: 16rem;
  }

  .xl\:mb-64{
    margin-bottom: 16rem;
  }

  .xl\:ml-64{
    margin-left: 16rem;
  }

  .xl\:mt-72{
    margin-top: 18rem;
  }

  .xl\:mr-72{
    margin-right: 18rem;
  }

  .xl\:mb-72{
    margin-bottom: 18rem;
  }

  .xl\:ml-72{
    margin-left: 18rem;
  }

  .xl\:mt-80{
    margin-top: 20rem;
  }

  .xl\:mr-80{
    margin-right: 20rem;
  }

  .xl\:mb-80{
    margin-bottom: 20rem;
  }

  .xl\:ml-80{
    margin-left: 20rem;
  }

  .xl\:mt-82{
    margin-top: 22rem;
  }

  .xl\:mr-82{
    margin-right: 22rem;
  }

  .xl\:mb-82{
    margin-bottom: 22rem;
  }

  .xl\:ml-82{
    margin-left: 22rem;
  }

  .xl\:mt-83{
    margin-top: 23.8125rem;
  }

  .xl\:mr-83{
    margin-right: 23.8125rem;
  }

  .xl\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .xl\:ml-83{
    margin-left: 23.8125rem;
  }

  .xl\:mt-96{
    margin-top: 24rem;
  }

  .xl\:mr-96{
    margin-right: 24rem;
  }

  .xl\:mb-96{
    margin-bottom: 24rem;
  }

  .xl\:ml-96{
    margin-left: 24rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .xl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .xl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .xl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .xl\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .xl\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .xl\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .xl\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .xl\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .xl\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .xl\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .xl\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .xl\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .xl\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .xl\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .xl\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .xl\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .xl\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .xl\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .xl\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .xl\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .xl\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .xl\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .xl\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .xl\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .xl\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .xl\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .xl\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .xl\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .xl\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .xl\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .xl\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .xl\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .xl\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .xl\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .xl\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .xl\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .xl\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .xl\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .xl\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .xl\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .xl\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .xl\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .xl\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .xl\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .xl\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .xl\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .xl\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .xl\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .xl\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .xl\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .xl\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .xl\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .xl\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .xl\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .xl\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .xl\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .xl\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .xl\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .xl\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .xl\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .xl\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .xl\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .xl\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .xl\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .xl\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .xl\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .xl\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .xl\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .xl\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .xl\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .xl\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .xl\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .xl\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .xl\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .xl\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .xl\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .xl\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .xl\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .xl\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .xl\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .xl\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .xl\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .xl\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .xl\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .xl\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .xl\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .xl\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .xl\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .xl\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .xl\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .xl\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .xl\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .xl\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .xl\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .xl\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .xl\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .xl\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .xl\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .xl\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .xl\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .xl\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .xl\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .xl\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .xl\:-mt-0{
    margin-top: 0px;
  }

  .xl\:-mr-0{
    margin-right: 0px;
  }

  .xl\:-mb-0{
    margin-bottom: 0px;
  }

  .xl\:-ml-0{
    margin-left: 0px;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-mt-7{
    margin-top: -1.75rem;
  }

  .xl\:-mr-7{
    margin-right: -1.75rem;
  }

  .xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .xl\:-ml-7{
    margin-left: -1.75rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-mt-9{
    margin-top: -2.25rem;
  }

  .xl\:-mr-9{
    margin-right: -2.25rem;
  }

  .xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9{
    margin-left: -2.25rem;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:-mt-11{
    margin-top: -2.75rem;
  }

  .xl\:-mr-11{
    margin-right: -2.75rem;
  }

  .xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .xl\:-ml-11{
    margin-left: -2.75rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-mt-13{
    margin-top: -3.375rem;
  }

  .xl\:-mr-13{
    margin-right: -3.375rem;
  }

  .xl\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .xl\:-ml-13{
    margin-left: -3.375rem;
  }

  .xl\:-mt-14{
    margin-top: -3.5rem;
  }

  .xl\:-mr-14{
    margin-right: -3.5rem;
  }

  .xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14{
    margin-left: -3.5rem;
  }

  .xl\:-mt-15{
    margin-top: -3.75rem;
  }

  .xl\:-mr-15{
    margin-right: -3.75rem;
  }

  .xl\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-15{
    margin-left: -3.75rem;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mr-16{
    margin-right: -4rem;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xl\:-ml-16{
    margin-left: -4rem;
  }

  .xl\:-mt-17{
    margin-top: -4.375rem;
  }

  .xl\:-mr-17{
    margin-right: -4.375rem;
  }

  .xl\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .xl\:-ml-17{
    margin-left: -4.375rem;
  }

  .xl\:-mt-18{
    margin-top: -4.5rem;
  }

  .xl\:-mr-18{
    margin-right: -4.5rem;
  }

  .xl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .xl\:-ml-18{
    margin-left: -4.5rem;
  }

  .xl\:-mt-19{
    margin-top: -4.75rem;
  }

  .xl\:-mr-19{
    margin-right: -4.75rem;
  }

  .xl\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .xl\:-ml-19{
    margin-left: -4.75rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:-mr-20{
    margin-right: -5rem;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xl\:-ml-20{
    margin-left: -5rem;
  }

  .xl\:-mt-21{
    margin-top: -5.5rem;
  }

  .xl\:-mr-21{
    margin-right: -5.5rem;
  }

  .xl\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .xl\:-ml-21{
    margin-left: -5.5rem;
  }

  .xl\:-mt-22{
    margin-top: -5.625rem;
  }

  .xl\:-mr-22{
    margin-right: -5.625rem;
  }

  .xl\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .xl\:-ml-22{
    margin-left: -5.625rem;
  }

  .xl\:-mt-23{
    margin-top: -6.125rem;
  }

  .xl\:-mr-23{
    margin-right: -6.125rem;
  }

  .xl\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .xl\:-ml-23{
    margin-left: -6.125rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mr-24{
    margin-right: -6rem;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xl\:-ml-24{
    margin-left: -6rem;
  }

  .xl\:-mt-25{
    margin-top: -6.5rem;
  }

  .xl\:-mr-25{
    margin-right: -6.5rem;
  }

  .xl\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .xl\:-ml-25{
    margin-left: -6.5rem;
  }

  .xl\:-mt-26{
    margin-top: -6.75rem;
  }

  .xl\:-mr-26{
    margin-right: -6.75rem;
  }

  .xl\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .xl\:-ml-26{
    margin-left: -6.75rem;
  }

  .xl\:-mt-27{
    margin-top: -6.25rem;
  }

  .xl\:-mr-27{
    margin-right: -6.25rem;
  }

  .xl\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .xl\:-ml-27{
    margin-left: -6.25rem;
  }

  .xl\:-mt-28{
    margin-top: -7rem;
  }

  .xl\:-mr-28{
    margin-right: -7rem;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem;
  }

  .xl\:-ml-28{
    margin-left: -7rem;
  }

  .xl\:-mt-29{
    margin-top: -7.5rem;
  }

  .xl\:-mr-29{
    margin-right: -7.5rem;
  }

  .xl\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .xl\:-ml-29{
    margin-left: -7.5rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mr-32{
    margin-right: -8rem;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xl\:-ml-32{
    margin-left: -8rem;
  }

  .xl\:-mt-34{
    margin-top: -8.5rem;
  }

  .xl\:-mr-34{
    margin-right: -8.5rem;
  }

  .xl\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .xl\:-ml-34{
    margin-left: -8.5rem;
  }

  .xl\:-mt-35{
    margin-top: -8.75rem;
  }

  .xl\:-mr-35{
    margin-right: -8.75rem;
  }

  .xl\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .xl\:-ml-35{
    margin-left: -8.75rem;
  }

  .xl\:-mt-36{
    margin-top: -9rem;
  }

  .xl\:-mr-36{
    margin-right: -9rem;
  }

  .xl\:-mb-36{
    margin-bottom: -9rem;
  }

  .xl\:-ml-36{
    margin-left: -9rem;
  }

  .xl\:-mt-37{
    margin-top: -9.125rem;
  }

  .xl\:-mr-37{
    margin-right: -9.125rem;
  }

  .xl\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .xl\:-ml-37{
    margin-left: -9.125rem;
  }

  .xl\:-mt-38{
    margin-top: -9.5rem;
  }

  .xl\:-mr-38{
    margin-right: -9.5rem;
  }

  .xl\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .xl\:-ml-38{
    margin-left: -9.5rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

  .xl\:-mr-40{
    margin-right: -10rem;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xl\:-ml-40{
    margin-left: -10rem;
  }

  .xl\:-mt-41{
    margin-top: -10.5rem;
  }

  .xl\:-mr-41{
    margin-right: -10.5rem;
  }

  .xl\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .xl\:-ml-41{
    margin-left: -10.5rem;
  }

  .xl\:-mt-42{
    margin-top: -10.625rem;
  }

  .xl\:-mr-42{
    margin-right: -10.625rem;
  }

  .xl\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .xl\:-ml-42{
    margin-left: -10.625rem;
  }

  .xl\:-mt-44{
    margin-top: -11rem;
  }

  .xl\:-mr-44{
    margin-right: -11rem;
  }

  .xl\:-mb-44{
    margin-bottom: -11rem;
  }

  .xl\:-ml-44{
    margin-left: -11rem;
  }

  .xl\:-mt-45{
    margin-top: -11.25rem;
  }

  .xl\:-mr-45{
    margin-right: -11.25rem;
  }

  .xl\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .xl\:-ml-45{
    margin-left: -11.25rem;
  }

  .xl\:-mt-48{
    margin-top: -12rem;
  }

  .xl\:-mr-48{
    margin-right: -12rem;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xl\:-ml-48{
    margin-left: -12rem;
  }

  .xl\:-mt-49{
    margin-top: -12.5rem;
  }

  .xl\:-mr-49{
    margin-right: -12.5rem;
  }

  .xl\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .xl\:-ml-49{
    margin-left: -12.5rem;
  }

  .xl\:-mt-52{
    margin-top: -13rem;
  }

  .xl\:-mr-52{
    margin-right: -13rem;
  }

  .xl\:-mb-52{
    margin-bottom: -13rem;
  }

  .xl\:-ml-52{
    margin-left: -13rem;
  }

  .xl\:-mt-56{
    margin-top: -14rem;
  }

  .xl\:-mr-56{
    margin-right: -14rem;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xl\:-ml-56{
    margin-left: -14rem;
  }

  .xl\:-mt-57{
    margin-top: -14.375rem;
  }

  .xl\:-mr-57{
    margin-right: -14.375rem;
  }

  .xl\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .xl\:-ml-57{
    margin-left: -14.375rem;
  }

  .xl\:-mt-60{
    margin-top: -15rem;
  }

  .xl\:-mr-60{
    margin-right: -15rem;
  }

  .xl\:-mb-60{
    margin-bottom: -15rem;
  }

  .xl\:-ml-60{
    margin-left: -15rem;
  }

  .xl\:-mt-64{
    margin-top: -16rem;
  }

  .xl\:-mr-64{
    margin-right: -16rem;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xl\:-ml-64{
    margin-left: -16rem;
  }

  .xl\:-mt-72{
    margin-top: -18rem;
  }

  .xl\:-mr-72{
    margin-right: -18rem;
  }

  .xl\:-mb-72{
    margin-bottom: -18rem;
  }

  .xl\:-ml-72{
    margin-left: -18rem;
  }

  .xl\:-mt-80{
    margin-top: -20rem;
  }

  .xl\:-mr-80{
    margin-right: -20rem;
  }

  .xl\:-mb-80{
    margin-bottom: -20rem;
  }

  .xl\:-ml-80{
    margin-left: -20rem;
  }

  .xl\:-mt-82{
    margin-top: -22rem;
  }

  .xl\:-mr-82{
    margin-right: -22rem;
  }

  .xl\:-mb-82{
    margin-bottom: -22rem;
  }

  .xl\:-ml-82{
    margin-left: -22rem;
  }

  .xl\:-mt-83{
    margin-top: -23.8125rem;
  }

  .xl\:-mr-83{
    margin-right: -23.8125rem;
  }

  .xl\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .xl\:-ml-83{
    margin-left: -23.8125rem;
  }

  .xl\:-mt-96{
    margin-top: -24rem;
  }

  .xl\:-mr-96{
    margin-right: -24rem;
  }

  .xl\:-mb-96{
    margin-bottom: -24rem;
  }

  .xl\:-ml-96{
    margin-left: -24rem;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .xl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .xl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .xl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .xl\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .xl\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .xl\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .xl\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .xl\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .xl\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .xl\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .xl\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .xl\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .xl\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .xl\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .xl\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .xl\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .xl\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .xl\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .xl\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .xl\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .xl\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .xl\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .xl\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .xl\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .xl\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .xl\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .xl\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .xl\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .xl\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .xl\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .xl\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .xl\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .xl\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .xl\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .xl\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .xl\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .xl\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .xl\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .xl\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .xl\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .xl\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .xl\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .xl\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .xl\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .xl\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .xl\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .xl\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .xl\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .xl\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .xl\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .xl\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .xl\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .xl\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .xl\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .xl\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .xl\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .xl\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .xl\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .xl\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .xl\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .xl\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .xl\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .xl\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .xl\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .xl\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .xl\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .xl\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .xl\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .xl\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .xl\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .xl\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .xl\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .xl\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .xl\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .xl\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .xl\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .xl\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .xl\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .xl\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .xl\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .xl\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .xl\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .xl\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .xl\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .xl\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .xl\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .xl\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .xl\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .xl\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .xl\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .xl\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .xl\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .xl\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .xl\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .xl\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .xl\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .xl\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .xl\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .xl\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .xl\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .xl\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .xl\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .xl\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .xl\:max-h-0{
    max-height: 0px;
  }

  .xl\:max-h-1{
    max-height: 0.25rem;
  }

  .xl\:max-h-2{
    max-height: 0.5rem;
  }

  .xl\:max-h-3{
    max-height: 0.75rem;
  }

  .xl\:max-h-4{
    max-height: 1rem;
  }

  .xl\:max-h-5{
    max-height: 1.25rem;
  }

  .xl\:max-h-6{
    max-height: 1.5rem;
  }

  .xl\:max-h-7{
    max-height: 1.75rem;
  }

  .xl\:max-h-8{
    max-height: 2rem;
  }

  .xl\:max-h-9{
    max-height: 2.25rem;
  }

  .xl\:max-h-10{
    max-height: 2.5rem;
  }

  .xl\:max-h-11{
    max-height: 2.75rem;
  }

  .xl\:max-h-12{
    max-height: 3rem;
  }

  .xl\:max-h-13{
    max-height: 3.375rem;
  }

  .xl\:max-h-14{
    max-height: 3.5rem;
  }

  .xl\:max-h-15{
    max-height: 3.75rem;
  }

  .xl\:max-h-16{
    max-height: 4rem;
  }

  .xl\:max-h-17{
    max-height: 4.375rem;
  }

  .xl\:max-h-18{
    max-height: 4.5rem;
  }

  .xl\:max-h-19{
    max-height: 4.75rem;
  }

  .xl\:max-h-20{
    max-height: 5rem;
  }

  .xl\:max-h-21{
    max-height: 5.5rem;
  }

  .xl\:max-h-22{
    max-height: 5.625rem;
  }

  .xl\:max-h-23{
    max-height: 6.125rem;
  }

  .xl\:max-h-24{
    max-height: 6rem;
  }

  .xl\:max-h-25{
    max-height: 6.5rem;
  }

  .xl\:max-h-26{
    max-height: 6.75rem;
  }

  .xl\:max-h-27{
    max-height: 6.25rem;
  }

  .xl\:max-h-28{
    max-height: 7rem;
  }

  .xl\:max-h-29{
    max-height: 7.5rem;
  }

  .xl\:max-h-32{
    max-height: 8rem;
  }

  .xl\:max-h-34{
    max-height: 8.5rem;
  }

  .xl\:max-h-35{
    max-height: 8.75rem;
  }

  .xl\:max-h-36{
    max-height: 9rem;
  }

  .xl\:max-h-37{
    max-height: 9.125rem;
  }

  .xl\:max-h-38{
    max-height: 9.5rem;
  }

  .xl\:max-h-40{
    max-height: 10rem;
  }

  .xl\:max-h-41{
    max-height: 10.5rem;
  }

  .xl\:max-h-42{
    max-height: 10.625rem;
  }

  .xl\:max-h-44{
    max-height: 11rem;
  }

  .xl\:max-h-45{
    max-height: 11.25rem;
  }

  .xl\:max-h-48{
    max-height: 12rem;
  }

  .xl\:max-h-49{
    max-height: 12.5rem;
  }

  .xl\:max-h-52{
    max-height: 13rem;
  }

  .xl\:max-h-56{
    max-height: 14rem;
  }

  .xl\:max-h-57{
    max-height: 14.375rem;
  }

  .xl\:max-h-60{
    max-height: 15rem;
  }

  .xl\:max-h-64{
    max-height: 16rem;
  }

  .xl\:max-h-72{
    max-height: 18rem;
  }

  .xl\:max-h-80{
    max-height: 20rem;
  }

  .xl\:max-h-82{
    max-height: 22rem;
  }

  .xl\:max-h-83{
    max-height: 23.8125rem;
  }

  .xl\:max-h-96{
    max-height: 24rem;
  }

  .xl\:max-h-px{
    max-height: 1px;
  }

  .xl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .xl\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .xl\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .xl\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .xl\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .xl\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .xl\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .xl\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .xl\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .xl\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .xl\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .xl\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .xl\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .xl\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .xl\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .xl\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .xl\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .xl\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .xl\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .xl\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .xl\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .xl\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .xl\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .xl\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .xl\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .xl\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-0{
    max-width: 0rem;
  }

  .xl\:max-w-13{
    max-width: 3.375rem;
  }

  .xl\:max-w-23{
    max-width: 380px;
  }

  .xl\:max-w-28{
    max-width: 7rem;
  }

  .xl\:max-w-29{
    max-width: 27.5rem;
  }

  .xl\:max-w-33{
    max-width: 8.75rem;
  }

  .xl\:max-w-56{
    max-width: 14rem;
  }

  .xl\:max-w-70{
    max-width: 26.4375rem;
  }

  .xl\:max-w-98{
    max-width: 48rem;
  }

  .xl\:max-w-100{
    max-width: 922px;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-7xl{
    max-width: 80rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose{
    max-width: 65ch;
  }

  .xl\:max-w-screen-sm{
    max-width: 576px;
  }

  .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-lg{
    max-width: 992px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1200px;
  }

  .xl\:max-w-screen-xs{
    max-width: 322px;
  }

  .xl\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .xl\:max-w-received{
    max-width: 592px;
  }

  .xl\:max-w-about{
    max-width: 618px;
  }

  .xl\:max-w-commission{
    max-width: 1378px;
  }

  .xl\:max-w-commission-lg{
    max-width: 1000px;
  }

  .xl\:max-w-status{
    max-width: 963px;
  }

  .xl\:max-w-pdf{
    max-width: 515px;
  }

  .xl\:max-w-detail{
    max-width: 731px;
  }

  .xl\:max-w-inscription{
    max-width: 825px;
  }

  .xl\:max-w-info-caption{
    max-width: 587px;
  }

  .xl\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .xl\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .xl\:max-w-info-caption-md{
    max-width: 550px;
  }

  .xl\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .xl\:max-w-dashboard{
    max-width: 1054px;
  }

  .xl\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .xl\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .xl\:max-w-dashboard-md{
    max-width: 500px;
  }

  .xl\:max-w-profile{
    max-width: 960px;
  }

  .xl\:max-w-debate{
    max-width: 755px;
  }

  .xl\:max-w-debate-md{
    max-width: 660px;
  }

  .xl\:max-w-galery{
    max-width: 918px;
  }

  .xl\:max-w-approach{
    max-width: 916px;
  }

  .xl\:min-h-0{
    min-height: 0px;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0px;
  }

  .xl\:min-w-7{
    min-width: 1.75rem;
  }

  .xl\:min-w-13{
    min-width: 44px;
  }

  .xl\:min-w-22{
    min-width: 5.625rem;
  }

  .xl\:min-w-33{
    min-width: 8.125rem;
  }

  .xl\:min-w-34{
    min-width: 8.75rem;
  }

  .xl\:min-w-50{
    min-width: 12.5rem;
  }

  .xl\:min-w-53{
    min-width: 17rem;
  }

  .xl\:min-w-56{
    min-width: 14rem;
  }

  .xl\:min-w-60{
    min-width: 16rem;
  }

  .xl\:min-w-70{
    min-width: 20rem;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .xl\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .xl\:min-w-info-activities{
    min-width: 372px;
  }

  .xl\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .xl\:min-w-activities{
    min-width: 430px;
  }

  .xl\:min-w-activities-lg{
    min-width: 300px;
  }

  .xl\:min-w-session{
    min-width: 545px;
  }

  .xl\:min-w-session-lg{
    min-width: 410px;
  }

  .xl\:min-w-session-xl{
    min-width: 460px;
  }

  .xl\:min-w-login{
    min-width: 826px;
  }

  .xl\:min-w-login-xl{
    min-width: 680px;
  }

  .xl\:min-w-login-lg{
    min-width: 450px;
  }

  .xl\:min-w-control-dashboard{
    min-width: 298px;
  }

  .xl\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .xl\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .xl\:min-w-objective{
    min-width: 1163px;
  }

  .xl\:min-w-objective-xl{
    min-width: 1040px;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-5{
    opacity: 0.05;
  }

  .xl\:opacity-10{
    opacity: 0.1;
  }

  .xl\:opacity-11{
    opacity: .86;
  }

  .xl\:opacity-20{
    opacity: 0.2;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-30{
    opacity: 0.3;
  }

  .xl\:opacity-40{
    opacity: 0.4;
  }

  .xl\:opacity-45{
    opacity: .45;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-58{
    opacity: .58;
  }

  .xl\:opacity-60{
    opacity: 0.6;
  }

  .xl\:opacity-70{
    opacity: 0.7;
  }

  .xl\:opacity-74{
    opacity: .74;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-80{
    opacity: 0.8;
  }

  .xl\:opacity-90{
    opacity: 0.9;
  }

  .xl\:opacity-95{
    opacity: 0.95;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xl\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xl\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xl\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .xl\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xl\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xl\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xl\:p-0{
    padding: 0px;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-7{
    padding: 1.75rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-9{
    padding: 2.25rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-11{
    padding: 2.75rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-13{
    padding: 3.375rem;
  }

  .xl\:p-14{
    padding: 3.5rem;
  }

  .xl\:p-15{
    padding: 3.75rem;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-17{
    padding: 4.375rem;
  }

  .xl\:p-18{
    padding: 4.5rem;
  }

  .xl\:p-19{
    padding: 4.75rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-21{
    padding: 5.5rem;
  }

  .xl\:p-22{
    padding: 5.625rem;
  }

  .xl\:p-23{
    padding: 6.125rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-25{
    padding: 6.5rem;
  }

  .xl\:p-26{
    padding: 6.75rem;
  }

  .xl\:p-27{
    padding: 6.25rem;
  }

  .xl\:p-28{
    padding: 7rem;
  }

  .xl\:p-29{
    padding: 7.5rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-34{
    padding: 8.5rem;
  }

  .xl\:p-35{
    padding: 8.75rem;
  }

  .xl\:p-36{
    padding: 9rem;
  }

  .xl\:p-37{
    padding: 9.125rem;
  }

  .xl\:p-38{
    padding: 9.5rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-41{
    padding: 10.5rem;
  }

  .xl\:p-42{
    padding: 10.625rem;
  }

  .xl\:p-44{
    padding: 11rem;
  }

  .xl\:p-45{
    padding: 11.25rem;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-49{
    padding: 12.5rem;
  }

  .xl\:p-52{
    padding: 13rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-57{
    padding: 14.375rem;
  }

  .xl\:p-60{
    padding: 15rem;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-72{
    padding: 18rem;
  }

  .xl\:p-80{
    padding: 20rem;
  }

  .xl\:p-82{
    padding: 22rem;
  }

  .xl\:p-83{
    padding: 23.8125rem;
  }

  .xl\:p-96{
    padding: 24rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-0\.5{
    padding: 0.125rem;
  }

  .xl\:p-1\.5{
    padding: 0.375rem;
  }

  .xl\:p-2\.5{
    padding: 0.625rem;
  }

  .xl\:p-3\.5{
    padding: 0.875rem;
  }

  .xl\:p-4\.5{
    padding: 1.125rem;
  }

  .xl\:p-5\.5{
    padding: 1.375rem;
  }

  .xl\:p-6\.5{
    padding: 1.625rem;
  }

  .xl\:p-7\.5{
    padding: 1.875rem;
  }

  .xl\:p-8\.5{
    padding: 2.125rem;
  }

  .xl\:p-9\.5{
    padding: 2.375rem;
  }

  .xl\:p-10\.5{
    padding: 2.625rem;
  }

  .xl\:p-11\.5{
    padding: 2.875rem;
  }

  .xl\:p-12\.5{
    padding: 3.125rem;
  }

  .xl\:p-13\.5{
    padding: 3.25rem;
  }

  .xl\:p-15\.5{
    padding: 3.8rem;
  }

  .xl\:p-16\.5{
    padding: 4.125rem;
  }

  .xl\:p-17\.5{
    padding: 4.25rem;
  }

  .xl\:p-18\.5{
    padding: 4.625rem;
  }

  .xl\:p-20\.5{
    padding: 5.25rem;
  }

  .xl\:p-21\.5{
    padding: 5.75rem;
  }

  .xl\:p-22\.5{
    padding: 5.875rem;
  }

  .xl\:p-24\.5{
    padding: 6.8125rem;
  }

  .xl\:p-28\.5{
    padding: 7.375rem;
  }

  .xl\:p-29\.5{
    padding: 7.75rem;
  }

  .xl\:p-32\.5{
    padding: 8.125rem;
  }

  .xl\:p-33\.5{
    padding: 8.8125rem;
  }

  .xl\:p-42\.5{
    padding: 10.875rem;
  }

  .xl\:p-49\.5{
    padding: 12.75rem;
  }

  .xl\:p-72\.5{
    padding: 18.25rem;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .xl\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .xl\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .xl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xl\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .xl\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .xl\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .xl\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .xl\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .xl\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .xl\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .xl\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .xl\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .xl\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .xl\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .xl\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .xl\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xl\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .xl\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xl\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xl\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .xl\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xl\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xl\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .xl\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .xl\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .xl\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .xl\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .xl\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .xl\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .xl\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .xl\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .xl\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .xl\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .xl\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .xl\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .xl\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .xl\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .xl\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .xl\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xl\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xl\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .xl\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .xl\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .xl\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .xl\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .xl\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .xl\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .xl\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .xl\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .xl\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .xl\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .xl\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .xl\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .xl\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .xl\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .xl\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .xl\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .xl\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .xl\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .xl\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .xl\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .xl\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pt-1{
    padding-top: 0.25rem;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pt-2{
    padding-top: 0.5rem;
  }

  .xl\:pr-2{
    padding-right: 0.5rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2{
    padding-left: 0.5rem;
  }

  .xl\:pt-3{
    padding-top: 0.75rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

  .xl\:pt-7{
    padding-top: 1.75rem;
  }

  .xl\:pr-7{
    padding-right: 1.75rem;
  }

  .xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xl\:pl-7{
    padding-left: 1.75rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pt-9{
    padding-top: 2.25rem;
  }

  .xl\:pr-9{
    padding-right: 2.25rem;
  }

  .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9{
    padding-left: 2.25rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pt-11{
    padding-top: 2.75rem;
  }

  .xl\:pr-11{
    padding-right: 2.75rem;
  }

  .xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xl\:pl-11{
    padding-left: 2.75rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pt-13{
    padding-top: 3.375rem;
  }

  .xl\:pr-13{
    padding-right: 3.375rem;
  }

  .xl\:pb-13{
    padding-bottom: 3.375rem;
  }

  .xl\:pl-13{
    padding-left: 3.375rem;
  }

  .xl\:pt-14{
    padding-top: 3.5rem;
  }

  .xl\:pr-14{
    padding-right: 3.5rem;
  }

  .xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14{
    padding-left: 3.5rem;
  }

  .xl\:pt-15{
    padding-top: 3.75rem;
  }

  .xl\:pr-15{
    padding-right: 3.75rem;
  }

  .xl\:pb-15{
    padding-bottom: 3.75rem;
  }

  .xl\:pl-15{
    padding-left: 3.75rem;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pb-16{
    padding-bottom: 4rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pt-17{
    padding-top: 4.375rem;
  }

  .xl\:pr-17{
    padding-right: 4.375rem;
  }

  .xl\:pb-17{
    padding-bottom: 4.375rem;
  }

  .xl\:pl-17{
    padding-left: 4.375rem;
  }

  .xl\:pt-18{
    padding-top: 4.5rem;
  }

  .xl\:pr-18{
    padding-right: 4.5rem;
  }

  .xl\:pb-18{
    padding-bottom: 4.5rem;
  }

  .xl\:pl-18{
    padding-left: 4.5rem;
  }

  .xl\:pt-19{
    padding-top: 4.75rem;
  }

  .xl\:pr-19{
    padding-right: 4.75rem;
  }

  .xl\:pb-19{
    padding-bottom: 4.75rem;
  }

  .xl\:pl-19{
    padding-left: 4.75rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pt-21{
    padding-top: 5.5rem;
  }

  .xl\:pr-21{
    padding-right: 5.5rem;
  }

  .xl\:pb-21{
    padding-bottom: 5.5rem;
  }

  .xl\:pl-21{
    padding-left: 5.5rem;
  }

  .xl\:pt-22{
    padding-top: 5.625rem;
  }

  .xl\:pr-22{
    padding-right: 5.625rem;
  }

  .xl\:pb-22{
    padding-bottom: 5.625rem;
  }

  .xl\:pl-22{
    padding-left: 5.625rem;
  }

  .xl\:pt-23{
    padding-top: 6.125rem;
  }

  .xl\:pr-23{
    padding-right: 6.125rem;
  }

  .xl\:pb-23{
    padding-bottom: 6.125rem;
  }

  .xl\:pl-23{
    padding-left: 6.125rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pt-25{
    padding-top: 6.5rem;
  }

  .xl\:pr-25{
    padding-right: 6.5rem;
  }

  .xl\:pb-25{
    padding-bottom: 6.5rem;
  }

  .xl\:pl-25{
    padding-left: 6.5rem;
  }

  .xl\:pt-26{
    padding-top: 6.75rem;
  }

  .xl\:pr-26{
    padding-right: 6.75rem;
  }

  .xl\:pb-26{
    padding-bottom: 6.75rem;
  }

  .xl\:pl-26{
    padding-left: 6.75rem;
  }

  .xl\:pt-27{
    padding-top: 6.25rem;
  }

  .xl\:pr-27{
    padding-right: 6.25rem;
  }

  .xl\:pb-27{
    padding-bottom: 6.25rem;
  }

  .xl\:pl-27{
    padding-left: 6.25rem;
  }

  .xl\:pt-28{
    padding-top: 7rem;
  }

  .xl\:pr-28{
    padding-right: 7rem;
  }

  .xl\:pb-28{
    padding-bottom: 7rem;
  }

  .xl\:pl-28{
    padding-left: 7rem;
  }

  .xl\:pt-29{
    padding-top: 7.5rem;
  }

  .xl\:pr-29{
    padding-right: 7.5rem;
  }

  .xl\:pb-29{
    padding-bottom: 7.5rem;
  }

  .xl\:pl-29{
    padding-left: 7.5rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pb-32{
    padding-bottom: 8rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pt-34{
    padding-top: 8.5rem;
  }

  .xl\:pr-34{
    padding-right: 8.5rem;
  }

  .xl\:pb-34{
    padding-bottom: 8.5rem;
  }

  .xl\:pl-34{
    padding-left: 8.5rem;
  }

  .xl\:pt-35{
    padding-top: 8.75rem;
  }

  .xl\:pr-35{
    padding-right: 8.75rem;
  }

  .xl\:pb-35{
    padding-bottom: 8.75rem;
  }

  .xl\:pl-35{
    padding-left: 8.75rem;
  }

  .xl\:pt-36{
    padding-top: 9rem;
  }

  .xl\:pr-36{
    padding-right: 9rem;
  }

  .xl\:pb-36{
    padding-bottom: 9rem;
  }

  .xl\:pl-36{
    padding-left: 9rem;
  }

  .xl\:pt-37{
    padding-top: 9.125rem;
  }

  .xl\:pr-37{
    padding-right: 9.125rem;
  }

  .xl\:pb-37{
    padding-bottom: 9.125rem;
  }

  .xl\:pl-37{
    padding-left: 9.125rem;
  }

  .xl\:pt-38{
    padding-top: 9.5rem;
  }

  .xl\:pr-38{
    padding-right: 9.5rem;
  }

  .xl\:pb-38{
    padding-bottom: 9.5rem;
  }

  .xl\:pl-38{
    padding-left: 9.5rem;
  }

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

  .xl\:pt-41{
    padding-top: 10.5rem;
  }

  .xl\:pr-41{
    padding-right: 10.5rem;
  }

  .xl\:pb-41{
    padding-bottom: 10.5rem;
  }

  .xl\:pl-41{
    padding-left: 10.5rem;
  }

  .xl\:pt-42{
    padding-top: 10.625rem;
  }

  .xl\:pr-42{
    padding-right: 10.625rem;
  }

  .xl\:pb-42{
    padding-bottom: 10.625rem;
  }

  .xl\:pl-42{
    padding-left: 10.625rem;
  }

  .xl\:pt-44{
    padding-top: 11rem;
  }

  .xl\:pr-44{
    padding-right: 11rem;
  }

  .xl\:pb-44{
    padding-bottom: 11rem;
  }

  .xl\:pl-44{
    padding-left: 11rem;
  }

  .xl\:pt-45{
    padding-top: 11.25rem;
  }

  .xl\:pr-45{
    padding-right: 11.25rem;
  }

  .xl\:pb-45{
    padding-bottom: 11.25rem;
  }

  .xl\:pl-45{
    padding-left: 11.25rem;
  }

  .xl\:pt-48{
    padding-top: 12rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

  .xl\:pb-48{
    padding-bottom: 12rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pt-49{
    padding-top: 12.5rem;
  }

  .xl\:pr-49{
    padding-right: 12.5rem;
  }

  .xl\:pb-49{
    padding-bottom: 12.5rem;
  }

  .xl\:pl-49{
    padding-left: 12.5rem;
  }

  .xl\:pt-52{
    padding-top: 13rem;
  }

  .xl\:pr-52{
    padding-right: 13rem;
  }

  .xl\:pb-52{
    padding-bottom: 13rem;
  }

  .xl\:pl-52{
    padding-left: 13rem;
  }

  .xl\:pt-56{
    padding-top: 14rem;
  }

  .xl\:pr-56{
    padding-right: 14rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

  .xl\:pl-56{
    padding-left: 14rem;
  }

  .xl\:pt-57{
    padding-top: 14.375rem;
  }

  .xl\:pr-57{
    padding-right: 14.375rem;
  }

  .xl\:pb-57{
    padding-bottom: 14.375rem;
  }

  .xl\:pl-57{
    padding-left: 14.375rem;
  }

  .xl\:pt-60{
    padding-top: 15rem;
  }

  .xl\:pr-60{
    padding-right: 15rem;
  }

  .xl\:pb-60{
    padding-bottom: 15rem;
  }

  .xl\:pl-60{
    padding-left: 15rem;
  }

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pr-64{
    padding-right: 16rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

  .xl\:pl-64{
    padding-left: 16rem;
  }

  .xl\:pt-72{
    padding-top: 18rem;
  }

  .xl\:pr-72{
    padding-right: 18rem;
  }

  .xl\:pb-72{
    padding-bottom: 18rem;
  }

  .xl\:pl-72{
    padding-left: 18rem;
  }

  .xl\:pt-80{
    padding-top: 20rem;
  }

  .xl\:pr-80{
    padding-right: 20rem;
  }

  .xl\:pb-80{
    padding-bottom: 20rem;
  }

  .xl\:pl-80{
    padding-left: 20rem;
  }

  .xl\:pt-82{
    padding-top: 22rem;
  }

  .xl\:pr-82{
    padding-right: 22rem;
  }

  .xl\:pb-82{
    padding-bottom: 22rem;
  }

  .xl\:pl-82{
    padding-left: 22rem;
  }

  .xl\:pt-83{
    padding-top: 23.8125rem;
  }

  .xl\:pr-83{
    padding-right: 23.8125rem;
  }

  .xl\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .xl\:pl-83{
    padding-left: 23.8125rem;
  }

  .xl\:pt-96{
    padding-top: 24rem;
  }

  .xl\:pr-96{
    padding-right: 24rem;
  }

  .xl\:pb-96{
    padding-bottom: 24rem;
  }

  .xl\:pl-96{
    padding-left: 24rem;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .xl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .xl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .xl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xl\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .xl\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .xl\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .xl\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .xl\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .xl\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .xl\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .xl\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .xl\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .xl\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .xl\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .xl\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .xl\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .xl\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .xl\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .xl\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .xl\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .xl\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .xl\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .xl\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .xl\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .xl\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .xl\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .xl\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .xl\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .xl\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .xl\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .xl\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .xl\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .xl\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .xl\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .xl\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .xl\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .xl\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .xl\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .xl\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .xl\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .xl\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .xl\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .xl\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .xl\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .xl\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .xl\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .xl\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .xl\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .xl\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .xl\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .xl\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .xl\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .xl\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .xl\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .xl\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .xl\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .xl\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .xl\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .xl\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .xl\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .xl\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .xl\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .xl\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .xl\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .xl\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .xl\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .xl\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .xl\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .xl\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .xl\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .xl\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .xl\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .xl\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .xl\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .xl\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .xl\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .xl\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .xl\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .xl\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .xl\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .xl\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .xl\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .xl\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .xl\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .xl\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .xl\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .xl\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .xl\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .xl\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .xl\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .xl\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .xl\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .xl\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .xl\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .xl\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .xl\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .xl\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .xl\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .xl\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .xl\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .xl\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .xl\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .xl\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xl\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xl\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xl\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xl\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xl\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xl\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xl\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xl\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xl\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xl\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xl\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xl\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xl\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xl\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xl\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xl\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xl\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .xl\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .xl\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .xl\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xl\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .xl\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .xl\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .xl\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .xl\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xl\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .xl\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .xl\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .xl\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xl\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .xl\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .xl\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .xl\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .xl\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .xl\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .xl\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .xl\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .xl\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .xl\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .xl\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .xl\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .xl\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .xl\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .xl\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xl\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .xl\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .xl\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .xl\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .xl\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xl\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .xl\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .xl\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .xl\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .xl\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .xl\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .xl\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .xl\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .xl\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .xl\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .xl\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .xl\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .xl\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .xl\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .xl\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .xl\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .xl\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .xl\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .xl\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .xl\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .xl\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .xl\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .xl\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .xl\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .xl\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .xl\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .xl\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .xl\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .xl\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .xl\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .xl\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .xl\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .xl\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .xl\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .xl\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .xl\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .xl\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .xl\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .xl\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .xl\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .xl\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .xl\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xl\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .xl\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .xl\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .xl\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .xl\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .xl\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .xl\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .xl\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .xl\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .xl\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .xl\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .xl\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .xl\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .xl\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .xl\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .xl\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .xl\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .xl\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .xl\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .xl\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .xl\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .xl\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .xl\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .xl\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .xl\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .xl\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .xl\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .xl\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .xl\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .xl\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xl\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .xl\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .xl\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .xl\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .xl\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .xl\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .xl\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .xl\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .xl\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .xl\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .xl\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .xl\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xl\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .xl\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .xl\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .xl\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .xl\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .xl\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .xl\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .xl\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .xl\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .xl\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xl\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .xl\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .xl\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .xl\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .xl\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .xl\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .xl\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .xl\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .xl\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .xl\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .xl\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .xl\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .xl\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .xl\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .xl\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .xl\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .xl\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .xl\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .xl\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .xl\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .xl\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .xl\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .xl\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .xl\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .xl\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .xl\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .xl\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .xl\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .xl\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .xl\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .xl\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .xl\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .xl\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .xl\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .xl\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .xl\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .xl\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .xl\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .xl\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .xl\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .xl\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .xl\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xl\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .xl\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .xl\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .xl\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .xl\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .xl\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .xl\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .xl\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .xl\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .xl\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xl\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .xl\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .xl\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .xl\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .xl\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .xl\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .xl\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .xl\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .xl\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .xl\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .xl\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .xl\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .xl\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .xl\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .xl\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .xl\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .xl\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .xl\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .xl\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .xl\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .xl\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .xl\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .xl\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .xl\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .xl\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .xl\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .xl\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .xl\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .xl\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .xl\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .xl\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .xl\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .xl\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .xl\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .xl\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .xl\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .xl\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .xl\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .xl\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .xl\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .xl\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .xl\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .xl\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .xl\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .xl\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .xl\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .xl\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .xl\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .xl\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .xl\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .xl\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .xl\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .xl\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .xl\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .xl\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .xl\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .xl\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .xl\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .xl\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .xl\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .xl\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .xl\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .xl\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .xl\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .xl\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .xl\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .xl\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .xl\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .xl\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .xl\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .xl\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .xl\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .xl\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .xl\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .xl\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .xl\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .xl\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .xl\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .xl\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .xl\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .xl\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .xl\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .xl\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .xl\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .xl\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .xl\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .xl\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .xl\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .xl\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .xl\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .xl\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .xl\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .xl\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .xl\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .xl\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .xl\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .xl\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .xl\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .xl\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .xl\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .xl\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .xl\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .xl\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .xl\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xl\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .xl\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .xl\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .xl\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .xl\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .xl\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .xl\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .xl\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .xl\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .xl\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .xl\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .xl\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .xl\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .xl\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .xl\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .xl\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .xl\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .xl\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .xl\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .xl\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .xl\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .xl\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .xl\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .xl\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .xl\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .xl\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .xl\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .xl\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .xl\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .xl\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .xl\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .xl\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .xl\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .xl\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .xl\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .xl\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .xl\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .xl\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .xl\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .xl\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .xl\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .xl\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .xl\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:left-0{
    left: 0px;
  }

  .xl\:top-1{
    top: 0.25rem;
  }

  .xl\:right-1{
    right: 0.25rem;
  }

  .xl\:bottom-1{
    bottom: 0.25rem;
  }

  .xl\:left-1{
    left: 0.25rem;
  }

  .xl\:top-2{
    top: 0.5rem;
  }

  .xl\:right-2{
    right: 0.5rem;
  }

  .xl\:bottom-2{
    bottom: 0.5rem;
  }

  .xl\:left-2{
    left: 0.5rem;
  }

  .xl\:top-3{
    top: 0.75rem;
  }

  .xl\:right-3{
    right: 0.75rem;
  }

  .xl\:bottom-3{
    bottom: 0.75rem;
  }

  .xl\:left-3{
    left: 0.75rem;
  }

  .xl\:top-4{
    top: 1rem;
  }

  .xl\:right-4{
    right: 1rem;
  }

  .xl\:bottom-4{
    bottom: 1rem;
  }

  .xl\:left-4{
    left: 1rem;
  }

  .xl\:top-5{
    top: 1.25rem;
  }

  .xl\:right-5{
    right: 1.25rem;
  }

  .xl\:bottom-5{
    bottom: 1.25rem;
  }

  .xl\:left-5{
    left: 1.25rem;
  }

  .xl\:top-6{
    top: 1.5rem;
  }

  .xl\:right-6{
    right: 1.5rem;
  }

  .xl\:bottom-6{
    bottom: 1.5rem;
  }

  .xl\:left-6{
    left: 1.5rem;
  }

  .xl\:top-7{
    top: 1.75rem;
  }

  .xl\:right-7{
    right: 1.75rem;
  }

  .xl\:bottom-7{
    bottom: 1.75rem;
  }

  .xl\:left-7{
    left: 1.75rem;
  }

  .xl\:top-8{
    top: 2rem;
  }

  .xl\:right-8{
    right: 2rem;
  }

  .xl\:bottom-8{
    bottom: 2rem;
  }

  .xl\:left-8{
    left: 2rem;
  }

  .xl\:top-9{
    top: 2.25rem;
  }

  .xl\:right-9{
    right: 2.25rem;
  }

  .xl\:bottom-9{
    bottom: 2.25rem;
  }

  .xl\:left-9{
    left: 2.25rem;
  }

  .xl\:top-10{
    top: 2.5rem;
  }

  .xl\:right-10{
    right: 2.5rem;
  }

  .xl\:bottom-10{
    bottom: 2.5rem;
  }

  .xl\:left-10{
    left: 2.5rem;
  }

  .xl\:top-11{
    top: 2.75rem;
  }

  .xl\:right-11{
    right: 2.75rem;
  }

  .xl\:bottom-11{
    bottom: 2.75rem;
  }

  .xl\:left-11{
    left: 2.75rem;
  }

  .xl\:top-12{
    top: 3rem;
  }

  .xl\:right-12{
    right: 3rem;
  }

  .xl\:bottom-12{
    bottom: 3rem;
  }

  .xl\:left-12{
    left: 3rem;
  }

  .xl\:top-13{
    top: 3.375rem;
  }

  .xl\:right-13{
    right: 3.375rem;
  }

  .xl\:bottom-13{
    bottom: 3.375rem;
  }

  .xl\:left-13{
    left: 3.375rem;
  }

  .xl\:top-14{
    top: 3.5rem;
  }

  .xl\:right-14{
    right: 3.5rem;
  }

  .xl\:bottom-14{
    bottom: 3.5rem;
  }

  .xl\:left-14{
    left: 3.5rem;
  }

  .xl\:top-15{
    top: 3.75rem;
  }

  .xl\:right-15{
    right: 3.75rem;
  }

  .xl\:bottom-15{
    bottom: 3.75rem;
  }

  .xl\:left-15{
    left: 3.75rem;
  }

  .xl\:top-16{
    top: 4rem;
  }

  .xl\:right-16{
    right: 4rem;
  }

  .xl\:bottom-16{
    bottom: 4rem;
  }

  .xl\:left-16{
    left: 4rem;
  }

  .xl\:top-17{
    top: 4.375rem;
  }

  .xl\:right-17{
    right: 4.375rem;
  }

  .xl\:bottom-17{
    bottom: 4.375rem;
  }

  .xl\:left-17{
    left: 4.375rem;
  }

  .xl\:top-18{
    top: 4.5rem;
  }

  .xl\:right-18{
    right: 4.5rem;
  }

  .xl\:bottom-18{
    bottom: 4.5rem;
  }

  .xl\:left-18{
    left: 4.5rem;
  }

  .xl\:top-19{
    top: 4.75rem;
  }

  .xl\:right-19{
    right: 4.75rem;
  }

  .xl\:bottom-19{
    bottom: 4.75rem;
  }

  .xl\:left-19{
    left: 4.75rem;
  }

  .xl\:top-20{
    top: 5rem;
  }

  .xl\:right-20{
    right: 5rem;
  }

  .xl\:bottom-20{
    bottom: 5rem;
  }

  .xl\:left-20{
    left: 5rem;
  }

  .xl\:top-21{
    top: 5.5rem;
  }

  .xl\:right-21{
    right: 5.5rem;
  }

  .xl\:bottom-21{
    bottom: 5.5rem;
  }

  .xl\:left-21{
    left: 5.5rem;
  }

  .xl\:top-22{
    top: 5.625rem;
  }

  .xl\:right-22{
    right: 5.625rem;
  }

  .xl\:bottom-22{
    bottom: 5.625rem;
  }

  .xl\:left-22{
    left: 5.625rem;
  }

  .xl\:top-23{
    top: 6.125rem;
  }

  .xl\:right-23{
    right: 6.125rem;
  }

  .xl\:bottom-23{
    bottom: 6.125rem;
  }

  .xl\:left-23{
    left: 6.125rem;
  }

  .xl\:top-24{
    top: 6rem;
  }

  .xl\:right-24{
    right: 6rem;
  }

  .xl\:bottom-24{
    bottom: 6rem;
  }

  .xl\:left-24{
    left: 6rem;
  }

  .xl\:top-25{
    top: 6.5rem;
  }

  .xl\:right-25{
    right: 6.5rem;
  }

  .xl\:bottom-25{
    bottom: 6.5rem;
  }

  .xl\:left-25{
    left: 6.5rem;
  }

  .xl\:top-26{
    top: 6.75rem;
  }

  .xl\:right-26{
    right: 6.75rem;
  }

  .xl\:bottom-26{
    bottom: 6.75rem;
  }

  .xl\:left-26{
    left: 6.75rem;
  }

  .xl\:top-27{
    top: 6.25rem;
  }

  .xl\:right-27{
    right: 6.25rem;
  }

  .xl\:bottom-27{
    bottom: 6.25rem;
  }

  .xl\:left-27{
    left: 6.25rem;
  }

  .xl\:top-28{
    top: 7rem;
  }

  .xl\:right-28{
    right: 7rem;
  }

  .xl\:bottom-28{
    bottom: 7rem;
  }

  .xl\:left-28{
    left: 7rem;
  }

  .xl\:top-29{
    top: 7.5rem;
  }

  .xl\:right-29{
    right: 7.5rem;
  }

  .xl\:bottom-29{
    bottom: 7.5rem;
  }

  .xl\:left-29{
    left: 7.5rem;
  }

  .xl\:top-32{
    top: 8rem;
  }

  .xl\:right-32{
    right: 8rem;
  }

  .xl\:bottom-32{
    bottom: 8rem;
  }

  .xl\:left-32{
    left: 8rem;
  }

  .xl\:top-34{
    top: 8.5rem;
  }

  .xl\:right-34{
    right: 8.5rem;
  }

  .xl\:bottom-34{
    bottom: 8.5rem;
  }

  .xl\:left-34{
    left: 8.5rem;
  }

  .xl\:top-35{
    top: 8.75rem;
  }

  .xl\:right-35{
    right: 8.75rem;
  }

  .xl\:bottom-35{
    bottom: 8.75rem;
  }

  .xl\:left-35{
    left: 8.75rem;
  }

  .xl\:top-36{
    top: 9rem;
  }

  .xl\:right-36{
    right: 9rem;
  }

  .xl\:bottom-36{
    bottom: 9rem;
  }

  .xl\:left-36{
    left: 9rem;
  }

  .xl\:top-37{
    top: 9.125rem;
  }

  .xl\:right-37{
    right: 9.125rem;
  }

  .xl\:bottom-37{
    bottom: 9.125rem;
  }

  .xl\:left-37{
    left: 9.125rem;
  }

  .xl\:top-38{
    top: 9.5rem;
  }

  .xl\:right-38{
    right: 9.5rem;
  }

  .xl\:bottom-38{
    bottom: 9.5rem;
  }

  .xl\:left-38{
    left: 9.5rem;
  }

  .xl\:top-40{
    top: 10rem;
  }

  .xl\:right-40{
    right: 10rem;
  }

  .xl\:bottom-40{
    bottom: 10rem;
  }

  .xl\:left-40{
    left: 10rem;
  }

  .xl\:top-41{
    top: 10.5rem;
  }

  .xl\:right-41{
    right: 10.5rem;
  }

  .xl\:bottom-41{
    bottom: 10.5rem;
  }

  .xl\:left-41{
    left: 10.5rem;
  }

  .xl\:top-42{
    top: 10.625rem;
  }

  .xl\:right-42{
    right: 10.625rem;
  }

  .xl\:bottom-42{
    bottom: 10.625rem;
  }

  .xl\:left-42{
    left: 10.625rem;
  }

  .xl\:top-44{
    top: 11rem;
  }

  .xl\:right-44{
    right: 11rem;
  }

  .xl\:bottom-44{
    bottom: 11rem;
  }

  .xl\:left-44{
    left: 11rem;
  }

  .xl\:top-45{
    top: 11.25rem;
  }

  .xl\:right-45{
    right: 11.25rem;
  }

  .xl\:bottom-45{
    bottom: 11.25rem;
  }

  .xl\:left-45{
    left: 11.25rem;
  }

  .xl\:top-48{
    top: 12rem;
  }

  .xl\:right-48{
    right: 12rem;
  }

  .xl\:bottom-48{
    bottom: 12rem;
  }

  .xl\:left-48{
    left: 12rem;
  }

  .xl\:top-49{
    top: 12.5rem;
  }

  .xl\:right-49{
    right: 12.5rem;
  }

  .xl\:bottom-49{
    bottom: 12.5rem;
  }

  .xl\:left-49{
    left: 12.5rem;
  }

  .xl\:top-52{
    top: 13rem;
  }

  .xl\:right-52{
    right: 13rem;
  }

  .xl\:bottom-52{
    bottom: 13rem;
  }

  .xl\:left-52{
    left: 13rem;
  }

  .xl\:top-56{
    top: 14rem;
  }

  .xl\:right-56{
    right: 14rem;
  }

  .xl\:bottom-56{
    bottom: 14rem;
  }

  .xl\:left-56{
    left: 14rem;
  }

  .xl\:top-57{
    top: 14.375rem;
  }

  .xl\:right-57{
    right: 14.375rem;
  }

  .xl\:bottom-57{
    bottom: 14.375rem;
  }

  .xl\:left-57{
    left: 14.375rem;
  }

  .xl\:top-60{
    top: 15rem;
  }

  .xl\:right-60{
    right: 15rem;
  }

  .xl\:bottom-60{
    bottom: 15rem;
  }

  .xl\:left-60{
    left: 15rem;
  }

  .xl\:top-64{
    top: 16rem;
  }

  .xl\:right-64{
    right: 16rem;
  }

  .xl\:bottom-64{
    bottom: 16rem;
  }

  .xl\:left-64{
    left: 16rem;
  }

  .xl\:top-66{
    top: 19rem;
  }

  .xl\:right-66{
    right: 19rem;
  }

  .xl\:bottom-66{
    bottom: 19rem;
  }

  .xl\:left-66{
    left: 19rem;
  }

  .xl\:top-72{
    top: 18rem;
  }

  .xl\:right-72{
    right: 18rem;
  }

  .xl\:bottom-72{
    bottom: 18rem;
  }

  .xl\:left-72{
    left: 18rem;
  }

  .xl\:top-80{
    top: 20rem;
  }

  .xl\:right-80{
    right: 20rem;
  }

  .xl\:bottom-80{
    bottom: 20rem;
  }

  .xl\:left-80{
    left: 20rem;
  }

  .xl\:top-82{
    top: 22rem;
  }

  .xl\:right-82{
    right: 22rem;
  }

  .xl\:bottom-82{
    bottom: 22rem;
  }

  .xl\:left-82{
    left: 22rem;
  }

  .xl\:top-83{
    top: 23.8125rem;
  }

  .xl\:right-83{
    right: 23.8125rem;
  }

  .xl\:bottom-83{
    bottom: 23.8125rem;
  }

  .xl\:left-83{
    left: 23.8125rem;
  }

  .xl\:top-96{
    top: 24rem;
  }

  .xl\:right-96{
    right: 24rem;
  }

  .xl\:bottom-96{
    bottom: 24rem;
  }

  .xl\:left-96{
    left: 24rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:top-px{
    top: 1px;
  }

  .xl\:right-px{
    right: 1px;
  }

  .xl\:bottom-px{
    bottom: 1px;
  }

  .xl\:left-px{
    left: 1px;
  }

  .xl\:top-0\.5{
    top: 0.125rem;
  }

  .xl\:right-0\.5{
    right: 0.125rem;
  }

  .xl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .xl\:left-0\.5{
    left: 0.125rem;
  }

  .xl\:top-1\.5{
    top: 0.375rem;
  }

  .xl\:right-1\.5{
    right: 0.375rem;
  }

  .xl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .xl\:left-1\.5{
    left: 0.375rem;
  }

  .xl\:top-2\.5{
    top: 0.625rem;
  }

  .xl\:right-2\.5{
    right: 0.625rem;
  }

  .xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .xl\:left-2\.5{
    left: 0.625rem;
  }

  .xl\:top-3\.5{
    top: 0.875rem;
  }

  .xl\:right-3\.5{
    right: 0.875rem;
  }

  .xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .xl\:left-3\.5{
    left: 0.875rem;
  }

  .xl\:top-4\.5{
    top: 1.125rem;
  }

  .xl\:right-4\.5{
    right: 1.125rem;
  }

  .xl\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .xl\:left-4\.5{
    left: 1.125rem;
  }

  .xl\:top-5\.5{
    top: 1.375rem;
  }

  .xl\:right-5\.5{
    right: 1.375rem;
  }

  .xl\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .xl\:left-5\.5{
    left: 1.375rem;
  }

  .xl\:top-6\.5{
    top: 1.625rem;
  }

  .xl\:right-6\.5{
    right: 1.625rem;
  }

  .xl\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .xl\:left-6\.5{
    left: 1.625rem;
  }

  .xl\:top-7\.5{
    top: 1.875rem;
  }

  .xl\:right-7\.5{
    right: 1.875rem;
  }

  .xl\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .xl\:left-7\.5{
    left: 1.875rem;
  }

  .xl\:top-8\.5{
    top: 2.125rem;
  }

  .xl\:right-8\.5{
    right: 2.125rem;
  }

  .xl\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .xl\:left-8\.5{
    left: 2.125rem;
  }

  .xl\:top-9\.5{
    top: 2.375rem;
  }

  .xl\:right-9\.5{
    right: 2.375rem;
  }

  .xl\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .xl\:left-9\.5{
    left: 2.375rem;
  }

  .xl\:top-10\.5{
    top: 2.625rem;
  }

  .xl\:right-10\.5{
    right: 2.625rem;
  }

  .xl\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .xl\:left-10\.5{
    left: 2.625rem;
  }

  .xl\:top-11\.5{
    top: 2.875rem;
  }

  .xl\:right-11\.5{
    right: 2.875rem;
  }

  .xl\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .xl\:left-11\.5{
    left: 2.875rem;
  }

  .xl\:top-12\.5{
    top: 3.125rem;
  }

  .xl\:right-12\.5{
    right: 3.125rem;
  }

  .xl\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .xl\:left-12\.5{
    left: 3.125rem;
  }

  .xl\:top-13\.5{
    top: 3.25rem;
  }

  .xl\:right-13\.5{
    right: 3.25rem;
  }

  .xl\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .xl\:left-13\.5{
    left: 3.25rem;
  }

  .xl\:top-15\.5{
    top: 3.8rem;
  }

  .xl\:right-15\.5{
    right: 3.8rem;
  }

  .xl\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .xl\:left-15\.5{
    left: 3.8rem;
  }

  .xl\:top-16\.5{
    top: 4.125rem;
  }

  .xl\:right-16\.5{
    right: 4.125rem;
  }

  .xl\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .xl\:left-16\.5{
    left: 4.125rem;
  }

  .xl\:top-17\.5{
    top: 4.25rem;
  }

  .xl\:right-17\.5{
    right: 4.25rem;
  }

  .xl\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .xl\:left-17\.5{
    left: 4.25rem;
  }

  .xl\:top-18\.5{
    top: 4.625rem;
  }

  .xl\:right-18\.5{
    right: 4.625rem;
  }

  .xl\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .xl\:left-18\.5{
    left: 4.625rem;
  }

  .xl\:top-20\.5{
    top: 5.25rem;
  }

  .xl\:right-20\.5{
    right: 5.25rem;
  }

  .xl\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .xl\:left-20\.5{
    left: 5.25rem;
  }

  .xl\:top-21\.5{
    top: 5.75rem;
  }

  .xl\:right-21\.5{
    right: 5.75rem;
  }

  .xl\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .xl\:left-21\.5{
    left: 5.75rem;
  }

  .xl\:top-22\.5{
    top: 5.875rem;
  }

  .xl\:right-22\.5{
    right: 5.875rem;
  }

  .xl\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .xl\:left-22\.5{
    left: 5.875rem;
  }

  .xl\:top-24\.5{
    top: 6.8125rem;
  }

  .xl\:right-24\.5{
    right: 6.8125rem;
  }

  .xl\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .xl\:left-24\.5{
    left: 6.8125rem;
  }

  .xl\:top-28\.5{
    top: 7.375rem;
  }

  .xl\:right-28\.5{
    right: 7.375rem;
  }

  .xl\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .xl\:left-28\.5{
    left: 7.375rem;
  }

  .xl\:top-29\.5{
    top: 7.75rem;
  }

  .xl\:right-29\.5{
    right: 7.75rem;
  }

  .xl\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .xl\:left-29\.5{
    left: 7.75rem;
  }

  .xl\:top-32\.5{
    top: 8.125rem;
  }

  .xl\:right-32\.5{
    right: 8.125rem;
  }

  .xl\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .xl\:left-32\.5{
    left: 8.125rem;
  }

  .xl\:top-33\.5{
    top: 8.8125rem;
  }

  .xl\:right-33\.5{
    right: 8.8125rem;
  }

  .xl\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .xl\:left-33\.5{
    left: 8.8125rem;
  }

  .xl\:top-42\.5{
    top: 10.875rem;
  }

  .xl\:right-42\.5{
    right: 10.875rem;
  }

  .xl\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .xl\:left-42\.5{
    left: 10.875rem;
  }

  .xl\:top-49\.5{
    top: 12.75rem;
  }

  .xl\:right-49\.5{
    right: 12.75rem;
  }

  .xl\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .xl\:left-49\.5{
    left: 12.75rem;
  }

  .xl\:top-72\.5{
    top: 18.25rem;
  }

  .xl\:right-72\.5{
    right: 18.25rem;
  }

  .xl\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .xl\:left-72\.5{
    left: 18.25rem;
  }

  .xl\:-top-0{
    top: 0px;
  }

  .xl\:-right-0{
    right: 0px;
  }

  .xl\:-bottom-0{
    bottom: 0px;
  }

  .xl\:-left-0{
    left: 0px;
  }

  .xl\:-top-1{
    top: -0.25rem;
  }

  .xl\:-right-1{
    right: -0.25rem;
  }

  .xl\:-bottom-1{
    bottom: -0.25rem;
  }

  .xl\:-left-1{
    left: -0.25rem;
  }

  .xl\:-top-2{
    top: -0.5rem;
  }

  .xl\:-right-2{
    right: -0.5rem;
  }

  .xl\:-bottom-2{
    bottom: -0.5rem;
  }

  .xl\:-left-2{
    left: -0.5rem;
  }

  .xl\:-top-3{
    top: -0.75rem;
  }

  .xl\:-right-3{
    right: -0.75rem;
  }

  .xl\:-bottom-3{
    bottom: -0.75rem;
  }

  .xl\:-left-3{
    left: -0.75rem;
  }

  .xl\:-top-4{
    top: -1rem;
  }

  .xl\:-right-4{
    right: -1rem;
  }

  .xl\:-bottom-4{
    bottom: -1rem;
  }

  .xl\:-left-4{
    left: -1rem;
  }

  .xl\:-top-5{
    top: -1.25rem;
  }

  .xl\:-right-5{
    right: -1.25rem;
  }

  .xl\:-bottom-5{
    bottom: -1.25rem;
  }

  .xl\:-left-5{
    left: -1.25rem;
  }

  .xl\:-top-6{
    top: -1.5rem;
  }

  .xl\:-right-6{
    right: -1.5rem;
  }

  .xl\:-bottom-6{
    bottom: -1.5rem;
  }

  .xl\:-left-6{
    left: -1.5rem;
  }

  .xl\:-top-7{
    top: -1.75rem;
  }

  .xl\:-right-7{
    right: -1.75rem;
  }

  .xl\:-bottom-7{
    bottom: -1.75rem;
  }

  .xl\:-left-7{
    left: -1.75rem;
  }

  .xl\:-top-8{
    top: -2rem;
  }

  .xl\:-right-8{
    right: -2rem;
  }

  .xl\:-bottom-8{
    bottom: -2rem;
  }

  .xl\:-left-8{
    left: -2rem;
  }

  .xl\:-top-9{
    top: -2.25rem;
  }

  .xl\:-right-9{
    right: -2.25rem;
  }

  .xl\:-bottom-9{
    bottom: -2.25rem;
  }

  .xl\:-left-9{
    left: -2.25rem;
  }

  .xl\:-top-10{
    top: -2.5rem;
  }

  .xl\:-right-10{
    right: -2.5rem;
  }

  .xl\:-bottom-10{
    bottom: -2.5rem;
  }

  .xl\:-left-10{
    left: -2.5rem;
  }

  .xl\:-top-11{
    top: -2.75rem;
  }

  .xl\:-right-11{
    right: -2.75rem;
  }

  .xl\:-bottom-11{
    bottom: -2.75rem;
  }

  .xl\:-left-11{
    left: -2.75rem;
  }

  .xl\:-top-12{
    top: -3rem;
  }

  .xl\:-right-12{
    right: -3rem;
  }

  .xl\:-bottom-12{
    bottom: -3rem;
  }

  .xl\:-left-12{
    left: -3rem;
  }

  .xl\:-top-13{
    top: -3.375rem;
  }

  .xl\:-right-13{
    right: -3.375rem;
  }

  .xl\:-bottom-13{
    bottom: -3.375rem;
  }

  .xl\:-left-13{
    left: -3.375rem;
  }

  .xl\:-top-14{
    top: -3.5rem;
  }

  .xl\:-right-14{
    right: -3.5rem;
  }

  .xl\:-bottom-14{
    bottom: -3.5rem;
  }

  .xl\:-left-14{
    left: -3.5rem;
  }

  .xl\:-top-15{
    top: -3.75rem;
  }

  .xl\:-right-15{
    right: -3.75rem;
  }

  .xl\:-bottom-15{
    bottom: -3.75rem;
  }

  .xl\:-left-15{
    left: -3.75rem;
  }

  .xl\:-top-16{
    top: -4rem;
  }

  .xl\:-right-16{
    right: -4rem;
  }

  .xl\:-bottom-16{
    bottom: -4rem;
  }

  .xl\:-left-16{
    left: -4rem;
  }

  .xl\:-top-17{
    top: -4.375rem;
  }

  .xl\:-right-17{
    right: -4.375rem;
  }

  .xl\:-bottom-17{
    bottom: -4.375rem;
  }

  .xl\:-left-17{
    left: -4.375rem;
  }

  .xl\:-top-18{
    top: -4.5rem;
  }

  .xl\:-right-18{
    right: -4.5rem;
  }

  .xl\:-bottom-18{
    bottom: -4.5rem;
  }

  .xl\:-left-18{
    left: -4.5rem;
  }

  .xl\:-top-19{
    top: -4.75rem;
  }

  .xl\:-right-19{
    right: -4.75rem;
  }

  .xl\:-bottom-19{
    bottom: -4.75rem;
  }

  .xl\:-left-19{
    left: -4.75rem;
  }

  .xl\:-top-20{
    top: -5rem;
  }

  .xl\:-right-20{
    right: -5rem;
  }

  .xl\:-bottom-20{
    bottom: -5rem;
  }

  .xl\:-left-20{
    left: -5rem;
  }

  .xl\:-top-21{
    top: -5.5rem;
  }

  .xl\:-right-21{
    right: -5.5rem;
  }

  .xl\:-bottom-21{
    bottom: -5.5rem;
  }

  .xl\:-left-21{
    left: -5.5rem;
  }

  .xl\:-top-22{
    top: -5.625rem;
  }

  .xl\:-right-22{
    right: -5.625rem;
  }

  .xl\:-bottom-22{
    bottom: -5.625rem;
  }

  .xl\:-left-22{
    left: -5.625rem;
  }

  .xl\:-top-23{
    top: -6.125rem;
  }

  .xl\:-right-23{
    right: -6.125rem;
  }

  .xl\:-bottom-23{
    bottom: -6.125rem;
  }

  .xl\:-left-23{
    left: -6.125rem;
  }

  .xl\:-top-24{
    top: -6rem;
  }

  .xl\:-right-24{
    right: -6rem;
  }

  .xl\:-bottom-24{
    bottom: -6rem;
  }

  .xl\:-left-24{
    left: -6rem;
  }

  .xl\:-top-25{
    top: -6.5rem;
  }

  .xl\:-right-25{
    right: -6.5rem;
  }

  .xl\:-bottom-25{
    bottom: -6.5rem;
  }

  .xl\:-left-25{
    left: -6.5rem;
  }

  .xl\:-top-26{
    top: -6.75rem;
  }

  .xl\:-right-26{
    right: -6.75rem;
  }

  .xl\:-bottom-26{
    bottom: -6.75rem;
  }

  .xl\:-left-26{
    left: -6.75rem;
  }

  .xl\:-top-27{
    top: -6.25rem;
  }

  .xl\:-right-27{
    right: -6.25rem;
  }

  .xl\:-bottom-27{
    bottom: -6.25rem;
  }

  .xl\:-left-27{
    left: -6.25rem;
  }

  .xl\:-top-28{
    top: -7rem;
  }

  .xl\:-right-28{
    right: -7rem;
  }

  .xl\:-bottom-28{
    bottom: -7rem;
  }

  .xl\:-left-28{
    left: -7rem;
  }

  .xl\:-top-29{
    top: -7.5rem;
  }

  .xl\:-right-29{
    right: -7.5rem;
  }

  .xl\:-bottom-29{
    bottom: -7.5rem;
  }

  .xl\:-left-29{
    left: -7.5rem;
  }

  .xl\:-top-32{
    top: -8rem;
  }

  .xl\:-right-32{
    right: -8rem;
  }

  .xl\:-bottom-32{
    bottom: -8rem;
  }

  .xl\:-left-32{
    left: -8rem;
  }

  .xl\:-top-34{
    top: -8.5rem;
  }

  .xl\:-right-34{
    right: -8.5rem;
  }

  .xl\:-bottom-34{
    bottom: -8.5rem;
  }

  .xl\:-left-34{
    left: -8.5rem;
  }

  .xl\:-top-35{
    top: -8.75rem;
  }

  .xl\:-right-35{
    right: -8.75rem;
  }

  .xl\:-bottom-35{
    bottom: -8.75rem;
  }

  .xl\:-left-35{
    left: -8.75rem;
  }

  .xl\:-top-36{
    top: -9rem;
  }

  .xl\:-right-36{
    right: -9rem;
  }

  .xl\:-bottom-36{
    bottom: -9rem;
  }

  .xl\:-left-36{
    left: -9rem;
  }

  .xl\:-top-37{
    top: -9.125rem;
  }

  .xl\:-right-37{
    right: -9.125rem;
  }

  .xl\:-bottom-37{
    bottom: -9.125rem;
  }

  .xl\:-left-37{
    left: -9.125rem;
  }

  .xl\:-top-38{
    top: -9.5rem;
  }

  .xl\:-right-38{
    right: -9.5rem;
  }

  .xl\:-bottom-38{
    bottom: -9.5rem;
  }

  .xl\:-left-38{
    left: -9.5rem;
  }

  .xl\:-top-40{
    top: -10rem;
  }

  .xl\:-right-40{
    right: -10rem;
  }

  .xl\:-bottom-40{
    bottom: -10rem;
  }

  .xl\:-left-40{
    left: -10rem;
  }

  .xl\:-top-41{
    top: -10.5rem;
  }

  .xl\:-right-41{
    right: -10.5rem;
  }

  .xl\:-bottom-41{
    bottom: -10.5rem;
  }

  .xl\:-left-41{
    left: -10.5rem;
  }

  .xl\:-top-42{
    top: -10.625rem;
  }

  .xl\:-right-42{
    right: -10.625rem;
  }

  .xl\:-bottom-42{
    bottom: -10.625rem;
  }

  .xl\:-left-42{
    left: -10.625rem;
  }

  .xl\:-top-44{
    top: -11rem;
  }

  .xl\:-right-44{
    right: -11rem;
  }

  .xl\:-bottom-44{
    bottom: -11rem;
  }

  .xl\:-left-44{
    left: -11rem;
  }

  .xl\:-top-45{
    top: -11.25rem;
  }

  .xl\:-right-45{
    right: -11.25rem;
  }

  .xl\:-bottom-45{
    bottom: -11.25rem;
  }

  .xl\:-left-45{
    left: -11.25rem;
  }

  .xl\:-top-48{
    top: -12rem;
  }

  .xl\:-right-48{
    right: -12rem;
  }

  .xl\:-bottom-48{
    bottom: -12rem;
  }

  .xl\:-left-48{
    left: -12rem;
  }

  .xl\:-top-49{
    top: -12.5rem;
  }

  .xl\:-right-49{
    right: -12.5rem;
  }

  .xl\:-bottom-49{
    bottom: -12.5rem;
  }

  .xl\:-left-49{
    left: -12.5rem;
  }

  .xl\:-top-52{
    top: -13rem;
  }

  .xl\:-right-52{
    right: -13rem;
  }

  .xl\:-bottom-52{
    bottom: -13rem;
  }

  .xl\:-left-52{
    left: -13rem;
  }

  .xl\:-top-56{
    top: -14rem;
  }

  .xl\:-right-56{
    right: -14rem;
  }

  .xl\:-bottom-56{
    bottom: -14rem;
  }

  .xl\:-left-56{
    left: -14rem;
  }

  .xl\:-top-57{
    top: -14.375rem;
  }

  .xl\:-right-57{
    right: -14.375rem;
  }

  .xl\:-bottom-57{
    bottom: -14.375rem;
  }

  .xl\:-left-57{
    left: -14.375rem;
  }

  .xl\:-top-60{
    top: -15rem;
  }

  .xl\:-right-60{
    right: -15rem;
  }

  .xl\:-bottom-60{
    bottom: -15rem;
  }

  .xl\:-left-60{
    left: -15rem;
  }

  .xl\:-top-64{
    top: -16rem;
  }

  .xl\:-right-64{
    right: -16rem;
  }

  .xl\:-bottom-64{
    bottom: -16rem;
  }

  .xl\:-left-64{
    left: -16rem;
  }

  .xl\:-top-72{
    top: -18rem;
  }

  .xl\:-right-72{
    right: -18rem;
  }

  .xl\:-bottom-72{
    bottom: -18rem;
  }

  .xl\:-left-72{
    left: -18rem;
  }

  .xl\:-top-80{
    top: -20rem;
  }

  .xl\:-right-80{
    right: -20rem;
  }

  .xl\:-bottom-80{
    bottom: -20rem;
  }

  .xl\:-left-80{
    left: -20rem;
  }

  .xl\:-top-82{
    top: -22rem;
  }

  .xl\:-right-82{
    right: -22rem;
  }

  .xl\:-bottom-82{
    bottom: -22rem;
  }

  .xl\:-left-82{
    left: -22rem;
  }

  .xl\:-top-83{
    top: -23.8125rem;
  }

  .xl\:-right-83{
    right: -23.8125rem;
  }

  .xl\:-bottom-83{
    bottom: -23.8125rem;
  }

  .xl\:-left-83{
    left: -23.8125rem;
  }

  .xl\:-top-96{
    top: -24rem;
  }

  .xl\:-right-96{
    right: -24rem;
  }

  .xl\:-bottom-96{
    bottom: -24rem;
  }

  .xl\:-left-96{
    left: -24rem;
  }

  .xl\:-top-px{
    top: -1px;
  }

  .xl\:-right-px{
    right: -1px;
  }

  .xl\:-bottom-px{
    bottom: -1px;
  }

  .xl\:-left-px{
    left: -1px;
  }

  .xl\:-top-0\.5{
    top: -0.125rem;
  }

  .xl\:-right-0\.5{
    right: -0.125rem;
  }

  .xl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .xl\:-left-0\.5{
    left: -0.125rem;
  }

  .xl\:-top-1\.5{
    top: -0.375rem;
  }

  .xl\:-right-1\.5{
    right: -0.375rem;
  }

  .xl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .xl\:-left-1\.5{
    left: -0.375rem;
  }

  .xl\:-top-2\.5{
    top: -0.625rem;
  }

  .xl\:-right-2\.5{
    right: -0.625rem;
  }

  .xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .xl\:-left-2\.5{
    left: -0.625rem;
  }

  .xl\:-top-3\.5{
    top: -0.875rem;
  }

  .xl\:-right-3\.5{
    right: -0.875rem;
  }

  .xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .xl\:-left-3\.5{
    left: -0.875rem;
  }

  .xl\:-top-4\.5{
    top: -1.125rem;
  }

  .xl\:-right-4\.5{
    right: -1.125rem;
  }

  .xl\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .xl\:-left-4\.5{
    left: -1.125rem;
  }

  .xl\:-top-5\.5{
    top: -1.375rem;
  }

  .xl\:-right-5\.5{
    right: -1.375rem;
  }

  .xl\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .xl\:-left-5\.5{
    left: -1.375rem;
  }

  .xl\:-top-6\.5{
    top: -1.625rem;
  }

  .xl\:-right-6\.5{
    right: -1.625rem;
  }

  .xl\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .xl\:-left-6\.5{
    left: -1.625rem;
  }

  .xl\:-top-7\.5{
    top: -1.875rem;
  }

  .xl\:-right-7\.5{
    right: -1.875rem;
  }

  .xl\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .xl\:-left-7\.5{
    left: -1.875rem;
  }

  .xl\:-top-8\.5{
    top: -2.125rem;
  }

  .xl\:-right-8\.5{
    right: -2.125rem;
  }

  .xl\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .xl\:-left-8\.5{
    left: -2.125rem;
  }

  .xl\:-top-9\.5{
    top: -2.375rem;
  }

  .xl\:-right-9\.5{
    right: -2.375rem;
  }

  .xl\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .xl\:-left-9\.5{
    left: -2.375rem;
  }

  .xl\:-top-10\.5{
    top: -2.625rem;
  }

  .xl\:-right-10\.5{
    right: -2.625rem;
  }

  .xl\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .xl\:-left-10\.5{
    left: -2.625rem;
  }

  .xl\:-top-11\.5{
    top: -2.875rem;
  }

  .xl\:-right-11\.5{
    right: -2.875rem;
  }

  .xl\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .xl\:-left-11\.5{
    left: -2.875rem;
  }

  .xl\:-top-12\.5{
    top: -3.125rem;
  }

  .xl\:-right-12\.5{
    right: -3.125rem;
  }

  .xl\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .xl\:-left-12\.5{
    left: -3.125rem;
  }

  .xl\:-top-13\.5{
    top: -3.25rem;
  }

  .xl\:-right-13\.5{
    right: -3.25rem;
  }

  .xl\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .xl\:-left-13\.5{
    left: -3.25rem;
  }

  .xl\:-top-15\.5{
    top: -3.8rem;
  }

  .xl\:-right-15\.5{
    right: -3.8rem;
  }

  .xl\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .xl\:-left-15\.5{
    left: -3.8rem;
  }

  .xl\:-top-16\.5{
    top: -4.125rem;
  }

  .xl\:-right-16\.5{
    right: -4.125rem;
  }

  .xl\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .xl\:-left-16\.5{
    left: -4.125rem;
  }

  .xl\:-top-17\.5{
    top: -4.25rem;
  }

  .xl\:-right-17\.5{
    right: -4.25rem;
  }

  .xl\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .xl\:-left-17\.5{
    left: -4.25rem;
  }

  .xl\:-top-18\.5{
    top: -4.625rem;
  }

  .xl\:-right-18\.5{
    right: -4.625rem;
  }

  .xl\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .xl\:-left-18\.5{
    left: -4.625rem;
  }

  .xl\:-top-20\.5{
    top: -5.25rem;
  }

  .xl\:-right-20\.5{
    right: -5.25rem;
  }

  .xl\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .xl\:-left-20\.5{
    left: -5.25rem;
  }

  .xl\:-top-21\.5{
    top: -5.75rem;
  }

  .xl\:-right-21\.5{
    right: -5.75rem;
  }

  .xl\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .xl\:-left-21\.5{
    left: -5.75rem;
  }

  .xl\:-top-22\.5{
    top: -5.875rem;
  }

  .xl\:-right-22\.5{
    right: -5.875rem;
  }

  .xl\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .xl\:-left-22\.5{
    left: -5.875rem;
  }

  .xl\:-top-24\.5{
    top: -6.8125rem;
  }

  .xl\:-right-24\.5{
    right: -6.8125rem;
  }

  .xl\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .xl\:-left-24\.5{
    left: -6.8125rem;
  }

  .xl\:-top-28\.5{
    top: -7.375rem;
  }

  .xl\:-right-28\.5{
    right: -7.375rem;
  }

  .xl\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .xl\:-left-28\.5{
    left: -7.375rem;
  }

  .xl\:-top-29\.5{
    top: -7.75rem;
  }

  .xl\:-right-29\.5{
    right: -7.75rem;
  }

  .xl\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .xl\:-left-29\.5{
    left: -7.75rem;
  }

  .xl\:-top-32\.5{
    top: -8.125rem;
  }

  .xl\:-right-32\.5{
    right: -8.125rem;
  }

  .xl\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .xl\:-left-32\.5{
    left: -8.125rem;
  }

  .xl\:-top-33\.5{
    top: -8.8125rem;
  }

  .xl\:-right-33\.5{
    right: -8.8125rem;
  }

  .xl\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .xl\:-left-33\.5{
    left: -8.8125rem;
  }

  .xl\:-top-42\.5{
    top: -10.875rem;
  }

  .xl\:-right-42\.5{
    right: -10.875rem;
  }

  .xl\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .xl\:-left-42\.5{
    left: -10.875rem;
  }

  .xl\:-top-49\.5{
    top: -12.75rem;
  }

  .xl\:-right-49\.5{
    right: -12.75rem;
  }

  .xl\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .xl\:-left-49\.5{
    left: -12.75rem;
  }

  .xl\:-top-72\.5{
    top: -18.25rem;
  }

  .xl\:-right-72\.5{
    right: -18.25rem;
  }

  .xl\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .xl\:-left-72\.5{
    left: -18.25rem;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:right-1\/2{
    right: 50%;
  }

  .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:top-1\/3{
    top: 33.333333%;
  }

  .xl\:right-1\/3{
    right: 33.333333%;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xl\:left-1\/3{
    left: 33.333333%;
  }

  .xl\:top-2\/3{
    top: 66.666667%;
  }

  .xl\:right-2\/3{
    right: 66.666667%;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xl\:left-2\/3{
    left: 66.666667%;
  }

  .xl\:top-1\/4{
    top: 25%;
  }

  .xl\:right-1\/4{
    right: 25%;
  }

  .xl\:bottom-1\/4{
    bottom: 25%;
  }

  .xl\:left-1\/4{
    left: 25%;
  }

  .xl\:top-2\/4{
    top: 50%;
  }

  .xl\:right-2\/4{
    right: 50%;
  }

  .xl\:bottom-2\/4{
    bottom: 50%;
  }

  .xl\:left-2\/4{
    left: 50%;
  }

  .xl\:top-3\/4{
    top: 75%;
  }

  .xl\:right-3\/4{
    right: 75%;
  }

  .xl\:bottom-3\/4{
    bottom: 75%;
  }

  .xl\:left-3\/4{
    left: 75%;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:-top-1\/2{
    top: -50%;
  }

  .xl\:-right-1\/2{
    right: -50%;
  }

  .xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .xl\:-left-1\/2{
    left: -50%;
  }

  .xl\:-top-1\/3{
    top: -33.333333%;
  }

  .xl\:-right-1\/3{
    right: -33.333333%;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xl\:-left-1\/3{
    left: -33.333333%;
  }

  .xl\:-top-2\/3{
    top: -66.666667%;
  }

  .xl\:-right-2\/3{
    right: -66.666667%;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xl\:-left-2\/3{
    left: -66.666667%;
  }

  .xl\:-top-1\/4{
    top: -25%;
  }

  .xl\:-right-1\/4{
    right: -25%;
  }

  .xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .xl\:-left-1\/4{
    left: -25%;
  }

  .xl\:-top-2\/4{
    top: -50%;
  }

  .xl\:-right-2\/4{
    right: -50%;
  }

  .xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .xl\:-left-2\/4{
    left: -50%;
  }

  .xl\:-top-3\/4{
    top: -75%;
  }

  .xl\:-right-3\/4{
    right: -75%;
  }

  .xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .xl\:-left-3\/4{
    left: -75%;
  }

  .xl\:-top-full{
    top: -100%;
  }

  .xl\:-right-full{
    right: -100%;
  }

  .xl\:-bottom-full{
    bottom: -100%;
  }

  .xl\:-left-full{
    left: -100%;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .xl\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .xl\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .xl\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .xl\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .xl\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xl\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .xl\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .xl\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xl\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .xl\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xl\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .xl\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xl\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .xl\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xl\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .xl\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .xl\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .xl\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .xl\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .xl\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .xl\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .xl\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .xl\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .xl\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .xl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .xl\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .xl\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .xl\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .xl\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .xl\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .xl\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .xl\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .xl\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xl\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .xl\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .xl\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .xl\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .xl\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .xl\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .xl\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .xl\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .xl\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .xl\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .xl\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xl\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .xl\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .xl\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xl\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .xl\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xl\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .xl\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xl\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .xl\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .xl\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .xl\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .xl\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .xl\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .xl\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .xl\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .xl\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .xl\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .xl\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xl\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .xl\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xl\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .xl\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .xl\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xl\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .xl\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xl\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .xl\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xl\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .xl\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .xl\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .xl\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .xl\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .xl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .xl\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .xl\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .xl\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .xl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .xl\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .xl\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .xl\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .xl\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .xl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .xl\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xl\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .xl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .xl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .xl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .xl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .xl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .xl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .xl\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xl\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .xl\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xl\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xl\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .xl\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xl\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .xl\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .xl\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .xl\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .xl\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .xl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .xl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .xl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .xl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .xl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .xl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .xl\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .xl\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xl\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xl\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xl\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xl\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xl\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xl\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xl\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xl\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xl\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xl\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xl\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xl\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .xl\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xl\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:stroke-0{
    stroke-width: 0;
  }

  .xl\:stroke-1{
    stroke-width: 1;
  }

  .xl\:stroke-2{
    stroke-width: 2;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-current{
    color: currentColor;
  }

  .xl\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xl\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xl\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xl\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xl\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xl\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xl\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xl\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xl\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xl\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xl\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xl\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xl\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xl\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xl\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xl\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xl\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xl\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xl\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xl\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xl\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xl\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xl\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xl\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .xl\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .xl\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .xl\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .xl\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .xl\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip{
    text-overflow: clip;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0em;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:tracking-base{
    letter-spacing: 0.34em;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:w-0{
    width: 0px;
  }

  .xl\:w-1{
    width: 0.25rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-3{
    width: 0.75rem;
  }

  .xl\:w-4{
    width: 1rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-7{
    width: 1.75rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

  .xl\:w-9{
    width: 2.25rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-11{
    width: 2.75rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-13{
    width: 3.375rem;
  }

  .xl\:w-14{
    width: 3.5rem;
  }

  .xl\:w-15{
    width: 3.75rem;
  }

  .xl\:w-16{
    width: 4rem;
  }

  .xl\:w-17{
    width: 4.375rem;
  }

  .xl\:w-18{
    width: 4.5rem;
  }

  .xl\:w-19{
    width: 4.75rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-21{
    width: 5.5rem;
  }

  .xl\:w-22{
    width: 5.625rem;
  }

  .xl\:w-23{
    width: 6.375rem;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-25{
    width: 6.5rem;
  }

  .xl\:w-26{
    width: 6.75rem;
  }

  .xl\:w-27{
    width: 6.25rem;
  }

  .xl\:w-28{
    width: 7rem;
  }

  .xl\:w-29{
    width: 7.5rem;
  }

  .xl\:w-30{
    width: 7.75rem;
  }

  .xl\:w-31{
    width: 8.75rem;
  }

  .xl\:w-32{
    width: 8rem;
  }

  .xl\:w-33{
    width: 8.125rem;
  }

  .xl\:w-34{
    width: 8.5rem;
  }

  .xl\:w-35{
    width: 8.75rem;
  }

  .xl\:w-36{
    width: 9rem;
  }

  .xl\:w-37{
    width: 9.125rem;
  }

  .xl\:w-38{
    width: 9.5rem;
  }

  .xl\:w-40{
    width: 10rem;
  }

  .xl\:w-41{
    width: 10.5rem;
  }

  .xl\:w-42{
    width: 10.625rem;
  }

  .xl\:w-44{
    width: 11rem;
  }

  .xl\:w-45{
    width: 11.25rem;
  }

  .xl\:w-48{
    width: 12rem;
  }

  .xl\:w-49{
    width: 12.5rem;
  }

  .xl\:w-52{
    width: 13rem;
  }

  .xl\:w-53{
    width: 13.125rem;
  }

  .xl\:w-56{
    width: 14rem;
  }

  .xl\:w-57{
    width: 14.375rem;
  }

  .xl\:w-60{
    width: 15rem;
  }

  .xl\:w-64{
    width: 16rem;
  }

  .xl\:w-72{
    width: 18rem;
  }

  .xl\:w-73{
    width: 19rem;
  }

  .xl\:w-74{
    width: 25.5rem;
  }

  .xl\:w-78{
    width: 37.4375rem;
  }

  .xl\:w-80{
    width: 20rem;
  }

  .xl\:w-82{
    width: 22rem;
  }

  .xl\:w-83{
    width: 23.8125rem;
  }

  .xl\:w-96{
    width: 24rem;
  }

  .xl\:w-98{
    width: 50.625rem;
  }

  .xl\:w-99{
    width: 60.75rem;
  }

  .xl\:w-100{
    width: 45%;
  }

  .xl\:w-110{
    width: 70%;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-0\.5{
    width: 0.125rem;
  }

  .xl\:w-1\.5{
    width: 0.375rem;
  }

  .xl\:w-2\.5{
    width: 0.625rem;
  }

  .xl\:w-3\.5{
    width: 0.875rem;
  }

  .xl\:w-4\.5{
    width: 1.125rem;
  }

  .xl\:w-5\.5{
    width: 1.375rem;
  }

  .xl\:w-6\.5{
    width: 1.625rem;
  }

  .xl\:w-7\.5{
    width: 1.875rem;
  }

  .xl\:w-8\.5{
    width: 2.125rem;
  }

  .xl\:w-9\.5{
    width: 2.375rem;
  }

  .xl\:w-10\.5{
    width: 2.625rem;
  }

  .xl\:w-11\.5{
    width: 2.875rem;
  }

  .xl\:w-12\.5{
    width: 3.125rem;
  }

  .xl\:w-13\.5{
    width: 3.25rem;
  }

  .xl\:w-15\.5{
    width: 3.8rem;
  }

  .xl\:w-16\.5{
    width: 4.125rem;
  }

  .xl\:w-17\.5{
    width: 4.25rem;
  }

  .xl\:w-18\.5{
    width: 4.625rem;
  }

  .xl\:w-20\.5{
    width: 5.25rem;
  }

  .xl\:w-21\.5{
    width: 5.75rem;
  }

  .xl\:w-22\.5{
    width: 5.875rem;
  }

  .xl\:w-24\.5{
    width: 6.625rem;
  }

  .xl\:w-28\.5{
    width: 7.375rem;
  }

  .xl\:w-29\.5{
    width: 7.75rem;
  }

  .xl\:w-32\.5{
    width: 8.125rem;
  }

  .xl\:w-33\.5{
    width: 8.8125rem;
  }

  .xl\:w-42\.5{
    width: 10.875rem;
  }

  .xl\:w-49\.5{
    width: 12.75rem;
  }

  .xl\:w-72\.5{
    width: 18.25rem;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:w-2\.2{
    width: 0.5625rem;
  }

  .xl\:w-48\.5{
    width: 12.125rem;
  }

  .xl\:w-community{
    width: 816px;
  }

  .xl\:w-slide{
    width: 705px;
  }

  .xl\:w-slide-md{
    width: 600px;
  }

  .xl\:w-sporson{
    width: 1064px;
  }

  .xl\:w-sporson-lg{
    width: 900px;
  }

  .xl\:w-line{
    width: 11%;
  }

  .xl\:w-line-lg{
    width: 4%;
  }

  .xl\:w-box-about{
    width: 928px;
  }

  .xl\:w-box-about-alt{
    width: 1024px;
  }

  .xl\:w-box-about-alt-lg{
    width: 660px;
  }

  .xl\:w-circle{
    width: 120px;
  }

  .xl\:w-circle-xl{
    width: 158px;
  }

  .xl\:w-guide{
    width: 280px;
  }

  .xl\:w-value{
    width: 205px;
  }

  .xl\:w-sub-menu{
    width: 335px;
  }

  .xl\:w-because{
    width: 397px;
  }

  .xl\:w-because-sm{
    width: 280px;
  }

  .xl\:w-table{
    width: 66%;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-100{
    z-index: 9999;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .xl\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .xl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .xl\:focus\:z-0:focus{
    z-index: 0;
  }

  .xl\:focus\:z-10:focus{
    z-index: 10;
  }

  .xl\:focus\:z-20:focus{
    z-index: 20;
  }

  .xl\:focus\:z-30:focus{
    z-index: 30;
  }

  .xl\:focus\:z-40:focus{
    z-index: 40;
  }

  .xl\:focus\:z-50:focus{
    z-index: 50;
  }

  .xl\:focus\:z-100:focus{
    z-index: 9999;
  }

  .xl\:focus\:z-auto:focus{
    z-index: auto;
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-1{
    gap: 0.25rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-9{
    gap: 2.25rem;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-11{
    gap: 2.75rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-13{
    gap: 3.375rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-15{
    gap: 3.75rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-17{
    gap: 4.375rem;
  }

  .xl\:gap-18{
    gap: 4.5rem;
  }

  .xl\:gap-19{
    gap: 4.75rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-21{
    gap: 5.5rem;
  }

  .xl\:gap-22{
    gap: 5.625rem;
  }

  .xl\:gap-23{
    gap: 6.125rem;
  }

  .xl\:gap-24{
    gap: 6rem;
  }

  .xl\:gap-25{
    gap: 6.5rem;
  }

  .xl\:gap-26{
    gap: 6.75rem;
  }

  .xl\:gap-27{
    gap: 6.25rem;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:gap-29{
    gap: 7.5rem;
  }

  .xl\:gap-32{
    gap: 8rem;
  }

  .xl\:gap-34{
    gap: 8.5rem;
  }

  .xl\:gap-35{
    gap: 8.75rem;
  }

  .xl\:gap-36{
    gap: 9rem;
  }

  .xl\:gap-37{
    gap: 9.125rem;
  }

  .xl\:gap-38{
    gap: 9.5rem;
  }

  .xl\:gap-40{
    gap: 10rem;
  }

  .xl\:gap-41{
    gap: 10.5rem;
  }

  .xl\:gap-42{
    gap: 10.625rem;
  }

  .xl\:gap-44{
    gap: 11rem;
  }

  .xl\:gap-45{
    gap: 11.25rem;
  }

  .xl\:gap-48{
    gap: 12rem;
  }

  .xl\:gap-49{
    gap: 12.5rem;
  }

  .xl\:gap-52{
    gap: 13rem;
  }

  .xl\:gap-56{
    gap: 14rem;
  }

  .xl\:gap-57{
    gap: 14.375rem;
  }

  .xl\:gap-60{
    gap: 15rem;
  }

  .xl\:gap-64{
    gap: 16rem;
  }

  .xl\:gap-72{
    gap: 18rem;
  }

  .xl\:gap-80{
    gap: 20rem;
  }

  .xl\:gap-82{
    gap: 22rem;
  }

  .xl\:gap-83{
    gap: 23.8125rem;
  }

  .xl\:gap-96{
    gap: 24rem;
  }

  .xl\:gap-px{
    gap: 1px;
  }

  .xl\:gap-0\.5{
    gap: 0.125rem;
  }

  .xl\:gap-1\.5{
    gap: 0.375rem;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xl\:gap-4\.5{
    gap: 1.125rem;
  }

  .xl\:gap-5\.5{
    gap: 1.375rem;
  }

  .xl\:gap-6\.5{
    gap: 1.625rem;
  }

  .xl\:gap-7\.5{
    gap: 1.875rem;
  }

  .xl\:gap-8\.5{
    gap: 2.125rem;
  }

  .xl\:gap-9\.5{
    gap: 2.375rem;
  }

  .xl\:gap-10\.5{
    gap: 2.625rem;
  }

  .xl\:gap-11\.5{
    gap: 2.875rem;
  }

  .xl\:gap-12\.5{
    gap: 3.125rem;
  }

  .xl\:gap-13\.5{
    gap: 3.25rem;
  }

  .xl\:gap-15\.5{
    gap: 3.8rem;
  }

  .xl\:gap-16\.5{
    gap: 4.125rem;
  }

  .xl\:gap-17\.5{
    gap: 4.25rem;
  }

  .xl\:gap-18\.5{
    gap: 4.625rem;
  }

  .xl\:gap-20\.5{
    gap: 5.25rem;
  }

  .xl\:gap-21\.5{
    gap: 5.75rem;
  }

  .xl\:gap-22\.5{
    gap: 5.875rem;
  }

  .xl\:gap-24\.5{
    gap: 6.8125rem;
  }

  .xl\:gap-28\.5{
    gap: 7.375rem;
  }

  .xl\:gap-29\.5{
    gap: 7.75rem;
  }

  .xl\:gap-32\.5{
    gap: 8.125rem;
  }

  .xl\:gap-33\.5{
    gap: 8.8125rem;
  }

  .xl\:gap-42\.5{
    gap: 10.875rem;
  }

  .xl\:gap-49\.5{
    gap: 12.75rem;
  }

  .xl\:gap-72\.5{
    gap: 18.25rem;
  }

  .xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .xl\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xl\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .xl\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .xl\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .xl\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .xl\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xl\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .xl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .xl\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .xl\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .xl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .xl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .xl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xl\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .xl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .xl\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .xl\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .xl\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xl\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .xl\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .xl\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .xl\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .xl\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .xl\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .xl\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .xl\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .xl\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .xl\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .xl\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .xl\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .xl\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .xl\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .xl\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .xl\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .xl\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .xl\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .xl\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .xl\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .xl\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4{
    row-gap: 1rem;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8{
    row-gap: 2rem;
  }

  .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12{
    row-gap: 3rem;
  }

  .xl\:gap-y-13{
    row-gap: 3.375rem;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xl\:gap-y-15{
    row-gap: 3.75rem;
  }

  .xl\:gap-y-16{
    row-gap: 4rem;
  }

  .xl\:gap-y-17{
    row-gap: 4.375rem;
  }

  .xl\:gap-y-18{
    row-gap: 4.5rem;
  }

  .xl\:gap-y-19{
    row-gap: 4.75rem;
  }

  .xl\:gap-y-20{
    row-gap: 5rem;
  }

  .xl\:gap-y-21{
    row-gap: 5.5rem;
  }

  .xl\:gap-y-22{
    row-gap: 5.625rem;
  }

  .xl\:gap-y-23{
    row-gap: 6.125rem;
  }

  .xl\:gap-y-24{
    row-gap: 6rem;
  }

  .xl\:gap-y-25{
    row-gap: 6.5rem;
  }

  .xl\:gap-y-26{
    row-gap: 6.75rem;
  }

  .xl\:gap-y-27{
    row-gap: 6.25rem;
  }

  .xl\:gap-y-28{
    row-gap: 7rem;
  }

  .xl\:gap-y-29{
    row-gap: 7.5rem;
  }

  .xl\:gap-y-32{
    row-gap: 8rem;
  }

  .xl\:gap-y-34{
    row-gap: 8.5rem;
  }

  .xl\:gap-y-35{
    row-gap: 8.75rem;
  }

  .xl\:gap-y-36{
    row-gap: 9rem;
  }

  .xl\:gap-y-37{
    row-gap: 9.125rem;
  }

  .xl\:gap-y-38{
    row-gap: 9.5rem;
  }

  .xl\:gap-y-40{
    row-gap: 10rem;
  }

  .xl\:gap-y-41{
    row-gap: 10.5rem;
  }

  .xl\:gap-y-42{
    row-gap: 10.625rem;
  }

  .xl\:gap-y-44{
    row-gap: 11rem;
  }

  .xl\:gap-y-45{
    row-gap: 11.25rem;
  }

  .xl\:gap-y-48{
    row-gap: 12rem;
  }

  .xl\:gap-y-49{
    row-gap: 12.5rem;
  }

  .xl\:gap-y-52{
    row-gap: 13rem;
  }

  .xl\:gap-y-56{
    row-gap: 14rem;
  }

  .xl\:gap-y-57{
    row-gap: 14.375rem;
  }

  .xl\:gap-y-60{
    row-gap: 15rem;
  }

  .xl\:gap-y-64{
    row-gap: 16rem;
  }

  .xl\:gap-y-72{
    row-gap: 18rem;
  }

  .xl\:gap-y-80{
    row-gap: 20rem;
  }

  .xl\:gap-y-82{
    row-gap: 22rem;
  }

  .xl\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .xl\:gap-y-96{
    row-gap: 24rem;
  }

  .xl\:gap-y-px{
    row-gap: 1px;
  }

  .xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xl\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .xl\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .xl\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .xl\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .xl\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .xl\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .xl\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .xl\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .xl\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .xl\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .xl\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .xl\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .xl\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .xl\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .xl\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .xl\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .xl\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .xl\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .xl\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .xl\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .xl\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .xl\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .xl\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .xl\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .xl\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:col-auto{
    grid-column: auto;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full{
    grid-column: 1 / -1;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:col-start-6{
    grid-column-start: 6;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

  .xl\:col-start-8{
    grid-column-start: 8;
  }

  .xl\:col-start-9{
    grid-column-start: 9;
  }

  .xl\:col-start-10{
    grid-column-start: 10;
  }

  .xl\:col-start-11{
    grid-column-start: 11;
  }

  .xl\:col-start-12{
    grid-column-start: 12;
  }

  .xl\:col-start-13{
    grid-column-start: 13;
  }

  .xl\:col-start-auto{
    grid-column-start: auto;
  }

  .xl\:col-end-1{
    grid-column-end: 1;
  }

  .xl\:col-end-2{
    grid-column-end: 2;
  }

  .xl\:col-end-3{
    grid-column-end: 3;
  }

  .xl\:col-end-4{
    grid-column-end: 4;
  }

  .xl\:col-end-5{
    grid-column-end: 5;
  }

  .xl\:col-end-6{
    grid-column-end: 6;
  }

  .xl\:col-end-7{
    grid-column-end: 7;
  }

  .xl\:col-end-8{
    grid-column-end: 8;
  }

  .xl\:col-end-9{
    grid-column-end: 9;
  }

  .xl\:col-end-10{
    grid-column-end: 10;
  }

  .xl\:col-end-11{
    grid-column-end: 11;
  }

  .xl\:col-end-12{
    grid-column-end: 12;
  }

  .xl\:col-end-13{
    grid-column-end: 13;
  }

  .xl\:col-end-auto{
    grid-column-end: auto;
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:row-auto{
    grid-row: auto;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full{
    grid-row: 1 / -1;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

  .xl\:row-start-5{
    grid-row-start: 5;
  }

  .xl\:row-start-6{
    grid-row-start: 6;
  }

  .xl\:row-start-7{
    grid-row-start: 7;
  }

  .xl\:row-start-auto{
    grid-row-start: auto;
  }

  .xl\:row-end-1{
    grid-row-end: 1;
  }

  .xl\:row-end-2{
    grid-row-end: 2;
  }

  .xl\:row-end-3{
    grid-row-end: 3;
  }

  .xl\:row-end-4{
    grid-row-end: 4;
  }

  .xl\:row-end-5{
    grid-row-end: 5;
  }

  .xl\:row-end-6{
    grid-row-end: 6;
  }

  .xl\:row-end-7{
    grid-row-end: 7;
  }

  .xl\:row-end-auto{
    grid-row-end: auto;
  }

  .xl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .xl\:transform-none{
    transform: none;
  }

  .xl\:origin-center{
    transform-origin: center;
  }

  .xl\:origin-top{
    transform-origin: top;
  }

  .xl\:origin-top-right{
    transform-origin: top right;
  }

  .xl\:origin-right{
    transform-origin: right;
  }

  .xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl\:origin-bottom{
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl\:origin-left{
    transform-origin: left;
  }

  .xl\:origin-top-left{
    transform-origin: top left;
  }

  .xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .xl\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .xl\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .xl\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .xl\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .xl\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .xl\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .xl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .xl\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .xl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .xl\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .xl\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .xl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .xl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .xl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .xl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .xl\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .xl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .xl\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .xl\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .xl\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .xl\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .xl\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .xl\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .xl\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .xl\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .xl\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .xl\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .xl\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .xl\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .xl\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .xl\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .xl\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .xl\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .xl\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .xl\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .xl\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .xl\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .xl\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .xl\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .xl\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .xl\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .xl\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .xl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .xl\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .xl\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .xl\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .xl\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .xl\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .xl\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .xl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .xl\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .xl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .xl\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .xl\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .xl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .xl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .xl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .xl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .xl\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .xl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .xl\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .xl\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .xl\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .xl\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .xl\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .xl\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .xl\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .xl\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .xl\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .xl\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .xl\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .xl\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .xl\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .xl\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .xl\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .xl\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .xl\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .xl\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .xl\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .xl\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .xl\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .xl\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .xl\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .xl\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .xl\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .xl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .xl\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .xl\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .xl\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .xl\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .xl\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .xl\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .xl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .xl\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .xl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .xl\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .xl\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .xl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .xl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .xl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .xl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .xl\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .xl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .xl\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .xl\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .xl\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .xl\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .xl\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .xl\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .xl\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .xl\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .xl\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .xl\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .xl\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .xl\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .xl\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .xl\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .xl\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .xl\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .xl\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .xl\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .xl\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .xl\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .xl\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .xl\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .xl\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .xl\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .xl\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .xl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .xl\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .xl\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .xl\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .xl\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .xl\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .xl\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .xl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .xl\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .xl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .xl\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .xl\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .xl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .xl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .xl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .xl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .xl\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .xl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .xl\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .xl\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .xl\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .xl\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .xl\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .xl\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .xl\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .xl\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .xl\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .xl\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .xl\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .xl\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .xl\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .xl\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .xl\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .xl\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .xl\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .xl\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .xl\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .xl\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .xl\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .xl\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .xl\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .xl\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .xl\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .xl\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .xl\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .xl\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .xl\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .xl\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .xl\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .xl\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .xl\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .xl\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .xl\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .xl\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .xl\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .xl\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .xl\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .xl\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .xl\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .xl\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .xl\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .xl\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .xl\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .xl\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .xl\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .xl\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .xl\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .xl\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .xl\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .xl\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .xl\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .xl\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .xl\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .xl\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .xl\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .xl\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .xl\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .xl\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .xl\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .xl\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .xl\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .xl\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .xl\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .xl\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .xl\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .xl\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .xl\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .xl\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .xl\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .xl\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .xl\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .xl\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .xl\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .xl\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .xl\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .xl\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .xl\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .xl\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .xl\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .xl\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .xl\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .xl\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .xl\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .xl\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .xl\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .xl\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .xl\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .xl\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .xl\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .xl\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .xl\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .xl\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .xl\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .xl\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .xl\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .xl\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .xl\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .xl\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .xl\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .xl\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .xl\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .xl\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .xl\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .xl\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .xl\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .xl\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .xl\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .xl\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .xl\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .xl\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .xl\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .xl\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .xl\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .xl\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .xl\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .xl\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .xl\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .xl\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .xl\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .xl\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .xl\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .xl\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .xl\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .xl\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .xl\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .xl\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .xl\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .xl\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .xl\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .xl\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .xl\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .xl\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .xl\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .xl\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .xl\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .xl\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .xl\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .xl\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .xl\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .xl\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .xl\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .xl\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .xl\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .xl\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .xl\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .xl\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .xl\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .xl\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .xl\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .xl\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .xl\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .xl\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .xl\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .xl\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .xl\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .xl\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .xl\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .xl\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .xl\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .xl\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .xl\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .xl\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .xl\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .xl\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .xl\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .xl\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .xl\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .xl\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .xl\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .xl\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .xl\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .xl\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .xl\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .xl\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .xl\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .xl\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .xl\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .xl\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .xl\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .xl\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .xl\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .xl\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .xl\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .xl\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .xl\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .xl\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .xl\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .xl\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .xl\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .xl\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .xl\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .xl\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .xl\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .xl\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .xl\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .xl\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .xl\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .xl\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .xl\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .xl\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .xl\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .xl\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .xl\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .xl\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .xl\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .xl\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .xl\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .xl\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .xl\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .xl\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .xl\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .xl\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .xl\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .xl\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .xl\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .xl\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .xl\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .xl\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .xl\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .xl\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .xl\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .xl\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .xl\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .xl\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .xl\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .xl\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .xl\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .xl\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .xl\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .xl\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .xl\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .xl\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .xl\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .xl\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .xl\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .xl\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .xl\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .xl\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .xl\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .xl\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .xl\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .xl\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .xl\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .xl\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .xl\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .xl\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .xl\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .xl\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .xl\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .xl\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .xl\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .xl\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .xl\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .xl\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .xl\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .xl\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .xl\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .xl\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .xl\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .xl\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .xl\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .xl\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .xl\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .xl\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .xl\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .xl\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .xl\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .xl\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .xl\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .xl\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .xl\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .xl\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .xl\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .xl\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .xl\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .xl\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .xl\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .xl\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .xl\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .xl\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .xl\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .xl\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .xl\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .xl\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .xl\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .xl\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .xl\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .xl\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .xl\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .xl\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .xl\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .xl\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .xl\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .xl\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .xl\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xl\:transition-none{
    transition-property: none;
  }

  .xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:ease-linear{
    transition-timing-function: linear;
  }

  .xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75{
    transition-duration: 75ms;
  }

  .xl\:duration-100{
    transition-duration: 100ms;
  }

  .xl\:duration-150{
    transition-duration: 150ms;
  }

  .xl\:duration-200{
    transition-duration: 200ms;
  }

  .xl\:duration-300{
    transition-duration: 300ms;
  }

  .xl\:duration-500{
    transition-duration: 500ms;
  }

  .xl\:duration-700{
    transition-duration: 700ms;
  }

  .xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .xl\:delay-75{
    transition-delay: 75ms;
  }

  .xl\:delay-100{
    transition-delay: 100ms;
  }

  .xl\:delay-150{
    transition-delay: 150ms;
  }

  .xl\:delay-200{
    transition-delay: 200ms;
  }

  .xl\:delay-300{
    transition-delay: 300ms;
  }

  .xl\:delay-500{
    transition-delay: 500ms;
  }

  .xl\:delay-700{
    transition-delay: 700ms;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .xl\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1536px){
  .\32xl\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .\32xl\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .\32xl\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .\32xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .\32xl\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .\32xl\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .\32xl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .\32xl\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .\32xl\:container{
      max-width: 1536px;
    }
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .\32xl\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .\32xl\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .\32xl\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .\32xl\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .\32xl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .\32xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .\32xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .\32xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:bg-fixed{
    background-attachment: fixed;
  }

  .\32xl\:bg-local{
    background-attachment: local;
  }

  .\32xl\:bg-scroll{
    background-attachment: scroll;
  }

  .\32xl\:bg-clip-border{
    background-clip: border-box;
  }

  .\32xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .\32xl\:bg-clip-content{
    background-clip: content-box;
  }

  .\32xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:bg-transparent{
    background-color: transparent;
  }

  .\32xl\:bg-current{
    background-color: currentColor;
  }

  .\32xl\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .\32xl\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .\32xl\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .\32xl\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .\32xl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .\32xl\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .\32xl\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .\32xl\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .\32xl\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .\32xl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .\32xl\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .\32xl\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .\32xl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .\32xl\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .\32xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .\32xl\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .\32xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .\32xl\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-none{
    background-image: none;
  }

  .\32xl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .\32xl\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .\32xl\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .\32xl\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .\32xl\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .\32xl\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .\32xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .\32xl\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .\32xl\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .\32xl\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .\32xl\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .\32xl\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .\32xl\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .\32xl\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .\32xl\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .\32xl\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .\32xl\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .\32xl\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .\32xl\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .\32xl\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .\32xl\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .\32xl\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .\32xl\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .\32xl\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .\32xl\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .\32xl\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .\32xl\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .\32xl\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .\32xl\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .\32xl\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .\32xl\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .\32xl\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .\32xl\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .\32xl\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .\32xl\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .\32xl\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .\32xl\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .\32xl\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .\32xl\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .\32xl\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .\32xl\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .\32xl\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .\32xl\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .\32xl\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .\32xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .\32xl\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .\32xl\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .\32xl\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .\32xl\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .\32xl\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .\32xl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .\32xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .\32xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .\32xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .\32xl\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .\32xl\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .\32xl\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .\32xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .\32xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .\32xl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .\32xl\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .\32xl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .\32xl\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .\32xl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .\32xl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .\32xl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .\32xl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .\32xl\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .\32xl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .\32xl\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .\32xl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .\32xl\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .\32xl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .\32xl\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .\32xl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .\32xl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .\32xl\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .\32xl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .\32xl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .\32xl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .\32xl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .\32xl\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .\32xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .\32xl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .\32xl\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .\32xl\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .\32xl\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .\32xl\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .\32xl\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .\32xl\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .\32xl\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .\32xl\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .\32xl\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .\32xl\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .\32xl\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .\32xl\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .\32xl\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .\32xl\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .\32xl\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .\32xl\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .\32xl\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .\32xl\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .\32xl\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .\32xl\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .\32xl\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .\32xl\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .\32xl\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .\32xl\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .\32xl\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .\32xl\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .\32xl\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .\32xl\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .\32xl\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .\32xl\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .\32xl\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .\32xl\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .\32xl\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .\32xl\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .\32xl\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .\32xl\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .\32xl\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .\32xl\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .\32xl\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .\32xl\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .\32xl\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .\32xl\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .\32xl\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .\32xl\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .\32xl\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .\32xl\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .\32xl\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .\32xl\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .\32xl\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .\32xl\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .\32xl\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .\32xl\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .\32xl\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .\32xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .\32xl\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .\32xl\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .\32xl\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .\32xl\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .\32xl\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .\32xl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .\32xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .\32xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .\32xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .\32xl\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .\32xl\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .\32xl\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .\32xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .\32xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .\32xl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .\32xl\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .\32xl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .\32xl\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .\32xl\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .\32xl\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .\32xl\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .\32xl\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .\32xl\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .\32xl\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .\32xl\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .\32xl\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .\32xl\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .\32xl\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .\32xl\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .\32xl\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .\32xl\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .\32xl\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .\32xl\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .\32xl\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .\32xl\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .\32xl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .\32xl\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .\32xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .\32xl\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .\32xl\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .\32xl\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .\32xl\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .\32xl\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .\32xl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .\32xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .\32xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .\32xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .\32xl\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .\32xl\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .\32xl\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .\32xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .\32xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .\32xl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .\32xl\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .\32xl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .\32xl\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .\32xl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .\32xl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .\32xl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .\32xl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .\32xl\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .\32xl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .\32xl\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .\32xl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .\32xl\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .\32xl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .\32xl\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .\32xl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .\32xl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .\32xl\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .\32xl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .\32xl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .\32xl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .\32xl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .\32xl\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .\32xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .\32xl\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .\32xl\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .\32xl\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .\32xl\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .\32xl\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .\32xl\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .\32xl\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .\32xl\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .\32xl\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .\32xl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .\32xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .\32xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .\32xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .\32xl\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .\32xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .\32xl\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .\32xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .\32xl\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .\32xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .\32xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .\32xl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .\32xl\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .\32xl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .\32xl\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .\32xl\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .\32xl\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .\32xl\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .\32xl\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .\32xl\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .\32xl\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .\32xl\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .\32xl\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .\32xl\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .\32xl\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .\32xl\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .\32xl\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .\32xl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .\32xl\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .\32xl\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .\32xl\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .\32xl\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .\32xl\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .\32xl\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .\32xl\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .\32xl\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .\32xl\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .\32xl\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .\32xl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .\32xl\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .\32xl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .\32xl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .\32xl\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .\32xl\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .\32xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .\32xl\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .\32xl\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .\32xl\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .\32xl\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .\32xl\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .\32xl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .\32xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .\32xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .\32xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .\32xl\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .\32xl\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .\32xl\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .\32xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .\32xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .\32xl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .\32xl\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .\32xl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .\32xl\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .\32xl\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .\32xl\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .\32xl\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .\32xl\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .\32xl\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .\32xl\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .\32xl\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .\32xl\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .\32xl\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .\32xl\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .\32xl\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .\32xl\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .\32xl\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .\32xl\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .\32xl\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .\32xl\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .\32xl\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .\32xl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .\32xl\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .\32xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .\32xl\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .\32xl\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .\32xl\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .\32xl\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .\32xl\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .\32xl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .\32xl\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .\32xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .\32xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .\32xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .\32xl\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .\32xl\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .\32xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .\32xl\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .\32xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .\32xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .\32xl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .\32xl\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .\32xl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .\32xl\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .\32xl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .\32xl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .\32xl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .\32xl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .\32xl\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .\32xl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .\32xl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .\32xl\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .\32xl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .\32xl\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .\32xl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .\32xl\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .\32xl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .\32xl\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .\32xl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .\32xl\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .\32xl\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .\32xl\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .\32xl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .\32xl\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .\32xl\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .\32xl\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .\32xl\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .\32xl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .\32xl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .\32xl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .\32xl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .\32xl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .\32xl\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .\32xl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .\32xl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .\32xl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .\32xl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .\32xl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .\32xl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .\32xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .\32xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .\32xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .\32xl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .\32xl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .\32xl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .\32xl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .\32xl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .\32xl\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .\32xl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .\32xl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .\32xl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .\32xl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .\32xl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .\32xl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .\32xl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .\32xl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .\32xl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .\32xl\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .\32xl\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .\32xl\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .\32xl\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .\32xl\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .\32xl\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .\32xl\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .\32xl\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .\32xl\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .\32xl\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .\32xl\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .\32xl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .\32xl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .\32xl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .\32xl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .\32xl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .\32xl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .\32xl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .\32xl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .\32xl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .\32xl\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .\32xl\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .\32xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .\32xl\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .\32xl\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .\32xl\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .\32xl\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .\32xl\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .\32xl\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .\32xl\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .\32xl\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .\32xl\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .\32xl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .\32xl\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .\32xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .\32xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .\32xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .\32xl\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .\32xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .\32xl\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .\32xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .\32xl\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .\32xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .\32xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .\32xl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .\32xl\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .\32xl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .\32xl\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .\32xl\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .\32xl\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .\32xl\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .\32xl\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .\32xl\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .\32xl\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .\32xl\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .\32xl\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .\32xl\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .\32xl\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .\32xl\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .\32xl\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .\32xl\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .\32xl\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .\32xl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .\32xl\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .\32xl\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .\32xl\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .\32xl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .\32xl\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .\32xl\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .\32xl\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .\32xl\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .\32xl\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .\32xl\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .\32xl\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .\32xl\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .\32xl\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .\32xl\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .\32xl\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .\32xl\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .\32xl\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .\32xl\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .\32xl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .\32xl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .\32xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .\32xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .\32xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .\32xl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .\32xl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .\32xl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .\32xl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .\32xl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .\32xl\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .\32xl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .\32xl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .\32xl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .\32xl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .\32xl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .\32xl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .\32xl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .\32xl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .\32xl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .\32xl\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .\32xl\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .\32xl\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .\32xl\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .\32xl\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .\32xl\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .\32xl\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .\32xl\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .\32xl\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .\32xl\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .\32xl\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .\32xl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .\32xl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .\32xl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .\32xl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .\32xl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .\32xl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .\32xl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .\32xl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .\32xl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .\32xl\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .\32xl\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .\32xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .\32xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .\32xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .\32xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .\32xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .\32xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .\32xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .\32xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .\32xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .\32xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .\32xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .\32xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .\32xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .\32xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .\32xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .\32xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .\32xl\:bg-bottom{
    background-position: bottom;
  }

  .\32xl\:bg-center{
    background-position: center;
  }

  .\32xl\:bg-left{
    background-position: left;
  }

  .\32xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .\32xl\:bg-left-top{
    background-position: left top;
  }

  .\32xl\:bg-right{
    background-position: right;
  }

  .\32xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .\32xl\:bg-right-top{
    background-position: right top;
  }

  .\32xl\:bg-top{
    background-position: top;
  }

  .\32xl\:bg-repeat{
    background-repeat: repeat;
  }

  .\32xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .\32xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .\32xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .\32xl\:bg-repeat-round{
    background-repeat: round;
  }

  .\32xl\:bg-repeat-space{
    background-repeat: space;
  }

  .\32xl\:bg-auto{
    background-size: auto;
  }

  .\32xl\:bg-cover{
    background-size: cover;
  }

  .\32xl\:bg-contain{
    background-size: contain;
  }

  .\32xl\:border-collapse{
    border-collapse: collapse;
  }

  .\32xl\:border-separate{
    border-collapse: separate;
  }

  .\32xl\:border-transparent{
    border-color: transparent;
  }

  .\32xl\:border-current{
    border-color: currentColor;
  }

  .\32xl\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .\32xl\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .\32xl\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .\32xl\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .\32xl\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .\32xl\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .\32xl\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .\32xl\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .\32xl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .\32xl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .\32xl\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .\32xl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .\32xl\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .\32xl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .\32xl\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .\32xl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .\32xl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .\32xl\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .\32xl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .\32xl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .\32xl\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .\32xl\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .\32xl\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .\32xl\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .\32xl\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .\32xl\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .\32xl\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .\32xl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .\32xl\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .\32xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .\32xl\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .\32xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .\32xl\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .\32xl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .\32xl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .\32xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .\32xl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .\32xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .\32xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .\32xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .\32xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .\32xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .\32xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .\32xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .\32xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .\32xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .\32xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .\32xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .\32xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .\32xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .\32xl\:rounded-none{
    border-radius: 0px;
  }

  .\32xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .\32xl\:rounded{
    border-radius: 0.25rem;
  }

  .\32xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-xl{
    border-radius: 0.75rem;
  }

  .\32xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .\32xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .\32xl\:rounded-full{
    border-radius: 9999px;
  }

  .\32xl\:rounded-base{
    border-radius: 1.875rem;
  }

  .\32xl\:rounded-bar{
    border-radius: 4rem;
  }

  .\32xl\:rounded-btn{
    border-radius: 25px;
  }

  .\32xl\:rounded-activities{
    border-radius: 20px;
  }

  .\32xl\:rounded-img{
    border-radius: 7px;
  }

  .\32xl\:rounded-input{
    border-radius: 40px;
  }

  .\32xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .\32xl\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .\32xl\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .\32xl\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .\32xl\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .\32xl\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .\32xl\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .\32xl\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .\32xl\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .\32xl\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .\32xl\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .\32xl\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .\32xl\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .\32xl\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .\32xl\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .\32xl\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .\32xl\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .\32xl\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .\32xl\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .\32xl\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .\32xl\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .\32xl\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .\32xl\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .\32xl\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .\32xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .\32xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .\32xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .\32xl\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .\32xl\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .\32xl\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .\32xl\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .\32xl\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .\32xl\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .\32xl\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .\32xl\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .\32xl\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .\32xl\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .\32xl\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .\32xl\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .\32xl\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .\32xl\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .\32xl\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .\32xl\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .\32xl\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .\32xl\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .\32xl\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .\32xl\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .\32xl\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .\32xl\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .\32xl\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .\32xl\:border-solid{
    border-style: solid;
  }

  .\32xl\:border-dashed{
    border-style: dashed;
  }

  .\32xl\:border-dotted{
    border-style: dotted;
  }

  .\32xl\:border-double{
    border-style: double;
  }

  .\32xl\:border-none{
    border-style: none;
  }

  .\32xl\:border-0{
    border-width: 0px;
  }

  .\32xl\:border-1{
    border-width: 1px;
  }

  .\32xl\:border-2{
    border-width: 2px;
  }

  .\32xl\:border-3{
    border-width: 3px;
  }

  .\32xl\:border-4{
    border-width: 4px;
  }

  .\32xl\:border-6{
    border-width: 6px;
  }

  .\32xl\:border-8{
    border-width: 8px;
  }

  .\32xl\:border-9{
    border-width: 9px;
  }

  .\32xl\:border-10{
    border-width: 10px;
  }

  .\32xl\:border-14{
    border-width: 14px;
  }

  .\32xl\:border{
    border-width: 1px;
  }

  .\32xl\:border-t-0{
    border-top-width: 0px;
  }

  .\32xl\:border-r-0{
    border-right-width: 0px;
  }

  .\32xl\:border-b-0{
    border-bottom-width: 0px;
  }

  .\32xl\:border-l-0{
    border-left-width: 0px;
  }

  .\32xl\:border-t-1{
    border-top-width: 1px;
  }

  .\32xl\:border-r-1{
    border-right-width: 1px;
  }

  .\32xl\:border-b-1{
    border-bottom-width: 1px;
  }

  .\32xl\:border-l-1{
    border-left-width: 1px;
  }

  .\32xl\:border-t-2{
    border-top-width: 2px;
  }

  .\32xl\:border-r-2{
    border-right-width: 2px;
  }

  .\32xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .\32xl\:border-l-2{
    border-left-width: 2px;
  }

  .\32xl\:border-t-3{
    border-top-width: 3px;
  }

  .\32xl\:border-r-3{
    border-right-width: 3px;
  }

  .\32xl\:border-b-3{
    border-bottom-width: 3px;
  }

  .\32xl\:border-l-3{
    border-left-width: 3px;
  }

  .\32xl\:border-t-4{
    border-top-width: 4px;
  }

  .\32xl\:border-r-4{
    border-right-width: 4px;
  }

  .\32xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .\32xl\:border-l-4{
    border-left-width: 4px;
  }

  .\32xl\:border-t-6{
    border-top-width: 6px;
  }

  .\32xl\:border-r-6{
    border-right-width: 6px;
  }

  .\32xl\:border-b-6{
    border-bottom-width: 6px;
  }

  .\32xl\:border-l-6{
    border-left-width: 6px;
  }

  .\32xl\:border-t-8{
    border-top-width: 8px;
  }

  .\32xl\:border-r-8{
    border-right-width: 8px;
  }

  .\32xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .\32xl\:border-l-8{
    border-left-width: 8px;
  }

  .\32xl\:border-t-9{
    border-top-width: 9px;
  }

  .\32xl\:border-r-9{
    border-right-width: 9px;
  }

  .\32xl\:border-b-9{
    border-bottom-width: 9px;
  }

  .\32xl\:border-l-9{
    border-left-width: 9px;
  }

  .\32xl\:border-t-10{
    border-top-width: 10px;
  }

  .\32xl\:border-r-10{
    border-right-width: 10px;
  }

  .\32xl\:border-b-10{
    border-bottom-width: 10px;
  }

  .\32xl\:border-l-10{
    border-left-width: 10px;
  }

  .\32xl\:border-t-14{
    border-top-width: 14px;
  }

  .\32xl\:border-r-14{
    border-right-width: 14px;
  }

  .\32xl\:border-b-14{
    border-bottom-width: 14px;
  }

  .\32xl\:border-l-14{
    border-left-width: 14px;
  }

  .\32xl\:border-t{
    border-top-width: 1px;
  }

  .\32xl\:border-r{
    border-right-width: 1px;
  }

  .\32xl\:border-b{
    border-bottom-width: 1px;
  }

  .\32xl\:border-l{
    border-left-width: 1px;
  }

  .\32xl\:box-border{
    box-sizing: border-box;
  }

  .\32xl\:box-content{
    box-sizing: content-box;
  }

  .\32xl\:cursor-auto{
    cursor: auto;
  }

  .\32xl\:cursor-default{
    cursor: default;
  }

  .\32xl\:cursor-pointer{
    cursor: pointer;
  }

  .\32xl\:cursor-wait{
    cursor: wait;
  }

  .\32xl\:cursor-text{
    cursor: text;
  }

  .\32xl\:cursor-move{
    cursor: move;
  }

  .\32xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:inline-block{
    display: inline-block;
  }

  .\32xl\:inline{
    display: inline;
  }

  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:inline-flex{
    display: inline-flex;
  }

  .\32xl\:table{
    display: table;
  }

  .\32xl\:table-caption{
    display: table-caption;
  }

  .\32xl\:table-cell{
    display: table-cell;
  }

  .\32xl\:table-column{
    display: table-column;
  }

  .\32xl\:table-column-group{
    display: table-column-group;
  }

  .\32xl\:table-footer-group{
    display: table-footer-group;
  }

  .\32xl\:table-header-group{
    display: table-header-group;
  }

  .\32xl\:table-row-group{
    display: table-row-group;
  }

  .\32xl\:table-row{
    display: table-row;
  }

  .\32xl\:flow-root{
    display: flow-root;
  }

  .\32xl\:grid{
    display: grid;
  }

  .\32xl\:inline-grid{
    display: inline-grid;
  }

  .\32xl\:contents{
    display: contents;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:flex-row{
    flex-direction: row;
  }

  .\32xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .\32xl\:flex-col{
    flex-direction: column;
  }

  .\32xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .\32xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .\32xl\:place-items-auto{
    place-items: auto;
  }

  .\32xl\:place-items-start{
    place-items: start;
  }

  .\32xl\:place-items-end{
    place-items: end;
  }

  .\32xl\:place-items-center{
    place-items: center;
  }

  .\32xl\:place-items-stretch{
    place-items: stretch;
  }

  .\32xl\:place-content-center{
    place-content: center;
  }

  .\32xl\:place-content-start{
    place-content: start;
  }

  .\32xl\:place-content-end{
    place-content: end;
  }

  .\32xl\:place-content-between{
    place-content: space-between;
  }

  .\32xl\:place-content-around{
    place-content: space-around;
  }

  .\32xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .\32xl\:place-content-stretch{
    place-content: stretch;
  }

  .\32xl\:place-self-auto{
    place-self: auto;
  }

  .\32xl\:place-self-start{
    place-self: start;
  }

  .\32xl\:place-self-end{
    place-self: end;
  }

  .\32xl\:place-self-center{
    place-self: center;
  }

  .\32xl\:place-self-stretch{
    place-self: stretch;
  }

  .\32xl\:items-start{
    align-items: flex-start;
  }

  .\32xl\:items-end{
    align-items: flex-end;
  }

  .\32xl\:items-center{
    align-items: center;
  }

  .\32xl\:items-baseline{
    align-items: baseline;
  }

  .\32xl\:items-stretch{
    align-items: stretch;
  }

  .\32xl\:content-center{
    align-content: center;
  }

  .\32xl\:content-start{
    align-content: flex-start;
  }

  .\32xl\:content-end{
    align-content: flex-end;
  }

  .\32xl\:content-between{
    align-content: space-between;
  }

  .\32xl\:content-around{
    align-content: space-around;
  }

  .\32xl\:content-evenly{
    align-content: space-evenly;
  }

  .\32xl\:self-auto{
    align-self: auto;
  }

  .\32xl\:self-start{
    align-self: flex-start;
  }

  .\32xl\:self-end{
    align-self: flex-end;
  }

  .\32xl\:self-center{
    align-self: center;
  }

  .\32xl\:self-stretch{
    align-self: stretch;
  }

  .\32xl\:justify-items-auto{
    justify-items: auto;
  }

  .\32xl\:justify-items-start{
    justify-items: start;
  }

  .\32xl\:justify-items-end{
    justify-items: end;
  }

  .\32xl\:justify-items-center{
    justify-items: center;
  }

  .\32xl\:justify-items-stretch{
    justify-items: stretch;
  }

  .\32xl\:justify-start{
    justify-content: flex-start;
  }

  .\32xl\:justify-end{
    justify-content: flex-end;
  }

  .\32xl\:justify-center{
    justify-content: center;
  }

  .\32xl\:justify-between{
    justify-content: space-between;
  }

  .\32xl\:justify-around{
    justify-content: space-around;
  }

  .\32xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .\32xl\:justify-self-auto{
    justify-self: auto;
  }

  .\32xl\:justify-self-start{
    justify-self: start;
  }

  .\32xl\:justify-self-end{
    justify-self: end;
  }

  .\32xl\:justify-self-center{
    justify-self: center;
  }

  .\32xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .\32xl\:flex-1{
    flex: 1 1 0%;
  }

  .\32xl\:flex-auto{
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial{
    flex: 0 1 auto;
  }

  .\32xl\:flex-none{
    flex: none;
  }

  .\32xl\:flex-grow-0{
    flex-grow: 0;
  }

  .\32xl\:flex-grow{
    flex-grow: 1;
  }

  .\32xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink{
    flex-shrink: 1;
  }

  .\32xl\:order-1{
    order: 1;
  }

  .\32xl\:order-2{
    order: 2;
  }

  .\32xl\:order-3{
    order: 3;
  }

  .\32xl\:order-4{
    order: 4;
  }

  .\32xl\:order-5{
    order: 5;
  }

  .\32xl\:order-6{
    order: 6;
  }

  .\32xl\:order-7{
    order: 7;
  }

  .\32xl\:order-8{
    order: 8;
  }

  .\32xl\:order-9{
    order: 9;
  }

  .\32xl\:order-10{
    order: 10;
  }

  .\32xl\:order-11{
    order: 11;
  }

  .\32xl\:order-12{
    order: 12;
  }

  .\32xl\:order-first{
    order: -9999;
  }

  .\32xl\:order-last{
    order: 9999;
  }

  .\32xl\:order-none{
    order: 0;
  }

  .\32xl\:float-right{
    float: right;
  }

  .\32xl\:float-left{
    float: left;
  }

  .\32xl\:float-none{
    float: none;
  }

  .\32xl\:clear-left{
    clear: left;
  }

  .\32xl\:clear-right{
    clear: right;
  }

  .\32xl\:clear-both{
    clear: both;
  }

  .\32xl\:clear-none{
    clear: none;
  }

  .\32xl\:font-sans{
    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";
  }

  .\32xl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .\32xl\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .\32xl\:font-OpenSans{
    font-family: Open Sans;
  }

  .\32xl\:font-Poppins{
    font-family: Poppins;
  }

  .\32xl\:font-thin{
    font-weight: 100;
  }

  .\32xl\:font-extralight{
    font-weight: 200;
  }

  .\32xl\:font-light{
    font-weight: 300;
  }

  .\32xl\:font-normal{
    font-weight: 400;
  }

  .\32xl\:font-medium{
    font-weight: 500;
  }

  .\32xl\:font-semibold{
    font-weight: 600;
  }

  .\32xl\:font-bold{
    font-weight: 700;
  }

  .\32xl\:font-extrabold{
    font-weight: 800;
  }

  .\32xl\:font-black{
    font-weight: 900;
  }

  .\32xl\:h-0{
    height: 0px;
  }

  .\32xl\:h-1{
    height: 0.25rem;
  }

  .\32xl\:h-2{
    height: 0.5rem;
  }

  .\32xl\:h-3{
    height: 0.75rem;
  }

  .\32xl\:h-4{
    height: 1rem;
  }

  .\32xl\:h-5{
    height: 1.25rem;
  }

  .\32xl\:h-6{
    height: 1.5rem;
  }

  .\32xl\:h-7{
    height: 1.75rem;
  }

  .\32xl\:h-8{
    height: 2rem;
  }

  .\32xl\:h-9{
    height: 2.25rem;
  }

  .\32xl\:h-10{
    height: 2.5rem;
  }

  .\32xl\:h-11{
    height: 2.75rem;
  }

  .\32xl\:h-12{
    height: 3rem;
  }

  .\32xl\:h-13{
    height: 3.25rem;
  }

  .\32xl\:h-14{
    height: 3.5rem;
  }

  .\32xl\:h-15{
    height: 3.75rem;
  }

  .\32xl\:h-16{
    height: 4rem;
  }

  .\32xl\:h-17{
    height: 4.375rem;
  }

  .\32xl\:h-18{
    height: 4.5rem;
  }

  .\32xl\:h-19{
    height: 4.75rem;
  }

  .\32xl\:h-20{
    height: 5rem;
  }

  .\32xl\:h-21{
    height: 5.5rem;
  }

  .\32xl\:h-22{
    height: 5.625rem;
  }

  .\32xl\:h-23{
    height: 6.375rem;
  }

  .\32xl\:h-24{
    height: 6rem;
  }

  .\32xl\:h-25{
    height: 6.5rem;
  }

  .\32xl\:h-26{
    height: 6.75rem;
  }

  .\32xl\:h-27{
    height: 6.25rem;
  }

  .\32xl\:h-28{
    height: 7rem;
  }

  .\32xl\:h-29{
    height: 7.5rem;
  }

  .\32xl\:h-32{
    height: 8rem;
  }

  .\32xl\:h-34{
    height: 8.5rem;
  }

  .\32xl\:h-35{
    height: 8.75rem;
  }

  .\32xl\:h-36{
    height: 9rem;
  }

  .\32xl\:h-37{
    height: 9.125rem;
  }

  .\32xl\:h-38{
    height: 9.5rem;
  }

  .\32xl\:h-40{
    height: 10rem;
  }

  .\32xl\:h-41{
    height: 10.5rem;
  }

  .\32xl\:h-42{
    height: 10.625rem;
  }

  .\32xl\:h-44{
    height: 11rem;
  }

  .\32xl\:h-45{
    height: 11.875rem;
  }

  .\32xl\:h-48{
    height: 12rem;
  }

  .\32xl\:h-49{
    height: 12.5rem;
  }

  .\32xl\:h-51{
    height: 13.375rem;
  }

  .\32xl\:h-52{
    height: 13rem;
  }

  .\32xl\:h-56{
    height: 14rem;
  }

  .\32xl\:h-57{
    height: 14.375rem;
  }

  .\32xl\:h-60{
    height: 15rem;
  }

  .\32xl\:h-64{
    height: 16rem;
  }

  .\32xl\:h-65{
    height: 17rem;
  }

  .\32xl\:h-66{
    height: 17.5rem;
  }

  .\32xl\:h-72{
    height: 18rem;
  }

  .\32xl\:h-73{
    height: 18.5rem;
  }

  .\32xl\:h-80{
    height: 20rem;
  }

  .\32xl\:h-81{
    height: 21.5rem;
  }

  .\32xl\:h-82{
    height: 22rem;
  }

  .\32xl\:h-83{
    height: 23.8125rem;
  }

  .\32xl\:h-84{
    height: 23rem;
  }

  .\32xl\:h-94{
    height: 28rem;
  }

  .\32xl\:h-96{
    height: 24rem;
  }

  .\32xl\:h-98{
    height: 32rem;
  }

  .\32xl\:h-100{
    height: 90%;
  }

  .\32xl\:h-auto{
    height: auto;
  }

  .\32xl\:h-px{
    height: 1px;
  }

  .\32xl\:h-0\.5{
    height: 0.125rem;
  }

  .\32xl\:h-1\.5{
    height: 0.375rem;
  }

  .\32xl\:h-2\.5{
    height: 0.625rem;
  }

  .\32xl\:h-3\.5{
    height: 0.875rem;
  }

  .\32xl\:h-4\.5{
    height: 1.125rem;
  }

  .\32xl\:h-5\.5{
    height: 1.375rem;
  }

  .\32xl\:h-6\.5{
    height: 1.625rem;
  }

  .\32xl\:h-7\.5{
    height: 1.875rem;
  }

  .\32xl\:h-8\.5{
    height: 2.125rem;
  }

  .\32xl\:h-9\.5{
    height: 2.375rem;
  }

  .\32xl\:h-10\.5{
    height: 2.625rem;
  }

  .\32xl\:h-11\.5{
    height: 2.875rem;
  }

  .\32xl\:h-12\.5{
    height: 3.125rem;
  }

  .\32xl\:h-13\.5{
    height: 3.375rem;
  }

  .\32xl\:h-15\.5{
    height: 3.8rem;
  }

  .\32xl\:h-16\.5{
    height: 4.25rem;
  }

  .\32xl\:h-17\.5{
    height: 4.25rem;
  }

  .\32xl\:h-18\.5{
    height: 4.625rem;
  }

  .\32xl\:h-20\.5{
    height: 5.25rem;
  }

  .\32xl\:h-21\.5{
    height: 5.75rem;
  }

  .\32xl\:h-22\.5{
    height: 5.875rem;
  }

  .\32xl\:h-24\.5{
    height: 6.625rem;
  }

  .\32xl\:h-28\.5{
    height: 7.375rem;
  }

  .\32xl\:h-29\.5{
    height: 7.75rem;
  }

  .\32xl\:h-32\.5{
    height: 8.5rem;
  }

  .\32xl\:h-33\.5{
    height: 8.8125rem;
  }

  .\32xl\:h-42\.5{
    height: 10.875rem;
  }

  .\32xl\:h-49\.5{
    height: 12.75rem;
  }

  .\32xl\:h-72\.5{
    height: 18.25rem;
  }

  .\32xl\:h-1\/2{
    height: 50%;
  }

  .\32xl\:h-1\/3{
    height: 33.333333%;
  }

  .\32xl\:h-2\/3{
    height: 66.666667%;
  }

  .\32xl\:h-1\/4{
    height: 25%;
  }

  .\32xl\:h-2\/4{
    height: 50%;
  }

  .\32xl\:h-3\/4{
    height: 75%;
  }

  .\32xl\:h-1\/5{
    height: 20%;
  }

  .\32xl\:h-2\/5{
    height: 40%;
  }

  .\32xl\:h-3\/5{
    height: 60%;
  }

  .\32xl\:h-4\/5{
    height: 80%;
  }

  .\32xl\:h-1\/6{
    height: 16.666667%;
  }

  .\32xl\:h-2\/6{
    height: 33.333333%;
  }

  .\32xl\:h-3\/6{
    height: 50%;
  }

  .\32xl\:h-4\/6{
    height: 66.666667%;
  }

  .\32xl\:h-5\/6{
    height: 83.333333%;
  }

  .\32xl\:h-full{
    height: 100%;
  }

  .\32xl\:h-screen{
    height: 100vh;
  }

  .\32xl\:h-1\.4{
    height: 0.3125rem;
  }

  .\32xl\:h-14\.5{
    height: 3.875rem;
  }

  .\32xl\:h-52\.5{
    height: 13.5rem;
  }

  .\32xl\:h-56\.5{
    height: 14.625rem;
  }

  .\32xl\:h-64\.5{
    height: 16.5rem;
  }

  .\32xl\:h-66\.5{
    height: 17.625rem;
  }

  .\32xl\:h-80\.5{
    height: 20.25rem;
  }

  .\32xl\:h-81\.5{
    height: 21.125rem;
  }

  .\32xl\:h-icons-xxl{
    height: 103px;
  }

  .\32xl\:h-activities{
    height: 416px;
  }

  .\32xl\:h-activities-sm{
    height: 215px;
  }

  .\32xl\:h-community{
    height: 390px;
  }

  .\32xl\:h-community-md{
    height: 420px;
  }

  .\32xl\:h-community-sm{
    height: 515px;
  }

  .\32xl\:h-slide{
    height: 792px;
  }

  .\32xl\:h-slide-md{
    height: 640px;
  }

  .\32xl\:h-slide-sm{
    height: 443px;
  }

  .\32xl\:h-bg-commission{
    height: 303px;
  }

  .\32xl\:h-bg-commission-sm{
    height: 94px;
  }

  .\32xl\:h-bg-commission-md{
    height: 200px;
  }

  .\32xl\:h-item-commission{
    height: 201px;
  }

  .\32xl\:h-item-commission-sm{
    height: 165px;
  }

  .\32xl\:h-about{
    height: 661px;
  }

  .\32xl\:h-about-sm{
    height: 290px;
  }

  .\32xl\:h-about-md{
    height: 350px;
  }

  .\32xl\:h-items{
    height: 273px;
  }

  .\32xl\:h-items-sm{
    height: 230px;
  }

  .\32xl\:h-items-2{
    height: 317px;
  }

  .\32xl\:h-items-2-sm{
    height: 260px;
  }

  .\32xl\:h-news{
    height: 568px;
  }

  .\32xl\:h-news-sm{
    height: 240px;
  }

  .\32xl\:h-news2{
    height: 277px;
  }

  .\32xl\:h-news3{
    height: 259px;
  }

  .\32xl\:h-img-vision{
    height: 496px;
  }

  .\32xl\:h-directive{
    height: 492px;
  }

  .\32xl\:h-directive-md{
    height: 392px;
  }

  .\32xl\:h-directive-sm{
    height: 270px;
  }

  .\32xl\:h-img-vision-md{
    height: 300px;
  }

  .\32xl\:h-img-vision-sm{
    height: 220px;
  }

  .\32xl\:h-circle{
    height: 120px;
  }

  .\32xl\:h-circle-xl{
    height: 215px;
  }

  .\32xl\:h-value{
    height: 196px;
  }

  .\32xl\:h-modal{
    height: 661px;
  }

  .\32xl\:h-modal-lg{
    height: 480px;
  }

  .\32xl\:h-modal-md{
    height: 400px;
  }

  .\32xl\:h-modal-sm{
    height: 280px;
  }

  .\32xl\:h-hero{
    height: 424px;
  }

  .\32xl\:h-hero-md{
    height: 300px;
  }

  .\32xl\:h-hero-sm{
    height: 240px;
  }

  .\32xl\:h-form{
    height: 382px;
  }

  .\32xl\:h-login{
    height: 1008px;
  }

  .\32xl\:h-login-lg{
    height: 900px;
  }

  .\32xl\:h-login-sm{
    height: 500px;
  }

  .\32xl\:h-because{
    height: 117px;
  }

  .\32xl\:h-because-sm{
    height: 80px;
  }

  .\32xl\:h-debate{
    height: 368px;
  }

  .\32xl\:h-debate-sm{
    height: 280px;
  }

  .\32xl\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .\32xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .\32xl\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .\32xl\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .\32xl\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .\32xl\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .\32xl\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .\32xl\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .\32xl\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .\32xl\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .\32xl\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .\32xl\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .\32xl\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .\32xl\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .\32xl\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .\32xl\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .\32xl\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .\32xl\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .\32xl\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .\32xl\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .\32xl\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .\32xl\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .\32xl\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .\32xl\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .\32xl\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .\32xl\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .\32xl\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .\32xl\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .\32xl\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .\32xl\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .\32xl\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .\32xl\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .\32xl\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .\32xl\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .\32xl\:leading-3{
    line-height: .75rem;
  }

  .\32xl\:leading-4{
    line-height: 1rem;
  }

  .\32xl\:leading-5{
    line-height: 1.25rem;
  }

  .\32xl\:leading-6{
    line-height: 1.5rem;
  }

  .\32xl\:leading-7{
    line-height: 1.75rem;
  }

  .\32xl\:leading-8{
    line-height: 2rem;
  }

  .\32xl\:leading-9{
    line-height: 2.25rem;
  }

  .\32xl\:leading-10{
    line-height: 2.5rem;
  }

  .\32xl\:leading-none{
    line-height: 1;
  }

  .\32xl\:leading-tight{
    line-height: 1.25;
  }

  .\32xl\:leading-snug{
    line-height: 1.375;
  }

  .\32xl\:leading-normal{
    line-height: 1.5;
  }

  .\32xl\:leading-relaxed{
    line-height: 1.625;
  }

  .\32xl\:leading-loose{
    line-height: 2;
  }

  .\32xl\:list-inside{
    list-style-position: inside;
  }

  .\32xl\:list-outside{
    list-style-position: outside;
  }

  .\32xl\:list-none{
    list-style-type: none;
  }

  .\32xl\:list-disc{
    list-style-type: disc;
  }

  .\32xl\:list-decimal{
    list-style-type: decimal;
  }

  .\32xl\:m-0{
    margin: 0px;
  }

  .\32xl\:m-1{
    margin: 0.25rem;
  }

  .\32xl\:m-2{
    margin: 0.5rem;
  }

  .\32xl\:m-3{
    margin: 0.75rem;
  }

  .\32xl\:m-4{
    margin: 1rem;
  }

  .\32xl\:m-5{
    margin: 1.25rem;
  }

  .\32xl\:m-6{
    margin: 1.5rem;
  }

  .\32xl\:m-7{
    margin: 1.75rem;
  }

  .\32xl\:m-8{
    margin: 2rem;
  }

  .\32xl\:m-9{
    margin: 2.25rem;
  }

  .\32xl\:m-10{
    margin: 2.5rem;
  }

  .\32xl\:m-11{
    margin: 2.75rem;
  }

  .\32xl\:m-12{
    margin: 3rem;
  }

  .\32xl\:m-13{
    margin: 3.375rem;
  }

  .\32xl\:m-14{
    margin: 3.5rem;
  }

  .\32xl\:m-15{
    margin: 3.75rem;
  }

  .\32xl\:m-16{
    margin: 4rem;
  }

  .\32xl\:m-17{
    margin: 4.375rem;
  }

  .\32xl\:m-18{
    margin: 4.5rem;
  }

  .\32xl\:m-19{
    margin: 4.75rem;
  }

  .\32xl\:m-20{
    margin: 5rem;
  }

  .\32xl\:m-21{
    margin: 5.5rem;
  }

  .\32xl\:m-22{
    margin: 5.625rem;
  }

  .\32xl\:m-23{
    margin: 6.125rem;
  }

  .\32xl\:m-24{
    margin: 6rem;
  }

  .\32xl\:m-25{
    margin: 6.5rem;
  }

  .\32xl\:m-26{
    margin: 6.75rem;
  }

  .\32xl\:m-27{
    margin: 6.25rem;
  }

  .\32xl\:m-28{
    margin: 7rem;
  }

  .\32xl\:m-29{
    margin: 7.5rem;
  }

  .\32xl\:m-32{
    margin: 8rem;
  }

  .\32xl\:m-34{
    margin: 8.5rem;
  }

  .\32xl\:m-35{
    margin: 8.75rem;
  }

  .\32xl\:m-36{
    margin: 9rem;
  }

  .\32xl\:m-37{
    margin: 9.125rem;
  }

  .\32xl\:m-38{
    margin: 9.5rem;
  }

  .\32xl\:m-40{
    margin: 10rem;
  }

  .\32xl\:m-41{
    margin: 10.5rem;
  }

  .\32xl\:m-42{
    margin: 10.625rem;
  }

  .\32xl\:m-44{
    margin: 11rem;
  }

  .\32xl\:m-45{
    margin: 11.25rem;
  }

  .\32xl\:m-48{
    margin: 12rem;
  }

  .\32xl\:m-49{
    margin: 12.5rem;
  }

  .\32xl\:m-52{
    margin: 13rem;
  }

  .\32xl\:m-56{
    margin: 14rem;
  }

  .\32xl\:m-57{
    margin: 14.375rem;
  }

  .\32xl\:m-60{
    margin: 15rem;
  }

  .\32xl\:m-64{
    margin: 16rem;
  }

  .\32xl\:m-72{
    margin: 18rem;
  }

  .\32xl\:m-80{
    margin: 20rem;
  }

  .\32xl\:m-82{
    margin: 22rem;
  }

  .\32xl\:m-83{
    margin: 23.8125rem;
  }

  .\32xl\:m-96{
    margin: 24rem;
  }

  .\32xl\:m-auto{
    margin: auto;
  }

  .\32xl\:m-px{
    margin: 1px;
  }

  .\32xl\:m-0\.5{
    margin: 0.125rem;
  }

  .\32xl\:m-1\.5{
    margin: 0.375rem;
  }

  .\32xl\:m-2\.5{
    margin: 0.625rem;
  }

  .\32xl\:m-3\.5{
    margin: 0.875rem;
  }

  .\32xl\:m-4\.5{
    margin: 1.125rem;
  }

  .\32xl\:m-5\.5{
    margin: 1.375rem;
  }

  .\32xl\:m-6\.5{
    margin: 1.625rem;
  }

  .\32xl\:m-7\.5{
    margin: 1.875rem;
  }

  .\32xl\:m-8\.5{
    margin: 2.125rem;
  }

  .\32xl\:m-9\.5{
    margin: 2.375rem;
  }

  .\32xl\:m-10\.5{
    margin: 2.625rem;
  }

  .\32xl\:m-11\.5{
    margin: 2.875rem;
  }

  .\32xl\:m-12\.5{
    margin: 3.125rem;
  }

  .\32xl\:m-13\.5{
    margin: 3.25rem;
  }

  .\32xl\:m-15\.5{
    margin: 3.8rem;
  }

  .\32xl\:m-16\.5{
    margin: 4.125rem;
  }

  .\32xl\:m-17\.5{
    margin: 4.25rem;
  }

  .\32xl\:m-18\.5{
    margin: 4.625rem;
  }

  .\32xl\:m-20\.5{
    margin: 5.25rem;
  }

  .\32xl\:m-21\.5{
    margin: 5.75rem;
  }

  .\32xl\:m-22\.5{
    margin: 5.875rem;
  }

  .\32xl\:m-24\.5{
    margin: 6.8125rem;
  }

  .\32xl\:m-28\.5{
    margin: 7.375rem;
  }

  .\32xl\:m-29\.5{
    margin: 7.75rem;
  }

  .\32xl\:m-32\.5{
    margin: 8.125rem;
  }

  .\32xl\:m-33\.5{
    margin: 8.8125rem;
  }

  .\32xl\:m-42\.5{
    margin: 10.875rem;
  }

  .\32xl\:m-49\.5{
    margin: 12.75rem;
  }

  .\32xl\:m-72\.5{
    margin: 18.25rem;
  }

  .\32xl\:-m-0{
    margin: 0px;
  }

  .\32xl\:-m-1{
    margin: -0.25rem;
  }

  .\32xl\:-m-2{
    margin: -0.5rem;
  }

  .\32xl\:-m-3{
    margin: -0.75rem;
  }

  .\32xl\:-m-4{
    margin: -1rem;
  }

  .\32xl\:-m-5{
    margin: -1.25rem;
  }

  .\32xl\:-m-6{
    margin: -1.5rem;
  }

  .\32xl\:-m-7{
    margin: -1.75rem;
  }

  .\32xl\:-m-8{
    margin: -2rem;
  }

  .\32xl\:-m-9{
    margin: -2.25rem;
  }

  .\32xl\:-m-10{
    margin: -2.5rem;
  }

  .\32xl\:-m-11{
    margin: -2.75rem;
  }

  .\32xl\:-m-12{
    margin: -3rem;
  }

  .\32xl\:-m-13{
    margin: -3.375rem;
  }

  .\32xl\:-m-14{
    margin: -3.5rem;
  }

  .\32xl\:-m-15{
    margin: -3.75rem;
  }

  .\32xl\:-m-16{
    margin: -4rem;
  }

  .\32xl\:-m-17{
    margin: -4.375rem;
  }

  .\32xl\:-m-18{
    margin: -4.5rem;
  }

  .\32xl\:-m-19{
    margin: -4.75rem;
  }

  .\32xl\:-m-20{
    margin: -5rem;
  }

  .\32xl\:-m-21{
    margin: -5.5rem;
  }

  .\32xl\:-m-22{
    margin: -5.625rem;
  }

  .\32xl\:-m-23{
    margin: -6.125rem;
  }

  .\32xl\:-m-24{
    margin: -6rem;
  }

  .\32xl\:-m-25{
    margin: -6.5rem;
  }

  .\32xl\:-m-26{
    margin: -6.75rem;
  }

  .\32xl\:-m-27{
    margin: -6.25rem;
  }

  .\32xl\:-m-28{
    margin: -7rem;
  }

  .\32xl\:-m-29{
    margin: -7.5rem;
  }

  .\32xl\:-m-32{
    margin: -8rem;
  }

  .\32xl\:-m-34{
    margin: -8.5rem;
  }

  .\32xl\:-m-35{
    margin: -8.75rem;
  }

  .\32xl\:-m-36{
    margin: -9rem;
  }

  .\32xl\:-m-37{
    margin: -9.125rem;
  }

  .\32xl\:-m-38{
    margin: -9.5rem;
  }

  .\32xl\:-m-40{
    margin: -10rem;
  }

  .\32xl\:-m-41{
    margin: -10.5rem;
  }

  .\32xl\:-m-42{
    margin: -10.625rem;
  }

  .\32xl\:-m-44{
    margin: -11rem;
  }

  .\32xl\:-m-45{
    margin: -11.25rem;
  }

  .\32xl\:-m-48{
    margin: -12rem;
  }

  .\32xl\:-m-49{
    margin: -12.5rem;
  }

  .\32xl\:-m-52{
    margin: -13rem;
  }

  .\32xl\:-m-56{
    margin: -14rem;
  }

  .\32xl\:-m-57{
    margin: -14.375rem;
  }

  .\32xl\:-m-60{
    margin: -15rem;
  }

  .\32xl\:-m-64{
    margin: -16rem;
  }

  .\32xl\:-m-72{
    margin: -18rem;
  }

  .\32xl\:-m-80{
    margin: -20rem;
  }

  .\32xl\:-m-82{
    margin: -22rem;
  }

  .\32xl\:-m-83{
    margin: -23.8125rem;
  }

  .\32xl\:-m-96{
    margin: -24rem;
  }

  .\32xl\:-m-px{
    margin: -1px;
  }

  .\32xl\:-m-0\.5{
    margin: -0.125rem;
  }

  .\32xl\:-m-1\.5{
    margin: -0.375rem;
  }

  .\32xl\:-m-2\.5{
    margin: -0.625rem;
  }

  .\32xl\:-m-3\.5{
    margin: -0.875rem;
  }

  .\32xl\:-m-4\.5{
    margin: -1.125rem;
  }

  .\32xl\:-m-5\.5{
    margin: -1.375rem;
  }

  .\32xl\:-m-6\.5{
    margin: -1.625rem;
  }

  .\32xl\:-m-7\.5{
    margin: -1.875rem;
  }

  .\32xl\:-m-8\.5{
    margin: -2.125rem;
  }

  .\32xl\:-m-9\.5{
    margin: -2.375rem;
  }

  .\32xl\:-m-10\.5{
    margin: -2.625rem;
  }

  .\32xl\:-m-11\.5{
    margin: -2.875rem;
  }

  .\32xl\:-m-12\.5{
    margin: -3.125rem;
  }

  .\32xl\:-m-13\.5{
    margin: -3.25rem;
  }

  .\32xl\:-m-15\.5{
    margin: -3.8rem;
  }

  .\32xl\:-m-16\.5{
    margin: -4.125rem;
  }

  .\32xl\:-m-17\.5{
    margin: -4.25rem;
  }

  .\32xl\:-m-18\.5{
    margin: -4.625rem;
  }

  .\32xl\:-m-20\.5{
    margin: -5.25rem;
  }

  .\32xl\:-m-21\.5{
    margin: -5.75rem;
  }

  .\32xl\:-m-22\.5{
    margin: -5.875rem;
  }

  .\32xl\:-m-24\.5{
    margin: -6.8125rem;
  }

  .\32xl\:-m-28\.5{
    margin: -7.375rem;
  }

  .\32xl\:-m-29\.5{
    margin: -7.75rem;
  }

  .\32xl\:-m-32\.5{
    margin: -8.125rem;
  }

  .\32xl\:-m-33\.5{
    margin: -8.8125rem;
  }

  .\32xl\:-m-42\.5{
    margin: -10.875rem;
  }

  .\32xl\:-m-49\.5{
    margin: -12.75rem;
  }

  .\32xl\:-m-72\.5{
    margin: -18.25rem;
  }

  .\32xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .\32xl\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .\32xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .\32xl\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .\32xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .\32xl\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .\32xl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .\32xl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .\32xl\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .\32xl\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .\32xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .\32xl\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .\32xl\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .\32xl\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .\32xl\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .\32xl\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .\32xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .\32xl\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .\32xl\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .\32xl\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .\32xl\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .\32xl\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .\32xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .\32xl\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .\32xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .\32xl\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .\32xl\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .\32xl\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .\32xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .\32xl\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .\32xl\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .\32xl\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .\32xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .\32xl\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .\32xl\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .\32xl\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .\32xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .\32xl\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .\32xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .\32xl\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .\32xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .\32xl\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .\32xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .\32xl\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .\32xl\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .\32xl\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .\32xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .\32xl\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .\32xl\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .\32xl\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .\32xl\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .\32xl\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .\32xl\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .\32xl\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .\32xl\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .\32xl\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .\32xl\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .\32xl\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .\32xl\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .\32xl\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .\32xl\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .\32xl\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .\32xl\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .\32xl\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .\32xl\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .\32xl\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .\32xl\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .\32xl\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .\32xl\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .\32xl\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .\32xl\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .\32xl\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .\32xl\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .\32xl\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .\32xl\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .\32xl\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .\32xl\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .\32xl\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .\32xl\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .\32xl\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .\32xl\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .\32xl\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .\32xl\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .\32xl\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .\32xl\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .\32xl\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .\32xl\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .\32xl\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .\32xl\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .\32xl\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .\32xl\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .\32xl\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .\32xl\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .\32xl\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .\32xl\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .\32xl\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .\32xl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .\32xl\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .\32xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .\32xl\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .\32xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .\32xl\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .\32xl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .\32xl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .\32xl\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .\32xl\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .\32xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .\32xl\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .\32xl\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .\32xl\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .\32xl\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .\32xl\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .\32xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .\32xl\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .\32xl\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .\32xl\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .\32xl\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .\32xl\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .\32xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .\32xl\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .\32xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .\32xl\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .\32xl\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .\32xl\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .\32xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .\32xl\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .\32xl\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .\32xl\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .\32xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .\32xl\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .\32xl\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .\32xl\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .\32xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .\32xl\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .\32xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .\32xl\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .\32xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .\32xl\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .\32xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .\32xl\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .\32xl\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .\32xl\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .\32xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .\32xl\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .\32xl\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .\32xl\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .\32xl\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .\32xl\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .\32xl\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .\32xl\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .\32xl\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .\32xl\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .\32xl\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .\32xl\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .\32xl\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .\32xl\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .\32xl\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .\32xl\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .\32xl\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .\32xl\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .\32xl\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .\32xl\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .\32xl\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .\32xl\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .\32xl\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .\32xl\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .\32xl\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .\32xl\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .\32xl\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .\32xl\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .\32xl\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .\32xl\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .\32xl\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .\32xl\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .\32xl\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .\32xl\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .\32xl\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .\32xl\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .\32xl\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .\32xl\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .\32xl\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .\32xl\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .\32xl\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .\32xl\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .\32xl\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .\32xl\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .\32xl\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .\32xl\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .\32xl\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .\32xl\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .\32xl\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .\32xl\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .\32xl\:mt-0{
    margin-top: 0px;
  }

  .\32xl\:mr-0{
    margin-right: 0px;
  }

  .\32xl\:mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:ml-0{
    margin-left: 0px;
  }

  .\32xl\:mt-1{
    margin-top: 0.25rem;
  }

  .\32xl\:mr-1{
    margin-right: 0.25rem;
  }

  .\32xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .\32xl\:ml-1{
    margin-left: 0.25rem;
  }

  .\32xl\:mt-2{
    margin-top: 0.5rem;
  }

  .\32xl\:mr-2{
    margin-right: 0.5rem;
  }

  .\32xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .\32xl\:ml-2{
    margin-left: 0.5rem;
  }

  .\32xl\:mt-3{
    margin-top: 0.75rem;
  }

  .\32xl\:mr-3{
    margin-right: 0.75rem;
  }

  .\32xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .\32xl\:ml-3{
    margin-left: 0.75rem;
  }

  .\32xl\:mt-4{
    margin-top: 1rem;
  }

  .\32xl\:mr-4{
    margin-right: 1rem;
  }

  .\32xl\:mb-4{
    margin-bottom: 1rem;
  }

  .\32xl\:ml-4{
    margin-left: 1rem;
  }

  .\32xl\:mt-5{
    margin-top: 1.25rem;
  }

  .\32xl\:mr-5{
    margin-right: 1.25rem;
  }

  .\32xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-5{
    margin-left: 1.25rem;
  }

  .\32xl\:mt-6{
    margin-top: 1.5rem;
  }

  .\32xl\:mr-6{
    margin-right: 1.5rem;
  }

  .\32xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .\32xl\:ml-6{
    margin-left: 1.5rem;
  }

  .\32xl\:mt-7{
    margin-top: 1.75rem;
  }

  .\32xl\:mr-7{
    margin-right: 1.75rem;
  }

  .\32xl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .\32xl\:ml-7{
    margin-left: 1.75rem;
  }

  .\32xl\:mt-8{
    margin-top: 2rem;
  }

  .\32xl\:mr-8{
    margin-right: 2rem;
  }

  .\32xl\:mb-8{
    margin-bottom: 2rem;
  }

  .\32xl\:ml-8{
    margin-left: 2rem;
  }

  .\32xl\:mt-9{
    margin-top: 2.25rem;
  }

  .\32xl\:mr-9{
    margin-right: 2.25rem;
  }

  .\32xl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .\32xl\:ml-9{
    margin-left: 2.25rem;
  }

  .\32xl\:mt-10{
    margin-top: 2.5rem;
  }

  .\32xl\:mr-10{
    margin-right: 2.5rem;
  }

  .\32xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .\32xl\:ml-10{
    margin-left: 2.5rem;
  }

  .\32xl\:mt-11{
    margin-top: 2.75rem;
  }

  .\32xl\:mr-11{
    margin-right: 2.75rem;
  }

  .\32xl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .\32xl\:ml-11{
    margin-left: 2.75rem;
  }

  .\32xl\:mt-12{
    margin-top: 3rem;
  }

  .\32xl\:mr-12{
    margin-right: 3rem;
  }

  .\32xl\:mb-12{
    margin-bottom: 3rem;
  }

  .\32xl\:ml-12{
    margin-left: 3rem;
  }

  .\32xl\:mt-13{
    margin-top: 3.375rem;
  }

  .\32xl\:mr-13{
    margin-right: 3.375rem;
  }

  .\32xl\:mb-13{
    margin-bottom: 3.375rem;
  }

  .\32xl\:ml-13{
    margin-left: 3.375rem;
  }

  .\32xl\:mt-14{
    margin-top: 3.5rem;
  }

  .\32xl\:mr-14{
    margin-right: 3.5rem;
  }

  .\32xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .\32xl\:ml-14{
    margin-left: 3.5rem;
  }

  .\32xl\:mt-15{
    margin-top: 3.75rem;
  }

  .\32xl\:mr-15{
    margin-right: 3.75rem;
  }

  .\32xl\:mb-15{
    margin-bottom: 3.75rem;
  }

  .\32xl\:ml-15{
    margin-left: 3.75rem;
  }

  .\32xl\:mt-16{
    margin-top: 4rem;
  }

  .\32xl\:mr-16{
    margin-right: 4rem;
  }

  .\32xl\:mb-16{
    margin-bottom: 4rem;
  }

  .\32xl\:ml-16{
    margin-left: 4rem;
  }

  .\32xl\:mt-17{
    margin-top: 4.375rem;
  }

  .\32xl\:mr-17{
    margin-right: 4.375rem;
  }

  .\32xl\:mb-17{
    margin-bottom: 4.375rem;
  }

  .\32xl\:ml-17{
    margin-left: 4.375rem;
  }

  .\32xl\:mt-18{
    margin-top: 4.5rem;
  }

  .\32xl\:mr-18{
    margin-right: 4.5rem;
  }

  .\32xl\:mb-18{
    margin-bottom: 4.5rem;
  }

  .\32xl\:ml-18{
    margin-left: 4.5rem;
  }

  .\32xl\:mt-19{
    margin-top: 4.75rem;
  }

  .\32xl\:mr-19{
    margin-right: 4.75rem;
  }

  .\32xl\:mb-19{
    margin-bottom: 4.75rem;
  }

  .\32xl\:ml-19{
    margin-left: 4.75rem;
  }

  .\32xl\:mt-20{
    margin-top: 5rem;
  }

  .\32xl\:mr-20{
    margin-right: 5rem;
  }

  .\32xl\:mb-20{
    margin-bottom: 5rem;
  }

  .\32xl\:ml-20{
    margin-left: 5rem;
  }

  .\32xl\:mt-21{
    margin-top: 5.5rem;
  }

  .\32xl\:mr-21{
    margin-right: 5.5rem;
  }

  .\32xl\:mb-21{
    margin-bottom: 5.5rem;
  }

  .\32xl\:ml-21{
    margin-left: 5.5rem;
  }

  .\32xl\:mt-22{
    margin-top: 5.625rem;
  }

  .\32xl\:mr-22{
    margin-right: 5.625rem;
  }

  .\32xl\:mb-22{
    margin-bottom: 5.625rem;
  }

  .\32xl\:ml-22{
    margin-left: 5.625rem;
  }

  .\32xl\:mt-23{
    margin-top: 6.125rem;
  }

  .\32xl\:mr-23{
    margin-right: 6.125rem;
  }

  .\32xl\:mb-23{
    margin-bottom: 6.125rem;
  }

  .\32xl\:ml-23{
    margin-left: 6.125rem;
  }

  .\32xl\:mt-24{
    margin-top: 6rem;
  }

  .\32xl\:mr-24{
    margin-right: 6rem;
  }

  .\32xl\:mb-24{
    margin-bottom: 6rem;
  }

  .\32xl\:ml-24{
    margin-left: 6rem;
  }

  .\32xl\:mt-25{
    margin-top: 6.5rem;
  }

  .\32xl\:mr-25{
    margin-right: 6.5rem;
  }

  .\32xl\:mb-25{
    margin-bottom: 6.5rem;
  }

  .\32xl\:ml-25{
    margin-left: 6.5rem;
  }

  .\32xl\:mt-26{
    margin-top: 6.75rem;
  }

  .\32xl\:mr-26{
    margin-right: 6.75rem;
  }

  .\32xl\:mb-26{
    margin-bottom: 6.75rem;
  }

  .\32xl\:ml-26{
    margin-left: 6.75rem;
  }

  .\32xl\:mt-27{
    margin-top: 6.25rem;
  }

  .\32xl\:mr-27{
    margin-right: 6.25rem;
  }

  .\32xl\:mb-27{
    margin-bottom: 6.25rem;
  }

  .\32xl\:ml-27{
    margin-left: 6.25rem;
  }

  .\32xl\:mt-28{
    margin-top: 7rem;
  }

  .\32xl\:mr-28{
    margin-right: 7rem;
  }

  .\32xl\:mb-28{
    margin-bottom: 7rem;
  }

  .\32xl\:ml-28{
    margin-left: 7rem;
  }

  .\32xl\:mt-29{
    margin-top: 7.5rem;
  }

  .\32xl\:mr-29{
    margin-right: 7.5rem;
  }

  .\32xl\:mb-29{
    margin-bottom: 7.5rem;
  }

  .\32xl\:ml-29{
    margin-left: 7.5rem;
  }

  .\32xl\:mt-32{
    margin-top: 8rem;
  }

  .\32xl\:mr-32{
    margin-right: 8rem;
  }

  .\32xl\:mb-32{
    margin-bottom: 8rem;
  }

  .\32xl\:ml-32{
    margin-left: 8rem;
  }

  .\32xl\:mt-34{
    margin-top: 8.5rem;
  }

  .\32xl\:mr-34{
    margin-right: 8.5rem;
  }

  .\32xl\:mb-34{
    margin-bottom: 8.5rem;
  }

  .\32xl\:ml-34{
    margin-left: 8.5rem;
  }

  .\32xl\:mt-35{
    margin-top: 8.75rem;
  }

  .\32xl\:mr-35{
    margin-right: 8.75rem;
  }

  .\32xl\:mb-35{
    margin-bottom: 8.75rem;
  }

  .\32xl\:ml-35{
    margin-left: 8.75rem;
  }

  .\32xl\:mt-36{
    margin-top: 9rem;
  }

  .\32xl\:mr-36{
    margin-right: 9rem;
  }

  .\32xl\:mb-36{
    margin-bottom: 9rem;
  }

  .\32xl\:ml-36{
    margin-left: 9rem;
  }

  .\32xl\:mt-37{
    margin-top: 9.125rem;
  }

  .\32xl\:mr-37{
    margin-right: 9.125rem;
  }

  .\32xl\:mb-37{
    margin-bottom: 9.125rem;
  }

  .\32xl\:ml-37{
    margin-left: 9.125rem;
  }

  .\32xl\:mt-38{
    margin-top: 9.5rem;
  }

  .\32xl\:mr-38{
    margin-right: 9.5rem;
  }

  .\32xl\:mb-38{
    margin-bottom: 9.5rem;
  }

  .\32xl\:ml-38{
    margin-left: 9.5rem;
  }

  .\32xl\:mt-40{
    margin-top: 10rem;
  }

  .\32xl\:mr-40{
    margin-right: 10rem;
  }

  .\32xl\:mb-40{
    margin-bottom: 10rem;
  }

  .\32xl\:ml-40{
    margin-left: 10rem;
  }

  .\32xl\:mt-41{
    margin-top: 10.5rem;
  }

  .\32xl\:mr-41{
    margin-right: 10.5rem;
  }

  .\32xl\:mb-41{
    margin-bottom: 10.5rem;
  }

  .\32xl\:ml-41{
    margin-left: 10.5rem;
  }

  .\32xl\:mt-42{
    margin-top: 10.625rem;
  }

  .\32xl\:mr-42{
    margin-right: 10.625rem;
  }

  .\32xl\:mb-42{
    margin-bottom: 10.625rem;
  }

  .\32xl\:ml-42{
    margin-left: 10.625rem;
  }

  .\32xl\:mt-44{
    margin-top: 11rem;
  }

  .\32xl\:mr-44{
    margin-right: 11rem;
  }

  .\32xl\:mb-44{
    margin-bottom: 11rem;
  }

  .\32xl\:ml-44{
    margin-left: 11rem;
  }

  .\32xl\:mt-45{
    margin-top: 11.25rem;
  }

  .\32xl\:mr-45{
    margin-right: 11.25rem;
  }

  .\32xl\:mb-45{
    margin-bottom: 11.25rem;
  }

  .\32xl\:ml-45{
    margin-left: 11.25rem;
  }

  .\32xl\:mt-48{
    margin-top: 12rem;
  }

  .\32xl\:mr-48{
    margin-right: 12rem;
  }

  .\32xl\:mb-48{
    margin-bottom: 12rem;
  }

  .\32xl\:ml-48{
    margin-left: 12rem;
  }

  .\32xl\:mt-49{
    margin-top: 12.5rem;
  }

  .\32xl\:mr-49{
    margin-right: 12.5rem;
  }

  .\32xl\:mb-49{
    margin-bottom: 12.5rem;
  }

  .\32xl\:ml-49{
    margin-left: 12.5rem;
  }

  .\32xl\:mt-52{
    margin-top: 13rem;
  }

  .\32xl\:mr-52{
    margin-right: 13rem;
  }

  .\32xl\:mb-52{
    margin-bottom: 13rem;
  }

  .\32xl\:ml-52{
    margin-left: 13rem;
  }

  .\32xl\:mt-56{
    margin-top: 14rem;
  }

  .\32xl\:mr-56{
    margin-right: 14rem;
  }

  .\32xl\:mb-56{
    margin-bottom: 14rem;
  }

  .\32xl\:ml-56{
    margin-left: 14rem;
  }

  .\32xl\:mt-57{
    margin-top: 14.375rem;
  }

  .\32xl\:mr-57{
    margin-right: 14.375rem;
  }

  .\32xl\:mb-57{
    margin-bottom: 14.375rem;
  }

  .\32xl\:ml-57{
    margin-left: 14.375rem;
  }

  .\32xl\:mt-60{
    margin-top: 15rem;
  }

  .\32xl\:mr-60{
    margin-right: 15rem;
  }

  .\32xl\:mb-60{
    margin-bottom: 15rem;
  }

  .\32xl\:ml-60{
    margin-left: 15rem;
  }

  .\32xl\:mt-64{
    margin-top: 16rem;
  }

  .\32xl\:mr-64{
    margin-right: 16rem;
  }

  .\32xl\:mb-64{
    margin-bottom: 16rem;
  }

  .\32xl\:ml-64{
    margin-left: 16rem;
  }

  .\32xl\:mt-72{
    margin-top: 18rem;
  }

  .\32xl\:mr-72{
    margin-right: 18rem;
  }

  .\32xl\:mb-72{
    margin-bottom: 18rem;
  }

  .\32xl\:ml-72{
    margin-left: 18rem;
  }

  .\32xl\:mt-80{
    margin-top: 20rem;
  }

  .\32xl\:mr-80{
    margin-right: 20rem;
  }

  .\32xl\:mb-80{
    margin-bottom: 20rem;
  }

  .\32xl\:ml-80{
    margin-left: 20rem;
  }

  .\32xl\:mt-82{
    margin-top: 22rem;
  }

  .\32xl\:mr-82{
    margin-right: 22rem;
  }

  .\32xl\:mb-82{
    margin-bottom: 22rem;
  }

  .\32xl\:ml-82{
    margin-left: 22rem;
  }

  .\32xl\:mt-83{
    margin-top: 23.8125rem;
  }

  .\32xl\:mr-83{
    margin-right: 23.8125rem;
  }

  .\32xl\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .\32xl\:ml-83{
    margin-left: 23.8125rem;
  }

  .\32xl\:mt-96{
    margin-top: 24rem;
  }

  .\32xl\:mr-96{
    margin-right: 24rem;
  }

  .\32xl\:mb-96{
    margin-bottom: 24rem;
  }

  .\32xl\:ml-96{
    margin-left: 24rem;
  }

  .\32xl\:mt-auto{
    margin-top: auto;
  }

  .\32xl\:mr-auto{
    margin-right: auto;
  }

  .\32xl\:mb-auto{
    margin-bottom: auto;
  }

  .\32xl\:ml-auto{
    margin-left: auto;
  }

  .\32xl\:mt-px{
    margin-top: 1px;
  }

  .\32xl\:mr-px{
    margin-right: 1px;
  }

  .\32xl\:mb-px{
    margin-bottom: 1px;
  }

  .\32xl\:ml-px{
    margin-left: 1px;
  }

  .\32xl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .\32xl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .\32xl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .\32xl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .\32xl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .\32xl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .\32xl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .\32xl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .\32xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .\32xl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .\32xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .\32xl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .\32xl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .\32xl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .\32xl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .\32xl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .\32xl\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .\32xl\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .\32xl\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .\32xl\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .\32xl\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .\32xl\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .\32xl\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .\32xl\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .\32xl\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .\32xl\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .\32xl\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .\32xl\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .\32xl\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .\32xl\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .\32xl\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .\32xl\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .\32xl\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .\32xl\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .\32xl\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .\32xl\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .\32xl\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .\32xl\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .\32xl\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .\32xl\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .\32xl\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .\32xl\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .\32xl\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .\32xl\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .\32xl\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .\32xl\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .\32xl\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .\32xl\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .\32xl\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .\32xl\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .\32xl\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .\32xl\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .\32xl\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .\32xl\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .\32xl\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .\32xl\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .\32xl\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .\32xl\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .\32xl\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .\32xl\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .\32xl\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .\32xl\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .\32xl\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .\32xl\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .\32xl\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .\32xl\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .\32xl\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .\32xl\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .\32xl\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .\32xl\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .\32xl\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .\32xl\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .\32xl\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .\32xl\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .\32xl\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .\32xl\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .\32xl\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .\32xl\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .\32xl\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .\32xl\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .\32xl\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .\32xl\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .\32xl\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .\32xl\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .\32xl\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .\32xl\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .\32xl\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .\32xl\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .\32xl\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .\32xl\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .\32xl\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .\32xl\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .\32xl\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .\32xl\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .\32xl\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .\32xl\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .\32xl\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .\32xl\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .\32xl\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .\32xl\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .\32xl\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .\32xl\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .\32xl\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .\32xl\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .\32xl\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .\32xl\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .\32xl\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .\32xl\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .\32xl\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .\32xl\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .\32xl\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .\32xl\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .\32xl\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .\32xl\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .\32xl\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .\32xl\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .\32xl\:-mt-0{
    margin-top: 0px;
  }

  .\32xl\:-mr-0{
    margin-right: 0px;
  }

  .\32xl\:-mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:-ml-0{
    margin-left: 0px;
  }

  .\32xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .\32xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .\32xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .\32xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .\32xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .\32xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .\32xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .\32xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .\32xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .\32xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .\32xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .\32xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .\32xl\:-mt-4{
    margin-top: -1rem;
  }

  .\32xl\:-mr-4{
    margin-right: -1rem;
  }

  .\32xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .\32xl\:-ml-4{
    margin-left: -1rem;
  }

  .\32xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .\32xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .\32xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .\32xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .\32xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .\32xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .\32xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .\32xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .\32xl\:-mt-7{
    margin-top: -1.75rem;
  }

  .\32xl\:-mr-7{
    margin-right: -1.75rem;
  }

  .\32xl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .\32xl\:-ml-7{
    margin-left: -1.75rem;
  }

  .\32xl\:-mt-8{
    margin-top: -2rem;
  }

  .\32xl\:-mr-8{
    margin-right: -2rem;
  }

  .\32xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .\32xl\:-ml-8{
    margin-left: -2rem;
  }

  .\32xl\:-mt-9{
    margin-top: -2.25rem;
  }

  .\32xl\:-mr-9{
    margin-right: -2.25rem;
  }

  .\32xl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .\32xl\:-ml-9{
    margin-left: -2.25rem;
  }

  .\32xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .\32xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .\32xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .\32xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .\32xl\:-mt-11{
    margin-top: -2.75rem;
  }

  .\32xl\:-mr-11{
    margin-right: -2.75rem;
  }

  .\32xl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .\32xl\:-ml-11{
    margin-left: -2.75rem;
  }

  .\32xl\:-mt-12{
    margin-top: -3rem;
  }

  .\32xl\:-mr-12{
    margin-right: -3rem;
  }

  .\32xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .\32xl\:-ml-12{
    margin-left: -3rem;
  }

  .\32xl\:-mt-13{
    margin-top: -3.375rem;
  }

  .\32xl\:-mr-13{
    margin-right: -3.375rem;
  }

  .\32xl\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .\32xl\:-ml-13{
    margin-left: -3.375rem;
  }

  .\32xl\:-mt-14{
    margin-top: -3.5rem;
  }

  .\32xl\:-mr-14{
    margin-right: -3.5rem;
  }

  .\32xl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .\32xl\:-ml-14{
    margin-left: -3.5rem;
  }

  .\32xl\:-mt-15{
    margin-top: -3.75rem;
  }

  .\32xl\:-mr-15{
    margin-right: -3.75rem;
  }

  .\32xl\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .\32xl\:-ml-15{
    margin-left: -3.75rem;
  }

  .\32xl\:-mt-16{
    margin-top: -4rem;
  }

  .\32xl\:-mr-16{
    margin-right: -4rem;
  }

  .\32xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .\32xl\:-ml-16{
    margin-left: -4rem;
  }

  .\32xl\:-mt-17{
    margin-top: -4.375rem;
  }

  .\32xl\:-mr-17{
    margin-right: -4.375rem;
  }

  .\32xl\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .\32xl\:-ml-17{
    margin-left: -4.375rem;
  }

  .\32xl\:-mt-18{
    margin-top: -4.5rem;
  }

  .\32xl\:-mr-18{
    margin-right: -4.5rem;
  }

  .\32xl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .\32xl\:-ml-18{
    margin-left: -4.5rem;
  }

  .\32xl\:-mt-19{
    margin-top: -4.75rem;
  }

  .\32xl\:-mr-19{
    margin-right: -4.75rem;
  }

  .\32xl\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .\32xl\:-ml-19{
    margin-left: -4.75rem;
  }

  .\32xl\:-mt-20{
    margin-top: -5rem;
  }

  .\32xl\:-mr-20{
    margin-right: -5rem;
  }

  .\32xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .\32xl\:-ml-20{
    margin-left: -5rem;
  }

  .\32xl\:-mt-21{
    margin-top: -5.5rem;
  }

  .\32xl\:-mr-21{
    margin-right: -5.5rem;
  }

  .\32xl\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .\32xl\:-ml-21{
    margin-left: -5.5rem;
  }

  .\32xl\:-mt-22{
    margin-top: -5.625rem;
  }

  .\32xl\:-mr-22{
    margin-right: -5.625rem;
  }

  .\32xl\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .\32xl\:-ml-22{
    margin-left: -5.625rem;
  }

  .\32xl\:-mt-23{
    margin-top: -6.125rem;
  }

  .\32xl\:-mr-23{
    margin-right: -6.125rem;
  }

  .\32xl\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .\32xl\:-ml-23{
    margin-left: -6.125rem;
  }

  .\32xl\:-mt-24{
    margin-top: -6rem;
  }

  .\32xl\:-mr-24{
    margin-right: -6rem;
  }

  .\32xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .\32xl\:-ml-24{
    margin-left: -6rem;
  }

  .\32xl\:-mt-25{
    margin-top: -6.5rem;
  }

  .\32xl\:-mr-25{
    margin-right: -6.5rem;
  }

  .\32xl\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .\32xl\:-ml-25{
    margin-left: -6.5rem;
  }

  .\32xl\:-mt-26{
    margin-top: -6.75rem;
  }

  .\32xl\:-mr-26{
    margin-right: -6.75rem;
  }

  .\32xl\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .\32xl\:-ml-26{
    margin-left: -6.75rem;
  }

  .\32xl\:-mt-27{
    margin-top: -6.25rem;
  }

  .\32xl\:-mr-27{
    margin-right: -6.25rem;
  }

  .\32xl\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .\32xl\:-ml-27{
    margin-left: -6.25rem;
  }

  .\32xl\:-mt-28{
    margin-top: -7rem;
  }

  .\32xl\:-mr-28{
    margin-right: -7rem;
  }

  .\32xl\:-mb-28{
    margin-bottom: -7rem;
  }

  .\32xl\:-ml-28{
    margin-left: -7rem;
  }

  .\32xl\:-mt-29{
    margin-top: -7.5rem;
  }

  .\32xl\:-mr-29{
    margin-right: -7.5rem;
  }

  .\32xl\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .\32xl\:-ml-29{
    margin-left: -7.5rem;
  }

  .\32xl\:-mt-32{
    margin-top: -8rem;
  }

  .\32xl\:-mr-32{
    margin-right: -8rem;
  }

  .\32xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .\32xl\:-ml-32{
    margin-left: -8rem;
  }

  .\32xl\:-mt-34{
    margin-top: -8.5rem;
  }

  .\32xl\:-mr-34{
    margin-right: -8.5rem;
  }

  .\32xl\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .\32xl\:-ml-34{
    margin-left: -8.5rem;
  }

  .\32xl\:-mt-35{
    margin-top: -8.75rem;
  }

  .\32xl\:-mr-35{
    margin-right: -8.75rem;
  }

  .\32xl\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .\32xl\:-ml-35{
    margin-left: -8.75rem;
  }

  .\32xl\:-mt-36{
    margin-top: -9rem;
  }

  .\32xl\:-mr-36{
    margin-right: -9rem;
  }

  .\32xl\:-mb-36{
    margin-bottom: -9rem;
  }

  .\32xl\:-ml-36{
    margin-left: -9rem;
  }

  .\32xl\:-mt-37{
    margin-top: -9.125rem;
  }

  .\32xl\:-mr-37{
    margin-right: -9.125rem;
  }

  .\32xl\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .\32xl\:-ml-37{
    margin-left: -9.125rem;
  }

  .\32xl\:-mt-38{
    margin-top: -9.5rem;
  }

  .\32xl\:-mr-38{
    margin-right: -9.5rem;
  }

  .\32xl\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .\32xl\:-ml-38{
    margin-left: -9.5rem;
  }

  .\32xl\:-mt-40{
    margin-top: -10rem;
  }

  .\32xl\:-mr-40{
    margin-right: -10rem;
  }

  .\32xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .\32xl\:-ml-40{
    margin-left: -10rem;
  }

  .\32xl\:-mt-41{
    margin-top: -10.5rem;
  }

  .\32xl\:-mr-41{
    margin-right: -10.5rem;
  }

  .\32xl\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .\32xl\:-ml-41{
    margin-left: -10.5rem;
  }

  .\32xl\:-mt-42{
    margin-top: -10.625rem;
  }

  .\32xl\:-mr-42{
    margin-right: -10.625rem;
  }

  .\32xl\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .\32xl\:-ml-42{
    margin-left: -10.625rem;
  }

  .\32xl\:-mt-44{
    margin-top: -11rem;
  }

  .\32xl\:-mr-44{
    margin-right: -11rem;
  }

  .\32xl\:-mb-44{
    margin-bottom: -11rem;
  }

  .\32xl\:-ml-44{
    margin-left: -11rem;
  }

  .\32xl\:-mt-45{
    margin-top: -11.25rem;
  }

  .\32xl\:-mr-45{
    margin-right: -11.25rem;
  }

  .\32xl\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .\32xl\:-ml-45{
    margin-left: -11.25rem;
  }

  .\32xl\:-mt-48{
    margin-top: -12rem;
  }

  .\32xl\:-mr-48{
    margin-right: -12rem;
  }

  .\32xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .\32xl\:-ml-48{
    margin-left: -12rem;
  }

  .\32xl\:-mt-49{
    margin-top: -12.5rem;
  }

  .\32xl\:-mr-49{
    margin-right: -12.5rem;
  }

  .\32xl\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .\32xl\:-ml-49{
    margin-left: -12.5rem;
  }

  .\32xl\:-mt-52{
    margin-top: -13rem;
  }

  .\32xl\:-mr-52{
    margin-right: -13rem;
  }

  .\32xl\:-mb-52{
    margin-bottom: -13rem;
  }

  .\32xl\:-ml-52{
    margin-left: -13rem;
  }

  .\32xl\:-mt-56{
    margin-top: -14rem;
  }

  .\32xl\:-mr-56{
    margin-right: -14rem;
  }

  .\32xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .\32xl\:-ml-56{
    margin-left: -14rem;
  }

  .\32xl\:-mt-57{
    margin-top: -14.375rem;
  }

  .\32xl\:-mr-57{
    margin-right: -14.375rem;
  }

  .\32xl\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .\32xl\:-ml-57{
    margin-left: -14.375rem;
  }

  .\32xl\:-mt-60{
    margin-top: -15rem;
  }

  .\32xl\:-mr-60{
    margin-right: -15rem;
  }

  .\32xl\:-mb-60{
    margin-bottom: -15rem;
  }

  .\32xl\:-ml-60{
    margin-left: -15rem;
  }

  .\32xl\:-mt-64{
    margin-top: -16rem;
  }

  .\32xl\:-mr-64{
    margin-right: -16rem;
  }

  .\32xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .\32xl\:-ml-64{
    margin-left: -16rem;
  }

  .\32xl\:-mt-72{
    margin-top: -18rem;
  }

  .\32xl\:-mr-72{
    margin-right: -18rem;
  }

  .\32xl\:-mb-72{
    margin-bottom: -18rem;
  }

  .\32xl\:-ml-72{
    margin-left: -18rem;
  }

  .\32xl\:-mt-80{
    margin-top: -20rem;
  }

  .\32xl\:-mr-80{
    margin-right: -20rem;
  }

  .\32xl\:-mb-80{
    margin-bottom: -20rem;
  }

  .\32xl\:-ml-80{
    margin-left: -20rem;
  }

  .\32xl\:-mt-82{
    margin-top: -22rem;
  }

  .\32xl\:-mr-82{
    margin-right: -22rem;
  }

  .\32xl\:-mb-82{
    margin-bottom: -22rem;
  }

  .\32xl\:-ml-82{
    margin-left: -22rem;
  }

  .\32xl\:-mt-83{
    margin-top: -23.8125rem;
  }

  .\32xl\:-mr-83{
    margin-right: -23.8125rem;
  }

  .\32xl\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .\32xl\:-ml-83{
    margin-left: -23.8125rem;
  }

  .\32xl\:-mt-96{
    margin-top: -24rem;
  }

  .\32xl\:-mr-96{
    margin-right: -24rem;
  }

  .\32xl\:-mb-96{
    margin-bottom: -24rem;
  }

  .\32xl\:-ml-96{
    margin-left: -24rem;
  }

  .\32xl\:-mt-px{
    margin-top: -1px;
  }

  .\32xl\:-mr-px{
    margin-right: -1px;
  }

  .\32xl\:-mb-px{
    margin-bottom: -1px;
  }

  .\32xl\:-ml-px{
    margin-left: -1px;
  }

  .\32xl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .\32xl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .\32xl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .\32xl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .\32xl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .\32xl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .\32xl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .\32xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .\32xl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .\32xl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .\32xl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .\32xl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .\32xl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .\32xl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .\32xl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .\32xl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .\32xl\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .\32xl\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .\32xl\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .\32xl\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .\32xl\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .\32xl\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .\32xl\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .\32xl\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .\32xl\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .\32xl\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .\32xl\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .\32xl\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .\32xl\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .\32xl\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .\32xl\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .\32xl\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .\32xl\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .\32xl\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .\32xl\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .\32xl\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .\32xl\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .\32xl\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .\32xl\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .\32xl\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .\32xl\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .\32xl\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .\32xl\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .\32xl\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .\32xl\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .\32xl\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .\32xl\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .\32xl\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .\32xl\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .\32xl\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .\32xl\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .\32xl\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .\32xl\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .\32xl\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .\32xl\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .\32xl\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .\32xl\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .\32xl\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .\32xl\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .\32xl\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .\32xl\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .\32xl\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .\32xl\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .\32xl\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .\32xl\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .\32xl\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .\32xl\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .\32xl\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .\32xl\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .\32xl\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .\32xl\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .\32xl\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .\32xl\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .\32xl\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .\32xl\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .\32xl\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .\32xl\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .\32xl\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .\32xl\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .\32xl\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .\32xl\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .\32xl\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .\32xl\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .\32xl\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .\32xl\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .\32xl\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .\32xl\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .\32xl\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .\32xl\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .\32xl\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .\32xl\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .\32xl\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .\32xl\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .\32xl\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .\32xl\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .\32xl\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .\32xl\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .\32xl\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .\32xl\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .\32xl\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .\32xl\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .\32xl\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .\32xl\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .\32xl\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .\32xl\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .\32xl\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .\32xl\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .\32xl\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .\32xl\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .\32xl\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .\32xl\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .\32xl\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .\32xl\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .\32xl\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .\32xl\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .\32xl\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .\32xl\:max-h-0{
    max-height: 0px;
  }

  .\32xl\:max-h-1{
    max-height: 0.25rem;
  }

  .\32xl\:max-h-2{
    max-height: 0.5rem;
  }

  .\32xl\:max-h-3{
    max-height: 0.75rem;
  }

  .\32xl\:max-h-4{
    max-height: 1rem;
  }

  .\32xl\:max-h-5{
    max-height: 1.25rem;
  }

  .\32xl\:max-h-6{
    max-height: 1.5rem;
  }

  .\32xl\:max-h-7{
    max-height: 1.75rem;
  }

  .\32xl\:max-h-8{
    max-height: 2rem;
  }

  .\32xl\:max-h-9{
    max-height: 2.25rem;
  }

  .\32xl\:max-h-10{
    max-height: 2.5rem;
  }

  .\32xl\:max-h-11{
    max-height: 2.75rem;
  }

  .\32xl\:max-h-12{
    max-height: 3rem;
  }

  .\32xl\:max-h-13{
    max-height: 3.375rem;
  }

  .\32xl\:max-h-14{
    max-height: 3.5rem;
  }

  .\32xl\:max-h-15{
    max-height: 3.75rem;
  }

  .\32xl\:max-h-16{
    max-height: 4rem;
  }

  .\32xl\:max-h-17{
    max-height: 4.375rem;
  }

  .\32xl\:max-h-18{
    max-height: 4.5rem;
  }

  .\32xl\:max-h-19{
    max-height: 4.75rem;
  }

  .\32xl\:max-h-20{
    max-height: 5rem;
  }

  .\32xl\:max-h-21{
    max-height: 5.5rem;
  }

  .\32xl\:max-h-22{
    max-height: 5.625rem;
  }

  .\32xl\:max-h-23{
    max-height: 6.125rem;
  }

  .\32xl\:max-h-24{
    max-height: 6rem;
  }

  .\32xl\:max-h-25{
    max-height: 6.5rem;
  }

  .\32xl\:max-h-26{
    max-height: 6.75rem;
  }

  .\32xl\:max-h-27{
    max-height: 6.25rem;
  }

  .\32xl\:max-h-28{
    max-height: 7rem;
  }

  .\32xl\:max-h-29{
    max-height: 7.5rem;
  }

  .\32xl\:max-h-32{
    max-height: 8rem;
  }

  .\32xl\:max-h-34{
    max-height: 8.5rem;
  }

  .\32xl\:max-h-35{
    max-height: 8.75rem;
  }

  .\32xl\:max-h-36{
    max-height: 9rem;
  }

  .\32xl\:max-h-37{
    max-height: 9.125rem;
  }

  .\32xl\:max-h-38{
    max-height: 9.5rem;
  }

  .\32xl\:max-h-40{
    max-height: 10rem;
  }

  .\32xl\:max-h-41{
    max-height: 10.5rem;
  }

  .\32xl\:max-h-42{
    max-height: 10.625rem;
  }

  .\32xl\:max-h-44{
    max-height: 11rem;
  }

  .\32xl\:max-h-45{
    max-height: 11.25rem;
  }

  .\32xl\:max-h-48{
    max-height: 12rem;
  }

  .\32xl\:max-h-49{
    max-height: 12.5rem;
  }

  .\32xl\:max-h-52{
    max-height: 13rem;
  }

  .\32xl\:max-h-56{
    max-height: 14rem;
  }

  .\32xl\:max-h-57{
    max-height: 14.375rem;
  }

  .\32xl\:max-h-60{
    max-height: 15rem;
  }

  .\32xl\:max-h-64{
    max-height: 16rem;
  }

  .\32xl\:max-h-72{
    max-height: 18rem;
  }

  .\32xl\:max-h-80{
    max-height: 20rem;
  }

  .\32xl\:max-h-82{
    max-height: 22rem;
  }

  .\32xl\:max-h-83{
    max-height: 23.8125rem;
  }

  .\32xl\:max-h-96{
    max-height: 24rem;
  }

  .\32xl\:max-h-px{
    max-height: 1px;
  }

  .\32xl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .\32xl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .\32xl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .\32xl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .\32xl\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .\32xl\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .\32xl\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .\32xl\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .\32xl\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .\32xl\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .\32xl\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .\32xl\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .\32xl\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .\32xl\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .\32xl\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .\32xl\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .\32xl\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .\32xl\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .\32xl\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .\32xl\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .\32xl\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .\32xl\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .\32xl\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .\32xl\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .\32xl\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .\32xl\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .\32xl\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .\32xl\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .\32xl\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .\32xl\:max-h-full{
    max-height: 100%;
  }

  .\32xl\:max-h-screen{
    max-height: 100vh;
  }

  .\32xl\:max-w-0{
    max-width: 0rem;
  }

  .\32xl\:max-w-13{
    max-width: 3.375rem;
  }

  .\32xl\:max-w-23{
    max-width: 380px;
  }

  .\32xl\:max-w-28{
    max-width: 7rem;
  }

  .\32xl\:max-w-29{
    max-width: 27.5rem;
  }

  .\32xl\:max-w-33{
    max-width: 8.75rem;
  }

  .\32xl\:max-w-56{
    max-width: 14rem;
  }

  .\32xl\:max-w-70{
    max-width: 26.4375rem;
  }

  .\32xl\:max-w-98{
    max-width: 48rem;
  }

  .\32xl\:max-w-100{
    max-width: 922px;
  }

  .\32xl\:max-w-none{
    max-width: none;
  }

  .\32xl\:max-w-xs{
    max-width: 20rem;
  }

  .\32xl\:max-w-sm{
    max-width: 24rem;
  }

  .\32xl\:max-w-md{
    max-width: 28rem;
  }

  .\32xl\:max-w-lg{
    max-width: 32rem;
  }

  .\32xl\:max-w-xl{
    max-width: 36rem;
  }

  .\32xl\:max-w-2xl{
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl{
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl{
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl{
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl{
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }

  .\32xl\:max-w-full{
    max-width: 100%;
  }

  .\32xl\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:max-w-prose{
    max-width: 65ch;
  }

  .\32xl\:max-w-screen-sm{
    max-width: 576px;
  }

  .\32xl\:max-w-screen-md{
    max-width: 768px;
  }

  .\32xl\:max-w-screen-lg{
    max-width: 992px;
  }

  .\32xl\:max-w-screen-xl{
    max-width: 1200px;
  }

  .\32xl\:max-w-screen-xs{
    max-width: 322px;
  }

  .\32xl\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .\32xl\:max-w-received{
    max-width: 592px;
  }

  .\32xl\:max-w-about{
    max-width: 618px;
  }

  .\32xl\:max-w-commission{
    max-width: 1378px;
  }

  .\32xl\:max-w-commission-lg{
    max-width: 1000px;
  }

  .\32xl\:max-w-status{
    max-width: 963px;
  }

  .\32xl\:max-w-pdf{
    max-width: 515px;
  }

  .\32xl\:max-w-detail{
    max-width: 731px;
  }

  .\32xl\:max-w-inscription{
    max-width: 825px;
  }

  .\32xl\:max-w-info-caption{
    max-width: 587px;
  }

  .\32xl\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .\32xl\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .\32xl\:max-w-info-caption-md{
    max-width: 550px;
  }

  .\32xl\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .\32xl\:max-w-dashboard{
    max-width: 1054px;
  }

  .\32xl\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .\32xl\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .\32xl\:max-w-dashboard-md{
    max-width: 500px;
  }

  .\32xl\:max-w-profile{
    max-width: 960px;
  }

  .\32xl\:max-w-debate{
    max-width: 755px;
  }

  .\32xl\:max-w-debate-md{
    max-width: 660px;
  }

  .\32xl\:max-w-galery{
    max-width: 918px;
  }

  .\32xl\:max-w-approach{
    max-width: 916px;
  }

  .\32xl\:min-h-0{
    min-height: 0px;
  }

  .\32xl\:min-h-full{
    min-height: 100%;
  }

  .\32xl\:min-h-screen{
    min-height: 100vh;
  }

  .\32xl\:min-w-0{
    min-width: 0px;
  }

  .\32xl\:min-w-7{
    min-width: 1.75rem;
  }

  .\32xl\:min-w-13{
    min-width: 44px;
  }

  .\32xl\:min-w-22{
    min-width: 5.625rem;
  }

  .\32xl\:min-w-33{
    min-width: 8.125rem;
  }

  .\32xl\:min-w-34{
    min-width: 8.75rem;
  }

  .\32xl\:min-w-50{
    min-width: 12.5rem;
  }

  .\32xl\:min-w-53{
    min-width: 17rem;
  }

  .\32xl\:min-w-56{
    min-width: 14rem;
  }

  .\32xl\:min-w-60{
    min-width: 16rem;
  }

  .\32xl\:min-w-70{
    min-width: 20rem;
  }

  .\32xl\:min-w-full{
    min-width: 100%;
  }

  .\32xl\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .\32xl\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .\32xl\:min-w-info-activities{
    min-width: 372px;
  }

  .\32xl\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .\32xl\:min-w-activities{
    min-width: 430px;
  }

  .\32xl\:min-w-activities-lg{
    min-width: 300px;
  }

  .\32xl\:min-w-session{
    min-width: 545px;
  }

  .\32xl\:min-w-session-lg{
    min-width: 410px;
  }

  .\32xl\:min-w-session-xl{
    min-width: 460px;
  }

  .\32xl\:min-w-login{
    min-width: 826px;
  }

  .\32xl\:min-w-login-xl{
    min-width: 680px;
  }

  .\32xl\:min-w-login-lg{
    min-width: 450px;
  }

  .\32xl\:min-w-control-dashboard{
    min-width: 298px;
  }

  .\32xl\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .\32xl\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .\32xl\:min-w-objective{
    min-width: 1163px;
  }

  .\32xl\:min-w-objective-xl{
    min-width: 1040px;
  }

  .\32xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:opacity-0{
    opacity: 0;
  }

  .\32xl\:opacity-5{
    opacity: 0.05;
  }

  .\32xl\:opacity-10{
    opacity: 0.1;
  }

  .\32xl\:opacity-11{
    opacity: .86;
  }

  .\32xl\:opacity-20{
    opacity: 0.2;
  }

  .\32xl\:opacity-25{
    opacity: 0.25;
  }

  .\32xl\:opacity-30{
    opacity: 0.3;
  }

  .\32xl\:opacity-40{
    opacity: 0.4;
  }

  .\32xl\:opacity-45{
    opacity: .45;
  }

  .\32xl\:opacity-50{
    opacity: 0.5;
  }

  .\32xl\:opacity-58{
    opacity: .58;
  }

  .\32xl\:opacity-60{
    opacity: 0.6;
  }

  .\32xl\:opacity-70{
    opacity: 0.7;
  }

  .\32xl\:opacity-74{
    opacity: .74;
  }

  .\32xl\:opacity-75{
    opacity: 0.75;
  }

  .\32xl\:opacity-80{
    opacity: 0.8;
  }

  .\32xl\:opacity-90{
    opacity: 0.9;
  }

  .\32xl\:opacity-95{
    opacity: 0.95;
  }

  .\32xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .\32xl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .\32xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .\32xl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .\32xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .\32xl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .\32xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .\32xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .\32xl\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .\32xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .\32xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .\32xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .\32xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .\32xl\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .\32xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .\32xl\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .\32xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .\32xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .\32xl\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .\32xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .\32xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .\32xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .\32xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .\32xl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .\32xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .\32xl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .\32xl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .\32xl\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .\32xl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .\32xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .\32xl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .\32xl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .\32xl\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .\32xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .\32xl\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .\32xl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .\32xl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .\32xl\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .\32xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .\32xl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .\32xl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .\32xl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .\32xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .\32xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .\32xl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .\32xl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .\32xl\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .\32xl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .\32xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .\32xl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .\32xl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .\32xl\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .\32xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .\32xl\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .\32xl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .\32xl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .\32xl\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .\32xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .\32xl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .\32xl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .\32xl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .\32xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .\32xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:overflow-auto{
    overflow: auto;
  }

  .\32xl\:overflow-hidden{
    overflow: hidden;
  }

  .\32xl\:overflow-visible{
    overflow: visible;
  }

  .\32xl\:overflow-scroll{
    overflow: scroll;
  }

  .\32xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .\32xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .\32xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .\32xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .\32xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .\32xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .\32xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .\32xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .\32xl\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .\32xl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .\32xl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .\32xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .\32xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .\32xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .\32xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .\32xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .\32xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .\32xl\:p-0{
    padding: 0px;
  }

  .\32xl\:p-1{
    padding: 0.25rem;
  }

  .\32xl\:p-2{
    padding: 0.5rem;
  }

  .\32xl\:p-3{
    padding: 0.75rem;
  }

  .\32xl\:p-4{
    padding: 1rem;
  }

  .\32xl\:p-5{
    padding: 1.25rem;
  }

  .\32xl\:p-6{
    padding: 1.5rem;
  }

  .\32xl\:p-7{
    padding: 1.75rem;
  }

  .\32xl\:p-8{
    padding: 2rem;
  }

  .\32xl\:p-9{
    padding: 2.25rem;
  }

  .\32xl\:p-10{
    padding: 2.5rem;
  }

  .\32xl\:p-11{
    padding: 2.75rem;
  }

  .\32xl\:p-12{
    padding: 3rem;
  }

  .\32xl\:p-13{
    padding: 3.375rem;
  }

  .\32xl\:p-14{
    padding: 3.5rem;
  }

  .\32xl\:p-15{
    padding: 3.75rem;
  }

  .\32xl\:p-16{
    padding: 4rem;
  }

  .\32xl\:p-17{
    padding: 4.375rem;
  }

  .\32xl\:p-18{
    padding: 4.5rem;
  }

  .\32xl\:p-19{
    padding: 4.75rem;
  }

  .\32xl\:p-20{
    padding: 5rem;
  }

  .\32xl\:p-21{
    padding: 5.5rem;
  }

  .\32xl\:p-22{
    padding: 5.625rem;
  }

  .\32xl\:p-23{
    padding: 6.125rem;
  }

  .\32xl\:p-24{
    padding: 6rem;
  }

  .\32xl\:p-25{
    padding: 6.5rem;
  }

  .\32xl\:p-26{
    padding: 6.75rem;
  }

  .\32xl\:p-27{
    padding: 6.25rem;
  }

  .\32xl\:p-28{
    padding: 7rem;
  }

  .\32xl\:p-29{
    padding: 7.5rem;
  }

  .\32xl\:p-32{
    padding: 8rem;
  }

  .\32xl\:p-34{
    padding: 8.5rem;
  }

  .\32xl\:p-35{
    padding: 8.75rem;
  }

  .\32xl\:p-36{
    padding: 9rem;
  }

  .\32xl\:p-37{
    padding: 9.125rem;
  }

  .\32xl\:p-38{
    padding: 9.5rem;
  }

  .\32xl\:p-40{
    padding: 10rem;
  }

  .\32xl\:p-41{
    padding: 10.5rem;
  }

  .\32xl\:p-42{
    padding: 10.625rem;
  }

  .\32xl\:p-44{
    padding: 11rem;
  }

  .\32xl\:p-45{
    padding: 11.25rem;
  }

  .\32xl\:p-48{
    padding: 12rem;
  }

  .\32xl\:p-49{
    padding: 12.5rem;
  }

  .\32xl\:p-52{
    padding: 13rem;
  }

  .\32xl\:p-56{
    padding: 14rem;
  }

  .\32xl\:p-57{
    padding: 14.375rem;
  }

  .\32xl\:p-60{
    padding: 15rem;
  }

  .\32xl\:p-64{
    padding: 16rem;
  }

  .\32xl\:p-72{
    padding: 18rem;
  }

  .\32xl\:p-80{
    padding: 20rem;
  }

  .\32xl\:p-82{
    padding: 22rem;
  }

  .\32xl\:p-83{
    padding: 23.8125rem;
  }

  .\32xl\:p-96{
    padding: 24rem;
  }

  .\32xl\:p-px{
    padding: 1px;
  }

  .\32xl\:p-0\.5{
    padding: 0.125rem;
  }

  .\32xl\:p-1\.5{
    padding: 0.375rem;
  }

  .\32xl\:p-2\.5{
    padding: 0.625rem;
  }

  .\32xl\:p-3\.5{
    padding: 0.875rem;
  }

  .\32xl\:p-4\.5{
    padding: 1.125rem;
  }

  .\32xl\:p-5\.5{
    padding: 1.375rem;
  }

  .\32xl\:p-6\.5{
    padding: 1.625rem;
  }

  .\32xl\:p-7\.5{
    padding: 1.875rem;
  }

  .\32xl\:p-8\.5{
    padding: 2.125rem;
  }

  .\32xl\:p-9\.5{
    padding: 2.375rem;
  }

  .\32xl\:p-10\.5{
    padding: 2.625rem;
  }

  .\32xl\:p-11\.5{
    padding: 2.875rem;
  }

  .\32xl\:p-12\.5{
    padding: 3.125rem;
  }

  .\32xl\:p-13\.5{
    padding: 3.25rem;
  }

  .\32xl\:p-15\.5{
    padding: 3.8rem;
  }

  .\32xl\:p-16\.5{
    padding: 4.125rem;
  }

  .\32xl\:p-17\.5{
    padding: 4.25rem;
  }

  .\32xl\:p-18\.5{
    padding: 4.625rem;
  }

  .\32xl\:p-20\.5{
    padding: 5.25rem;
  }

  .\32xl\:p-21\.5{
    padding: 5.75rem;
  }

  .\32xl\:p-22\.5{
    padding: 5.875rem;
  }

  .\32xl\:p-24\.5{
    padding: 6.8125rem;
  }

  .\32xl\:p-28\.5{
    padding: 7.375rem;
  }

  .\32xl\:p-29\.5{
    padding: 7.75rem;
  }

  .\32xl\:p-32\.5{
    padding: 8.125rem;
  }

  .\32xl\:p-33\.5{
    padding: 8.8125rem;
  }

  .\32xl\:p-42\.5{
    padding: 10.875rem;
  }

  .\32xl\:p-49\.5{
    padding: 12.75rem;
  }

  .\32xl\:p-72\.5{
    padding: 18.25rem;
  }

  .\32xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .\32xl\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .\32xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .\32xl\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .\32xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .\32xl\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .\32xl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .\32xl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .\32xl\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .\32xl\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .\32xl\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .\32xl\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .\32xl\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .\32xl\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .\32xl\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .\32xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .\32xl\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .\32xl\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .\32xl\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .\32xl\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .\32xl\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .\32xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .\32xl\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .\32xl\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .\32xl\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .\32xl\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .\32xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .\32xl\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .\32xl\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .\32xl\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .\32xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .\32xl\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .\32xl\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .\32xl\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .\32xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .\32xl\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .\32xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .\32xl\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .\32xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .\32xl\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .\32xl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .\32xl\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .\32xl\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .\32xl\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .\32xl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .\32xl\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .\32xl\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .\32xl\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .\32xl\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .\32xl\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .\32xl\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .\32xl\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .\32xl\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .\32xl\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .\32xl\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .\32xl\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .\32xl\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .\32xl\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .\32xl\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .\32xl\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .\32xl\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .\32xl\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .\32xl\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\32xl\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\32xl\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .\32xl\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .\32xl\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .\32xl\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .\32xl\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .\32xl\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .\32xl\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .\32xl\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .\32xl\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .\32xl\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .\32xl\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .\32xl\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .\32xl\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .\32xl\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .\32xl\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .\32xl\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .\32xl\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .\32xl\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .\32xl\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .\32xl\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .\32xl\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .\32xl\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .\32xl\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .\32xl\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .\32xl\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .\32xl\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .\32xl\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .\32xl\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .\32xl\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .\32xl\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .\32xl\:pt-0{
    padding-top: 0px;
  }

  .\32xl\:pr-0{
    padding-right: 0px;
  }

  .\32xl\:pb-0{
    padding-bottom: 0px;
  }

  .\32xl\:pl-0{
    padding-left: 0px;
  }

  .\32xl\:pt-1{
    padding-top: 0.25rem;
  }

  .\32xl\:pr-1{
    padding-right: 0.25rem;
  }

  .\32xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .\32xl\:pl-1{
    padding-left: 0.25rem;
  }

  .\32xl\:pt-2{
    padding-top: 0.5rem;
  }

  .\32xl\:pr-2{
    padding-right: 0.5rem;
  }

  .\32xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .\32xl\:pl-2{
    padding-left: 0.5rem;
  }

  .\32xl\:pt-3{
    padding-top: 0.75rem;
  }

  .\32xl\:pr-3{
    padding-right: 0.75rem;
  }

  .\32xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .\32xl\:pl-3{
    padding-left: 0.75rem;
  }

  .\32xl\:pt-4{
    padding-top: 1rem;
  }

  .\32xl\:pr-4{
    padding-right: 1rem;
  }

  .\32xl\:pb-4{
    padding-bottom: 1rem;
  }

  .\32xl\:pl-4{
    padding-left: 1rem;
  }

  .\32xl\:pt-5{
    padding-top: 1.25rem;
  }

  .\32xl\:pr-5{
    padding-right: 1.25rem;
  }

  .\32xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .\32xl\:pl-5{
    padding-left: 1.25rem;
  }

  .\32xl\:pt-6{
    padding-top: 1.5rem;
  }

  .\32xl\:pr-6{
    padding-right: 1.5rem;
  }

  .\32xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .\32xl\:pl-6{
    padding-left: 1.5rem;
  }

  .\32xl\:pt-7{
    padding-top: 1.75rem;
  }

  .\32xl\:pr-7{
    padding-right: 1.75rem;
  }

  .\32xl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .\32xl\:pl-7{
    padding-left: 1.75rem;
  }

  .\32xl\:pt-8{
    padding-top: 2rem;
  }

  .\32xl\:pr-8{
    padding-right: 2rem;
  }

  .\32xl\:pb-8{
    padding-bottom: 2rem;
  }

  .\32xl\:pl-8{
    padding-left: 2rem;
  }

  .\32xl\:pt-9{
    padding-top: 2.25rem;
  }

  .\32xl\:pr-9{
    padding-right: 2.25rem;
  }

  .\32xl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .\32xl\:pl-9{
    padding-left: 2.25rem;
  }

  .\32xl\:pt-10{
    padding-top: 2.5rem;
  }

  .\32xl\:pr-10{
    padding-right: 2.5rem;
  }

  .\32xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .\32xl\:pl-10{
    padding-left: 2.5rem;
  }

  .\32xl\:pt-11{
    padding-top: 2.75rem;
  }

  .\32xl\:pr-11{
    padding-right: 2.75rem;
  }

  .\32xl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .\32xl\:pl-11{
    padding-left: 2.75rem;
  }

  .\32xl\:pt-12{
    padding-top: 3rem;
  }

  .\32xl\:pr-12{
    padding-right: 3rem;
  }

  .\32xl\:pb-12{
    padding-bottom: 3rem;
  }

  .\32xl\:pl-12{
    padding-left: 3rem;
  }

  .\32xl\:pt-13{
    padding-top: 3.375rem;
  }

  .\32xl\:pr-13{
    padding-right: 3.375rem;
  }

  .\32xl\:pb-13{
    padding-bottom: 3.375rem;
  }

  .\32xl\:pl-13{
    padding-left: 3.375rem;
  }

  .\32xl\:pt-14{
    padding-top: 3.5rem;
  }

  .\32xl\:pr-14{
    padding-right: 3.5rem;
  }

  .\32xl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .\32xl\:pl-14{
    padding-left: 3.5rem;
  }

  .\32xl\:pt-15{
    padding-top: 3.75rem;
  }

  .\32xl\:pr-15{
    padding-right: 3.75rem;
  }

  .\32xl\:pb-15{
    padding-bottom: 3.75rem;
  }

  .\32xl\:pl-15{
    padding-left: 3.75rem;
  }

  .\32xl\:pt-16{
    padding-top: 4rem;
  }

  .\32xl\:pr-16{
    padding-right: 4rem;
  }

  .\32xl\:pb-16{
    padding-bottom: 4rem;
  }

  .\32xl\:pl-16{
    padding-left: 4rem;
  }

  .\32xl\:pt-17{
    padding-top: 4.375rem;
  }

  .\32xl\:pr-17{
    padding-right: 4.375rem;
  }

  .\32xl\:pb-17{
    padding-bottom: 4.375rem;
  }

  .\32xl\:pl-17{
    padding-left: 4.375rem;
  }

  .\32xl\:pt-18{
    padding-top: 4.5rem;
  }

  .\32xl\:pr-18{
    padding-right: 4.5rem;
  }

  .\32xl\:pb-18{
    padding-bottom: 4.5rem;
  }

  .\32xl\:pl-18{
    padding-left: 4.5rem;
  }

  .\32xl\:pt-19{
    padding-top: 4.75rem;
  }

  .\32xl\:pr-19{
    padding-right: 4.75rem;
  }

  .\32xl\:pb-19{
    padding-bottom: 4.75rem;
  }

  .\32xl\:pl-19{
    padding-left: 4.75rem;
  }

  .\32xl\:pt-20{
    padding-top: 5rem;
  }

  .\32xl\:pr-20{
    padding-right: 5rem;
  }

  .\32xl\:pb-20{
    padding-bottom: 5rem;
  }

  .\32xl\:pl-20{
    padding-left: 5rem;
  }

  .\32xl\:pt-21{
    padding-top: 5.5rem;
  }

  .\32xl\:pr-21{
    padding-right: 5.5rem;
  }

  .\32xl\:pb-21{
    padding-bottom: 5.5rem;
  }

  .\32xl\:pl-21{
    padding-left: 5.5rem;
  }

  .\32xl\:pt-22{
    padding-top: 5.625rem;
  }

  .\32xl\:pr-22{
    padding-right: 5.625rem;
  }

  .\32xl\:pb-22{
    padding-bottom: 5.625rem;
  }

  .\32xl\:pl-22{
    padding-left: 5.625rem;
  }

  .\32xl\:pt-23{
    padding-top: 6.125rem;
  }

  .\32xl\:pr-23{
    padding-right: 6.125rem;
  }

  .\32xl\:pb-23{
    padding-bottom: 6.125rem;
  }

  .\32xl\:pl-23{
    padding-left: 6.125rem;
  }

  .\32xl\:pt-24{
    padding-top: 6rem;
  }

  .\32xl\:pr-24{
    padding-right: 6rem;
  }

  .\32xl\:pb-24{
    padding-bottom: 6rem;
  }

  .\32xl\:pl-24{
    padding-left: 6rem;
  }

  .\32xl\:pt-25{
    padding-top: 6.5rem;
  }

  .\32xl\:pr-25{
    padding-right: 6.5rem;
  }

  .\32xl\:pb-25{
    padding-bottom: 6.5rem;
  }

  .\32xl\:pl-25{
    padding-left: 6.5rem;
  }

  .\32xl\:pt-26{
    padding-top: 6.75rem;
  }

  .\32xl\:pr-26{
    padding-right: 6.75rem;
  }

  .\32xl\:pb-26{
    padding-bottom: 6.75rem;
  }

  .\32xl\:pl-26{
    padding-left: 6.75rem;
  }

  .\32xl\:pt-27{
    padding-top: 6.25rem;
  }

  .\32xl\:pr-27{
    padding-right: 6.25rem;
  }

  .\32xl\:pb-27{
    padding-bottom: 6.25rem;
  }

  .\32xl\:pl-27{
    padding-left: 6.25rem;
  }

  .\32xl\:pt-28{
    padding-top: 7rem;
  }

  .\32xl\:pr-28{
    padding-right: 7rem;
  }

  .\32xl\:pb-28{
    padding-bottom: 7rem;
  }

  .\32xl\:pl-28{
    padding-left: 7rem;
  }

  .\32xl\:pt-29{
    padding-top: 7.5rem;
  }

  .\32xl\:pr-29{
    padding-right: 7.5rem;
  }

  .\32xl\:pb-29{
    padding-bottom: 7.5rem;
  }

  .\32xl\:pl-29{
    padding-left: 7.5rem;
  }

  .\32xl\:pt-32{
    padding-top: 8rem;
  }

  .\32xl\:pr-32{
    padding-right: 8rem;
  }

  .\32xl\:pb-32{
    padding-bottom: 8rem;
  }

  .\32xl\:pl-32{
    padding-left: 8rem;
  }

  .\32xl\:pt-34{
    padding-top: 8.5rem;
  }

  .\32xl\:pr-34{
    padding-right: 8.5rem;
  }

  .\32xl\:pb-34{
    padding-bottom: 8.5rem;
  }

  .\32xl\:pl-34{
    padding-left: 8.5rem;
  }

  .\32xl\:pt-35{
    padding-top: 8.75rem;
  }

  .\32xl\:pr-35{
    padding-right: 8.75rem;
  }

  .\32xl\:pb-35{
    padding-bottom: 8.75rem;
  }

  .\32xl\:pl-35{
    padding-left: 8.75rem;
  }

  .\32xl\:pt-36{
    padding-top: 9rem;
  }

  .\32xl\:pr-36{
    padding-right: 9rem;
  }

  .\32xl\:pb-36{
    padding-bottom: 9rem;
  }

  .\32xl\:pl-36{
    padding-left: 9rem;
  }

  .\32xl\:pt-37{
    padding-top: 9.125rem;
  }

  .\32xl\:pr-37{
    padding-right: 9.125rem;
  }

  .\32xl\:pb-37{
    padding-bottom: 9.125rem;
  }

  .\32xl\:pl-37{
    padding-left: 9.125rem;
  }

  .\32xl\:pt-38{
    padding-top: 9.5rem;
  }

  .\32xl\:pr-38{
    padding-right: 9.5rem;
  }

  .\32xl\:pb-38{
    padding-bottom: 9.5rem;
  }

  .\32xl\:pl-38{
    padding-left: 9.5rem;
  }

  .\32xl\:pt-40{
    padding-top: 10rem;
  }

  .\32xl\:pr-40{
    padding-right: 10rem;
  }

  .\32xl\:pb-40{
    padding-bottom: 10rem;
  }

  .\32xl\:pl-40{
    padding-left: 10rem;
  }

  .\32xl\:pt-41{
    padding-top: 10.5rem;
  }

  .\32xl\:pr-41{
    padding-right: 10.5rem;
  }

  .\32xl\:pb-41{
    padding-bottom: 10.5rem;
  }

  .\32xl\:pl-41{
    padding-left: 10.5rem;
  }

  .\32xl\:pt-42{
    padding-top: 10.625rem;
  }

  .\32xl\:pr-42{
    padding-right: 10.625rem;
  }

  .\32xl\:pb-42{
    padding-bottom: 10.625rem;
  }

  .\32xl\:pl-42{
    padding-left: 10.625rem;
  }

  .\32xl\:pt-44{
    padding-top: 11rem;
  }

  .\32xl\:pr-44{
    padding-right: 11rem;
  }

  .\32xl\:pb-44{
    padding-bottom: 11rem;
  }

  .\32xl\:pl-44{
    padding-left: 11rem;
  }

  .\32xl\:pt-45{
    padding-top: 11.25rem;
  }

  .\32xl\:pr-45{
    padding-right: 11.25rem;
  }

  .\32xl\:pb-45{
    padding-bottom: 11.25rem;
  }

  .\32xl\:pl-45{
    padding-left: 11.25rem;
  }

  .\32xl\:pt-48{
    padding-top: 12rem;
  }

  .\32xl\:pr-48{
    padding-right: 12rem;
  }

  .\32xl\:pb-48{
    padding-bottom: 12rem;
  }

  .\32xl\:pl-48{
    padding-left: 12rem;
  }

  .\32xl\:pt-49{
    padding-top: 12.5rem;
  }

  .\32xl\:pr-49{
    padding-right: 12.5rem;
  }

  .\32xl\:pb-49{
    padding-bottom: 12.5rem;
  }

  .\32xl\:pl-49{
    padding-left: 12.5rem;
  }

  .\32xl\:pt-52{
    padding-top: 13rem;
  }

  .\32xl\:pr-52{
    padding-right: 13rem;
  }

  .\32xl\:pb-52{
    padding-bottom: 13rem;
  }

  .\32xl\:pl-52{
    padding-left: 13rem;
  }

  .\32xl\:pt-56{
    padding-top: 14rem;
  }

  .\32xl\:pr-56{
    padding-right: 14rem;
  }

  .\32xl\:pb-56{
    padding-bottom: 14rem;
  }

  .\32xl\:pl-56{
    padding-left: 14rem;
  }

  .\32xl\:pt-57{
    padding-top: 14.375rem;
  }

  .\32xl\:pr-57{
    padding-right: 14.375rem;
  }

  .\32xl\:pb-57{
    padding-bottom: 14.375rem;
  }

  .\32xl\:pl-57{
    padding-left: 14.375rem;
  }

  .\32xl\:pt-60{
    padding-top: 15rem;
  }

  .\32xl\:pr-60{
    padding-right: 15rem;
  }

  .\32xl\:pb-60{
    padding-bottom: 15rem;
  }

  .\32xl\:pl-60{
    padding-left: 15rem;
  }

  .\32xl\:pt-64{
    padding-top: 16rem;
  }

  .\32xl\:pr-64{
    padding-right: 16rem;
  }

  .\32xl\:pb-64{
    padding-bottom: 16rem;
  }

  .\32xl\:pl-64{
    padding-left: 16rem;
  }

  .\32xl\:pt-72{
    padding-top: 18rem;
  }

  .\32xl\:pr-72{
    padding-right: 18rem;
  }

  .\32xl\:pb-72{
    padding-bottom: 18rem;
  }

  .\32xl\:pl-72{
    padding-left: 18rem;
  }

  .\32xl\:pt-80{
    padding-top: 20rem;
  }

  .\32xl\:pr-80{
    padding-right: 20rem;
  }

  .\32xl\:pb-80{
    padding-bottom: 20rem;
  }

  .\32xl\:pl-80{
    padding-left: 20rem;
  }

  .\32xl\:pt-82{
    padding-top: 22rem;
  }

  .\32xl\:pr-82{
    padding-right: 22rem;
  }

  .\32xl\:pb-82{
    padding-bottom: 22rem;
  }

  .\32xl\:pl-82{
    padding-left: 22rem;
  }

  .\32xl\:pt-83{
    padding-top: 23.8125rem;
  }

  .\32xl\:pr-83{
    padding-right: 23.8125rem;
  }

  .\32xl\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .\32xl\:pl-83{
    padding-left: 23.8125rem;
  }

  .\32xl\:pt-96{
    padding-top: 24rem;
  }

  .\32xl\:pr-96{
    padding-right: 24rem;
  }

  .\32xl\:pb-96{
    padding-bottom: 24rem;
  }

  .\32xl\:pl-96{
    padding-left: 24rem;
  }

  .\32xl\:pt-px{
    padding-top: 1px;
  }

  .\32xl\:pr-px{
    padding-right: 1px;
  }

  .\32xl\:pb-px{
    padding-bottom: 1px;
  }

  .\32xl\:pl-px{
    padding-left: 1px;
  }

  .\32xl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .\32xl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .\32xl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .\32xl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .\32xl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .\32xl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .\32xl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .\32xl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .\32xl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .\32xl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .\32xl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .\32xl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .\32xl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .\32xl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .\32xl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .\32xl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .\32xl\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .\32xl\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .\32xl\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .\32xl\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .\32xl\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .\32xl\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .\32xl\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .\32xl\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .\32xl\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .\32xl\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .\32xl\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .\32xl\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .\32xl\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .\32xl\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .\32xl\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .\32xl\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .\32xl\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .\32xl\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .\32xl\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .\32xl\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .\32xl\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .\32xl\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .\32xl\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .\32xl\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .\32xl\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .\32xl\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .\32xl\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .\32xl\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .\32xl\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .\32xl\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .\32xl\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .\32xl\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .\32xl\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .\32xl\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .\32xl\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .\32xl\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .\32xl\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .\32xl\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .\32xl\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .\32xl\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .\32xl\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .\32xl\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .\32xl\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .\32xl\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .\32xl\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .\32xl\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .\32xl\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .\32xl\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .\32xl\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .\32xl\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .\32xl\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .\32xl\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .\32xl\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .\32xl\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .\32xl\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .\32xl\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .\32xl\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .\32xl\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .\32xl\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .\32xl\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .\32xl\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .\32xl\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .\32xl\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .\32xl\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .\32xl\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .\32xl\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .\32xl\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .\32xl\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .\32xl\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .\32xl\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .\32xl\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .\32xl\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .\32xl\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .\32xl\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .\32xl\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .\32xl\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .\32xl\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .\32xl\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .\32xl\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .\32xl\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .\32xl\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .\32xl\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .\32xl\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .\32xl\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .\32xl\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .\32xl\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .\32xl\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .\32xl\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .\32xl\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .\32xl\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .\32xl\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .\32xl\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .\32xl\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .\32xl\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .\32xl\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .\32xl\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .\32xl\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .\32xl\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .\32xl\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .\32xl\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .\32xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .\32xl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .\32xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .\32xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .\32xl\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .\32xl\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .\32xl\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .\32xl\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .\32xl\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .\32xl\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .\32xl\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .\32xl\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .\32xl\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .\32xl\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .\32xl\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .\32xl\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .\32xl\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .\32xl\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .\32xl\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .\32xl\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .\32xl\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .\32xl\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:pointer-events-none{
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .\32xl\:static{
    position: static;
  }

  .\32xl\:fixed{
    position: fixed;
  }

  .\32xl\:absolute{
    position: absolute;
  }

  .\32xl\:relative{
    position: relative;
  }

  .\32xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .\32xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .\32xl\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .\32xl\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .\32xl\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .\32xl\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .\32xl\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .\32xl\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .\32xl\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .\32xl\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .\32xl\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .\32xl\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .\32xl\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .\32xl\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .\32xl\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .\32xl\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .\32xl\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .\32xl\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .\32xl\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .\32xl\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .\32xl\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .\32xl\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .\32xl\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .\32xl\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .\32xl\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .\32xl\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .\32xl\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .\32xl\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .\32xl\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .\32xl\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .\32xl\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .\32xl\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .\32xl\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .\32xl\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .\32xl\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .\32xl\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .\32xl\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .\32xl\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .\32xl\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .\32xl\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .\32xl\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .\32xl\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .\32xl\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .\32xl\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .\32xl\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .\32xl\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .\32xl\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .\32xl\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .\32xl\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .\32xl\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .\32xl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .\32xl\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .\32xl\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .\32xl\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .\32xl\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .\32xl\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .\32xl\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .\32xl\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .\32xl\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .\32xl\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .\32xl\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .\32xl\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .\32xl\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .\32xl\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .\32xl\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .\32xl\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .\32xl\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .\32xl\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .\32xl\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .\32xl\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .\32xl\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .\32xl\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .\32xl\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .\32xl\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .\32xl\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .\32xl\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .\32xl\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .\32xl\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .\32xl\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .\32xl\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .\32xl\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .\32xl\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .\32xl\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .\32xl\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .\32xl\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .\32xl\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .\32xl\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .\32xl\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .\32xl\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .\32xl\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .\32xl\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .\32xl\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .\32xl\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .\32xl\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .\32xl\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .\32xl\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .\32xl\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .\32xl\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .\32xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .\32xl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .\32xl\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .\32xl\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .\32xl\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .\32xl\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .\32xl\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .\32xl\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .\32xl\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .\32xl\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .\32xl\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .\32xl\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .\32xl\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .\32xl\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .\32xl\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .\32xl\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .\32xl\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .\32xl\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .\32xl\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .\32xl\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .\32xl\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .\32xl\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .\32xl\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .\32xl\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .\32xl\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .\32xl\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .\32xl\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .\32xl\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .\32xl\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .\32xl\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .\32xl\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .\32xl\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .\32xl\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .\32xl\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .\32xl\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .\32xl\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .\32xl\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .\32xl\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .\32xl\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .\32xl\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .\32xl\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .\32xl\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .\32xl\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .\32xl\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .\32xl\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .\32xl\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .\32xl\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .\32xl\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .\32xl\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .\32xl\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .\32xl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .\32xl\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .\32xl\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .\32xl\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .\32xl\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .\32xl\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .\32xl\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .\32xl\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .\32xl\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .\32xl\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .\32xl\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .\32xl\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .\32xl\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .\32xl\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .\32xl\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .\32xl\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .\32xl\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .\32xl\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .\32xl\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .\32xl\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .\32xl\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .\32xl\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .\32xl\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .\32xl\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .\32xl\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .\32xl\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .\32xl\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .\32xl\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .\32xl\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .\32xl\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .\32xl\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .\32xl\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .\32xl\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .\32xl\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .\32xl\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .\32xl\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .\32xl\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .\32xl\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .\32xl\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .\32xl\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .\32xl\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .\32xl\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .\32xl\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .\32xl\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .\32xl\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .\32xl\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .\32xl\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .\32xl\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .\32xl\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .\32xl\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .\32xl\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .\32xl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .\32xl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .\32xl\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .\32xl\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .\32xl\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .\32xl\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .\32xl\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .\32xl\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .\32xl\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .\32xl\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .\32xl\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .\32xl\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .\32xl\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .\32xl\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .\32xl\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .\32xl\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .\32xl\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .\32xl\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .\32xl\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .\32xl\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .\32xl\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .\32xl\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .\32xl\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .\32xl\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .\32xl\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .\32xl\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .\32xl\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .\32xl\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .\32xl\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .\32xl\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .\32xl\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .\32xl\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .\32xl\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .\32xl\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .\32xl\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .\32xl\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .\32xl\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .\32xl\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .\32xl\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .\32xl\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .\32xl\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .\32xl\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .\32xl\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .\32xl\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .\32xl\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .\32xl\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .\32xl\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .\32xl\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .\32xl\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .\32xl\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .\32xl\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .\32xl\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .\32xl\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .\32xl\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .\32xl\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .\32xl\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .\32xl\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .\32xl\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .\32xl\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .\32xl\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .\32xl\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .\32xl\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .\32xl\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .\32xl\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .\32xl\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .\32xl\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .\32xl\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .\32xl\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .\32xl\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .\32xl\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .\32xl\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .\32xl\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .\32xl\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .\32xl\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .\32xl\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .\32xl\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .\32xl\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .\32xl\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .\32xl\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .\32xl\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .\32xl\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .\32xl\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .\32xl\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .\32xl\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .\32xl\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .\32xl\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .\32xl\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .\32xl\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .\32xl\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .\32xl\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .\32xl\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .\32xl\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .\32xl\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .\32xl\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .\32xl\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .\32xl\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .\32xl\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .\32xl\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .\32xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .\32xl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .\32xl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .\32xl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .\32xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .\32xl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .\32xl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .\32xl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .\32xl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .\32xl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .\32xl\:top-0{
    top: 0px;
  }

  .\32xl\:right-0{
    right: 0px;
  }

  .\32xl\:bottom-0{
    bottom: 0px;
  }

  .\32xl\:left-0{
    left: 0px;
  }

  .\32xl\:top-1{
    top: 0.25rem;
  }

  .\32xl\:right-1{
    right: 0.25rem;
  }

  .\32xl\:bottom-1{
    bottom: 0.25rem;
  }

  .\32xl\:left-1{
    left: 0.25rem;
  }

  .\32xl\:top-2{
    top: 0.5rem;
  }

  .\32xl\:right-2{
    right: 0.5rem;
  }

  .\32xl\:bottom-2{
    bottom: 0.5rem;
  }

  .\32xl\:left-2{
    left: 0.5rem;
  }

  .\32xl\:top-3{
    top: 0.75rem;
  }

  .\32xl\:right-3{
    right: 0.75rem;
  }

  .\32xl\:bottom-3{
    bottom: 0.75rem;
  }

  .\32xl\:left-3{
    left: 0.75rem;
  }

  .\32xl\:top-4{
    top: 1rem;
  }

  .\32xl\:right-4{
    right: 1rem;
  }

  .\32xl\:bottom-4{
    bottom: 1rem;
  }

  .\32xl\:left-4{
    left: 1rem;
  }

  .\32xl\:top-5{
    top: 1.25rem;
  }

  .\32xl\:right-5{
    right: 1.25rem;
  }

  .\32xl\:bottom-5{
    bottom: 1.25rem;
  }

  .\32xl\:left-5{
    left: 1.25rem;
  }

  .\32xl\:top-6{
    top: 1.5rem;
  }

  .\32xl\:right-6{
    right: 1.5rem;
  }

  .\32xl\:bottom-6{
    bottom: 1.5rem;
  }

  .\32xl\:left-6{
    left: 1.5rem;
  }

  .\32xl\:top-7{
    top: 1.75rem;
  }

  .\32xl\:right-7{
    right: 1.75rem;
  }

  .\32xl\:bottom-7{
    bottom: 1.75rem;
  }

  .\32xl\:left-7{
    left: 1.75rem;
  }

  .\32xl\:top-8{
    top: 2rem;
  }

  .\32xl\:right-8{
    right: 2rem;
  }

  .\32xl\:bottom-8{
    bottom: 2rem;
  }

  .\32xl\:left-8{
    left: 2rem;
  }

  .\32xl\:top-9{
    top: 2.25rem;
  }

  .\32xl\:right-9{
    right: 2.25rem;
  }

  .\32xl\:bottom-9{
    bottom: 2.25rem;
  }

  .\32xl\:left-9{
    left: 2.25rem;
  }

  .\32xl\:top-10{
    top: 2.5rem;
  }

  .\32xl\:right-10{
    right: 2.5rem;
  }

  .\32xl\:bottom-10{
    bottom: 2.5rem;
  }

  .\32xl\:left-10{
    left: 2.5rem;
  }

  .\32xl\:top-11{
    top: 2.75rem;
  }

  .\32xl\:right-11{
    right: 2.75rem;
  }

  .\32xl\:bottom-11{
    bottom: 2.75rem;
  }

  .\32xl\:left-11{
    left: 2.75rem;
  }

  .\32xl\:top-12{
    top: 3rem;
  }

  .\32xl\:right-12{
    right: 3rem;
  }

  .\32xl\:bottom-12{
    bottom: 3rem;
  }

  .\32xl\:left-12{
    left: 3rem;
  }

  .\32xl\:top-13{
    top: 3.375rem;
  }

  .\32xl\:right-13{
    right: 3.375rem;
  }

  .\32xl\:bottom-13{
    bottom: 3.375rem;
  }

  .\32xl\:left-13{
    left: 3.375rem;
  }

  .\32xl\:top-14{
    top: 3.5rem;
  }

  .\32xl\:right-14{
    right: 3.5rem;
  }

  .\32xl\:bottom-14{
    bottom: 3.5rem;
  }

  .\32xl\:left-14{
    left: 3.5rem;
  }

  .\32xl\:top-15{
    top: 3.75rem;
  }

  .\32xl\:right-15{
    right: 3.75rem;
  }

  .\32xl\:bottom-15{
    bottom: 3.75rem;
  }

  .\32xl\:left-15{
    left: 3.75rem;
  }

  .\32xl\:top-16{
    top: 4rem;
  }

  .\32xl\:right-16{
    right: 4rem;
  }

  .\32xl\:bottom-16{
    bottom: 4rem;
  }

  .\32xl\:left-16{
    left: 4rem;
  }

  .\32xl\:top-17{
    top: 4.375rem;
  }

  .\32xl\:right-17{
    right: 4.375rem;
  }

  .\32xl\:bottom-17{
    bottom: 4.375rem;
  }

  .\32xl\:left-17{
    left: 4.375rem;
  }

  .\32xl\:top-18{
    top: 4.5rem;
  }

  .\32xl\:right-18{
    right: 4.5rem;
  }

  .\32xl\:bottom-18{
    bottom: 4.5rem;
  }

  .\32xl\:left-18{
    left: 4.5rem;
  }

  .\32xl\:top-19{
    top: 4.75rem;
  }

  .\32xl\:right-19{
    right: 4.75rem;
  }

  .\32xl\:bottom-19{
    bottom: 4.75rem;
  }

  .\32xl\:left-19{
    left: 4.75rem;
  }

  .\32xl\:top-20{
    top: 5rem;
  }

  .\32xl\:right-20{
    right: 5rem;
  }

  .\32xl\:bottom-20{
    bottom: 5rem;
  }

  .\32xl\:left-20{
    left: 5rem;
  }

  .\32xl\:top-21{
    top: 5.5rem;
  }

  .\32xl\:right-21{
    right: 5.5rem;
  }

  .\32xl\:bottom-21{
    bottom: 5.5rem;
  }

  .\32xl\:left-21{
    left: 5.5rem;
  }

  .\32xl\:top-22{
    top: 5.625rem;
  }

  .\32xl\:right-22{
    right: 5.625rem;
  }

  .\32xl\:bottom-22{
    bottom: 5.625rem;
  }

  .\32xl\:left-22{
    left: 5.625rem;
  }

  .\32xl\:top-23{
    top: 6.125rem;
  }

  .\32xl\:right-23{
    right: 6.125rem;
  }

  .\32xl\:bottom-23{
    bottom: 6.125rem;
  }

  .\32xl\:left-23{
    left: 6.125rem;
  }

  .\32xl\:top-24{
    top: 6rem;
  }

  .\32xl\:right-24{
    right: 6rem;
  }

  .\32xl\:bottom-24{
    bottom: 6rem;
  }

  .\32xl\:left-24{
    left: 6rem;
  }

  .\32xl\:top-25{
    top: 6.5rem;
  }

  .\32xl\:right-25{
    right: 6.5rem;
  }

  .\32xl\:bottom-25{
    bottom: 6.5rem;
  }

  .\32xl\:left-25{
    left: 6.5rem;
  }

  .\32xl\:top-26{
    top: 6.75rem;
  }

  .\32xl\:right-26{
    right: 6.75rem;
  }

  .\32xl\:bottom-26{
    bottom: 6.75rem;
  }

  .\32xl\:left-26{
    left: 6.75rem;
  }

  .\32xl\:top-27{
    top: 6.25rem;
  }

  .\32xl\:right-27{
    right: 6.25rem;
  }

  .\32xl\:bottom-27{
    bottom: 6.25rem;
  }

  .\32xl\:left-27{
    left: 6.25rem;
  }

  .\32xl\:top-28{
    top: 7rem;
  }

  .\32xl\:right-28{
    right: 7rem;
  }

  .\32xl\:bottom-28{
    bottom: 7rem;
  }

  .\32xl\:left-28{
    left: 7rem;
  }

  .\32xl\:top-29{
    top: 7.5rem;
  }

  .\32xl\:right-29{
    right: 7.5rem;
  }

  .\32xl\:bottom-29{
    bottom: 7.5rem;
  }

  .\32xl\:left-29{
    left: 7.5rem;
  }

  .\32xl\:top-32{
    top: 8rem;
  }

  .\32xl\:right-32{
    right: 8rem;
  }

  .\32xl\:bottom-32{
    bottom: 8rem;
  }

  .\32xl\:left-32{
    left: 8rem;
  }

  .\32xl\:top-34{
    top: 8.5rem;
  }

  .\32xl\:right-34{
    right: 8.5rem;
  }

  .\32xl\:bottom-34{
    bottom: 8.5rem;
  }

  .\32xl\:left-34{
    left: 8.5rem;
  }

  .\32xl\:top-35{
    top: 8.75rem;
  }

  .\32xl\:right-35{
    right: 8.75rem;
  }

  .\32xl\:bottom-35{
    bottom: 8.75rem;
  }

  .\32xl\:left-35{
    left: 8.75rem;
  }

  .\32xl\:top-36{
    top: 9rem;
  }

  .\32xl\:right-36{
    right: 9rem;
  }

  .\32xl\:bottom-36{
    bottom: 9rem;
  }

  .\32xl\:left-36{
    left: 9rem;
  }

  .\32xl\:top-37{
    top: 9.125rem;
  }

  .\32xl\:right-37{
    right: 9.125rem;
  }

  .\32xl\:bottom-37{
    bottom: 9.125rem;
  }

  .\32xl\:left-37{
    left: 9.125rem;
  }

  .\32xl\:top-38{
    top: 9.5rem;
  }

  .\32xl\:right-38{
    right: 9.5rem;
  }

  .\32xl\:bottom-38{
    bottom: 9.5rem;
  }

  .\32xl\:left-38{
    left: 9.5rem;
  }

  .\32xl\:top-40{
    top: 10rem;
  }

  .\32xl\:right-40{
    right: 10rem;
  }

  .\32xl\:bottom-40{
    bottom: 10rem;
  }

  .\32xl\:left-40{
    left: 10rem;
  }

  .\32xl\:top-41{
    top: 10.5rem;
  }

  .\32xl\:right-41{
    right: 10.5rem;
  }

  .\32xl\:bottom-41{
    bottom: 10.5rem;
  }

  .\32xl\:left-41{
    left: 10.5rem;
  }

  .\32xl\:top-42{
    top: 10.625rem;
  }

  .\32xl\:right-42{
    right: 10.625rem;
  }

  .\32xl\:bottom-42{
    bottom: 10.625rem;
  }

  .\32xl\:left-42{
    left: 10.625rem;
  }

  .\32xl\:top-44{
    top: 11rem;
  }

  .\32xl\:right-44{
    right: 11rem;
  }

  .\32xl\:bottom-44{
    bottom: 11rem;
  }

  .\32xl\:left-44{
    left: 11rem;
  }

  .\32xl\:top-45{
    top: 11.25rem;
  }

  .\32xl\:right-45{
    right: 11.25rem;
  }

  .\32xl\:bottom-45{
    bottom: 11.25rem;
  }

  .\32xl\:left-45{
    left: 11.25rem;
  }

  .\32xl\:top-48{
    top: 12rem;
  }

  .\32xl\:right-48{
    right: 12rem;
  }

  .\32xl\:bottom-48{
    bottom: 12rem;
  }

  .\32xl\:left-48{
    left: 12rem;
  }

  .\32xl\:top-49{
    top: 12.5rem;
  }

  .\32xl\:right-49{
    right: 12.5rem;
  }

  .\32xl\:bottom-49{
    bottom: 12.5rem;
  }

  .\32xl\:left-49{
    left: 12.5rem;
  }

  .\32xl\:top-52{
    top: 13rem;
  }

  .\32xl\:right-52{
    right: 13rem;
  }

  .\32xl\:bottom-52{
    bottom: 13rem;
  }

  .\32xl\:left-52{
    left: 13rem;
  }

  .\32xl\:top-56{
    top: 14rem;
  }

  .\32xl\:right-56{
    right: 14rem;
  }

  .\32xl\:bottom-56{
    bottom: 14rem;
  }

  .\32xl\:left-56{
    left: 14rem;
  }

  .\32xl\:top-57{
    top: 14.375rem;
  }

  .\32xl\:right-57{
    right: 14.375rem;
  }

  .\32xl\:bottom-57{
    bottom: 14.375rem;
  }

  .\32xl\:left-57{
    left: 14.375rem;
  }

  .\32xl\:top-60{
    top: 15rem;
  }

  .\32xl\:right-60{
    right: 15rem;
  }

  .\32xl\:bottom-60{
    bottom: 15rem;
  }

  .\32xl\:left-60{
    left: 15rem;
  }

  .\32xl\:top-64{
    top: 16rem;
  }

  .\32xl\:right-64{
    right: 16rem;
  }

  .\32xl\:bottom-64{
    bottom: 16rem;
  }

  .\32xl\:left-64{
    left: 16rem;
  }

  .\32xl\:top-66{
    top: 19rem;
  }

  .\32xl\:right-66{
    right: 19rem;
  }

  .\32xl\:bottom-66{
    bottom: 19rem;
  }

  .\32xl\:left-66{
    left: 19rem;
  }

  .\32xl\:top-72{
    top: 18rem;
  }

  .\32xl\:right-72{
    right: 18rem;
  }

  .\32xl\:bottom-72{
    bottom: 18rem;
  }

  .\32xl\:left-72{
    left: 18rem;
  }

  .\32xl\:top-80{
    top: 20rem;
  }

  .\32xl\:right-80{
    right: 20rem;
  }

  .\32xl\:bottom-80{
    bottom: 20rem;
  }

  .\32xl\:left-80{
    left: 20rem;
  }

  .\32xl\:top-82{
    top: 22rem;
  }

  .\32xl\:right-82{
    right: 22rem;
  }

  .\32xl\:bottom-82{
    bottom: 22rem;
  }

  .\32xl\:left-82{
    left: 22rem;
  }

  .\32xl\:top-83{
    top: 23.8125rem;
  }

  .\32xl\:right-83{
    right: 23.8125rem;
  }

  .\32xl\:bottom-83{
    bottom: 23.8125rem;
  }

  .\32xl\:left-83{
    left: 23.8125rem;
  }

  .\32xl\:top-96{
    top: 24rem;
  }

  .\32xl\:right-96{
    right: 24rem;
  }

  .\32xl\:bottom-96{
    bottom: 24rem;
  }

  .\32xl\:left-96{
    left: 24rem;
  }

  .\32xl\:top-auto{
    top: auto;
  }

  .\32xl\:right-auto{
    right: auto;
  }

  .\32xl\:bottom-auto{
    bottom: auto;
  }

  .\32xl\:left-auto{
    left: auto;
  }

  .\32xl\:top-px{
    top: 1px;
  }

  .\32xl\:right-px{
    right: 1px;
  }

  .\32xl\:bottom-px{
    bottom: 1px;
  }

  .\32xl\:left-px{
    left: 1px;
  }

  .\32xl\:top-0\.5{
    top: 0.125rem;
  }

  .\32xl\:right-0\.5{
    right: 0.125rem;
  }

  .\32xl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .\32xl\:left-0\.5{
    left: 0.125rem;
  }

  .\32xl\:top-1\.5{
    top: 0.375rem;
  }

  .\32xl\:right-1\.5{
    right: 0.375rem;
  }

  .\32xl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .\32xl\:left-1\.5{
    left: 0.375rem;
  }

  .\32xl\:top-2\.5{
    top: 0.625rem;
  }

  .\32xl\:right-2\.5{
    right: 0.625rem;
  }

  .\32xl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .\32xl\:left-2\.5{
    left: 0.625rem;
  }

  .\32xl\:top-3\.5{
    top: 0.875rem;
  }

  .\32xl\:right-3\.5{
    right: 0.875rem;
  }

  .\32xl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .\32xl\:left-3\.5{
    left: 0.875rem;
  }

  .\32xl\:top-4\.5{
    top: 1.125rem;
  }

  .\32xl\:right-4\.5{
    right: 1.125rem;
  }

  .\32xl\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .\32xl\:left-4\.5{
    left: 1.125rem;
  }

  .\32xl\:top-5\.5{
    top: 1.375rem;
  }

  .\32xl\:right-5\.5{
    right: 1.375rem;
  }

  .\32xl\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .\32xl\:left-5\.5{
    left: 1.375rem;
  }

  .\32xl\:top-6\.5{
    top: 1.625rem;
  }

  .\32xl\:right-6\.5{
    right: 1.625rem;
  }

  .\32xl\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .\32xl\:left-6\.5{
    left: 1.625rem;
  }

  .\32xl\:top-7\.5{
    top: 1.875rem;
  }

  .\32xl\:right-7\.5{
    right: 1.875rem;
  }

  .\32xl\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .\32xl\:left-7\.5{
    left: 1.875rem;
  }

  .\32xl\:top-8\.5{
    top: 2.125rem;
  }

  .\32xl\:right-8\.5{
    right: 2.125rem;
  }

  .\32xl\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .\32xl\:left-8\.5{
    left: 2.125rem;
  }

  .\32xl\:top-9\.5{
    top: 2.375rem;
  }

  .\32xl\:right-9\.5{
    right: 2.375rem;
  }

  .\32xl\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .\32xl\:left-9\.5{
    left: 2.375rem;
  }

  .\32xl\:top-10\.5{
    top: 2.625rem;
  }

  .\32xl\:right-10\.5{
    right: 2.625rem;
  }

  .\32xl\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .\32xl\:left-10\.5{
    left: 2.625rem;
  }

  .\32xl\:top-11\.5{
    top: 2.875rem;
  }

  .\32xl\:right-11\.5{
    right: 2.875rem;
  }

  .\32xl\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .\32xl\:left-11\.5{
    left: 2.875rem;
  }

  .\32xl\:top-12\.5{
    top: 3.125rem;
  }

  .\32xl\:right-12\.5{
    right: 3.125rem;
  }

  .\32xl\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .\32xl\:left-12\.5{
    left: 3.125rem;
  }

  .\32xl\:top-13\.5{
    top: 3.25rem;
  }

  .\32xl\:right-13\.5{
    right: 3.25rem;
  }

  .\32xl\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .\32xl\:left-13\.5{
    left: 3.25rem;
  }

  .\32xl\:top-15\.5{
    top: 3.8rem;
  }

  .\32xl\:right-15\.5{
    right: 3.8rem;
  }

  .\32xl\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .\32xl\:left-15\.5{
    left: 3.8rem;
  }

  .\32xl\:top-16\.5{
    top: 4.125rem;
  }

  .\32xl\:right-16\.5{
    right: 4.125rem;
  }

  .\32xl\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .\32xl\:left-16\.5{
    left: 4.125rem;
  }

  .\32xl\:top-17\.5{
    top: 4.25rem;
  }

  .\32xl\:right-17\.5{
    right: 4.25rem;
  }

  .\32xl\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .\32xl\:left-17\.5{
    left: 4.25rem;
  }

  .\32xl\:top-18\.5{
    top: 4.625rem;
  }

  .\32xl\:right-18\.5{
    right: 4.625rem;
  }

  .\32xl\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .\32xl\:left-18\.5{
    left: 4.625rem;
  }

  .\32xl\:top-20\.5{
    top: 5.25rem;
  }

  .\32xl\:right-20\.5{
    right: 5.25rem;
  }

  .\32xl\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .\32xl\:left-20\.5{
    left: 5.25rem;
  }

  .\32xl\:top-21\.5{
    top: 5.75rem;
  }

  .\32xl\:right-21\.5{
    right: 5.75rem;
  }

  .\32xl\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .\32xl\:left-21\.5{
    left: 5.75rem;
  }

  .\32xl\:top-22\.5{
    top: 5.875rem;
  }

  .\32xl\:right-22\.5{
    right: 5.875rem;
  }

  .\32xl\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .\32xl\:left-22\.5{
    left: 5.875rem;
  }

  .\32xl\:top-24\.5{
    top: 6.8125rem;
  }

  .\32xl\:right-24\.5{
    right: 6.8125rem;
  }

  .\32xl\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .\32xl\:left-24\.5{
    left: 6.8125rem;
  }

  .\32xl\:top-28\.5{
    top: 7.375rem;
  }

  .\32xl\:right-28\.5{
    right: 7.375rem;
  }

  .\32xl\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .\32xl\:left-28\.5{
    left: 7.375rem;
  }

  .\32xl\:top-29\.5{
    top: 7.75rem;
  }

  .\32xl\:right-29\.5{
    right: 7.75rem;
  }

  .\32xl\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .\32xl\:left-29\.5{
    left: 7.75rem;
  }

  .\32xl\:top-32\.5{
    top: 8.125rem;
  }

  .\32xl\:right-32\.5{
    right: 8.125rem;
  }

  .\32xl\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .\32xl\:left-32\.5{
    left: 8.125rem;
  }

  .\32xl\:top-33\.5{
    top: 8.8125rem;
  }

  .\32xl\:right-33\.5{
    right: 8.8125rem;
  }

  .\32xl\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .\32xl\:left-33\.5{
    left: 8.8125rem;
  }

  .\32xl\:top-42\.5{
    top: 10.875rem;
  }

  .\32xl\:right-42\.5{
    right: 10.875rem;
  }

  .\32xl\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .\32xl\:left-42\.5{
    left: 10.875rem;
  }

  .\32xl\:top-49\.5{
    top: 12.75rem;
  }

  .\32xl\:right-49\.5{
    right: 12.75rem;
  }

  .\32xl\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .\32xl\:left-49\.5{
    left: 12.75rem;
  }

  .\32xl\:top-72\.5{
    top: 18.25rem;
  }

  .\32xl\:right-72\.5{
    right: 18.25rem;
  }

  .\32xl\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .\32xl\:left-72\.5{
    left: 18.25rem;
  }

  .\32xl\:-top-0{
    top: 0px;
  }

  .\32xl\:-right-0{
    right: 0px;
  }

  .\32xl\:-bottom-0{
    bottom: 0px;
  }

  .\32xl\:-left-0{
    left: 0px;
  }

  .\32xl\:-top-1{
    top: -0.25rem;
  }

  .\32xl\:-right-1{
    right: -0.25rem;
  }

  .\32xl\:-bottom-1{
    bottom: -0.25rem;
  }

  .\32xl\:-left-1{
    left: -0.25rem;
  }

  .\32xl\:-top-2{
    top: -0.5rem;
  }

  .\32xl\:-right-2{
    right: -0.5rem;
  }

  .\32xl\:-bottom-2{
    bottom: -0.5rem;
  }

  .\32xl\:-left-2{
    left: -0.5rem;
  }

  .\32xl\:-top-3{
    top: -0.75rem;
  }

  .\32xl\:-right-3{
    right: -0.75rem;
  }

  .\32xl\:-bottom-3{
    bottom: -0.75rem;
  }

  .\32xl\:-left-3{
    left: -0.75rem;
  }

  .\32xl\:-top-4{
    top: -1rem;
  }

  .\32xl\:-right-4{
    right: -1rem;
  }

  .\32xl\:-bottom-4{
    bottom: -1rem;
  }

  .\32xl\:-left-4{
    left: -1rem;
  }

  .\32xl\:-top-5{
    top: -1.25rem;
  }

  .\32xl\:-right-5{
    right: -1.25rem;
  }

  .\32xl\:-bottom-5{
    bottom: -1.25rem;
  }

  .\32xl\:-left-5{
    left: -1.25rem;
  }

  .\32xl\:-top-6{
    top: -1.5rem;
  }

  .\32xl\:-right-6{
    right: -1.5rem;
  }

  .\32xl\:-bottom-6{
    bottom: -1.5rem;
  }

  .\32xl\:-left-6{
    left: -1.5rem;
  }

  .\32xl\:-top-7{
    top: -1.75rem;
  }

  .\32xl\:-right-7{
    right: -1.75rem;
  }

  .\32xl\:-bottom-7{
    bottom: -1.75rem;
  }

  .\32xl\:-left-7{
    left: -1.75rem;
  }

  .\32xl\:-top-8{
    top: -2rem;
  }

  .\32xl\:-right-8{
    right: -2rem;
  }

  .\32xl\:-bottom-8{
    bottom: -2rem;
  }

  .\32xl\:-left-8{
    left: -2rem;
  }

  .\32xl\:-top-9{
    top: -2.25rem;
  }

  .\32xl\:-right-9{
    right: -2.25rem;
  }

  .\32xl\:-bottom-9{
    bottom: -2.25rem;
  }

  .\32xl\:-left-9{
    left: -2.25rem;
  }

  .\32xl\:-top-10{
    top: -2.5rem;
  }

  .\32xl\:-right-10{
    right: -2.5rem;
  }

  .\32xl\:-bottom-10{
    bottom: -2.5rem;
  }

  .\32xl\:-left-10{
    left: -2.5rem;
  }

  .\32xl\:-top-11{
    top: -2.75rem;
  }

  .\32xl\:-right-11{
    right: -2.75rem;
  }

  .\32xl\:-bottom-11{
    bottom: -2.75rem;
  }

  .\32xl\:-left-11{
    left: -2.75rem;
  }

  .\32xl\:-top-12{
    top: -3rem;
  }

  .\32xl\:-right-12{
    right: -3rem;
  }

  .\32xl\:-bottom-12{
    bottom: -3rem;
  }

  .\32xl\:-left-12{
    left: -3rem;
  }

  .\32xl\:-top-13{
    top: -3.375rem;
  }

  .\32xl\:-right-13{
    right: -3.375rem;
  }

  .\32xl\:-bottom-13{
    bottom: -3.375rem;
  }

  .\32xl\:-left-13{
    left: -3.375rem;
  }

  .\32xl\:-top-14{
    top: -3.5rem;
  }

  .\32xl\:-right-14{
    right: -3.5rem;
  }

  .\32xl\:-bottom-14{
    bottom: -3.5rem;
  }

  .\32xl\:-left-14{
    left: -3.5rem;
  }

  .\32xl\:-top-15{
    top: -3.75rem;
  }

  .\32xl\:-right-15{
    right: -3.75rem;
  }

  .\32xl\:-bottom-15{
    bottom: -3.75rem;
  }

  .\32xl\:-left-15{
    left: -3.75rem;
  }

  .\32xl\:-top-16{
    top: -4rem;
  }

  .\32xl\:-right-16{
    right: -4rem;
  }

  .\32xl\:-bottom-16{
    bottom: -4rem;
  }

  .\32xl\:-left-16{
    left: -4rem;
  }

  .\32xl\:-top-17{
    top: -4.375rem;
  }

  .\32xl\:-right-17{
    right: -4.375rem;
  }

  .\32xl\:-bottom-17{
    bottom: -4.375rem;
  }

  .\32xl\:-left-17{
    left: -4.375rem;
  }

  .\32xl\:-top-18{
    top: -4.5rem;
  }

  .\32xl\:-right-18{
    right: -4.5rem;
  }

  .\32xl\:-bottom-18{
    bottom: -4.5rem;
  }

  .\32xl\:-left-18{
    left: -4.5rem;
  }

  .\32xl\:-top-19{
    top: -4.75rem;
  }

  .\32xl\:-right-19{
    right: -4.75rem;
  }

  .\32xl\:-bottom-19{
    bottom: -4.75rem;
  }

  .\32xl\:-left-19{
    left: -4.75rem;
  }

  .\32xl\:-top-20{
    top: -5rem;
  }

  .\32xl\:-right-20{
    right: -5rem;
  }

  .\32xl\:-bottom-20{
    bottom: -5rem;
  }

  .\32xl\:-left-20{
    left: -5rem;
  }

  .\32xl\:-top-21{
    top: -5.5rem;
  }

  .\32xl\:-right-21{
    right: -5.5rem;
  }

  .\32xl\:-bottom-21{
    bottom: -5.5rem;
  }

  .\32xl\:-left-21{
    left: -5.5rem;
  }

  .\32xl\:-top-22{
    top: -5.625rem;
  }

  .\32xl\:-right-22{
    right: -5.625rem;
  }

  .\32xl\:-bottom-22{
    bottom: -5.625rem;
  }

  .\32xl\:-left-22{
    left: -5.625rem;
  }

  .\32xl\:-top-23{
    top: -6.125rem;
  }

  .\32xl\:-right-23{
    right: -6.125rem;
  }

  .\32xl\:-bottom-23{
    bottom: -6.125rem;
  }

  .\32xl\:-left-23{
    left: -6.125rem;
  }

  .\32xl\:-top-24{
    top: -6rem;
  }

  .\32xl\:-right-24{
    right: -6rem;
  }

  .\32xl\:-bottom-24{
    bottom: -6rem;
  }

  .\32xl\:-left-24{
    left: -6rem;
  }

  .\32xl\:-top-25{
    top: -6.5rem;
  }

  .\32xl\:-right-25{
    right: -6.5rem;
  }

  .\32xl\:-bottom-25{
    bottom: -6.5rem;
  }

  .\32xl\:-left-25{
    left: -6.5rem;
  }

  .\32xl\:-top-26{
    top: -6.75rem;
  }

  .\32xl\:-right-26{
    right: -6.75rem;
  }

  .\32xl\:-bottom-26{
    bottom: -6.75rem;
  }

  .\32xl\:-left-26{
    left: -6.75rem;
  }

  .\32xl\:-top-27{
    top: -6.25rem;
  }

  .\32xl\:-right-27{
    right: -6.25rem;
  }

  .\32xl\:-bottom-27{
    bottom: -6.25rem;
  }

  .\32xl\:-left-27{
    left: -6.25rem;
  }

  .\32xl\:-top-28{
    top: -7rem;
  }

  .\32xl\:-right-28{
    right: -7rem;
  }

  .\32xl\:-bottom-28{
    bottom: -7rem;
  }

  .\32xl\:-left-28{
    left: -7rem;
  }

  .\32xl\:-top-29{
    top: -7.5rem;
  }

  .\32xl\:-right-29{
    right: -7.5rem;
  }

  .\32xl\:-bottom-29{
    bottom: -7.5rem;
  }

  .\32xl\:-left-29{
    left: -7.5rem;
  }

  .\32xl\:-top-32{
    top: -8rem;
  }

  .\32xl\:-right-32{
    right: -8rem;
  }

  .\32xl\:-bottom-32{
    bottom: -8rem;
  }

  .\32xl\:-left-32{
    left: -8rem;
  }

  .\32xl\:-top-34{
    top: -8.5rem;
  }

  .\32xl\:-right-34{
    right: -8.5rem;
  }

  .\32xl\:-bottom-34{
    bottom: -8.5rem;
  }

  .\32xl\:-left-34{
    left: -8.5rem;
  }

  .\32xl\:-top-35{
    top: -8.75rem;
  }

  .\32xl\:-right-35{
    right: -8.75rem;
  }

  .\32xl\:-bottom-35{
    bottom: -8.75rem;
  }

  .\32xl\:-left-35{
    left: -8.75rem;
  }

  .\32xl\:-top-36{
    top: -9rem;
  }

  .\32xl\:-right-36{
    right: -9rem;
  }

  .\32xl\:-bottom-36{
    bottom: -9rem;
  }

  .\32xl\:-left-36{
    left: -9rem;
  }

  .\32xl\:-top-37{
    top: -9.125rem;
  }

  .\32xl\:-right-37{
    right: -9.125rem;
  }

  .\32xl\:-bottom-37{
    bottom: -9.125rem;
  }

  .\32xl\:-left-37{
    left: -9.125rem;
  }

  .\32xl\:-top-38{
    top: -9.5rem;
  }

  .\32xl\:-right-38{
    right: -9.5rem;
  }

  .\32xl\:-bottom-38{
    bottom: -9.5rem;
  }

  .\32xl\:-left-38{
    left: -9.5rem;
  }

  .\32xl\:-top-40{
    top: -10rem;
  }

  .\32xl\:-right-40{
    right: -10rem;
  }

  .\32xl\:-bottom-40{
    bottom: -10rem;
  }

  .\32xl\:-left-40{
    left: -10rem;
  }

  .\32xl\:-top-41{
    top: -10.5rem;
  }

  .\32xl\:-right-41{
    right: -10.5rem;
  }

  .\32xl\:-bottom-41{
    bottom: -10.5rem;
  }

  .\32xl\:-left-41{
    left: -10.5rem;
  }

  .\32xl\:-top-42{
    top: -10.625rem;
  }

  .\32xl\:-right-42{
    right: -10.625rem;
  }

  .\32xl\:-bottom-42{
    bottom: -10.625rem;
  }

  .\32xl\:-left-42{
    left: -10.625rem;
  }

  .\32xl\:-top-44{
    top: -11rem;
  }

  .\32xl\:-right-44{
    right: -11rem;
  }

  .\32xl\:-bottom-44{
    bottom: -11rem;
  }

  .\32xl\:-left-44{
    left: -11rem;
  }

  .\32xl\:-top-45{
    top: -11.25rem;
  }

  .\32xl\:-right-45{
    right: -11.25rem;
  }

  .\32xl\:-bottom-45{
    bottom: -11.25rem;
  }

  .\32xl\:-left-45{
    left: -11.25rem;
  }

  .\32xl\:-top-48{
    top: -12rem;
  }

  .\32xl\:-right-48{
    right: -12rem;
  }

  .\32xl\:-bottom-48{
    bottom: -12rem;
  }

  .\32xl\:-left-48{
    left: -12rem;
  }

  .\32xl\:-top-49{
    top: -12.5rem;
  }

  .\32xl\:-right-49{
    right: -12.5rem;
  }

  .\32xl\:-bottom-49{
    bottom: -12.5rem;
  }

  .\32xl\:-left-49{
    left: -12.5rem;
  }

  .\32xl\:-top-52{
    top: -13rem;
  }

  .\32xl\:-right-52{
    right: -13rem;
  }

  .\32xl\:-bottom-52{
    bottom: -13rem;
  }

  .\32xl\:-left-52{
    left: -13rem;
  }

  .\32xl\:-top-56{
    top: -14rem;
  }

  .\32xl\:-right-56{
    right: -14rem;
  }

  .\32xl\:-bottom-56{
    bottom: -14rem;
  }

  .\32xl\:-left-56{
    left: -14rem;
  }

  .\32xl\:-top-57{
    top: -14.375rem;
  }

  .\32xl\:-right-57{
    right: -14.375rem;
  }

  .\32xl\:-bottom-57{
    bottom: -14.375rem;
  }

  .\32xl\:-left-57{
    left: -14.375rem;
  }

  .\32xl\:-top-60{
    top: -15rem;
  }

  .\32xl\:-right-60{
    right: -15rem;
  }

  .\32xl\:-bottom-60{
    bottom: -15rem;
  }

  .\32xl\:-left-60{
    left: -15rem;
  }

  .\32xl\:-top-64{
    top: -16rem;
  }

  .\32xl\:-right-64{
    right: -16rem;
  }

  .\32xl\:-bottom-64{
    bottom: -16rem;
  }

  .\32xl\:-left-64{
    left: -16rem;
  }

  .\32xl\:-top-72{
    top: -18rem;
  }

  .\32xl\:-right-72{
    right: -18rem;
  }

  .\32xl\:-bottom-72{
    bottom: -18rem;
  }

  .\32xl\:-left-72{
    left: -18rem;
  }

  .\32xl\:-top-80{
    top: -20rem;
  }

  .\32xl\:-right-80{
    right: -20rem;
  }

  .\32xl\:-bottom-80{
    bottom: -20rem;
  }

  .\32xl\:-left-80{
    left: -20rem;
  }

  .\32xl\:-top-82{
    top: -22rem;
  }

  .\32xl\:-right-82{
    right: -22rem;
  }

  .\32xl\:-bottom-82{
    bottom: -22rem;
  }

  .\32xl\:-left-82{
    left: -22rem;
  }

  .\32xl\:-top-83{
    top: -23.8125rem;
  }

  .\32xl\:-right-83{
    right: -23.8125rem;
  }

  .\32xl\:-bottom-83{
    bottom: -23.8125rem;
  }

  .\32xl\:-left-83{
    left: -23.8125rem;
  }

  .\32xl\:-top-96{
    top: -24rem;
  }

  .\32xl\:-right-96{
    right: -24rem;
  }

  .\32xl\:-bottom-96{
    bottom: -24rem;
  }

  .\32xl\:-left-96{
    left: -24rem;
  }

  .\32xl\:-top-px{
    top: -1px;
  }

  .\32xl\:-right-px{
    right: -1px;
  }

  .\32xl\:-bottom-px{
    bottom: -1px;
  }

  .\32xl\:-left-px{
    left: -1px;
  }

  .\32xl\:-top-0\.5{
    top: -0.125rem;
  }

  .\32xl\:-right-0\.5{
    right: -0.125rem;
  }

  .\32xl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .\32xl\:-left-0\.5{
    left: -0.125rem;
  }

  .\32xl\:-top-1\.5{
    top: -0.375rem;
  }

  .\32xl\:-right-1\.5{
    right: -0.375rem;
  }

  .\32xl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .\32xl\:-left-1\.5{
    left: -0.375rem;
  }

  .\32xl\:-top-2\.5{
    top: -0.625rem;
  }

  .\32xl\:-right-2\.5{
    right: -0.625rem;
  }

  .\32xl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .\32xl\:-left-2\.5{
    left: -0.625rem;
  }

  .\32xl\:-top-3\.5{
    top: -0.875rem;
  }

  .\32xl\:-right-3\.5{
    right: -0.875rem;
  }

  .\32xl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .\32xl\:-left-3\.5{
    left: -0.875rem;
  }

  .\32xl\:-top-4\.5{
    top: -1.125rem;
  }

  .\32xl\:-right-4\.5{
    right: -1.125rem;
  }

  .\32xl\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .\32xl\:-left-4\.5{
    left: -1.125rem;
  }

  .\32xl\:-top-5\.5{
    top: -1.375rem;
  }

  .\32xl\:-right-5\.5{
    right: -1.375rem;
  }

  .\32xl\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .\32xl\:-left-5\.5{
    left: -1.375rem;
  }

  .\32xl\:-top-6\.5{
    top: -1.625rem;
  }

  .\32xl\:-right-6\.5{
    right: -1.625rem;
  }

  .\32xl\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .\32xl\:-left-6\.5{
    left: -1.625rem;
  }

  .\32xl\:-top-7\.5{
    top: -1.875rem;
  }

  .\32xl\:-right-7\.5{
    right: -1.875rem;
  }

  .\32xl\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .\32xl\:-left-7\.5{
    left: -1.875rem;
  }

  .\32xl\:-top-8\.5{
    top: -2.125rem;
  }

  .\32xl\:-right-8\.5{
    right: -2.125rem;
  }

  .\32xl\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .\32xl\:-left-8\.5{
    left: -2.125rem;
  }

  .\32xl\:-top-9\.5{
    top: -2.375rem;
  }

  .\32xl\:-right-9\.5{
    right: -2.375rem;
  }

  .\32xl\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .\32xl\:-left-9\.5{
    left: -2.375rem;
  }

  .\32xl\:-top-10\.5{
    top: -2.625rem;
  }

  .\32xl\:-right-10\.5{
    right: -2.625rem;
  }

  .\32xl\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .\32xl\:-left-10\.5{
    left: -2.625rem;
  }

  .\32xl\:-top-11\.5{
    top: -2.875rem;
  }

  .\32xl\:-right-11\.5{
    right: -2.875rem;
  }

  .\32xl\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .\32xl\:-left-11\.5{
    left: -2.875rem;
  }

  .\32xl\:-top-12\.5{
    top: -3.125rem;
  }

  .\32xl\:-right-12\.5{
    right: -3.125rem;
  }

  .\32xl\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .\32xl\:-left-12\.5{
    left: -3.125rem;
  }

  .\32xl\:-top-13\.5{
    top: -3.25rem;
  }

  .\32xl\:-right-13\.5{
    right: -3.25rem;
  }

  .\32xl\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .\32xl\:-left-13\.5{
    left: -3.25rem;
  }

  .\32xl\:-top-15\.5{
    top: -3.8rem;
  }

  .\32xl\:-right-15\.5{
    right: -3.8rem;
  }

  .\32xl\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .\32xl\:-left-15\.5{
    left: -3.8rem;
  }

  .\32xl\:-top-16\.5{
    top: -4.125rem;
  }

  .\32xl\:-right-16\.5{
    right: -4.125rem;
  }

  .\32xl\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .\32xl\:-left-16\.5{
    left: -4.125rem;
  }

  .\32xl\:-top-17\.5{
    top: -4.25rem;
  }

  .\32xl\:-right-17\.5{
    right: -4.25rem;
  }

  .\32xl\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .\32xl\:-left-17\.5{
    left: -4.25rem;
  }

  .\32xl\:-top-18\.5{
    top: -4.625rem;
  }

  .\32xl\:-right-18\.5{
    right: -4.625rem;
  }

  .\32xl\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .\32xl\:-left-18\.5{
    left: -4.625rem;
  }

  .\32xl\:-top-20\.5{
    top: -5.25rem;
  }

  .\32xl\:-right-20\.5{
    right: -5.25rem;
  }

  .\32xl\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .\32xl\:-left-20\.5{
    left: -5.25rem;
  }

  .\32xl\:-top-21\.5{
    top: -5.75rem;
  }

  .\32xl\:-right-21\.5{
    right: -5.75rem;
  }

  .\32xl\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .\32xl\:-left-21\.5{
    left: -5.75rem;
  }

  .\32xl\:-top-22\.5{
    top: -5.875rem;
  }

  .\32xl\:-right-22\.5{
    right: -5.875rem;
  }

  .\32xl\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .\32xl\:-left-22\.5{
    left: -5.875rem;
  }

  .\32xl\:-top-24\.5{
    top: -6.8125rem;
  }

  .\32xl\:-right-24\.5{
    right: -6.8125rem;
  }

  .\32xl\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .\32xl\:-left-24\.5{
    left: -6.8125rem;
  }

  .\32xl\:-top-28\.5{
    top: -7.375rem;
  }

  .\32xl\:-right-28\.5{
    right: -7.375rem;
  }

  .\32xl\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .\32xl\:-left-28\.5{
    left: -7.375rem;
  }

  .\32xl\:-top-29\.5{
    top: -7.75rem;
  }

  .\32xl\:-right-29\.5{
    right: -7.75rem;
  }

  .\32xl\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .\32xl\:-left-29\.5{
    left: -7.75rem;
  }

  .\32xl\:-top-32\.5{
    top: -8.125rem;
  }

  .\32xl\:-right-32\.5{
    right: -8.125rem;
  }

  .\32xl\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .\32xl\:-left-32\.5{
    left: -8.125rem;
  }

  .\32xl\:-top-33\.5{
    top: -8.8125rem;
  }

  .\32xl\:-right-33\.5{
    right: -8.8125rem;
  }

  .\32xl\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .\32xl\:-left-33\.5{
    left: -8.8125rem;
  }

  .\32xl\:-top-42\.5{
    top: -10.875rem;
  }

  .\32xl\:-right-42\.5{
    right: -10.875rem;
  }

  .\32xl\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .\32xl\:-left-42\.5{
    left: -10.875rem;
  }

  .\32xl\:-top-49\.5{
    top: -12.75rem;
  }

  .\32xl\:-right-49\.5{
    right: -12.75rem;
  }

  .\32xl\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .\32xl\:-left-49\.5{
    left: -12.75rem;
  }

  .\32xl\:-top-72\.5{
    top: -18.25rem;
  }

  .\32xl\:-right-72\.5{
    right: -18.25rem;
  }

  .\32xl\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .\32xl\:-left-72\.5{
    left: -18.25rem;
  }

  .\32xl\:top-1\/2{
    top: 50%;
  }

  .\32xl\:right-1\/2{
    right: 50%;
  }

  .\32xl\:bottom-1\/2{
    bottom: 50%;
  }

  .\32xl\:left-1\/2{
    left: 50%;
  }

  .\32xl\:top-1\/3{
    top: 33.333333%;
  }

  .\32xl\:right-1\/3{
    right: 33.333333%;
  }

  .\32xl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .\32xl\:left-1\/3{
    left: 33.333333%;
  }

  .\32xl\:top-2\/3{
    top: 66.666667%;
  }

  .\32xl\:right-2\/3{
    right: 66.666667%;
  }

  .\32xl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .\32xl\:left-2\/3{
    left: 66.666667%;
  }

  .\32xl\:top-1\/4{
    top: 25%;
  }

  .\32xl\:right-1\/4{
    right: 25%;
  }

  .\32xl\:bottom-1\/4{
    bottom: 25%;
  }

  .\32xl\:left-1\/4{
    left: 25%;
  }

  .\32xl\:top-2\/4{
    top: 50%;
  }

  .\32xl\:right-2\/4{
    right: 50%;
  }

  .\32xl\:bottom-2\/4{
    bottom: 50%;
  }

  .\32xl\:left-2\/4{
    left: 50%;
  }

  .\32xl\:top-3\/4{
    top: 75%;
  }

  .\32xl\:right-3\/4{
    right: 75%;
  }

  .\32xl\:bottom-3\/4{
    bottom: 75%;
  }

  .\32xl\:left-3\/4{
    left: 75%;
  }

  .\32xl\:top-full{
    top: 100%;
  }

  .\32xl\:right-full{
    right: 100%;
  }

  .\32xl\:bottom-full{
    bottom: 100%;
  }

  .\32xl\:left-full{
    left: 100%;
  }

  .\32xl\:-top-1\/2{
    top: -50%;
  }

  .\32xl\:-right-1\/2{
    right: -50%;
  }

  .\32xl\:-bottom-1\/2{
    bottom: -50%;
  }

  .\32xl\:-left-1\/2{
    left: -50%;
  }

  .\32xl\:-top-1\/3{
    top: -33.333333%;
  }

  .\32xl\:-right-1\/3{
    right: -33.333333%;
  }

  .\32xl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .\32xl\:-left-1\/3{
    left: -33.333333%;
  }

  .\32xl\:-top-2\/3{
    top: -66.666667%;
  }

  .\32xl\:-right-2\/3{
    right: -66.666667%;
  }

  .\32xl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .\32xl\:-left-2\/3{
    left: -66.666667%;
  }

  .\32xl\:-top-1\/4{
    top: -25%;
  }

  .\32xl\:-right-1\/4{
    right: -25%;
  }

  .\32xl\:-bottom-1\/4{
    bottom: -25%;
  }

  .\32xl\:-left-1\/4{
    left: -25%;
  }

  .\32xl\:-top-2\/4{
    top: -50%;
  }

  .\32xl\:-right-2\/4{
    right: -50%;
  }

  .\32xl\:-bottom-2\/4{
    bottom: -50%;
  }

  .\32xl\:-left-2\/4{
    left: -50%;
  }

  .\32xl\:-top-3\/4{
    top: -75%;
  }

  .\32xl\:-right-3\/4{
    right: -75%;
  }

  .\32xl\:-bottom-3\/4{
    bottom: -75%;
  }

  .\32xl\:-left-3\/4{
    left: -75%;
  }

  .\32xl\:-top-full{
    top: -100%;
  }

  .\32xl\:-right-full{
    right: -100%;
  }

  .\32xl\:-bottom-full{
    bottom: -100%;
  }

  .\32xl\:-left-full{
    left: -100%;
  }

  .\32xl\:resize-none{
    resize: none;
  }

  .\32xl\:resize-y{
    resize: vertical;
  }

  .\32xl\:resize-x{
    resize: horizontal;
  }

  .\32xl\:resize{
    resize: both;
  }

  .\32xl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .\32xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .\32xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .\32xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .\32xl\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .\32xl\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .\32xl\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .\32xl\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .\32xl\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .\32xl\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\32xl\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .\32xl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .\32xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .\32xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .\32xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .\32xl\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .\32xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .\32xl\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .\32xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .\32xl\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .\32xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .\32xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .\32xl\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .\32xl\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .\32xl\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .\32xl\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .\32xl\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .\32xl\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .\32xl\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .\32xl\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .\32xl\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .\32xl\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .\32xl\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .\32xl\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .\32xl\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .\32xl\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .\32xl\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .\32xl\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .\32xl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .\32xl\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .\32xl\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .\32xl\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .\32xl\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .\32xl\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .\32xl\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .\32xl\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .\32xl\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .\32xl\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .\32xl\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .\32xl\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .\32xl\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .\32xl\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\32xl\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .\32xl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .\32xl\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .\32xl\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .\32xl\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .\32xl\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .\32xl\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .\32xl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .\32xl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .\32xl\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .\32xl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .\32xl\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .\32xl\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .\32xl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .\32xl\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .\32xl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .\32xl\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .\32xl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .\32xl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .\32xl\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .\32xl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .\32xl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .\32xl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .\32xl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .\32xl\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .\32xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .\32xl\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .\32xl\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .\32xl\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .\32xl\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .\32xl\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .\32xl\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .\32xl\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .\32xl\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .\32xl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .\32xl\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .\32xl\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .\32xl\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .\32xl\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .\32xl\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .\32xl\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .\32xl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .\32xl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .\32xl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .\32xl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .\32xl\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .\32xl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .\32xl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .\32xl\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .\32xl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .\32xl\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .\32xl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .\32xl\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .\32xl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .\32xl\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .\32xl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .\32xl\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .\32xl\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .\32xl\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .\32xl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .\32xl\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .\32xl\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .\32xl\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .\32xl\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .\32xl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .\32xl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .\32xl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .\32xl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .\32xl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .\32xl\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .\32xl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .\32xl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .\32xl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .\32xl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .\32xl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .\32xl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .\32xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .\32xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .\32xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .\32xl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .\32xl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .\32xl\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .\32xl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .\32xl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .\32xl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .\32xl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .\32xl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .\32xl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .\32xl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .\32xl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .\32xl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .\32xl\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .\32xl\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .\32xl\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .\32xl\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .\32xl\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .\32xl\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .\32xl\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .\32xl\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .\32xl\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .\32xl\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .\32xl\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .\32xl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .\32xl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .\32xl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .\32xl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .\32xl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .\32xl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .\32xl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .\32xl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .\32xl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .\32xl\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .\32xl\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .\32xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .\32xl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .\32xl\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .\32xl\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .\32xl\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .\32xl\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .\32xl\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .\32xl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .\32xl\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .\32xl\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .\32xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .\32xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .\32xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .\32xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .\32xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .\32xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .\32xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .\32xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .\32xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .\32xl\:fill-current{
    fill: currentColor;
  }

  .\32xl\:stroke-current{
    stroke: currentColor;
  }

  .\32xl\:stroke-0{
    stroke-width: 0;
  }

  .\32xl\:stroke-1{
    stroke-width: 1;
  }

  .\32xl\:stroke-2{
    stroke-width: 2;
  }

  .\32xl\:table-auto{
    table-layout: auto;
  }

  .\32xl\:table-fixed{
    table-layout: fixed;
  }

  .\32xl\:text-left{
    text-align: left;
  }

  .\32xl\:text-center{
    text-align: center;
  }

  .\32xl\:text-right{
    text-align: right;
  }

  .\32xl\:text-justify{
    text-align: justify;
  }

  .\32xl\:text-transparent{
    color: transparent;
  }

  .\32xl\:text-current{
    color: currentColor;
  }

  .\32xl\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .\32xl\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .\32xl\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .\32xl\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .\32xl\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .\32xl\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .\32xl\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .\32xl\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .\32xl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .\32xl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .\32xl\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .\32xl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .\32xl\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .\32xl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .\32xl\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .\32xl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .\32xl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .\32xl\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .\32xl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .\32xl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .\32xl\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .\32xl\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .\32xl\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .\32xl\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .\32xl\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .\32xl\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .\32xl\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .\32xl\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .\32xl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .\32xl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .\32xl\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .\32xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .\32xl\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .\32xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .\32xl\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .\32xl\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .\32xl\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .\32xl\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .\32xl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .\32xl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .\32xl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .\32xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .\32xl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .\32xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .\32xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .\32xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .\32xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .\32xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .\32xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .\32xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .\32xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .\32xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .\32xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .\32xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .\32xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .\32xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .\32xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .\32xl\:overflow-clip{
    text-overflow: clip;
  }

  .\32xl\:italic{
    font-style: italic;
  }

  .\32xl\:not-italic{
    font-style: normal;
  }

  .\32xl\:uppercase{
    text-transform: uppercase;
  }

  .\32xl\:lowercase{
    text-transform: lowercase;
  }

  .\32xl\:capitalize{
    text-transform: capitalize;
  }

  .\32xl\:normal-case{
    text-transform: none;
  }

  .\32xl\:underline{
    text-decoration: underline;
  }

  .\32xl\:line-through{
    text-decoration: line-through;
  }

  .\32xl\:no-underline{
    text-decoration: none;
  }

  .group:hover .\32xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .\32xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .\32xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .\32xl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .\32xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .\32xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .\32xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .\32xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .\32xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .\32xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .\32xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .\32xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .\32xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .\32xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .\32xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .\32xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .\32xl\:tracking-normal{
    letter-spacing: 0em;
  }

  .\32xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .\32xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .\32xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .\32xl\:tracking-base{
    letter-spacing: 0.34em;
  }

  .\32xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .\32xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .\32xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .\32xl\:align-baseline{
    vertical-align: baseline;
  }

  .\32xl\:align-top{
    vertical-align: top;
  }

  .\32xl\:align-middle{
    vertical-align: middle;
  }

  .\32xl\:align-bottom{
    vertical-align: bottom;
  }

  .\32xl\:align-text-top{
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .\32xl\:visible{
    visibility: visible;
  }

  .\32xl\:invisible{
    visibility: hidden;
  }

  .\32xl\:whitespace-normal{
    white-space: normal;
  }

  .\32xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .\32xl\:whitespace-pre{
    white-space: pre;
  }

  .\32xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .\32xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .\32xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words{
    overflow-wrap: break-word;
  }

  .\32xl\:break-all{
    word-break: break-all;
  }

  .\32xl\:w-0{
    width: 0px;
  }

  .\32xl\:w-1{
    width: 0.25rem;
  }

  .\32xl\:w-2{
    width: 0.5rem;
  }

  .\32xl\:w-3{
    width: 0.75rem;
  }

  .\32xl\:w-4{
    width: 1rem;
  }

  .\32xl\:w-5{
    width: 1.25rem;
  }

  .\32xl\:w-6{
    width: 1.5rem;
  }

  .\32xl\:w-7{
    width: 1.75rem;
  }

  .\32xl\:w-8{
    width: 2rem;
  }

  .\32xl\:w-9{
    width: 2.25rem;
  }

  .\32xl\:w-10{
    width: 2.5rem;
  }

  .\32xl\:w-11{
    width: 2.75rem;
  }

  .\32xl\:w-12{
    width: 3rem;
  }

  .\32xl\:w-13{
    width: 3.375rem;
  }

  .\32xl\:w-14{
    width: 3.5rem;
  }

  .\32xl\:w-15{
    width: 3.75rem;
  }

  .\32xl\:w-16{
    width: 4rem;
  }

  .\32xl\:w-17{
    width: 4.375rem;
  }

  .\32xl\:w-18{
    width: 4.5rem;
  }

  .\32xl\:w-19{
    width: 4.75rem;
  }

  .\32xl\:w-20{
    width: 5rem;
  }

  .\32xl\:w-21{
    width: 5.5rem;
  }

  .\32xl\:w-22{
    width: 5.625rem;
  }

  .\32xl\:w-23{
    width: 6.375rem;
  }

  .\32xl\:w-24{
    width: 6rem;
  }

  .\32xl\:w-25{
    width: 6.5rem;
  }

  .\32xl\:w-26{
    width: 6.75rem;
  }

  .\32xl\:w-27{
    width: 6.25rem;
  }

  .\32xl\:w-28{
    width: 7rem;
  }

  .\32xl\:w-29{
    width: 7.5rem;
  }

  .\32xl\:w-30{
    width: 7.75rem;
  }

  .\32xl\:w-31{
    width: 8.75rem;
  }

  .\32xl\:w-32{
    width: 8rem;
  }

  .\32xl\:w-33{
    width: 8.125rem;
  }

  .\32xl\:w-34{
    width: 8.5rem;
  }

  .\32xl\:w-35{
    width: 8.75rem;
  }

  .\32xl\:w-36{
    width: 9rem;
  }

  .\32xl\:w-37{
    width: 9.125rem;
  }

  .\32xl\:w-38{
    width: 9.5rem;
  }

  .\32xl\:w-40{
    width: 10rem;
  }

  .\32xl\:w-41{
    width: 10.5rem;
  }

  .\32xl\:w-42{
    width: 10.625rem;
  }

  .\32xl\:w-44{
    width: 11rem;
  }

  .\32xl\:w-45{
    width: 11.25rem;
  }

  .\32xl\:w-48{
    width: 12rem;
  }

  .\32xl\:w-49{
    width: 12.5rem;
  }

  .\32xl\:w-52{
    width: 13rem;
  }

  .\32xl\:w-53{
    width: 13.125rem;
  }

  .\32xl\:w-56{
    width: 14rem;
  }

  .\32xl\:w-57{
    width: 14.375rem;
  }

  .\32xl\:w-60{
    width: 15rem;
  }

  .\32xl\:w-64{
    width: 16rem;
  }

  .\32xl\:w-72{
    width: 18rem;
  }

  .\32xl\:w-73{
    width: 19rem;
  }

  .\32xl\:w-74{
    width: 25.5rem;
  }

  .\32xl\:w-78{
    width: 37.4375rem;
  }

  .\32xl\:w-80{
    width: 20rem;
  }

  .\32xl\:w-82{
    width: 22rem;
  }

  .\32xl\:w-83{
    width: 23.8125rem;
  }

  .\32xl\:w-96{
    width: 24rem;
  }

  .\32xl\:w-98{
    width: 50.625rem;
  }

  .\32xl\:w-99{
    width: 60.75rem;
  }

  .\32xl\:w-100{
    width: 45%;
  }

  .\32xl\:w-110{
    width: 70%;
  }

  .\32xl\:w-auto{
    width: auto;
  }

  .\32xl\:w-px{
    width: 1px;
  }

  .\32xl\:w-0\.5{
    width: 0.125rem;
  }

  .\32xl\:w-1\.5{
    width: 0.375rem;
  }

  .\32xl\:w-2\.5{
    width: 0.625rem;
  }

  .\32xl\:w-3\.5{
    width: 0.875rem;
  }

  .\32xl\:w-4\.5{
    width: 1.125rem;
  }

  .\32xl\:w-5\.5{
    width: 1.375rem;
  }

  .\32xl\:w-6\.5{
    width: 1.625rem;
  }

  .\32xl\:w-7\.5{
    width: 1.875rem;
  }

  .\32xl\:w-8\.5{
    width: 2.125rem;
  }

  .\32xl\:w-9\.5{
    width: 2.375rem;
  }

  .\32xl\:w-10\.5{
    width: 2.625rem;
  }

  .\32xl\:w-11\.5{
    width: 2.875rem;
  }

  .\32xl\:w-12\.5{
    width: 3.125rem;
  }

  .\32xl\:w-13\.5{
    width: 3.25rem;
  }

  .\32xl\:w-15\.5{
    width: 3.8rem;
  }

  .\32xl\:w-16\.5{
    width: 4.125rem;
  }

  .\32xl\:w-17\.5{
    width: 4.25rem;
  }

  .\32xl\:w-18\.5{
    width: 4.625rem;
  }

  .\32xl\:w-20\.5{
    width: 5.25rem;
  }

  .\32xl\:w-21\.5{
    width: 5.75rem;
  }

  .\32xl\:w-22\.5{
    width: 5.875rem;
  }

  .\32xl\:w-24\.5{
    width: 6.625rem;
  }

  .\32xl\:w-28\.5{
    width: 7.375rem;
  }

  .\32xl\:w-29\.5{
    width: 7.75rem;
  }

  .\32xl\:w-32\.5{
    width: 8.125rem;
  }

  .\32xl\:w-33\.5{
    width: 8.8125rem;
  }

  .\32xl\:w-42\.5{
    width: 10.875rem;
  }

  .\32xl\:w-49\.5{
    width: 12.75rem;
  }

  .\32xl\:w-72\.5{
    width: 18.25rem;
  }

  .\32xl\:w-1\/2{
    width: 50%;
  }

  .\32xl\:w-1\/3{
    width: 33.333333%;
  }

  .\32xl\:w-2\/3{
    width: 66.666667%;
  }

  .\32xl\:w-1\/4{
    width: 25%;
  }

  .\32xl\:w-2\/4{
    width: 50%;
  }

  .\32xl\:w-3\/4{
    width: 75%;
  }

  .\32xl\:w-1\/5{
    width: 20%;
  }

  .\32xl\:w-2\/5{
    width: 40%;
  }

  .\32xl\:w-3\/5{
    width: 60%;
  }

  .\32xl\:w-4\/5{
    width: 80%;
  }

  .\32xl\:w-1\/6{
    width: 16.666667%;
  }

  .\32xl\:w-2\/6{
    width: 33.333333%;
  }

  .\32xl\:w-3\/6{
    width: 50%;
  }

  .\32xl\:w-4\/6{
    width: 66.666667%;
  }

  .\32xl\:w-5\/6{
    width: 83.333333%;
  }

  .\32xl\:w-1\/12{
    width: 8.333333%;
  }

  .\32xl\:w-2\/12{
    width: 16.666667%;
  }

  .\32xl\:w-3\/12{
    width: 25%;
  }

  .\32xl\:w-4\/12{
    width: 33.333333%;
  }

  .\32xl\:w-5\/12{
    width: 41.666667%;
  }

  .\32xl\:w-6\/12{
    width: 50%;
  }

  .\32xl\:w-7\/12{
    width: 58.333333%;
  }

  .\32xl\:w-8\/12{
    width: 66.666667%;
  }

  .\32xl\:w-9\/12{
    width: 75%;
  }

  .\32xl\:w-10\/12{
    width: 83.333333%;
  }

  .\32xl\:w-11\/12{
    width: 91.666667%;
  }

  .\32xl\:w-full{
    width: 100%;
  }

  .\32xl\:w-screen{
    width: 100vw;
  }

  .\32xl\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:w-2\.2{
    width: 0.5625rem;
  }

  .\32xl\:w-48\.5{
    width: 12.125rem;
  }

  .\32xl\:w-community{
    width: 816px;
  }

  .\32xl\:w-slide{
    width: 705px;
  }

  .\32xl\:w-slide-md{
    width: 600px;
  }

  .\32xl\:w-sporson{
    width: 1064px;
  }

  .\32xl\:w-sporson-lg{
    width: 900px;
  }

  .\32xl\:w-line{
    width: 11%;
  }

  .\32xl\:w-line-lg{
    width: 4%;
  }

  .\32xl\:w-box-about{
    width: 928px;
  }

  .\32xl\:w-box-about-alt{
    width: 1024px;
  }

  .\32xl\:w-box-about-alt-lg{
    width: 660px;
  }

  .\32xl\:w-circle{
    width: 120px;
  }

  .\32xl\:w-circle-xl{
    width: 158px;
  }

  .\32xl\:w-guide{
    width: 280px;
  }

  .\32xl\:w-value{
    width: 205px;
  }

  .\32xl\:w-sub-menu{
    width: 335px;
  }

  .\32xl\:w-because{
    width: 397px;
  }

  .\32xl\:w-because-sm{
    width: 280px;
  }

  .\32xl\:w-table{
    width: 66%;
  }

  .\32xl\:z-0{
    z-index: 0;
  }

  .\32xl\:z-10{
    z-index: 10;
  }

  .\32xl\:z-20{
    z-index: 20;
  }

  .\32xl\:z-30{
    z-index: 30;
  }

  .\32xl\:z-40{
    z-index: 40;
  }

  .\32xl\:z-50{
    z-index: 50;
  }

  .\32xl\:z-100{
    z-index: 9999;
  }

  .\32xl\:z-auto{
    z-index: auto;
  }

  .\32xl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .\32xl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .\32xl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .\32xl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .\32xl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .\32xl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .\32xl\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .\32xl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .\32xl\:focus\:z-0:focus{
    z-index: 0;
  }

  .\32xl\:focus\:z-10:focus{
    z-index: 10;
  }

  .\32xl\:focus\:z-20:focus{
    z-index: 20;
  }

  .\32xl\:focus\:z-30:focus{
    z-index: 30;
  }

  .\32xl\:focus\:z-40:focus{
    z-index: 40;
  }

  .\32xl\:focus\:z-50:focus{
    z-index: 50;
  }

  .\32xl\:focus\:z-100:focus{
    z-index: 9999;
  }

  .\32xl\:focus\:z-auto:focus{
    z-index: auto;
  }

  .\32xl\:gap-0{
    gap: 0px;
  }

  .\32xl\:gap-1{
    gap: 0.25rem;
  }

  .\32xl\:gap-2{
    gap: 0.5rem;
  }

  .\32xl\:gap-3{
    gap: 0.75rem;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:gap-5{
    gap: 1.25rem;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

  .\32xl\:gap-7{
    gap: 1.75rem;
  }

  .\32xl\:gap-8{
    gap: 2rem;
  }

  .\32xl\:gap-9{
    gap: 2.25rem;
  }

  .\32xl\:gap-10{
    gap: 2.5rem;
  }

  .\32xl\:gap-11{
    gap: 2.75rem;
  }

  .\32xl\:gap-12{
    gap: 3rem;
  }

  .\32xl\:gap-13{
    gap: 3.375rem;
  }

  .\32xl\:gap-14{
    gap: 3.5rem;
  }

  .\32xl\:gap-15{
    gap: 3.75rem;
  }

  .\32xl\:gap-16{
    gap: 4rem;
  }

  .\32xl\:gap-17{
    gap: 4.375rem;
  }

  .\32xl\:gap-18{
    gap: 4.5rem;
  }

  .\32xl\:gap-19{
    gap: 4.75rem;
  }

  .\32xl\:gap-20{
    gap: 5rem;
  }

  .\32xl\:gap-21{
    gap: 5.5rem;
  }

  .\32xl\:gap-22{
    gap: 5.625rem;
  }

  .\32xl\:gap-23{
    gap: 6.125rem;
  }

  .\32xl\:gap-24{
    gap: 6rem;
  }

  .\32xl\:gap-25{
    gap: 6.5rem;
  }

  .\32xl\:gap-26{
    gap: 6.75rem;
  }

  .\32xl\:gap-27{
    gap: 6.25rem;
  }

  .\32xl\:gap-28{
    gap: 7rem;
  }

  .\32xl\:gap-29{
    gap: 7.5rem;
  }

  .\32xl\:gap-32{
    gap: 8rem;
  }

  .\32xl\:gap-34{
    gap: 8.5rem;
  }

  .\32xl\:gap-35{
    gap: 8.75rem;
  }

  .\32xl\:gap-36{
    gap: 9rem;
  }

  .\32xl\:gap-37{
    gap: 9.125rem;
  }

  .\32xl\:gap-38{
    gap: 9.5rem;
  }

  .\32xl\:gap-40{
    gap: 10rem;
  }

  .\32xl\:gap-41{
    gap: 10.5rem;
  }

  .\32xl\:gap-42{
    gap: 10.625rem;
  }

  .\32xl\:gap-44{
    gap: 11rem;
  }

  .\32xl\:gap-45{
    gap: 11.25rem;
  }

  .\32xl\:gap-48{
    gap: 12rem;
  }

  .\32xl\:gap-49{
    gap: 12.5rem;
  }

  .\32xl\:gap-52{
    gap: 13rem;
  }

  .\32xl\:gap-56{
    gap: 14rem;
  }

  .\32xl\:gap-57{
    gap: 14.375rem;
  }

  .\32xl\:gap-60{
    gap: 15rem;
  }

  .\32xl\:gap-64{
    gap: 16rem;
  }

  .\32xl\:gap-72{
    gap: 18rem;
  }

  .\32xl\:gap-80{
    gap: 20rem;
  }

  .\32xl\:gap-82{
    gap: 22rem;
  }

  .\32xl\:gap-83{
    gap: 23.8125rem;
  }

  .\32xl\:gap-96{
    gap: 24rem;
  }

  .\32xl\:gap-px{
    gap: 1px;
  }

  .\32xl\:gap-0\.5{
    gap: 0.125rem;
  }

  .\32xl\:gap-1\.5{
    gap: 0.375rem;
  }

  .\32xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .\32xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .\32xl\:gap-4\.5{
    gap: 1.125rem;
  }

  .\32xl\:gap-5\.5{
    gap: 1.375rem;
  }

  .\32xl\:gap-6\.5{
    gap: 1.625rem;
  }

  .\32xl\:gap-7\.5{
    gap: 1.875rem;
  }

  .\32xl\:gap-8\.5{
    gap: 2.125rem;
  }

  .\32xl\:gap-9\.5{
    gap: 2.375rem;
  }

  .\32xl\:gap-10\.5{
    gap: 2.625rem;
  }

  .\32xl\:gap-11\.5{
    gap: 2.875rem;
  }

  .\32xl\:gap-12\.5{
    gap: 3.125rem;
  }

  .\32xl\:gap-13\.5{
    gap: 3.25rem;
  }

  .\32xl\:gap-15\.5{
    gap: 3.8rem;
  }

  .\32xl\:gap-16\.5{
    gap: 4.125rem;
  }

  .\32xl\:gap-17\.5{
    gap: 4.25rem;
  }

  .\32xl\:gap-18\.5{
    gap: 4.625rem;
  }

  .\32xl\:gap-20\.5{
    gap: 5.25rem;
  }

  .\32xl\:gap-21\.5{
    gap: 5.75rem;
  }

  .\32xl\:gap-22\.5{
    gap: 5.875rem;
  }

  .\32xl\:gap-24\.5{
    gap: 6.8125rem;
  }

  .\32xl\:gap-28\.5{
    gap: 7.375rem;
  }

  .\32xl\:gap-29\.5{
    gap: 7.75rem;
  }

  .\32xl\:gap-32\.5{
    gap: 8.125rem;
  }

  .\32xl\:gap-33\.5{
    gap: 8.8125rem;
  }

  .\32xl\:gap-42\.5{
    gap: 10.875rem;
  }

  .\32xl\:gap-49\.5{
    gap: 12.75rem;
  }

  .\32xl\:gap-72\.5{
    gap: 18.25rem;
  }

  .\32xl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .\32xl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .\32xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .\32xl\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .\32xl\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .\32xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .\32xl\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .\32xl\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .\32xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .\32xl\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .\32xl\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .\32xl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .\32xl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .\32xl\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .\32xl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .\32xl\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .\32xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .\32xl\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .\32xl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .\32xl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .\32xl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .\32xl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .\32xl\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .\32xl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .\32xl\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .\32xl\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .\32xl\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .\32xl\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .\32xl\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .\32xl\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .\32xl\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .\32xl\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .\32xl\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .\32xl\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .\32xl\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .\32xl\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .\32xl\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .\32xl\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .\32xl\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .\32xl\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .\32xl\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .\32xl\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .\32xl\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .\32xl\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .\32xl\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .\32xl\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .\32xl\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .\32xl\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .\32xl\:gap-y-0{
    row-gap: 0px;
  }

  .\32xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .\32xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .\32xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .\32xl\:gap-y-4{
    row-gap: 1rem;
  }

  .\32xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .\32xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .\32xl\:gap-y-8{
    row-gap: 2rem;
  }

  .\32xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .\32xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .\32xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .\32xl\:gap-y-12{
    row-gap: 3rem;
  }

  .\32xl\:gap-y-13{
    row-gap: 3.375rem;
  }

  .\32xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .\32xl\:gap-y-15{
    row-gap: 3.75rem;
  }

  .\32xl\:gap-y-16{
    row-gap: 4rem;
  }

  .\32xl\:gap-y-17{
    row-gap: 4.375rem;
  }

  .\32xl\:gap-y-18{
    row-gap: 4.5rem;
  }

  .\32xl\:gap-y-19{
    row-gap: 4.75rem;
  }

  .\32xl\:gap-y-20{
    row-gap: 5rem;
  }

  .\32xl\:gap-y-21{
    row-gap: 5.5rem;
  }

  .\32xl\:gap-y-22{
    row-gap: 5.625rem;
  }

  .\32xl\:gap-y-23{
    row-gap: 6.125rem;
  }

  .\32xl\:gap-y-24{
    row-gap: 6rem;
  }

  .\32xl\:gap-y-25{
    row-gap: 6.5rem;
  }

  .\32xl\:gap-y-26{
    row-gap: 6.75rem;
  }

  .\32xl\:gap-y-27{
    row-gap: 6.25rem;
  }

  .\32xl\:gap-y-28{
    row-gap: 7rem;
  }

  .\32xl\:gap-y-29{
    row-gap: 7.5rem;
  }

  .\32xl\:gap-y-32{
    row-gap: 8rem;
  }

  .\32xl\:gap-y-34{
    row-gap: 8.5rem;
  }

  .\32xl\:gap-y-35{
    row-gap: 8.75rem;
  }

  .\32xl\:gap-y-36{
    row-gap: 9rem;
  }

  .\32xl\:gap-y-37{
    row-gap: 9.125rem;
  }

  .\32xl\:gap-y-38{
    row-gap: 9.5rem;
  }

  .\32xl\:gap-y-40{
    row-gap: 10rem;
  }

  .\32xl\:gap-y-41{
    row-gap: 10.5rem;
  }

  .\32xl\:gap-y-42{
    row-gap: 10.625rem;
  }

  .\32xl\:gap-y-44{
    row-gap: 11rem;
  }

  .\32xl\:gap-y-45{
    row-gap: 11.25rem;
  }

  .\32xl\:gap-y-48{
    row-gap: 12rem;
  }

  .\32xl\:gap-y-49{
    row-gap: 12.5rem;
  }

  .\32xl\:gap-y-52{
    row-gap: 13rem;
  }

  .\32xl\:gap-y-56{
    row-gap: 14rem;
  }

  .\32xl\:gap-y-57{
    row-gap: 14.375rem;
  }

  .\32xl\:gap-y-60{
    row-gap: 15rem;
  }

  .\32xl\:gap-y-64{
    row-gap: 16rem;
  }

  .\32xl\:gap-y-72{
    row-gap: 18rem;
  }

  .\32xl\:gap-y-80{
    row-gap: 20rem;
  }

  .\32xl\:gap-y-82{
    row-gap: 22rem;
  }

  .\32xl\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .\32xl\:gap-y-96{
    row-gap: 24rem;
  }

  .\32xl\:gap-y-px{
    row-gap: 1px;
  }

  .\32xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .\32xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .\32xl\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .\32xl\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .\32xl\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .\32xl\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .\32xl\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .\32xl\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .\32xl\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .\32xl\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .\32xl\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .\32xl\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .\32xl\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .\32xl\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .\32xl\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .\32xl\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .\32xl\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .\32xl\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .\32xl\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .\32xl\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .\32xl\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .\32xl\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .\32xl\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .\32xl\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .\32xl\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .\32xl\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .\32xl\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .\32xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .\32xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .\32xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .\32xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .\32xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .\32xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .\32xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .\32xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .\32xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:col-auto{
    grid-column: auto;
  }

  .\32xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-full{
    grid-column: 1 / -1;
  }

  .\32xl\:col-start-1{
    grid-column-start: 1;
  }

  .\32xl\:col-start-2{
    grid-column-start: 2;
  }

  .\32xl\:col-start-3{
    grid-column-start: 3;
  }

  .\32xl\:col-start-4{
    grid-column-start: 4;
  }

  .\32xl\:col-start-5{
    grid-column-start: 5;
  }

  .\32xl\:col-start-6{
    grid-column-start: 6;
  }

  .\32xl\:col-start-7{
    grid-column-start: 7;
  }

  .\32xl\:col-start-8{
    grid-column-start: 8;
  }

  .\32xl\:col-start-9{
    grid-column-start: 9;
  }

  .\32xl\:col-start-10{
    grid-column-start: 10;
  }

  .\32xl\:col-start-11{
    grid-column-start: 11;
  }

  .\32xl\:col-start-12{
    grid-column-start: 12;
  }

  .\32xl\:col-start-13{
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto{
    grid-column-start: auto;
  }

  .\32xl\:col-end-1{
    grid-column-end: 1;
  }

  .\32xl\:col-end-2{
    grid-column-end: 2;
  }

  .\32xl\:col-end-3{
    grid-column-end: 3;
  }

  .\32xl\:col-end-4{
    grid-column-end: 4;
  }

  .\32xl\:col-end-5{
    grid-column-end: 5;
  }

  .\32xl\:col-end-6{
    grid-column-end: 6;
  }

  .\32xl\:col-end-7{
    grid-column-end: 7;
  }

  .\32xl\:col-end-8{
    grid-column-end: 8;
  }

  .\32xl\:col-end-9{
    grid-column-end: 9;
  }

  .\32xl\:col-end-10{
    grid-column-end: 10;
  }

  .\32xl\:col-end-11{
    grid-column-end: 11;
  }

  .\32xl\:col-end-12{
    grid-column-end: 12;
  }

  .\32xl\:col-end-13{
    grid-column-end: 13;
  }

  .\32xl\:col-end-auto{
    grid-column-end: auto;
  }

  .\32xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-none{
    grid-template-rows: none;
  }

  .\32xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .\32xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .\32xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .\32xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:row-auto{
    grid-row: auto;
  }

  .\32xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-span-full{
    grid-row: 1 / -1;
  }

  .\32xl\:row-start-1{
    grid-row-start: 1;
  }

  .\32xl\:row-start-2{
    grid-row-start: 2;
  }

  .\32xl\:row-start-3{
    grid-row-start: 3;
  }

  .\32xl\:row-start-4{
    grid-row-start: 4;
  }

  .\32xl\:row-start-5{
    grid-row-start: 5;
  }

  .\32xl\:row-start-6{
    grid-row-start: 6;
  }

  .\32xl\:row-start-7{
    grid-row-start: 7;
  }

  .\32xl\:row-start-auto{
    grid-row-start: auto;
  }

  .\32xl\:row-end-1{
    grid-row-end: 1;
  }

  .\32xl\:row-end-2{
    grid-row-end: 2;
  }

  .\32xl\:row-end-3{
    grid-row-end: 3;
  }

  .\32xl\:row-end-4{
    grid-row-end: 4;
  }

  .\32xl\:row-end-5{
    grid-row-end: 5;
  }

  .\32xl\:row-end-6{
    grid-row-end: 6;
  }

  .\32xl\:row-end-7{
    grid-row-end: 7;
  }

  .\32xl\:row-end-auto{
    grid-row-end: auto;
  }

  .\32xl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .\32xl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .\32xl\:transform-none{
    transform: none;
  }

  .\32xl\:origin-center{
    transform-origin: center;
  }

  .\32xl\:origin-top{
    transform-origin: top;
  }

  .\32xl\:origin-top-right{
    transform-origin: top right;
  }

  .\32xl\:origin-right{
    transform-origin: right;
  }

  .\32xl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .\32xl\:origin-bottom{
    transform-origin: bottom;
  }

  .\32xl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .\32xl\:origin-left{
    transform-origin: left;
  }

  .\32xl\:origin-top-left{
    transform-origin: top left;
  }

  .\32xl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:scale-x-0{
    --tw-scale-x: 0;
  }

  .\32xl\:scale-x-50{
    --tw-scale-x: .5;
  }

  .\32xl\:scale-x-75{
    --tw-scale-x: .75;
  }

  .\32xl\:scale-x-90{
    --tw-scale-x: .9;
  }

  .\32xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .\32xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .\32xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .\32xl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .\32xl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .\32xl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .\32xl\:scale-y-0{
    --tw-scale-y: 0;
  }

  .\32xl\:scale-y-50{
    --tw-scale-y: .5;
  }

  .\32xl\:scale-y-75{
    --tw-scale-y: .75;
  }

  .\32xl\:scale-y-90{
    --tw-scale-y: .9;
  }

  .\32xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .\32xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .\32xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .\32xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .\32xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .\32xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .\32xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .\32xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .\32xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .\32xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .\32xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .\32xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .\32xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .\32xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .\32xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .\32xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .\32xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .\32xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .\32xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .\32xl\:rotate-0{
    --tw-rotate: 0deg;
  }

  .\32xl\:rotate-1{
    --tw-rotate: 1deg;
  }

  .\32xl\:rotate-2{
    --tw-rotate: 2deg;
  }

  .\32xl\:rotate-3{
    --tw-rotate: 3deg;
  }

  .\32xl\:rotate-6{
    --tw-rotate: 6deg;
  }

  .\32xl\:rotate-12{
    --tw-rotate: 12deg;
  }

  .\32xl\:rotate-45{
    --tw-rotate: 45deg;
  }

  .\32xl\:rotate-90{
    --tw-rotate: 90deg;
  }

  .\32xl\:rotate-180{
    --tw-rotate: 180deg;
  }

  .\32xl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .\32xl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .\32xl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .\32xl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .\32xl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .\32xl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .\32xl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .\32xl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .\32xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .\32xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .\32xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .\32xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .\32xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .\32xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .\32xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .\32xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .\32xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .\32xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .\32xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .\32xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .\32xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .\32xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .\32xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .\32xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .\32xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .\32xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .\32xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .\32xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .\32xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .\32xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .\32xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .\32xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .\32xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .\32xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .\32xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .\32xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .\32xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .\32xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .\32xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .\32xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .\32xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .\32xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .\32xl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .\32xl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .\32xl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .\32xl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .\32xl\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .\32xl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .\32xl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .\32xl\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .\32xl\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .\32xl\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .\32xl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .\32xl\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .\32xl\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .\32xl\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .\32xl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .\32xl\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .\32xl\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .\32xl\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .\32xl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .\32xl\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .\32xl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .\32xl\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .\32xl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .\32xl\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .\32xl\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .\32xl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .\32xl\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .\32xl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .\32xl\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .\32xl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .\32xl\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .\32xl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .\32xl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .\32xl\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .\32xl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .\32xl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .\32xl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .\32xl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .\32xl\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .\32xl\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .\32xl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .\32xl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .\32xl\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .\32xl\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .\32xl\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .\32xl\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .\32xl\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .\32xl\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .\32xl\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .\32xl\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .\32xl\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .\32xl\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .\32xl\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .\32xl\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .\32xl\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .\32xl\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .\32xl\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .\32xl\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .\32xl\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .\32xl\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .\32xl\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .\32xl\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .\32xl\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .\32xl\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .\32xl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .\32xl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .\32xl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .\32xl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .\32xl\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .\32xl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .\32xl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .\32xl\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .\32xl\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .\32xl\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .\32xl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .\32xl\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .\32xl\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .\32xl\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .\32xl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .\32xl\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .\32xl\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .\32xl\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .\32xl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .\32xl\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .\32xl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .\32xl\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .\32xl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .\32xl\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .\32xl\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .\32xl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .\32xl\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .\32xl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .\32xl\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .\32xl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .\32xl\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .\32xl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .\32xl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .\32xl\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .\32xl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .\32xl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .\32xl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .\32xl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .\32xl\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .\32xl\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .\32xl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .\32xl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .\32xl\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .\32xl\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .\32xl\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .\32xl\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .\32xl\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .\32xl\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .\32xl\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .\32xl\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .\32xl\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .\32xl\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .\32xl\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .\32xl\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .\32xl\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .\32xl\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .\32xl\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .\32xl\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .\32xl\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .\32xl\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .\32xl\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .\32xl\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .\32xl\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .\32xl\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .\32xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .\32xl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .\32xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .\32xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .\32xl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .\32xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .\32xl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .\32xl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .\32xl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .\32xl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .\32xl\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .\32xl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .\32xl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .\32xl\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .\32xl\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .\32xl\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .\32xl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .\32xl\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .\32xl\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .\32xl\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .\32xl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .\32xl\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .\32xl\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .\32xl\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .\32xl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .\32xl\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .\32xl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .\32xl\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .\32xl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .\32xl\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .\32xl\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .\32xl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .\32xl\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .\32xl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .\32xl\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .\32xl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .\32xl\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .\32xl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .\32xl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .\32xl\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .\32xl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .\32xl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .\32xl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .\32xl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .\32xl\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .\32xl\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .\32xl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .\32xl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .\32xl\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .\32xl\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .\32xl\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .\32xl\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .\32xl\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .\32xl\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .\32xl\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .\32xl\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .\32xl\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .\32xl\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .\32xl\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .\32xl\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .\32xl\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .\32xl\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .\32xl\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .\32xl\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .\32xl\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .\32xl\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .\32xl\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .\32xl\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .\32xl\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .\32xl\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .\32xl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .\32xl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .\32xl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .\32xl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .\32xl\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .\32xl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .\32xl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .\32xl\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .\32xl\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .\32xl\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .\32xl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .\32xl\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .\32xl\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .\32xl\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .\32xl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .\32xl\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .\32xl\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .\32xl\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .\32xl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .\32xl\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .\32xl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .\32xl\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .\32xl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .\32xl\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .\32xl\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .\32xl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .\32xl\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .\32xl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .\32xl\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .\32xl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .\32xl\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .\32xl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .\32xl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .\32xl\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .\32xl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .\32xl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .\32xl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .\32xl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .\32xl\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .\32xl\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .\32xl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .\32xl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .\32xl\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .\32xl\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .\32xl\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .\32xl\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .\32xl\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .\32xl\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .\32xl\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .\32xl\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .\32xl\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .\32xl\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .\32xl\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .\32xl\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .\32xl\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .\32xl\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .\32xl\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .\32xl\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .\32xl\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .\32xl\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .\32xl\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .\32xl\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .\32xl\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .\32xl\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .\32xl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .\32xl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .\32xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .\32xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .\32xl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .\32xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .\32xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .\32xl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .\32xl\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .\32xl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .\32xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .\32xl\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .\32xl\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .\32xl\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .\32xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .\32xl\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .\32xl\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .\32xl\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .\32xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .\32xl\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .\32xl\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .\32xl\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .\32xl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .\32xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .\32xl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .\32xl\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .\32xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .\32xl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .\32xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .\32xl\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .\32xl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .\32xl\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .\32xl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .\32xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .\32xl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .\32xl\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .\32xl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .\32xl\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .\32xl\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .\32xl\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .\32xl\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .\32xl\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .\32xl\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .\32xl\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .\32xl\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .\32xl\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .\32xl\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .\32xl\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .\32xl\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .\32xl\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .\32xl\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .\32xl\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .\32xl\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .\32xl\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .\32xl\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .\32xl\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .\32xl\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .\32xl\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .\32xl\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .\32xl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .\32xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .\32xl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .\32xl\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .\32xl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .\32xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .\32xl\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .\32xl\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .\32xl\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .\32xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .\32xl\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .\32xl\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .\32xl\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .\32xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .\32xl\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .\32xl\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .\32xl\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .\32xl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .\32xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .\32xl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .\32xl\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .\32xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .\32xl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .\32xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .\32xl\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .\32xl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .\32xl\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .\32xl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .\32xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .\32xl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .\32xl\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .\32xl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .\32xl\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .\32xl\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .\32xl\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .\32xl\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .\32xl\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .\32xl\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .\32xl\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .\32xl\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .\32xl\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .\32xl\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .\32xl\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .\32xl\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .\32xl\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .\32xl\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .\32xl\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .\32xl\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .\32xl\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .\32xl\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .\32xl\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .\32xl\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .\32xl\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .\32xl\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .\32xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .\32xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .\32xl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .\32xl\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .\32xl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .\32xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .\32xl\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .\32xl\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .\32xl\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .\32xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .\32xl\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .\32xl\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .\32xl\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .\32xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .\32xl\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .\32xl\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .\32xl\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .\32xl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .\32xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .\32xl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .\32xl\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .\32xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .\32xl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .\32xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .\32xl\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .\32xl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .\32xl\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .\32xl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .\32xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .\32xl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .\32xl\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .\32xl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .\32xl\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .\32xl\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .\32xl\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .\32xl\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .\32xl\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .\32xl\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .\32xl\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .\32xl\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .\32xl\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .\32xl\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .\32xl\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .\32xl\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .\32xl\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .\32xl\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .\32xl\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .\32xl\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .\32xl\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .\32xl\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .\32xl\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .\32xl\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .\32xl\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .\32xl\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .\32xl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .\32xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .\32xl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .\32xl\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .\32xl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .\32xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .\32xl\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .\32xl\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .\32xl\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .\32xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .\32xl\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .\32xl\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .\32xl\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .\32xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .\32xl\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .\32xl\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .\32xl\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .\32xl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .\32xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .\32xl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .\32xl\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .\32xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .\32xl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .\32xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .\32xl\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .\32xl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .\32xl\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .\32xl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .\32xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .\32xl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .\32xl\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .\32xl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .\32xl\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .\32xl\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .\32xl\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .\32xl\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .\32xl\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .\32xl\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .\32xl\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .\32xl\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .\32xl\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .\32xl\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .\32xl\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .\32xl\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .\32xl\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .\32xl\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .\32xl\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .\32xl\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .\32xl\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .\32xl\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .\32xl\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .\32xl\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .\32xl\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .\32xl\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .\32xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .\32xl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .\32xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .\32xl\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .\32xl\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .\32xl\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .\32xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .\32xl\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .\32xl\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .\32xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .\32xl\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .\32xl\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .\32xl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .\32xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .\32xl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .\32xl\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .\32xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .\32xl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .\32xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .\32xl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .\32xl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .\32xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .\32xl\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .\32xl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .\32xl\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .\32xl\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .\32xl\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .\32xl\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .\32xl\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .\32xl\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .\32xl\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .\32xl\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .\32xl\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .\32xl\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .\32xl\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .\32xl\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .\32xl\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .\32xl\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .\32xl\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .\32xl\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .\32xl\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .\32xl\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .\32xl\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .\32xl\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .\32xl\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .\32xl\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .\32xl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .\32xl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .\32xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .\32xl\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .\32xl\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .\32xl\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .\32xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .\32xl\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .\32xl\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .\32xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .\32xl\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .\32xl\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .\32xl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .\32xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .\32xl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .\32xl\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .\32xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .\32xl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .\32xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .\32xl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .\32xl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .\32xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .\32xl\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .\32xl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .\32xl\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .\32xl\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .\32xl\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .\32xl\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .\32xl\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .\32xl\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .\32xl\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .\32xl\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .\32xl\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .\32xl\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .\32xl\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .\32xl\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .\32xl\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .\32xl\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .\32xl\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .\32xl\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .\32xl\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .\32xl\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .\32xl\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .\32xl\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .\32xl\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .\32xl\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .\32xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .\32xl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .\32xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .\32xl\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .\32xl\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .\32xl\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .\32xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .\32xl\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .\32xl\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .\32xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .\32xl\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .\32xl\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .\32xl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .\32xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .\32xl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .\32xl\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .\32xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .\32xl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .\32xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .\32xl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .\32xl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .\32xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .\32xl\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .\32xl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .\32xl\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .\32xl\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .\32xl\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .\32xl\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .\32xl\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .\32xl\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .\32xl\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .\32xl\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .\32xl\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .\32xl\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .\32xl\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .\32xl\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .\32xl\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .\32xl\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .\32xl\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .\32xl\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .\32xl\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .\32xl\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .\32xl\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .\32xl\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .\32xl\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .\32xl\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .\32xl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .\32xl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .\32xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .\32xl\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .\32xl\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .\32xl\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .\32xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .\32xl\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .\32xl\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .\32xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .\32xl\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .\32xl\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .\32xl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .\32xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .\32xl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .\32xl\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .\32xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .\32xl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .\32xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .\32xl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .\32xl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .\32xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .\32xl\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .\32xl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .\32xl\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .\32xl\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .\32xl\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .\32xl\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .\32xl\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .\32xl\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .\32xl\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .\32xl\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .\32xl\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .\32xl\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .\32xl\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .\32xl\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .\32xl\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .\32xl\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .\32xl\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .\32xl\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .\32xl\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .\32xl\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .\32xl\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .\32xl\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .\32xl\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .\32xl\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .\32xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .\32xl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .\32xl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .\32xl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .\32xl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .\32xl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .\32xl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .\32xl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .\32xl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .\32xl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .\32xl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .\32xl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .\32xl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .\32xl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .\32xl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .\32xl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .\32xl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .\32xl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .\32xl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .\32xl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .\32xl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .\32xl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .\32xl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .\32xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .\32xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .\32xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .\32xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .\32xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .\32xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .\32xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .\32xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .\32xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .\32xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .\32xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .\32xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .\32xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .\32xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .\32xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .\32xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .\32xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .\32xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .\32xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .\32xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .\32xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .\32xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .\32xl\:transition-none{
    transition-property: none;
  }

  .\32xl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:ease-linear{
    transition-timing-function: linear;
  }

  .\32xl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:duration-75{
    transition-duration: 75ms;
  }

  .\32xl\:duration-100{
    transition-duration: 100ms;
  }

  .\32xl\:duration-150{
    transition-duration: 150ms;
  }

  .\32xl\:duration-200{
    transition-duration: 200ms;
  }

  .\32xl\:duration-300{
    transition-duration: 300ms;
  }

  .\32xl\:duration-500{
    transition-duration: 500ms;
  }

  .\32xl\:duration-700{
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000{
    transition-duration: 1000ms;
  }

  .\32xl\:delay-75{
    transition-delay: 75ms;
  }

  .\32xl\:delay-100{
    transition-delay: 100ms;
  }

  .\32xl\:delay-150{
    transition-delay: 150ms;
  }

  .\32xl\:delay-200{
    transition-delay: 200ms;
  }

  .\32xl\:delay-300{
    transition-delay: 300ms;
  }

  .\32xl\:delay-500{
    transition-delay: 500ms;
  }

  .\32xl\:delay-700{
    transition-delay: 700ms;
  }

  .\32xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .\32xl\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (max-width: 992px){
  .navigation\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .navigation\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .navigation\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .navigation\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .navigation\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .navigation\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .navigation\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .navigation\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .navigation\:container{
      max-width: 1536px;
    }
  }

  .navigation\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .navigation\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .navigation\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .navigation\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .navigation\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .navigation\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .navigation\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .navigation\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .navigation\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .navigation\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .navigation\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .navigation\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .navigation\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .navigation\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .navigation\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .navigation\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .navigation\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .navigation\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .navigation\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .navigation\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .navigation\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .navigation\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .navigation\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .navigation\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .navigation\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .navigation\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .navigation\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .navigation\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .navigation\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .navigation\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .navigation\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .navigation\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .navigation\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .navigation\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .navigation\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .navigation\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .navigation\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .navigation\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .navigation\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .navigation\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .navigation\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .navigation\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .navigation\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .navigation\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .navigation\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .navigation\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .navigation\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .navigation\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .navigation\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .navigation\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .navigation\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .navigation\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .navigation\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .navigation\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .navigation\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .navigation\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .navigation\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .navigation\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .navigation\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .navigation\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .navigation\:bg-fixed{
    background-attachment: fixed;
  }

  .navigation\:bg-local{
    background-attachment: local;
  }

  .navigation\:bg-scroll{
    background-attachment: scroll;
  }

  .navigation\:bg-clip-border{
    background-clip: border-box;
  }

  .navigation\:bg-clip-padding{
    background-clip: padding-box;
  }

  .navigation\:bg-clip-content{
    background-clip: content-box;
  }

  .navigation\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .navigation\:bg-transparent{
    background-color: transparent;
  }

  .navigation\:bg-current{
    background-color: currentColor;
  }

  .navigation\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .navigation\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .navigation\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .navigation\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .navigation\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .navigation\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .navigation\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .navigation\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .navigation\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .navigation\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .navigation\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .navigation\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .navigation\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .navigation\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .navigation\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .navigation\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .navigation\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .navigation\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .navigation\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .navigation\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .navigation\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .navigation\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .navigation\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .navigation\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .navigation\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .navigation\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .navigation\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .navigation\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .navigation\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .navigation\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .navigation\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .navigation\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .navigation\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .navigation\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .navigation\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .navigation\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .navigation\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .navigation\:bg-none{
    background-image: none;
  }

  .navigation\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .navigation\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .navigation\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .navigation\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .navigation\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .navigation\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .navigation\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .navigation\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .navigation\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .navigation\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .navigation\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .navigation\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .navigation\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .navigation\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .navigation\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .navigation\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .navigation\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .navigation\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .navigation\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .navigation\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .navigation\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .navigation\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .navigation\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .navigation\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .navigation\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .navigation\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .navigation\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .navigation\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .navigation\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .navigation\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .navigation\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .navigation\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .navigation\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .navigation\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .navigation\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .navigation\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .navigation\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .navigation\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .navigation\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .navigation\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .navigation\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .navigation\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .navigation\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .navigation\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .navigation\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .navigation\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .navigation\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .navigation\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .navigation\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .navigation\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .navigation\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .navigation\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .navigation\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .navigation\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .navigation\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .navigation\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .navigation\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .navigation\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .navigation\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .navigation\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .navigation\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .navigation\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .navigation\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .navigation\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .navigation\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .navigation\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .navigation\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .navigation\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .navigation\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .navigation\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .navigation\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .navigation\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .navigation\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .navigation\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .navigation\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .navigation\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .navigation\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .navigation\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .navigation\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .navigation\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .navigation\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .navigation\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .navigation\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .navigation\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .navigation\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .navigation\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .navigation\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .navigation\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .navigation\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .navigation\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .navigation\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .navigation\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .navigation\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .navigation\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .navigation\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .navigation\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .navigation\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .navigation\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .navigation\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .navigation\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .navigation\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .navigation\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .navigation\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .navigation\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .navigation\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .navigation\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .navigation\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .navigation\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .navigation\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .navigation\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .navigation\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .navigation\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .navigation\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .navigation\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .navigation\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .navigation\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .navigation\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .navigation\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .navigation\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .navigation\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .navigation\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .navigation\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .navigation\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .navigation\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .navigation\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .navigation\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .navigation\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .navigation\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .navigation\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .navigation\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .navigation\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .navigation\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .navigation\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .navigation\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .navigation\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .navigation\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .navigation\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .navigation\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .navigation\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .navigation\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .navigation\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .navigation\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .navigation\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .navigation\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .navigation\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .navigation\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .navigation\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .navigation\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .navigation\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .navigation\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .navigation\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .navigation\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .navigation\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .navigation\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .navigation\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .navigation\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .navigation\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .navigation\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .navigation\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .navigation\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .navigation\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .navigation\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .navigation\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .navigation\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .navigation\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .navigation\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .navigation\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .navigation\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .navigation\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .navigation\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .navigation\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .navigation\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .navigation\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .navigation\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .navigation\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .navigation\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .navigation\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .navigation\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .navigation\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .navigation\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .navigation\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .navigation\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .navigation\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .navigation\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .navigation\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .navigation\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .navigation\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .navigation\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .navigation\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .navigation\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .navigation\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .navigation\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .navigation\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .navigation\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .navigation\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .navigation\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .navigation\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .navigation\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .navigation\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .navigation\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .navigation\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .navigation\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .navigation\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .navigation\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .navigation\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .navigation\:to-current{
    --tw-gradient-to: currentColor;
  }

  .navigation\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .navigation\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .navigation\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .navigation\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .navigation\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .navigation\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .navigation\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .navigation\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .navigation\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .navigation\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .navigation\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .navigation\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .navigation\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .navigation\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .navigation\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .navigation\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .navigation\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .navigation\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .navigation\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .navigation\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .navigation\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .navigation\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .navigation\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .navigation\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .navigation\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .navigation\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .navigation\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .navigation\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .navigation\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .navigation\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .navigation\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .navigation\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .navigation\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .navigation\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .navigation\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .navigation\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .navigation\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .navigation\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .navigation\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .navigation\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .navigation\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .navigation\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .navigation\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .navigation\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .navigation\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .navigation\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .navigation\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .navigation\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .navigation\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .navigation\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .navigation\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .navigation\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .navigation\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .navigation\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .navigation\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .navigation\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .navigation\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .navigation\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .navigation\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .navigation\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .navigation\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .navigation\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .navigation\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .navigation\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .navigation\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .navigation\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .navigation\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .navigation\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .navigation\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .navigation\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .navigation\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .navigation\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .navigation\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .navigation\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .navigation\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .navigation\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .navigation\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .navigation\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .navigation\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .navigation\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .navigation\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .navigation\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .navigation\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .navigation\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .navigation\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .navigation\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .navigation\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .navigation\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .navigation\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .navigation\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .navigation\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .navigation\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .navigation\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .navigation\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .navigation\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .navigation\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .navigation\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .navigation\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .navigation\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .navigation\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .navigation\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .navigation\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .navigation\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .navigation\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .navigation\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .navigation\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .navigation\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .navigation\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .navigation\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .navigation\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .navigation\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .navigation\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .navigation\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .navigation\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .navigation\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .navigation\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .navigation\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .navigation\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .navigation\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .navigation\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .navigation\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .navigation\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .navigation\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .navigation\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .navigation\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .navigation\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .navigation\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .navigation\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .navigation\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .navigation\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .navigation\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .navigation\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .navigation\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .navigation\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .navigation\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .navigation\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .navigation\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .navigation\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .navigation\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .navigation\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .navigation\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .navigation\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .navigation\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .navigation\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .navigation\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .navigation\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .navigation\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .navigation\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .navigation\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .navigation\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .navigation\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .navigation\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .navigation\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .navigation\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .navigation\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .navigation\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .navigation\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .navigation\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .navigation\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .navigation\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .navigation\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .navigation\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .navigation\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .navigation\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .navigation\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .navigation\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .navigation\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .navigation\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .navigation\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .navigation\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .navigation\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .navigation\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .navigation\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .navigation\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .navigation\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .navigation\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .navigation\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .navigation\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .navigation\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .navigation\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .navigation\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .navigation\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .navigation\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .navigation\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .navigation\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .navigation\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .navigation\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .navigation\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .navigation\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .navigation\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .navigation\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .navigation\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .navigation\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .navigation\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .navigation\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .navigation\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .navigation\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .navigation\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .navigation\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .navigation\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .navigation\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .navigation\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .navigation\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .navigation\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .navigation\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .navigation\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .navigation\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .navigation\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .navigation\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .navigation\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .navigation\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .navigation\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .navigation\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .navigation\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .navigation\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .navigation\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .navigation\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .navigation\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .navigation\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .navigation\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .navigation\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .navigation\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .navigation\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .navigation\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .navigation\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .navigation\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .navigation\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .navigation\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .navigation\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .navigation\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .navigation\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .navigation\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .navigation\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .navigation\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .navigation\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .navigation\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .navigation\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .navigation\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .navigation\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .navigation\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .navigation\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .navigation\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .navigation\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .navigation\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .navigation\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .navigation\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .navigation\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .navigation\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .navigation\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .navigation\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .navigation\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .navigation\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .navigation\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .navigation\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .navigation\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .navigation\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .navigation\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .navigation\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .navigation\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .navigation\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .navigation\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .navigation\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .navigation\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .navigation\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .navigation\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .navigation\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .navigation\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .navigation\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .navigation\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .navigation\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .navigation\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .navigation\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .navigation\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .navigation\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .navigation\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .navigation\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .navigation\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .navigation\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .navigation\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .navigation\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .navigation\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .navigation\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .navigation\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .navigation\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .navigation\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .navigation\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .navigation\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .navigation\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .navigation\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .navigation\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .navigation\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .navigation\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .navigation\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .navigation\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .navigation\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .navigation\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .navigation\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .navigation\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .navigation\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .navigation\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .navigation\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .navigation\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .navigation\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .navigation\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .navigation\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .navigation\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .navigation\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .navigation\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .navigation\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .navigation\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .navigation\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .navigation\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .navigation\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .navigation\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .navigation\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .navigation\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .navigation\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .navigation\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .navigation\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .navigation\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .navigation\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .navigation\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .navigation\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .navigation\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .navigation\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .navigation\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .navigation\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .navigation\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .navigation\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .navigation\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .navigation\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .navigation\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .navigation\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .navigation\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .navigation\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .navigation\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .navigation\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .navigation\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .navigation\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .navigation\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .navigation\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .navigation\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .navigation\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .navigation\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .navigation\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .navigation\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .navigation\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .navigation\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .navigation\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .navigation\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .navigation\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .navigation\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .navigation\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .navigation\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .navigation\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .navigation\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .navigation\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .navigation\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .navigation\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .navigation\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .navigation\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .navigation\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .navigation\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .navigation\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .navigation\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .navigation\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .navigation\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .navigation\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .navigation\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .navigation\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .navigation\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .navigation\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .navigation\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .navigation\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .navigation\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .navigation\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .navigation\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .navigation\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .navigation\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .navigation\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .navigation\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .navigation\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .navigation\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .navigation\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .navigation\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .navigation\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .navigation\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .navigation\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .navigation\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .navigation\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .navigation\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .navigation\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .navigation\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .navigation\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .navigation\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .navigation\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .navigation\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .navigation\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .navigation\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .navigation\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .navigation\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .navigation\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .navigation\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .navigation\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .navigation\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .navigation\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .navigation\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .navigation\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .navigation\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .navigation\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .navigation\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .navigation\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .navigation\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .navigation\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .navigation\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .navigation\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .navigation\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .navigation\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .navigation\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .navigation\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .navigation\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .navigation\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .navigation\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .navigation\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .navigation\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .navigation\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .navigation\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .navigation\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .navigation\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .navigation\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .navigation\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .navigation\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .navigation\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .navigation\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .navigation\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .navigation\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .navigation\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .navigation\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .navigation\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .navigation\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .navigation\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .navigation\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .navigation\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .navigation\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .navigation\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .navigation\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .navigation\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .navigation\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .navigation\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .navigation\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .navigation\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .navigation\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .navigation\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .navigation\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .navigation\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .navigation\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .navigation\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .navigation\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .navigation\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .navigation\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .navigation\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .navigation\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .navigation\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .navigation\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .navigation\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .navigation\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .navigation\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .navigation\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .navigation\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .navigation\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .navigation\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .navigation\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .navigation\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .navigation\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .navigation\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .navigation\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .navigation\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .navigation\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .navigation\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .navigation\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .navigation\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .navigation\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .navigation\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .navigation\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .navigation\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .navigation\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .navigation\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .navigation\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .navigation\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .navigation\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .navigation\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .navigation\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .navigation\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .navigation\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .navigation\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .navigation\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .navigation\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .navigation\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .navigation\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .navigation\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .navigation\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .navigation\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .navigation\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .navigation\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .navigation\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .navigation\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .navigation\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .navigation\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .navigation\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .navigation\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .navigation\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .navigation\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .navigation\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .navigation\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .navigation\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .navigation\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .navigation\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .navigation\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .navigation\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .navigation\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .navigation\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .navigation\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .navigation\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .navigation\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .navigation\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .navigation\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .navigation\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .navigation\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .navigation\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .navigation\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .navigation\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .navigation\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .navigation\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .navigation\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .navigation\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .navigation\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .navigation\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .navigation\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .navigation\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .navigation\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .navigation\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .navigation\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .navigation\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .navigation\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .navigation\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .navigation\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .navigation\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .navigation\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .navigation\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .navigation\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .navigation\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .navigation\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .navigation\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .navigation\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .navigation\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .navigation\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .navigation\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .navigation\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .navigation\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .navigation\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .navigation\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .navigation\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .navigation\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .navigation\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .navigation\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .navigation\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .navigation\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .navigation\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .navigation\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .navigation\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .navigation\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .navigation\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .navigation\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .navigation\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .navigation\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .navigation\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .navigation\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .navigation\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .navigation\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .navigation\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .navigation\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .navigation\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .navigation\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .navigation\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .navigation\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .navigation\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .navigation\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .navigation\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .navigation\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .navigation\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .navigation\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .navigation\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .navigation\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .navigation\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .navigation\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .navigation\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .navigation\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .navigation\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .navigation\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .navigation\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .navigation\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .navigation\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .navigation\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .navigation\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .navigation\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .navigation\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .navigation\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .navigation\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .navigation\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .navigation\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .navigation\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .navigation\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .navigation\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .navigation\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .navigation\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .navigation\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .navigation\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .navigation\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .navigation\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .navigation\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .navigation\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .navigation\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .navigation\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .navigation\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .navigation\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .navigation\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .navigation\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .navigation\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .navigation\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .navigation\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .navigation\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .navigation\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .navigation\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .navigation\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .navigation\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .navigation\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .navigation\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .navigation\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .navigation\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .navigation\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .navigation\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .navigation\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .navigation\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .navigation\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .navigation\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .navigation\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .navigation\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .navigation\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .navigation\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .navigation\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .navigation\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .navigation\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .navigation\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .navigation\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .navigation\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .navigation\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .navigation\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .navigation\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .navigation\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .navigation\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .navigation\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .navigation\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .navigation\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .navigation\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .navigation\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .navigation\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .navigation\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .navigation\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .navigation\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .navigation\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .navigation\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .navigation\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .navigation\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .navigation\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .navigation\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .navigation\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .navigation\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .navigation\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .navigation\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .navigation\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .navigation\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .navigation\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .navigation\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .navigation\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .navigation\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .navigation\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .navigation\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .navigation\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .navigation\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .navigation\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .navigation\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .navigation\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .navigation\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .navigation\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .navigation\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .navigation\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .navigation\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .navigation\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .navigation\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .navigation\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .navigation\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .navigation\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .navigation\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .navigation\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .navigation\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .navigation\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .navigation\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .navigation\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .navigation\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .navigation\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .navigation\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .navigation\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .navigation\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .navigation\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .navigation\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .navigation\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .navigation\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .navigation\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .navigation\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .navigation\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .navigation\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .navigation\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .navigation\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .navigation\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .navigation\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .navigation\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .navigation\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .navigation\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .navigation\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .navigation\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .navigation\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .navigation\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .navigation\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .navigation\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .navigation\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .navigation\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .navigation\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .navigation\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .navigation\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .navigation\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .navigation\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .navigation\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .navigation\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .navigation\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .navigation\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .navigation\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .navigation\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .navigation\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .navigation\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .navigation\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .navigation\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .navigation\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .navigation\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .navigation\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .navigation\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .navigation\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .navigation\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .navigation\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .navigation\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .navigation\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .navigation\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .navigation\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .navigation\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .navigation\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .navigation\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .navigation\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .navigation\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .navigation\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .navigation\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .navigation\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .navigation\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .navigation\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .navigation\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .navigation\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .navigation\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .navigation\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .navigation\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .navigation\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .navigation\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .navigation\:bg-bottom{
    background-position: bottom;
  }

  .navigation\:bg-center{
    background-position: center;
  }

  .navigation\:bg-left{
    background-position: left;
  }

  .navigation\:bg-left-bottom{
    background-position: left bottom;
  }

  .navigation\:bg-left-top{
    background-position: left top;
  }

  .navigation\:bg-right{
    background-position: right;
  }

  .navigation\:bg-right-bottom{
    background-position: right bottom;
  }

  .navigation\:bg-right-top{
    background-position: right top;
  }

  .navigation\:bg-top{
    background-position: top;
  }

  .navigation\:bg-repeat{
    background-repeat: repeat;
  }

  .navigation\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .navigation\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .navigation\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .navigation\:bg-repeat-round{
    background-repeat: round;
  }

  .navigation\:bg-repeat-space{
    background-repeat: space;
  }

  .navigation\:bg-auto{
    background-size: auto;
  }

  .navigation\:bg-cover{
    background-size: cover;
  }

  .navigation\:bg-contain{
    background-size: contain;
  }

  .navigation\:border-collapse{
    border-collapse: collapse;
  }

  .navigation\:border-separate{
    border-collapse: separate;
  }

  .navigation\:border-transparent{
    border-color: transparent;
  }

  .navigation\:border-current{
    border-color: currentColor;
  }

  .navigation\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .navigation\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .navigation\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .navigation\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .navigation\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .navigation\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .navigation\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .navigation\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .navigation\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .navigation\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .navigation\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .navigation\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .navigation\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .navigation\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .navigation\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .navigation\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .navigation\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .navigation\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .navigation\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .navigation\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .navigation\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .navigation\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .navigation\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .navigation\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .navigation\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .navigation\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .navigation\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .navigation\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .navigation\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .navigation\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .navigation\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .navigation\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .navigation\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .navigation\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .navigation\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .navigation\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .navigation\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .navigation\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .navigation\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .navigation\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .navigation\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .navigation\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .navigation\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .navigation\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .navigation\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .navigation\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .navigation\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .navigation\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .navigation\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .navigation\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .navigation\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .navigation\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .navigation\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .navigation\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .navigation\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .navigation\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .navigation\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .navigation\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .navigation\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .navigation\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .navigation\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .navigation\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .navigation\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .navigation\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .navigation\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .navigation\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .navigation\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .navigation\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .navigation\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .navigation\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .navigation\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .navigation\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .navigation\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .navigation\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .navigation\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .navigation\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .navigation\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .navigation\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .navigation\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .navigation\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .navigation\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .navigation\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .navigation\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .navigation\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .navigation\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .navigation\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .navigation\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .navigation\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .navigation\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .navigation\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .navigation\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .navigation\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .navigation\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .navigation\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .navigation\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .navigation\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .navigation\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .navigation\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .navigation\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .navigation\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .navigation\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .navigation\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .navigation\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .navigation\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .navigation\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .navigation\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .navigation\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .navigation\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .navigation\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .navigation\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .navigation\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .navigation\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .navigation\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .navigation\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .navigation\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .navigation\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .navigation\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .navigation\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .navigation\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .navigation\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .navigation\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .navigation\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .navigation\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .navigation\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .navigation\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .navigation\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .navigation\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .navigation\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .navigation\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .navigation\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .navigation\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .navigation\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .navigation\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .navigation\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .navigation\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .navigation\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .navigation\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .navigation\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .navigation\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .navigation\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .navigation\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .navigation\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .navigation\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .navigation\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .navigation\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .navigation\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .navigation\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .navigation\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .navigation\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .navigation\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .navigation\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .navigation\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .navigation\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .navigation\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .navigation\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .navigation\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .navigation\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .navigation\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .navigation\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .navigation\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .navigation\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .navigation\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .navigation\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .navigation\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .navigation\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .navigation\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .navigation\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .navigation\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .navigation\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .navigation\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .navigation\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .navigation\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .navigation\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .navigation\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .navigation\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .navigation\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .navigation\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .navigation\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .navigation\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .navigation\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .navigation\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .navigation\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .navigation\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .navigation\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .navigation\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .navigation\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .navigation\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .navigation\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .navigation\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .navigation\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .navigation\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .navigation\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .navigation\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .navigation\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .navigation\:rounded-none{
    border-radius: 0px;
  }

  .navigation\:rounded-sm{
    border-radius: 0.125rem;
  }

  .navigation\:rounded{
    border-radius: 0.25rem;
  }

  .navigation\:rounded-md{
    border-radius: 0.375rem;
  }

  .navigation\:rounded-lg{
    border-radius: 0.5rem;
  }

  .navigation\:rounded-xl{
    border-radius: 0.75rem;
  }

  .navigation\:rounded-2xl{
    border-radius: 1rem;
  }

  .navigation\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .navigation\:rounded-full{
    border-radius: 9999px;
  }

  .navigation\:rounded-base{
    border-radius: 1.875rem;
  }

  .navigation\:rounded-bar{
    border-radius: 4rem;
  }

  .navigation\:rounded-btn{
    border-radius: 25px;
  }

  .navigation\:rounded-activities{
    border-radius: 20px;
  }

  .navigation\:rounded-img{
    border-radius: 7px;
  }

  .navigation\:rounded-input{
    border-radius: 40px;
  }

  .navigation\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .navigation\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .navigation\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .navigation\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .navigation\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .navigation\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .navigation\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .navigation\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .navigation\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .navigation\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .navigation\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .navigation\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .navigation\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .navigation\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .navigation\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .navigation\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .navigation\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .navigation\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .navigation\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .navigation\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .navigation\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .navigation\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .navigation\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .navigation\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .navigation\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .navigation\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .navigation\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .navigation\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .navigation\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .navigation\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .navigation\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .navigation\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .navigation\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .navigation\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .navigation\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .navigation\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .navigation\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .navigation\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .navigation\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .navigation\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .navigation\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .navigation\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .navigation\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .navigation\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .navigation\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .navigation\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .navigation\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .navigation\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .navigation\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .navigation\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .navigation\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .navigation\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .navigation\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .navigation\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .navigation\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .navigation\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .navigation\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .navigation\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .navigation\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .navigation\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .navigation\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .navigation\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .navigation\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .navigation\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .navigation\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .navigation\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .navigation\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .navigation\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .navigation\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .navigation\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .navigation\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .navigation\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .navigation\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .navigation\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .navigation\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .navigation\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .navigation\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .navigation\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .navigation\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .navigation\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .navigation\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .navigation\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .navigation\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .navigation\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .navigation\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .navigation\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .navigation\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .navigation\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .navigation\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .navigation\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .navigation\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .navigation\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .navigation\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .navigation\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .navigation\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .navigation\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .navigation\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .navigation\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .navigation\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .navigation\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .navigation\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .navigation\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .navigation\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .navigation\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .navigation\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .navigation\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .navigation\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .navigation\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .navigation\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .navigation\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .navigation\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .navigation\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .navigation\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .navigation\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .navigation\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .navigation\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .navigation\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .navigation\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .navigation\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .navigation\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .navigation\:border-solid{
    border-style: solid;
  }

  .navigation\:border-dashed{
    border-style: dashed;
  }

  .navigation\:border-dotted{
    border-style: dotted;
  }

  .navigation\:border-double{
    border-style: double;
  }

  .navigation\:border-none{
    border-style: none;
  }

  .navigation\:border-0{
    border-width: 0px;
  }

  .navigation\:border-1{
    border-width: 1px;
  }

  .navigation\:border-2{
    border-width: 2px;
  }

  .navigation\:border-3{
    border-width: 3px;
  }

  .navigation\:border-4{
    border-width: 4px;
  }

  .navigation\:border-6{
    border-width: 6px;
  }

  .navigation\:border-8{
    border-width: 8px;
  }

  .navigation\:border-9{
    border-width: 9px;
  }

  .navigation\:border-10{
    border-width: 10px;
  }

  .navigation\:border-14{
    border-width: 14px;
  }

  .navigation\:border{
    border-width: 1px;
  }

  .navigation\:border-t-0{
    border-top-width: 0px;
  }

  .navigation\:border-r-0{
    border-right-width: 0px;
  }

  .navigation\:border-b-0{
    border-bottom-width: 0px;
  }

  .navigation\:border-l-0{
    border-left-width: 0px;
  }

  .navigation\:border-t-1{
    border-top-width: 1px;
  }

  .navigation\:border-r-1{
    border-right-width: 1px;
  }

  .navigation\:border-b-1{
    border-bottom-width: 1px;
  }

  .navigation\:border-l-1{
    border-left-width: 1px;
  }

  .navigation\:border-t-2{
    border-top-width: 2px;
  }

  .navigation\:border-r-2{
    border-right-width: 2px;
  }

  .navigation\:border-b-2{
    border-bottom-width: 2px;
  }

  .navigation\:border-l-2{
    border-left-width: 2px;
  }

  .navigation\:border-t-3{
    border-top-width: 3px;
  }

  .navigation\:border-r-3{
    border-right-width: 3px;
  }

  .navigation\:border-b-3{
    border-bottom-width: 3px;
  }

  .navigation\:border-l-3{
    border-left-width: 3px;
  }

  .navigation\:border-t-4{
    border-top-width: 4px;
  }

  .navigation\:border-r-4{
    border-right-width: 4px;
  }

  .navigation\:border-b-4{
    border-bottom-width: 4px;
  }

  .navigation\:border-l-4{
    border-left-width: 4px;
  }

  .navigation\:border-t-6{
    border-top-width: 6px;
  }

  .navigation\:border-r-6{
    border-right-width: 6px;
  }

  .navigation\:border-b-6{
    border-bottom-width: 6px;
  }

  .navigation\:border-l-6{
    border-left-width: 6px;
  }

  .navigation\:border-t-8{
    border-top-width: 8px;
  }

  .navigation\:border-r-8{
    border-right-width: 8px;
  }

  .navigation\:border-b-8{
    border-bottom-width: 8px;
  }

  .navigation\:border-l-8{
    border-left-width: 8px;
  }

  .navigation\:border-t-9{
    border-top-width: 9px;
  }

  .navigation\:border-r-9{
    border-right-width: 9px;
  }

  .navigation\:border-b-9{
    border-bottom-width: 9px;
  }

  .navigation\:border-l-9{
    border-left-width: 9px;
  }

  .navigation\:border-t-10{
    border-top-width: 10px;
  }

  .navigation\:border-r-10{
    border-right-width: 10px;
  }

  .navigation\:border-b-10{
    border-bottom-width: 10px;
  }

  .navigation\:border-l-10{
    border-left-width: 10px;
  }

  .navigation\:border-t-14{
    border-top-width: 14px;
  }

  .navigation\:border-r-14{
    border-right-width: 14px;
  }

  .navigation\:border-b-14{
    border-bottom-width: 14px;
  }

  .navigation\:border-l-14{
    border-left-width: 14px;
  }

  .navigation\:border-t{
    border-top-width: 1px;
  }

  .navigation\:border-r{
    border-right-width: 1px;
  }

  .navigation\:border-b{
    border-bottom-width: 1px;
  }

  .navigation\:border-l{
    border-left-width: 1px;
  }

  .navigation\:box-border{
    box-sizing: border-box;
  }

  .navigation\:box-content{
    box-sizing: content-box;
  }

  .navigation\:cursor-auto{
    cursor: auto;
  }

  .navigation\:cursor-default{
    cursor: default;
  }

  .navigation\:cursor-pointer{
    cursor: pointer;
  }

  .navigation\:cursor-wait{
    cursor: wait;
  }

  .navigation\:cursor-text{
    cursor: text;
  }

  .navigation\:cursor-move{
    cursor: move;
  }

  .navigation\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .navigation\:block{
    display: block;
  }

  .navigation\:inline-block{
    display: inline-block;
  }

  .navigation\:inline{
    display: inline;
  }

  .navigation\:flex{
    display: flex;
  }

  .navigation\:inline-flex{
    display: inline-flex;
  }

  .navigation\:table{
    display: table;
  }

  .navigation\:table-caption{
    display: table-caption;
  }

  .navigation\:table-cell{
    display: table-cell;
  }

  .navigation\:table-column{
    display: table-column;
  }

  .navigation\:table-column-group{
    display: table-column-group;
  }

  .navigation\:table-footer-group{
    display: table-footer-group;
  }

  .navigation\:table-header-group{
    display: table-header-group;
  }

  .navigation\:table-row-group{
    display: table-row-group;
  }

  .navigation\:table-row{
    display: table-row;
  }

  .navigation\:flow-root{
    display: flow-root;
  }

  .navigation\:grid{
    display: grid;
  }

  .navigation\:inline-grid{
    display: inline-grid;
  }

  .navigation\:contents{
    display: contents;
  }

  .navigation\:hidden{
    display: none;
  }

  .navigation\:flex-row{
    flex-direction: row;
  }

  .navigation\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .navigation\:flex-col{
    flex-direction: column;
  }

  .navigation\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .navigation\:flex-wrap{
    flex-wrap: wrap;
  }

  .navigation\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .navigation\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .navigation\:place-items-auto{
    place-items: auto;
  }

  .navigation\:place-items-start{
    place-items: start;
  }

  .navigation\:place-items-end{
    place-items: end;
  }

  .navigation\:place-items-center{
    place-items: center;
  }

  .navigation\:place-items-stretch{
    place-items: stretch;
  }

  .navigation\:place-content-center{
    place-content: center;
  }

  .navigation\:place-content-start{
    place-content: start;
  }

  .navigation\:place-content-end{
    place-content: end;
  }

  .navigation\:place-content-between{
    place-content: space-between;
  }

  .navigation\:place-content-around{
    place-content: space-around;
  }

  .navigation\:place-content-evenly{
    place-content: space-evenly;
  }

  .navigation\:place-content-stretch{
    place-content: stretch;
  }

  .navigation\:place-self-auto{
    place-self: auto;
  }

  .navigation\:place-self-start{
    place-self: start;
  }

  .navigation\:place-self-end{
    place-self: end;
  }

  .navigation\:place-self-center{
    place-self: center;
  }

  .navigation\:place-self-stretch{
    place-self: stretch;
  }

  .navigation\:items-start{
    align-items: flex-start;
  }

  .navigation\:items-end{
    align-items: flex-end;
  }

  .navigation\:items-center{
    align-items: center;
  }

  .navigation\:items-baseline{
    align-items: baseline;
  }

  .navigation\:items-stretch{
    align-items: stretch;
  }

  .navigation\:content-center{
    align-content: center;
  }

  .navigation\:content-start{
    align-content: flex-start;
  }

  .navigation\:content-end{
    align-content: flex-end;
  }

  .navigation\:content-between{
    align-content: space-between;
  }

  .navigation\:content-around{
    align-content: space-around;
  }

  .navigation\:content-evenly{
    align-content: space-evenly;
  }

  .navigation\:self-auto{
    align-self: auto;
  }

  .navigation\:self-start{
    align-self: flex-start;
  }

  .navigation\:self-end{
    align-self: flex-end;
  }

  .navigation\:self-center{
    align-self: center;
  }

  .navigation\:self-stretch{
    align-self: stretch;
  }

  .navigation\:justify-items-auto{
    justify-items: auto;
  }

  .navigation\:justify-items-start{
    justify-items: start;
  }

  .navigation\:justify-items-end{
    justify-items: end;
  }

  .navigation\:justify-items-center{
    justify-items: center;
  }

  .navigation\:justify-items-stretch{
    justify-items: stretch;
  }

  .navigation\:justify-start{
    justify-content: flex-start;
  }

  .navigation\:justify-end{
    justify-content: flex-end;
  }

  .navigation\:justify-center{
    justify-content: center;
  }

  .navigation\:justify-between{
    justify-content: space-between;
  }

  .navigation\:justify-around{
    justify-content: space-around;
  }

  .navigation\:justify-evenly{
    justify-content: space-evenly;
  }

  .navigation\:justify-self-auto{
    justify-self: auto;
  }

  .navigation\:justify-self-start{
    justify-self: start;
  }

  .navigation\:justify-self-end{
    justify-self: end;
  }

  .navigation\:justify-self-center{
    justify-self: center;
  }

  .navigation\:justify-self-stretch{
    justify-self: stretch;
  }

  .navigation\:flex-1{
    flex: 1 1 0%;
  }

  .navigation\:flex-auto{
    flex: 1 1 auto;
  }

  .navigation\:flex-initial{
    flex: 0 1 auto;
  }

  .navigation\:flex-none{
    flex: none;
  }

  .navigation\:flex-grow-0{
    flex-grow: 0;
  }

  .navigation\:flex-grow{
    flex-grow: 1;
  }

  .navigation\:flex-shrink-0{
    flex-shrink: 0;
  }

  .navigation\:flex-shrink{
    flex-shrink: 1;
  }

  .navigation\:order-1{
    order: 1;
  }

  .navigation\:order-2{
    order: 2;
  }

  .navigation\:order-3{
    order: 3;
  }

  .navigation\:order-4{
    order: 4;
  }

  .navigation\:order-5{
    order: 5;
  }

  .navigation\:order-6{
    order: 6;
  }

  .navigation\:order-7{
    order: 7;
  }

  .navigation\:order-8{
    order: 8;
  }

  .navigation\:order-9{
    order: 9;
  }

  .navigation\:order-10{
    order: 10;
  }

  .navigation\:order-11{
    order: 11;
  }

  .navigation\:order-12{
    order: 12;
  }

  .navigation\:order-first{
    order: -9999;
  }

  .navigation\:order-last{
    order: 9999;
  }

  .navigation\:order-none{
    order: 0;
  }

  .navigation\:float-right{
    float: right;
  }

  .navigation\:float-left{
    float: left;
  }

  .navigation\:float-none{
    float: none;
  }

  .navigation\:clear-left{
    clear: left;
  }

  .navigation\:clear-right{
    clear: right;
  }

  .navigation\:clear-both{
    clear: both;
  }

  .navigation\:clear-none{
    clear: none;
  }

  .navigation\:font-sans{
    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";
  }

  .navigation\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .navigation\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .navigation\:font-OpenSans{
    font-family: Open Sans;
  }

  .navigation\:font-Poppins{
    font-family: Poppins;
  }

  .navigation\:font-thin{
    font-weight: 100;
  }

  .navigation\:font-extralight{
    font-weight: 200;
  }

  .navigation\:font-light{
    font-weight: 300;
  }

  .navigation\:font-normal{
    font-weight: 400;
  }

  .navigation\:font-medium{
    font-weight: 500;
  }

  .navigation\:font-semibold{
    font-weight: 600;
  }

  .navigation\:font-bold{
    font-weight: 700;
  }

  .navigation\:font-extrabold{
    font-weight: 800;
  }

  .navigation\:font-black{
    font-weight: 900;
  }

  .navigation\:h-0{
    height: 0px;
  }

  .navigation\:h-1{
    height: 0.25rem;
  }

  .navigation\:h-2{
    height: 0.5rem;
  }

  .navigation\:h-3{
    height: 0.75rem;
  }

  .navigation\:h-4{
    height: 1rem;
  }

  .navigation\:h-5{
    height: 1.25rem;
  }

  .navigation\:h-6{
    height: 1.5rem;
  }

  .navigation\:h-7{
    height: 1.75rem;
  }

  .navigation\:h-8{
    height: 2rem;
  }

  .navigation\:h-9{
    height: 2.25rem;
  }

  .navigation\:h-10{
    height: 2.5rem;
  }

  .navigation\:h-11{
    height: 2.75rem;
  }

  .navigation\:h-12{
    height: 3rem;
  }

  .navigation\:h-13{
    height: 3.25rem;
  }

  .navigation\:h-14{
    height: 3.5rem;
  }

  .navigation\:h-15{
    height: 3.75rem;
  }

  .navigation\:h-16{
    height: 4rem;
  }

  .navigation\:h-17{
    height: 4.375rem;
  }

  .navigation\:h-18{
    height: 4.5rem;
  }

  .navigation\:h-19{
    height: 4.75rem;
  }

  .navigation\:h-20{
    height: 5rem;
  }

  .navigation\:h-21{
    height: 5.5rem;
  }

  .navigation\:h-22{
    height: 5.625rem;
  }

  .navigation\:h-23{
    height: 6.375rem;
  }

  .navigation\:h-24{
    height: 6rem;
  }

  .navigation\:h-25{
    height: 6.5rem;
  }

  .navigation\:h-26{
    height: 6.75rem;
  }

  .navigation\:h-27{
    height: 6.25rem;
  }

  .navigation\:h-28{
    height: 7rem;
  }

  .navigation\:h-29{
    height: 7.5rem;
  }

  .navigation\:h-32{
    height: 8rem;
  }

  .navigation\:h-34{
    height: 8.5rem;
  }

  .navigation\:h-35{
    height: 8.75rem;
  }

  .navigation\:h-36{
    height: 9rem;
  }

  .navigation\:h-37{
    height: 9.125rem;
  }

  .navigation\:h-38{
    height: 9.5rem;
  }

  .navigation\:h-40{
    height: 10rem;
  }

  .navigation\:h-41{
    height: 10.5rem;
  }

  .navigation\:h-42{
    height: 10.625rem;
  }

  .navigation\:h-44{
    height: 11rem;
  }

  .navigation\:h-45{
    height: 11.875rem;
  }

  .navigation\:h-48{
    height: 12rem;
  }

  .navigation\:h-49{
    height: 12.5rem;
  }

  .navigation\:h-51{
    height: 13.375rem;
  }

  .navigation\:h-52{
    height: 13rem;
  }

  .navigation\:h-56{
    height: 14rem;
  }

  .navigation\:h-57{
    height: 14.375rem;
  }

  .navigation\:h-60{
    height: 15rem;
  }

  .navigation\:h-64{
    height: 16rem;
  }

  .navigation\:h-65{
    height: 17rem;
  }

  .navigation\:h-66{
    height: 17.5rem;
  }

  .navigation\:h-72{
    height: 18rem;
  }

  .navigation\:h-73{
    height: 18.5rem;
  }

  .navigation\:h-80{
    height: 20rem;
  }

  .navigation\:h-81{
    height: 21.5rem;
  }

  .navigation\:h-82{
    height: 22rem;
  }

  .navigation\:h-83{
    height: 23.8125rem;
  }

  .navigation\:h-84{
    height: 23rem;
  }

  .navigation\:h-94{
    height: 28rem;
  }

  .navigation\:h-96{
    height: 24rem;
  }

  .navigation\:h-98{
    height: 32rem;
  }

  .navigation\:h-100{
    height: 90%;
  }

  .navigation\:h-auto{
    height: auto;
  }

  .navigation\:h-px{
    height: 1px;
  }

  .navigation\:h-0\.5{
    height: 0.125rem;
  }

  .navigation\:h-1\.5{
    height: 0.375rem;
  }

  .navigation\:h-2\.5{
    height: 0.625rem;
  }

  .navigation\:h-3\.5{
    height: 0.875rem;
  }

  .navigation\:h-4\.5{
    height: 1.125rem;
  }

  .navigation\:h-5\.5{
    height: 1.375rem;
  }

  .navigation\:h-6\.5{
    height: 1.625rem;
  }

  .navigation\:h-7\.5{
    height: 1.875rem;
  }

  .navigation\:h-8\.5{
    height: 2.125rem;
  }

  .navigation\:h-9\.5{
    height: 2.375rem;
  }

  .navigation\:h-10\.5{
    height: 2.625rem;
  }

  .navigation\:h-11\.5{
    height: 2.875rem;
  }

  .navigation\:h-12\.5{
    height: 3.125rem;
  }

  .navigation\:h-13\.5{
    height: 3.375rem;
  }

  .navigation\:h-15\.5{
    height: 3.8rem;
  }

  .navigation\:h-16\.5{
    height: 4.25rem;
  }

  .navigation\:h-17\.5{
    height: 4.25rem;
  }

  .navigation\:h-18\.5{
    height: 4.625rem;
  }

  .navigation\:h-20\.5{
    height: 5.25rem;
  }

  .navigation\:h-21\.5{
    height: 5.75rem;
  }

  .navigation\:h-22\.5{
    height: 5.875rem;
  }

  .navigation\:h-24\.5{
    height: 6.625rem;
  }

  .navigation\:h-28\.5{
    height: 7.375rem;
  }

  .navigation\:h-29\.5{
    height: 7.75rem;
  }

  .navigation\:h-32\.5{
    height: 8.5rem;
  }

  .navigation\:h-33\.5{
    height: 8.8125rem;
  }

  .navigation\:h-42\.5{
    height: 10.875rem;
  }

  .navigation\:h-49\.5{
    height: 12.75rem;
  }

  .navigation\:h-72\.5{
    height: 18.25rem;
  }

  .navigation\:h-1\/2{
    height: 50%;
  }

  .navigation\:h-1\/3{
    height: 33.333333%;
  }

  .navigation\:h-2\/3{
    height: 66.666667%;
  }

  .navigation\:h-1\/4{
    height: 25%;
  }

  .navigation\:h-2\/4{
    height: 50%;
  }

  .navigation\:h-3\/4{
    height: 75%;
  }

  .navigation\:h-1\/5{
    height: 20%;
  }

  .navigation\:h-2\/5{
    height: 40%;
  }

  .navigation\:h-3\/5{
    height: 60%;
  }

  .navigation\:h-4\/5{
    height: 80%;
  }

  .navigation\:h-1\/6{
    height: 16.666667%;
  }

  .navigation\:h-2\/6{
    height: 33.333333%;
  }

  .navigation\:h-3\/6{
    height: 50%;
  }

  .navigation\:h-4\/6{
    height: 66.666667%;
  }

  .navigation\:h-5\/6{
    height: 83.333333%;
  }

  .navigation\:h-full{
    height: 100%;
  }

  .navigation\:h-screen{
    height: 100vh;
  }

  .navigation\:h-1\.4{
    height: 0.3125rem;
  }

  .navigation\:h-14\.5{
    height: 3.875rem;
  }

  .navigation\:h-52\.5{
    height: 13.5rem;
  }

  .navigation\:h-56\.5{
    height: 14.625rem;
  }

  .navigation\:h-64\.5{
    height: 16.5rem;
  }

  .navigation\:h-66\.5{
    height: 17.625rem;
  }

  .navigation\:h-80\.5{
    height: 20.25rem;
  }

  .navigation\:h-81\.5{
    height: 21.125rem;
  }

  .navigation\:h-icons-xxl{
    height: 103px;
  }

  .navigation\:h-activities{
    height: 416px;
  }

  .navigation\:h-activities-sm{
    height: 215px;
  }

  .navigation\:h-community{
    height: 390px;
  }

  .navigation\:h-community-md{
    height: 420px;
  }

  .navigation\:h-community-sm{
    height: 515px;
  }

  .navigation\:h-slide{
    height: 792px;
  }

  .navigation\:h-slide-md{
    height: 640px;
  }

  .navigation\:h-slide-sm{
    height: 443px;
  }

  .navigation\:h-bg-commission{
    height: 303px;
  }

  .navigation\:h-bg-commission-sm{
    height: 94px;
  }

  .navigation\:h-bg-commission-md{
    height: 200px;
  }

  .navigation\:h-item-commission{
    height: 201px;
  }

  .navigation\:h-item-commission-sm{
    height: 165px;
  }

  .navigation\:h-about{
    height: 661px;
  }

  .navigation\:h-about-sm{
    height: 290px;
  }

  .navigation\:h-about-md{
    height: 350px;
  }

  .navigation\:h-items{
    height: 273px;
  }

  .navigation\:h-items-sm{
    height: 230px;
  }

  .navigation\:h-items-2{
    height: 317px;
  }

  .navigation\:h-items-2-sm{
    height: 260px;
  }

  .navigation\:h-news{
    height: 568px;
  }

  .navigation\:h-news-sm{
    height: 240px;
  }

  .navigation\:h-news2{
    height: 277px;
  }

  .navigation\:h-news3{
    height: 259px;
  }

  .navigation\:h-img-vision{
    height: 496px;
  }

  .navigation\:h-directive{
    height: 492px;
  }

  .navigation\:h-directive-md{
    height: 392px;
  }

  .navigation\:h-directive-sm{
    height: 270px;
  }

  .navigation\:h-img-vision-md{
    height: 300px;
  }

  .navigation\:h-img-vision-sm{
    height: 220px;
  }

  .navigation\:h-circle{
    height: 120px;
  }

  .navigation\:h-circle-xl{
    height: 215px;
  }

  .navigation\:h-value{
    height: 196px;
  }

  .navigation\:h-modal{
    height: 661px;
  }

  .navigation\:h-modal-lg{
    height: 480px;
  }

  .navigation\:h-modal-md{
    height: 400px;
  }

  .navigation\:h-modal-sm{
    height: 280px;
  }

  .navigation\:h-hero{
    height: 424px;
  }

  .navigation\:h-hero-md{
    height: 300px;
  }

  .navigation\:h-hero-sm{
    height: 240px;
  }

  .navigation\:h-form{
    height: 382px;
  }

  .navigation\:h-login{
    height: 1008px;
  }

  .navigation\:h-login-lg{
    height: 900px;
  }

  .navigation\:h-login-sm{
    height: 500px;
  }

  .navigation\:h-because{
    height: 117px;
  }

  .navigation\:h-because-sm{
    height: 80px;
  }

  .navigation\:h-debate{
    height: 368px;
  }

  .navigation\:h-debate-sm{
    height: 280px;
  }

  .navigation\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .navigation\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .navigation\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .navigation\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .navigation\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .navigation\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .navigation\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .navigation\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .navigation\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .navigation\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .navigation\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .navigation\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .navigation\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .navigation\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .navigation\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .navigation\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .navigation\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .navigation\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .navigation\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .navigation\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .navigation\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .navigation\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .navigation\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .navigation\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .navigation\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .navigation\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .navigation\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .navigation\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .navigation\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .navigation\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .navigation\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .navigation\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .navigation\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .navigation\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .navigation\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .navigation\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .navigation\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .navigation\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .navigation\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .navigation\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .navigation\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .navigation\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .navigation\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .navigation\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .navigation\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .navigation\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .navigation\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .navigation\:leading-3{
    line-height: .75rem;
  }

  .navigation\:leading-4{
    line-height: 1rem;
  }

  .navigation\:leading-5{
    line-height: 1.25rem;
  }

  .navigation\:leading-6{
    line-height: 1.5rem;
  }

  .navigation\:leading-7{
    line-height: 1.75rem;
  }

  .navigation\:leading-8{
    line-height: 2rem;
  }

  .navigation\:leading-9{
    line-height: 2.25rem;
  }

  .navigation\:leading-10{
    line-height: 2.5rem;
  }

  .navigation\:leading-none{
    line-height: 1;
  }

  .navigation\:leading-tight{
    line-height: 1.25;
  }

  .navigation\:leading-snug{
    line-height: 1.375;
  }

  .navigation\:leading-normal{
    line-height: 1.5;
  }

  .navigation\:leading-relaxed{
    line-height: 1.625;
  }

  .navigation\:leading-loose{
    line-height: 2;
  }

  .navigation\:list-inside{
    list-style-position: inside;
  }

  .navigation\:list-outside{
    list-style-position: outside;
  }

  .navigation\:list-none{
    list-style-type: none;
  }

  .navigation\:list-disc{
    list-style-type: disc;
  }

  .navigation\:list-decimal{
    list-style-type: decimal;
  }

  .navigation\:m-0{
    margin: 0px;
  }

  .navigation\:m-1{
    margin: 0.25rem;
  }

  .navigation\:m-2{
    margin: 0.5rem;
  }

  .navigation\:m-3{
    margin: 0.75rem;
  }

  .navigation\:m-4{
    margin: 1rem;
  }

  .navigation\:m-5{
    margin: 1.25rem;
  }

  .navigation\:m-6{
    margin: 1.5rem;
  }

  .navigation\:m-7{
    margin: 1.75rem;
  }

  .navigation\:m-8{
    margin: 2rem;
  }

  .navigation\:m-9{
    margin: 2.25rem;
  }

  .navigation\:m-10{
    margin: 2.5rem;
  }

  .navigation\:m-11{
    margin: 2.75rem;
  }

  .navigation\:m-12{
    margin: 3rem;
  }

  .navigation\:m-13{
    margin: 3.375rem;
  }

  .navigation\:m-14{
    margin: 3.5rem;
  }

  .navigation\:m-15{
    margin: 3.75rem;
  }

  .navigation\:m-16{
    margin: 4rem;
  }

  .navigation\:m-17{
    margin: 4.375rem;
  }

  .navigation\:m-18{
    margin: 4.5rem;
  }

  .navigation\:m-19{
    margin: 4.75rem;
  }

  .navigation\:m-20{
    margin: 5rem;
  }

  .navigation\:m-21{
    margin: 5.5rem;
  }

  .navigation\:m-22{
    margin: 5.625rem;
  }

  .navigation\:m-23{
    margin: 6.125rem;
  }

  .navigation\:m-24{
    margin: 6rem;
  }

  .navigation\:m-25{
    margin: 6.5rem;
  }

  .navigation\:m-26{
    margin: 6.75rem;
  }

  .navigation\:m-27{
    margin: 6.25rem;
  }

  .navigation\:m-28{
    margin: 7rem;
  }

  .navigation\:m-29{
    margin: 7.5rem;
  }

  .navigation\:m-32{
    margin: 8rem;
  }

  .navigation\:m-34{
    margin: 8.5rem;
  }

  .navigation\:m-35{
    margin: 8.75rem;
  }

  .navigation\:m-36{
    margin: 9rem;
  }

  .navigation\:m-37{
    margin: 9.125rem;
  }

  .navigation\:m-38{
    margin: 9.5rem;
  }

  .navigation\:m-40{
    margin: 10rem;
  }

  .navigation\:m-41{
    margin: 10.5rem;
  }

  .navigation\:m-42{
    margin: 10.625rem;
  }

  .navigation\:m-44{
    margin: 11rem;
  }

  .navigation\:m-45{
    margin: 11.25rem;
  }

  .navigation\:m-48{
    margin: 12rem;
  }

  .navigation\:m-49{
    margin: 12.5rem;
  }

  .navigation\:m-52{
    margin: 13rem;
  }

  .navigation\:m-56{
    margin: 14rem;
  }

  .navigation\:m-57{
    margin: 14.375rem;
  }

  .navigation\:m-60{
    margin: 15rem;
  }

  .navigation\:m-64{
    margin: 16rem;
  }

  .navigation\:m-72{
    margin: 18rem;
  }

  .navigation\:m-80{
    margin: 20rem;
  }

  .navigation\:m-82{
    margin: 22rem;
  }

  .navigation\:m-83{
    margin: 23.8125rem;
  }

  .navigation\:m-96{
    margin: 24rem;
  }

  .navigation\:m-auto{
    margin: auto;
  }

  .navigation\:m-px{
    margin: 1px;
  }

  .navigation\:m-0\.5{
    margin: 0.125rem;
  }

  .navigation\:m-1\.5{
    margin: 0.375rem;
  }

  .navigation\:m-2\.5{
    margin: 0.625rem;
  }

  .navigation\:m-3\.5{
    margin: 0.875rem;
  }

  .navigation\:m-4\.5{
    margin: 1.125rem;
  }

  .navigation\:m-5\.5{
    margin: 1.375rem;
  }

  .navigation\:m-6\.5{
    margin: 1.625rem;
  }

  .navigation\:m-7\.5{
    margin: 1.875rem;
  }

  .navigation\:m-8\.5{
    margin: 2.125rem;
  }

  .navigation\:m-9\.5{
    margin: 2.375rem;
  }

  .navigation\:m-10\.5{
    margin: 2.625rem;
  }

  .navigation\:m-11\.5{
    margin: 2.875rem;
  }

  .navigation\:m-12\.5{
    margin: 3.125rem;
  }

  .navigation\:m-13\.5{
    margin: 3.25rem;
  }

  .navigation\:m-15\.5{
    margin: 3.8rem;
  }

  .navigation\:m-16\.5{
    margin: 4.125rem;
  }

  .navigation\:m-17\.5{
    margin: 4.25rem;
  }

  .navigation\:m-18\.5{
    margin: 4.625rem;
  }

  .navigation\:m-20\.5{
    margin: 5.25rem;
  }

  .navigation\:m-21\.5{
    margin: 5.75rem;
  }

  .navigation\:m-22\.5{
    margin: 5.875rem;
  }

  .navigation\:m-24\.5{
    margin: 6.8125rem;
  }

  .navigation\:m-28\.5{
    margin: 7.375rem;
  }

  .navigation\:m-29\.5{
    margin: 7.75rem;
  }

  .navigation\:m-32\.5{
    margin: 8.125rem;
  }

  .navigation\:m-33\.5{
    margin: 8.8125rem;
  }

  .navigation\:m-42\.5{
    margin: 10.875rem;
  }

  .navigation\:m-49\.5{
    margin: 12.75rem;
  }

  .navigation\:m-72\.5{
    margin: 18.25rem;
  }

  .navigation\:-m-0{
    margin: 0px;
  }

  .navigation\:-m-1{
    margin: -0.25rem;
  }

  .navigation\:-m-2{
    margin: -0.5rem;
  }

  .navigation\:-m-3{
    margin: -0.75rem;
  }

  .navigation\:-m-4{
    margin: -1rem;
  }

  .navigation\:-m-5{
    margin: -1.25rem;
  }

  .navigation\:-m-6{
    margin: -1.5rem;
  }

  .navigation\:-m-7{
    margin: -1.75rem;
  }

  .navigation\:-m-8{
    margin: -2rem;
  }

  .navigation\:-m-9{
    margin: -2.25rem;
  }

  .navigation\:-m-10{
    margin: -2.5rem;
  }

  .navigation\:-m-11{
    margin: -2.75rem;
  }

  .navigation\:-m-12{
    margin: -3rem;
  }

  .navigation\:-m-13{
    margin: -3.375rem;
  }

  .navigation\:-m-14{
    margin: -3.5rem;
  }

  .navigation\:-m-15{
    margin: -3.75rem;
  }

  .navigation\:-m-16{
    margin: -4rem;
  }

  .navigation\:-m-17{
    margin: -4.375rem;
  }

  .navigation\:-m-18{
    margin: -4.5rem;
  }

  .navigation\:-m-19{
    margin: -4.75rem;
  }

  .navigation\:-m-20{
    margin: -5rem;
  }

  .navigation\:-m-21{
    margin: -5.5rem;
  }

  .navigation\:-m-22{
    margin: -5.625rem;
  }

  .navigation\:-m-23{
    margin: -6.125rem;
  }

  .navigation\:-m-24{
    margin: -6rem;
  }

  .navigation\:-m-25{
    margin: -6.5rem;
  }

  .navigation\:-m-26{
    margin: -6.75rem;
  }

  .navigation\:-m-27{
    margin: -6.25rem;
  }

  .navigation\:-m-28{
    margin: -7rem;
  }

  .navigation\:-m-29{
    margin: -7.5rem;
  }

  .navigation\:-m-32{
    margin: -8rem;
  }

  .navigation\:-m-34{
    margin: -8.5rem;
  }

  .navigation\:-m-35{
    margin: -8.75rem;
  }

  .navigation\:-m-36{
    margin: -9rem;
  }

  .navigation\:-m-37{
    margin: -9.125rem;
  }

  .navigation\:-m-38{
    margin: -9.5rem;
  }

  .navigation\:-m-40{
    margin: -10rem;
  }

  .navigation\:-m-41{
    margin: -10.5rem;
  }

  .navigation\:-m-42{
    margin: -10.625rem;
  }

  .navigation\:-m-44{
    margin: -11rem;
  }

  .navigation\:-m-45{
    margin: -11.25rem;
  }

  .navigation\:-m-48{
    margin: -12rem;
  }

  .navigation\:-m-49{
    margin: -12.5rem;
  }

  .navigation\:-m-52{
    margin: -13rem;
  }

  .navigation\:-m-56{
    margin: -14rem;
  }

  .navigation\:-m-57{
    margin: -14.375rem;
  }

  .navigation\:-m-60{
    margin: -15rem;
  }

  .navigation\:-m-64{
    margin: -16rem;
  }

  .navigation\:-m-72{
    margin: -18rem;
  }

  .navigation\:-m-80{
    margin: -20rem;
  }

  .navigation\:-m-82{
    margin: -22rem;
  }

  .navigation\:-m-83{
    margin: -23.8125rem;
  }

  .navigation\:-m-96{
    margin: -24rem;
  }

  .navigation\:-m-px{
    margin: -1px;
  }

  .navigation\:-m-0\.5{
    margin: -0.125rem;
  }

  .navigation\:-m-1\.5{
    margin: -0.375rem;
  }

  .navigation\:-m-2\.5{
    margin: -0.625rem;
  }

  .navigation\:-m-3\.5{
    margin: -0.875rem;
  }

  .navigation\:-m-4\.5{
    margin: -1.125rem;
  }

  .navigation\:-m-5\.5{
    margin: -1.375rem;
  }

  .navigation\:-m-6\.5{
    margin: -1.625rem;
  }

  .navigation\:-m-7\.5{
    margin: -1.875rem;
  }

  .navigation\:-m-8\.5{
    margin: -2.125rem;
  }

  .navigation\:-m-9\.5{
    margin: -2.375rem;
  }

  .navigation\:-m-10\.5{
    margin: -2.625rem;
  }

  .navigation\:-m-11\.5{
    margin: -2.875rem;
  }

  .navigation\:-m-12\.5{
    margin: -3.125rem;
  }

  .navigation\:-m-13\.5{
    margin: -3.25rem;
  }

  .navigation\:-m-15\.5{
    margin: -3.8rem;
  }

  .navigation\:-m-16\.5{
    margin: -4.125rem;
  }

  .navigation\:-m-17\.5{
    margin: -4.25rem;
  }

  .navigation\:-m-18\.5{
    margin: -4.625rem;
  }

  .navigation\:-m-20\.5{
    margin: -5.25rem;
  }

  .navigation\:-m-21\.5{
    margin: -5.75rem;
  }

  .navigation\:-m-22\.5{
    margin: -5.875rem;
  }

  .navigation\:-m-24\.5{
    margin: -6.8125rem;
  }

  .navigation\:-m-28\.5{
    margin: -7.375rem;
  }

  .navigation\:-m-29\.5{
    margin: -7.75rem;
  }

  .navigation\:-m-32\.5{
    margin: -8.125rem;
  }

  .navigation\:-m-33\.5{
    margin: -8.8125rem;
  }

  .navigation\:-m-42\.5{
    margin: -10.875rem;
  }

  .navigation\:-m-49\.5{
    margin: -12.75rem;
  }

  .navigation\:-m-72\.5{
    margin: -18.25rem;
  }

  .navigation\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navigation\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .navigation\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .navigation\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .navigation\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navigation\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .navigation\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .navigation\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .navigation\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .navigation\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .navigation\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .navigation\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .navigation\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .navigation\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .navigation\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .navigation\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .navigation\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .navigation\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .navigation\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .navigation\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .navigation\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .navigation\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navigation\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .navigation\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .navigation\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .navigation\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .navigation\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .navigation\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .navigation\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .navigation\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .navigation\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .navigation\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .navigation\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .navigation\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .navigation\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .navigation\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .navigation\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .navigation\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .navigation\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .navigation\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .navigation\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .navigation\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .navigation\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .navigation\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .navigation\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .navigation\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .navigation\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .navigation\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .navigation\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .navigation\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .navigation\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .navigation\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .navigation\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .navigation\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .navigation\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .navigation\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .navigation\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .navigation\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .navigation\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .navigation\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .navigation\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .navigation\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .navigation\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .navigation\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .navigation\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .navigation\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .navigation\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .navigation\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .navigation\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .navigation\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .navigation\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .navigation\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .navigation\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .navigation\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .navigation\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .navigation\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .navigation\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .navigation\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .navigation\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .navigation\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .navigation\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .navigation\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .navigation\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .navigation\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .navigation\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .navigation\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .navigation\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .navigation\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .navigation\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .navigation\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .navigation\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .navigation\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .navigation\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .navigation\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .navigation\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .navigation\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .navigation\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .navigation\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .navigation\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .navigation\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .navigation\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .navigation\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .navigation\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .navigation\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .navigation\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .navigation\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .navigation\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .navigation\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .navigation\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .navigation\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .navigation\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .navigation\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .navigation\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .navigation\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .navigation\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .navigation\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .navigation\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .navigation\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .navigation\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .navigation\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .navigation\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .navigation\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .navigation\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .navigation\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .navigation\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .navigation\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .navigation\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .navigation\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .navigation\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .navigation\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .navigation\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .navigation\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .navigation\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .navigation\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .navigation\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .navigation\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .navigation\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .navigation\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .navigation\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .navigation\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .navigation\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .navigation\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .navigation\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .navigation\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .navigation\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .navigation\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .navigation\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .navigation\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .navigation\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .navigation\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .navigation\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .navigation\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .navigation\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .navigation\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .navigation\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .navigation\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .navigation\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .navigation\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .navigation\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .navigation\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .navigation\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .navigation\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .navigation\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .navigation\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .navigation\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .navigation\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .navigation\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .navigation\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .navigation\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navigation\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .navigation\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .navigation\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .navigation\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .navigation\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .navigation\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .navigation\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .navigation\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .navigation\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .navigation\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .navigation\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .navigation\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .navigation\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .navigation\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .navigation\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .navigation\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .navigation\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .navigation\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .navigation\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .navigation\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .navigation\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .navigation\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .navigation\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .navigation\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .navigation\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .navigation\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .navigation\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .navigation\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .navigation\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .navigation\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .navigation\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .navigation\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .navigation\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .navigation\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .navigation\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .navigation\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .navigation\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .navigation\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .navigation\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .navigation\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .navigation\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .navigation\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .navigation\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .navigation\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .navigation\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .navigation\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .navigation\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .navigation\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .navigation\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .navigation\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .navigation\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .navigation\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .navigation\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .navigation\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .navigation\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .navigation\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .navigation\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .navigation\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .navigation\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .navigation\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .navigation\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .navigation\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .navigation\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .navigation\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .navigation\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .navigation\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .navigation\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .navigation\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .navigation\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .navigation\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .navigation\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .navigation\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .navigation\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .navigation\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .navigation\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .navigation\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .navigation\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .navigation\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .navigation\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .navigation\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .navigation\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .navigation\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .navigation\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .navigation\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .navigation\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .navigation\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .navigation\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .navigation\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .navigation\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .navigation\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .navigation\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .navigation\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .navigation\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .navigation\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .navigation\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .navigation\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .navigation\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .navigation\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .navigation\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .navigation\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .navigation\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .navigation\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .navigation\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .navigation\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .navigation\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .navigation\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .navigation\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .navigation\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .navigation\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .navigation\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .navigation\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .navigation\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .navigation\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .navigation\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .navigation\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .navigation\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .navigation\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .navigation\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .navigation\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .navigation\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .navigation\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .navigation\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .navigation\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .navigation\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .navigation\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .navigation\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .navigation\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .navigation\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .navigation\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .navigation\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .navigation\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .navigation\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .navigation\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .navigation\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .navigation\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .navigation\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .navigation\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .navigation\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .navigation\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .navigation\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .navigation\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .navigation\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .navigation\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .navigation\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .navigation\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .navigation\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .navigation\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .navigation\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .navigation\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .navigation\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .navigation\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .navigation\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .navigation\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .navigation\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .navigation\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .navigation\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .navigation\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .navigation\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .navigation\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .navigation\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .navigation\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .navigation\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .navigation\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .navigation\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .navigation\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .navigation\:mt-0{
    margin-top: 0px;
  }

  .navigation\:mr-0{
    margin-right: 0px;
  }

  .navigation\:mb-0{
    margin-bottom: 0px;
  }

  .navigation\:ml-0{
    margin-left: 0px;
  }

  .navigation\:mt-1{
    margin-top: 0.25rem;
  }

  .navigation\:mr-1{
    margin-right: 0.25rem;
  }

  .navigation\:mb-1{
    margin-bottom: 0.25rem;
  }

  .navigation\:ml-1{
    margin-left: 0.25rem;
  }

  .navigation\:mt-2{
    margin-top: 0.5rem;
  }

  .navigation\:mr-2{
    margin-right: 0.5rem;
  }

  .navigation\:mb-2{
    margin-bottom: 0.5rem;
  }

  .navigation\:ml-2{
    margin-left: 0.5rem;
  }

  .navigation\:mt-3{
    margin-top: 0.75rem;
  }

  .navigation\:mr-3{
    margin-right: 0.75rem;
  }

  .navigation\:mb-3{
    margin-bottom: 0.75rem;
  }

  .navigation\:ml-3{
    margin-left: 0.75rem;
  }

  .navigation\:mt-4{
    margin-top: 1rem;
  }

  .navigation\:mr-4{
    margin-right: 1rem;
  }

  .navigation\:mb-4{
    margin-bottom: 1rem;
  }

  .navigation\:ml-4{
    margin-left: 1rem;
  }

  .navigation\:mt-5{
    margin-top: 1.25rem;
  }

  .navigation\:mr-5{
    margin-right: 1.25rem;
  }

  .navigation\:mb-5{
    margin-bottom: 1.25rem;
  }

  .navigation\:ml-5{
    margin-left: 1.25rem;
  }

  .navigation\:mt-6{
    margin-top: 1.5rem;
  }

  .navigation\:mr-6{
    margin-right: 1.5rem;
  }

  .navigation\:mb-6{
    margin-bottom: 1.5rem;
  }

  .navigation\:ml-6{
    margin-left: 1.5rem;
  }

  .navigation\:mt-7{
    margin-top: 1.75rem;
  }

  .navigation\:mr-7{
    margin-right: 1.75rem;
  }

  .navigation\:mb-7{
    margin-bottom: 1.75rem;
  }

  .navigation\:ml-7{
    margin-left: 1.75rem;
  }

  .navigation\:mt-8{
    margin-top: 2rem;
  }

  .navigation\:mr-8{
    margin-right: 2rem;
  }

  .navigation\:mb-8{
    margin-bottom: 2rem;
  }

  .navigation\:ml-8{
    margin-left: 2rem;
  }

  .navigation\:mt-9{
    margin-top: 2.25rem;
  }

  .navigation\:mr-9{
    margin-right: 2.25rem;
  }

  .navigation\:mb-9{
    margin-bottom: 2.25rem;
  }

  .navigation\:ml-9{
    margin-left: 2.25rem;
  }

  .navigation\:mt-10{
    margin-top: 2.5rem;
  }

  .navigation\:mr-10{
    margin-right: 2.5rem;
  }

  .navigation\:mb-10{
    margin-bottom: 2.5rem;
  }

  .navigation\:ml-10{
    margin-left: 2.5rem;
  }

  .navigation\:mt-11{
    margin-top: 2.75rem;
  }

  .navigation\:mr-11{
    margin-right: 2.75rem;
  }

  .navigation\:mb-11{
    margin-bottom: 2.75rem;
  }

  .navigation\:ml-11{
    margin-left: 2.75rem;
  }

  .navigation\:mt-12{
    margin-top: 3rem;
  }

  .navigation\:mr-12{
    margin-right: 3rem;
  }

  .navigation\:mb-12{
    margin-bottom: 3rem;
  }

  .navigation\:ml-12{
    margin-left: 3rem;
  }

  .navigation\:mt-13{
    margin-top: 3.375rem;
  }

  .navigation\:mr-13{
    margin-right: 3.375rem;
  }

  .navigation\:mb-13{
    margin-bottom: 3.375rem;
  }

  .navigation\:ml-13{
    margin-left: 3.375rem;
  }

  .navigation\:mt-14{
    margin-top: 3.5rem;
  }

  .navigation\:mr-14{
    margin-right: 3.5rem;
  }

  .navigation\:mb-14{
    margin-bottom: 3.5rem;
  }

  .navigation\:ml-14{
    margin-left: 3.5rem;
  }

  .navigation\:mt-15{
    margin-top: 3.75rem;
  }

  .navigation\:mr-15{
    margin-right: 3.75rem;
  }

  .navigation\:mb-15{
    margin-bottom: 3.75rem;
  }

  .navigation\:ml-15{
    margin-left: 3.75rem;
  }

  .navigation\:mt-16{
    margin-top: 4rem;
  }

  .navigation\:mr-16{
    margin-right: 4rem;
  }

  .navigation\:mb-16{
    margin-bottom: 4rem;
  }

  .navigation\:ml-16{
    margin-left: 4rem;
  }

  .navigation\:mt-17{
    margin-top: 4.375rem;
  }

  .navigation\:mr-17{
    margin-right: 4.375rem;
  }

  .navigation\:mb-17{
    margin-bottom: 4.375rem;
  }

  .navigation\:ml-17{
    margin-left: 4.375rem;
  }

  .navigation\:mt-18{
    margin-top: 4.5rem;
  }

  .navigation\:mr-18{
    margin-right: 4.5rem;
  }

  .navigation\:mb-18{
    margin-bottom: 4.5rem;
  }

  .navigation\:ml-18{
    margin-left: 4.5rem;
  }

  .navigation\:mt-19{
    margin-top: 4.75rem;
  }

  .navigation\:mr-19{
    margin-right: 4.75rem;
  }

  .navigation\:mb-19{
    margin-bottom: 4.75rem;
  }

  .navigation\:ml-19{
    margin-left: 4.75rem;
  }

  .navigation\:mt-20{
    margin-top: 5rem;
  }

  .navigation\:mr-20{
    margin-right: 5rem;
  }

  .navigation\:mb-20{
    margin-bottom: 5rem;
  }

  .navigation\:ml-20{
    margin-left: 5rem;
  }

  .navigation\:mt-21{
    margin-top: 5.5rem;
  }

  .navigation\:mr-21{
    margin-right: 5.5rem;
  }

  .navigation\:mb-21{
    margin-bottom: 5.5rem;
  }

  .navigation\:ml-21{
    margin-left: 5.5rem;
  }

  .navigation\:mt-22{
    margin-top: 5.625rem;
  }

  .navigation\:mr-22{
    margin-right: 5.625rem;
  }

  .navigation\:mb-22{
    margin-bottom: 5.625rem;
  }

  .navigation\:ml-22{
    margin-left: 5.625rem;
  }

  .navigation\:mt-23{
    margin-top: 6.125rem;
  }

  .navigation\:mr-23{
    margin-right: 6.125rem;
  }

  .navigation\:mb-23{
    margin-bottom: 6.125rem;
  }

  .navigation\:ml-23{
    margin-left: 6.125rem;
  }

  .navigation\:mt-24{
    margin-top: 6rem;
  }

  .navigation\:mr-24{
    margin-right: 6rem;
  }

  .navigation\:mb-24{
    margin-bottom: 6rem;
  }

  .navigation\:ml-24{
    margin-left: 6rem;
  }

  .navigation\:mt-25{
    margin-top: 6.5rem;
  }

  .navigation\:mr-25{
    margin-right: 6.5rem;
  }

  .navigation\:mb-25{
    margin-bottom: 6.5rem;
  }

  .navigation\:ml-25{
    margin-left: 6.5rem;
  }

  .navigation\:mt-26{
    margin-top: 6.75rem;
  }

  .navigation\:mr-26{
    margin-right: 6.75rem;
  }

  .navigation\:mb-26{
    margin-bottom: 6.75rem;
  }

  .navigation\:ml-26{
    margin-left: 6.75rem;
  }

  .navigation\:mt-27{
    margin-top: 6.25rem;
  }

  .navigation\:mr-27{
    margin-right: 6.25rem;
  }

  .navigation\:mb-27{
    margin-bottom: 6.25rem;
  }

  .navigation\:ml-27{
    margin-left: 6.25rem;
  }

  .navigation\:mt-28{
    margin-top: 7rem;
  }

  .navigation\:mr-28{
    margin-right: 7rem;
  }

  .navigation\:mb-28{
    margin-bottom: 7rem;
  }

  .navigation\:ml-28{
    margin-left: 7rem;
  }

  .navigation\:mt-29{
    margin-top: 7.5rem;
  }

  .navigation\:mr-29{
    margin-right: 7.5rem;
  }

  .navigation\:mb-29{
    margin-bottom: 7.5rem;
  }

  .navigation\:ml-29{
    margin-left: 7.5rem;
  }

  .navigation\:mt-32{
    margin-top: 8rem;
  }

  .navigation\:mr-32{
    margin-right: 8rem;
  }

  .navigation\:mb-32{
    margin-bottom: 8rem;
  }

  .navigation\:ml-32{
    margin-left: 8rem;
  }

  .navigation\:mt-34{
    margin-top: 8.5rem;
  }

  .navigation\:mr-34{
    margin-right: 8.5rem;
  }

  .navigation\:mb-34{
    margin-bottom: 8.5rem;
  }

  .navigation\:ml-34{
    margin-left: 8.5rem;
  }

  .navigation\:mt-35{
    margin-top: 8.75rem;
  }

  .navigation\:mr-35{
    margin-right: 8.75rem;
  }

  .navigation\:mb-35{
    margin-bottom: 8.75rem;
  }

  .navigation\:ml-35{
    margin-left: 8.75rem;
  }

  .navigation\:mt-36{
    margin-top: 9rem;
  }

  .navigation\:mr-36{
    margin-right: 9rem;
  }

  .navigation\:mb-36{
    margin-bottom: 9rem;
  }

  .navigation\:ml-36{
    margin-left: 9rem;
  }

  .navigation\:mt-37{
    margin-top: 9.125rem;
  }

  .navigation\:mr-37{
    margin-right: 9.125rem;
  }

  .navigation\:mb-37{
    margin-bottom: 9.125rem;
  }

  .navigation\:ml-37{
    margin-left: 9.125rem;
  }

  .navigation\:mt-38{
    margin-top: 9.5rem;
  }

  .navigation\:mr-38{
    margin-right: 9.5rem;
  }

  .navigation\:mb-38{
    margin-bottom: 9.5rem;
  }

  .navigation\:ml-38{
    margin-left: 9.5rem;
  }

  .navigation\:mt-40{
    margin-top: 10rem;
  }

  .navigation\:mr-40{
    margin-right: 10rem;
  }

  .navigation\:mb-40{
    margin-bottom: 10rem;
  }

  .navigation\:ml-40{
    margin-left: 10rem;
  }

  .navigation\:mt-41{
    margin-top: 10.5rem;
  }

  .navigation\:mr-41{
    margin-right: 10.5rem;
  }

  .navigation\:mb-41{
    margin-bottom: 10.5rem;
  }

  .navigation\:ml-41{
    margin-left: 10.5rem;
  }

  .navigation\:mt-42{
    margin-top: 10.625rem;
  }

  .navigation\:mr-42{
    margin-right: 10.625rem;
  }

  .navigation\:mb-42{
    margin-bottom: 10.625rem;
  }

  .navigation\:ml-42{
    margin-left: 10.625rem;
  }

  .navigation\:mt-44{
    margin-top: 11rem;
  }

  .navigation\:mr-44{
    margin-right: 11rem;
  }

  .navigation\:mb-44{
    margin-bottom: 11rem;
  }

  .navigation\:ml-44{
    margin-left: 11rem;
  }

  .navigation\:mt-45{
    margin-top: 11.25rem;
  }

  .navigation\:mr-45{
    margin-right: 11.25rem;
  }

  .navigation\:mb-45{
    margin-bottom: 11.25rem;
  }

  .navigation\:ml-45{
    margin-left: 11.25rem;
  }

  .navigation\:mt-48{
    margin-top: 12rem;
  }

  .navigation\:mr-48{
    margin-right: 12rem;
  }

  .navigation\:mb-48{
    margin-bottom: 12rem;
  }

  .navigation\:ml-48{
    margin-left: 12rem;
  }

  .navigation\:mt-49{
    margin-top: 12.5rem;
  }

  .navigation\:mr-49{
    margin-right: 12.5rem;
  }

  .navigation\:mb-49{
    margin-bottom: 12.5rem;
  }

  .navigation\:ml-49{
    margin-left: 12.5rem;
  }

  .navigation\:mt-52{
    margin-top: 13rem;
  }

  .navigation\:mr-52{
    margin-right: 13rem;
  }

  .navigation\:mb-52{
    margin-bottom: 13rem;
  }

  .navigation\:ml-52{
    margin-left: 13rem;
  }

  .navigation\:mt-56{
    margin-top: 14rem;
  }

  .navigation\:mr-56{
    margin-right: 14rem;
  }

  .navigation\:mb-56{
    margin-bottom: 14rem;
  }

  .navigation\:ml-56{
    margin-left: 14rem;
  }

  .navigation\:mt-57{
    margin-top: 14.375rem;
  }

  .navigation\:mr-57{
    margin-right: 14.375rem;
  }

  .navigation\:mb-57{
    margin-bottom: 14.375rem;
  }

  .navigation\:ml-57{
    margin-left: 14.375rem;
  }

  .navigation\:mt-60{
    margin-top: 15rem;
  }

  .navigation\:mr-60{
    margin-right: 15rem;
  }

  .navigation\:mb-60{
    margin-bottom: 15rem;
  }

  .navigation\:ml-60{
    margin-left: 15rem;
  }

  .navigation\:mt-64{
    margin-top: 16rem;
  }

  .navigation\:mr-64{
    margin-right: 16rem;
  }

  .navigation\:mb-64{
    margin-bottom: 16rem;
  }

  .navigation\:ml-64{
    margin-left: 16rem;
  }

  .navigation\:mt-72{
    margin-top: 18rem;
  }

  .navigation\:mr-72{
    margin-right: 18rem;
  }

  .navigation\:mb-72{
    margin-bottom: 18rem;
  }

  .navigation\:ml-72{
    margin-left: 18rem;
  }

  .navigation\:mt-80{
    margin-top: 20rem;
  }

  .navigation\:mr-80{
    margin-right: 20rem;
  }

  .navigation\:mb-80{
    margin-bottom: 20rem;
  }

  .navigation\:ml-80{
    margin-left: 20rem;
  }

  .navigation\:mt-82{
    margin-top: 22rem;
  }

  .navigation\:mr-82{
    margin-right: 22rem;
  }

  .navigation\:mb-82{
    margin-bottom: 22rem;
  }

  .navigation\:ml-82{
    margin-left: 22rem;
  }

  .navigation\:mt-83{
    margin-top: 23.8125rem;
  }

  .navigation\:mr-83{
    margin-right: 23.8125rem;
  }

  .navigation\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .navigation\:ml-83{
    margin-left: 23.8125rem;
  }

  .navigation\:mt-96{
    margin-top: 24rem;
  }

  .navigation\:mr-96{
    margin-right: 24rem;
  }

  .navigation\:mb-96{
    margin-bottom: 24rem;
  }

  .navigation\:ml-96{
    margin-left: 24rem;
  }

  .navigation\:mt-auto{
    margin-top: auto;
  }

  .navigation\:mr-auto{
    margin-right: auto;
  }

  .navigation\:mb-auto{
    margin-bottom: auto;
  }

  .navigation\:ml-auto{
    margin-left: auto;
  }

  .navigation\:mt-px{
    margin-top: 1px;
  }

  .navigation\:mr-px{
    margin-right: 1px;
  }

  .navigation\:mb-px{
    margin-bottom: 1px;
  }

  .navigation\:ml-px{
    margin-left: 1px;
  }

  .navigation\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .navigation\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .navigation\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .navigation\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .navigation\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .navigation\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .navigation\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .navigation\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .navigation\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .navigation\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .navigation\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .navigation\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .navigation\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .navigation\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .navigation\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .navigation\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .navigation\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .navigation\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .navigation\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .navigation\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .navigation\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .navigation\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .navigation\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .navigation\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .navigation\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .navigation\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .navigation\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .navigation\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .navigation\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .navigation\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .navigation\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .navigation\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .navigation\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .navigation\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .navigation\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .navigation\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .navigation\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .navigation\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .navigation\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .navigation\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .navigation\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .navigation\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .navigation\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .navigation\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .navigation\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .navigation\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .navigation\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .navigation\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .navigation\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .navigation\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .navigation\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .navigation\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .navigation\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .navigation\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .navigation\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .navigation\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .navigation\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .navigation\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .navigation\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .navigation\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .navigation\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .navigation\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .navigation\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .navigation\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .navigation\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .navigation\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .navigation\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .navigation\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .navigation\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .navigation\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .navigation\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .navigation\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .navigation\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .navigation\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .navigation\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .navigation\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .navigation\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .navigation\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .navigation\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .navigation\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .navigation\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .navigation\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .navigation\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .navigation\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .navigation\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .navigation\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .navigation\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .navigation\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .navigation\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .navigation\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .navigation\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .navigation\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .navigation\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .navigation\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .navigation\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .navigation\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .navigation\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .navigation\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .navigation\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .navigation\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .navigation\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .navigation\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .navigation\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .navigation\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .navigation\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .navigation\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .navigation\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .navigation\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .navigation\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .navigation\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .navigation\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .navigation\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .navigation\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .navigation\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .navigation\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .navigation\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .navigation\:-mt-0{
    margin-top: 0px;
  }

  .navigation\:-mr-0{
    margin-right: 0px;
  }

  .navigation\:-mb-0{
    margin-bottom: 0px;
  }

  .navigation\:-ml-0{
    margin-left: 0px;
  }

  .navigation\:-mt-1{
    margin-top: -0.25rem;
  }

  .navigation\:-mr-1{
    margin-right: -0.25rem;
  }

  .navigation\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .navigation\:-ml-1{
    margin-left: -0.25rem;
  }

  .navigation\:-mt-2{
    margin-top: -0.5rem;
  }

  .navigation\:-mr-2{
    margin-right: -0.5rem;
  }

  .navigation\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .navigation\:-ml-2{
    margin-left: -0.5rem;
  }

  .navigation\:-mt-3{
    margin-top: -0.75rem;
  }

  .navigation\:-mr-3{
    margin-right: -0.75rem;
  }

  .navigation\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .navigation\:-ml-3{
    margin-left: -0.75rem;
  }

  .navigation\:-mt-4{
    margin-top: -1rem;
  }

  .navigation\:-mr-4{
    margin-right: -1rem;
  }

  .navigation\:-mb-4{
    margin-bottom: -1rem;
  }

  .navigation\:-ml-4{
    margin-left: -1rem;
  }

  .navigation\:-mt-5{
    margin-top: -1.25rem;
  }

  .navigation\:-mr-5{
    margin-right: -1.25rem;
  }

  .navigation\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .navigation\:-ml-5{
    margin-left: -1.25rem;
  }

  .navigation\:-mt-6{
    margin-top: -1.5rem;
  }

  .navigation\:-mr-6{
    margin-right: -1.5rem;
  }

  .navigation\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .navigation\:-ml-6{
    margin-left: -1.5rem;
  }

  .navigation\:-mt-7{
    margin-top: -1.75rem;
  }

  .navigation\:-mr-7{
    margin-right: -1.75rem;
  }

  .navigation\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .navigation\:-ml-7{
    margin-left: -1.75rem;
  }

  .navigation\:-mt-8{
    margin-top: -2rem;
  }

  .navigation\:-mr-8{
    margin-right: -2rem;
  }

  .navigation\:-mb-8{
    margin-bottom: -2rem;
  }

  .navigation\:-ml-8{
    margin-left: -2rem;
  }

  .navigation\:-mt-9{
    margin-top: -2.25rem;
  }

  .navigation\:-mr-9{
    margin-right: -2.25rem;
  }

  .navigation\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .navigation\:-ml-9{
    margin-left: -2.25rem;
  }

  .navigation\:-mt-10{
    margin-top: -2.5rem;
  }

  .navigation\:-mr-10{
    margin-right: -2.5rem;
  }

  .navigation\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .navigation\:-ml-10{
    margin-left: -2.5rem;
  }

  .navigation\:-mt-11{
    margin-top: -2.75rem;
  }

  .navigation\:-mr-11{
    margin-right: -2.75rem;
  }

  .navigation\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .navigation\:-ml-11{
    margin-left: -2.75rem;
  }

  .navigation\:-mt-12{
    margin-top: -3rem;
  }

  .navigation\:-mr-12{
    margin-right: -3rem;
  }

  .navigation\:-mb-12{
    margin-bottom: -3rem;
  }

  .navigation\:-ml-12{
    margin-left: -3rem;
  }

  .navigation\:-mt-13{
    margin-top: -3.375rem;
  }

  .navigation\:-mr-13{
    margin-right: -3.375rem;
  }

  .navigation\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .navigation\:-ml-13{
    margin-left: -3.375rem;
  }

  .navigation\:-mt-14{
    margin-top: -3.5rem;
  }

  .navigation\:-mr-14{
    margin-right: -3.5rem;
  }

  .navigation\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .navigation\:-ml-14{
    margin-left: -3.5rem;
  }

  .navigation\:-mt-15{
    margin-top: -3.75rem;
  }

  .navigation\:-mr-15{
    margin-right: -3.75rem;
  }

  .navigation\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .navigation\:-ml-15{
    margin-left: -3.75rem;
  }

  .navigation\:-mt-16{
    margin-top: -4rem;
  }

  .navigation\:-mr-16{
    margin-right: -4rem;
  }

  .navigation\:-mb-16{
    margin-bottom: -4rem;
  }

  .navigation\:-ml-16{
    margin-left: -4rem;
  }

  .navigation\:-mt-17{
    margin-top: -4.375rem;
  }

  .navigation\:-mr-17{
    margin-right: -4.375rem;
  }

  .navigation\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .navigation\:-ml-17{
    margin-left: -4.375rem;
  }

  .navigation\:-mt-18{
    margin-top: -4.5rem;
  }

  .navigation\:-mr-18{
    margin-right: -4.5rem;
  }

  .navigation\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .navigation\:-ml-18{
    margin-left: -4.5rem;
  }

  .navigation\:-mt-19{
    margin-top: -4.75rem;
  }

  .navigation\:-mr-19{
    margin-right: -4.75rem;
  }

  .navigation\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .navigation\:-ml-19{
    margin-left: -4.75rem;
  }

  .navigation\:-mt-20{
    margin-top: -5rem;
  }

  .navigation\:-mr-20{
    margin-right: -5rem;
  }

  .navigation\:-mb-20{
    margin-bottom: -5rem;
  }

  .navigation\:-ml-20{
    margin-left: -5rem;
  }

  .navigation\:-mt-21{
    margin-top: -5.5rem;
  }

  .navigation\:-mr-21{
    margin-right: -5.5rem;
  }

  .navigation\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .navigation\:-ml-21{
    margin-left: -5.5rem;
  }

  .navigation\:-mt-22{
    margin-top: -5.625rem;
  }

  .navigation\:-mr-22{
    margin-right: -5.625rem;
  }

  .navigation\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .navigation\:-ml-22{
    margin-left: -5.625rem;
  }

  .navigation\:-mt-23{
    margin-top: -6.125rem;
  }

  .navigation\:-mr-23{
    margin-right: -6.125rem;
  }

  .navigation\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .navigation\:-ml-23{
    margin-left: -6.125rem;
  }

  .navigation\:-mt-24{
    margin-top: -6rem;
  }

  .navigation\:-mr-24{
    margin-right: -6rem;
  }

  .navigation\:-mb-24{
    margin-bottom: -6rem;
  }

  .navigation\:-ml-24{
    margin-left: -6rem;
  }

  .navigation\:-mt-25{
    margin-top: -6.5rem;
  }

  .navigation\:-mr-25{
    margin-right: -6.5rem;
  }

  .navigation\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .navigation\:-ml-25{
    margin-left: -6.5rem;
  }

  .navigation\:-mt-26{
    margin-top: -6.75rem;
  }

  .navigation\:-mr-26{
    margin-right: -6.75rem;
  }

  .navigation\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .navigation\:-ml-26{
    margin-left: -6.75rem;
  }

  .navigation\:-mt-27{
    margin-top: -6.25rem;
  }

  .navigation\:-mr-27{
    margin-right: -6.25rem;
  }

  .navigation\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .navigation\:-ml-27{
    margin-left: -6.25rem;
  }

  .navigation\:-mt-28{
    margin-top: -7rem;
  }

  .navigation\:-mr-28{
    margin-right: -7rem;
  }

  .navigation\:-mb-28{
    margin-bottom: -7rem;
  }

  .navigation\:-ml-28{
    margin-left: -7rem;
  }

  .navigation\:-mt-29{
    margin-top: -7.5rem;
  }

  .navigation\:-mr-29{
    margin-right: -7.5rem;
  }

  .navigation\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .navigation\:-ml-29{
    margin-left: -7.5rem;
  }

  .navigation\:-mt-32{
    margin-top: -8rem;
  }

  .navigation\:-mr-32{
    margin-right: -8rem;
  }

  .navigation\:-mb-32{
    margin-bottom: -8rem;
  }

  .navigation\:-ml-32{
    margin-left: -8rem;
  }

  .navigation\:-mt-34{
    margin-top: -8.5rem;
  }

  .navigation\:-mr-34{
    margin-right: -8.5rem;
  }

  .navigation\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .navigation\:-ml-34{
    margin-left: -8.5rem;
  }

  .navigation\:-mt-35{
    margin-top: -8.75rem;
  }

  .navigation\:-mr-35{
    margin-right: -8.75rem;
  }

  .navigation\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .navigation\:-ml-35{
    margin-left: -8.75rem;
  }

  .navigation\:-mt-36{
    margin-top: -9rem;
  }

  .navigation\:-mr-36{
    margin-right: -9rem;
  }

  .navigation\:-mb-36{
    margin-bottom: -9rem;
  }

  .navigation\:-ml-36{
    margin-left: -9rem;
  }

  .navigation\:-mt-37{
    margin-top: -9.125rem;
  }

  .navigation\:-mr-37{
    margin-right: -9.125rem;
  }

  .navigation\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .navigation\:-ml-37{
    margin-left: -9.125rem;
  }

  .navigation\:-mt-38{
    margin-top: -9.5rem;
  }

  .navigation\:-mr-38{
    margin-right: -9.5rem;
  }

  .navigation\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .navigation\:-ml-38{
    margin-left: -9.5rem;
  }

  .navigation\:-mt-40{
    margin-top: -10rem;
  }

  .navigation\:-mr-40{
    margin-right: -10rem;
  }

  .navigation\:-mb-40{
    margin-bottom: -10rem;
  }

  .navigation\:-ml-40{
    margin-left: -10rem;
  }

  .navigation\:-mt-41{
    margin-top: -10.5rem;
  }

  .navigation\:-mr-41{
    margin-right: -10.5rem;
  }

  .navigation\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .navigation\:-ml-41{
    margin-left: -10.5rem;
  }

  .navigation\:-mt-42{
    margin-top: -10.625rem;
  }

  .navigation\:-mr-42{
    margin-right: -10.625rem;
  }

  .navigation\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .navigation\:-ml-42{
    margin-left: -10.625rem;
  }

  .navigation\:-mt-44{
    margin-top: -11rem;
  }

  .navigation\:-mr-44{
    margin-right: -11rem;
  }

  .navigation\:-mb-44{
    margin-bottom: -11rem;
  }

  .navigation\:-ml-44{
    margin-left: -11rem;
  }

  .navigation\:-mt-45{
    margin-top: -11.25rem;
  }

  .navigation\:-mr-45{
    margin-right: -11.25rem;
  }

  .navigation\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .navigation\:-ml-45{
    margin-left: -11.25rem;
  }

  .navigation\:-mt-48{
    margin-top: -12rem;
  }

  .navigation\:-mr-48{
    margin-right: -12rem;
  }

  .navigation\:-mb-48{
    margin-bottom: -12rem;
  }

  .navigation\:-ml-48{
    margin-left: -12rem;
  }

  .navigation\:-mt-49{
    margin-top: -12.5rem;
  }

  .navigation\:-mr-49{
    margin-right: -12.5rem;
  }

  .navigation\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .navigation\:-ml-49{
    margin-left: -12.5rem;
  }

  .navigation\:-mt-52{
    margin-top: -13rem;
  }

  .navigation\:-mr-52{
    margin-right: -13rem;
  }

  .navigation\:-mb-52{
    margin-bottom: -13rem;
  }

  .navigation\:-ml-52{
    margin-left: -13rem;
  }

  .navigation\:-mt-56{
    margin-top: -14rem;
  }

  .navigation\:-mr-56{
    margin-right: -14rem;
  }

  .navigation\:-mb-56{
    margin-bottom: -14rem;
  }

  .navigation\:-ml-56{
    margin-left: -14rem;
  }

  .navigation\:-mt-57{
    margin-top: -14.375rem;
  }

  .navigation\:-mr-57{
    margin-right: -14.375rem;
  }

  .navigation\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .navigation\:-ml-57{
    margin-left: -14.375rem;
  }

  .navigation\:-mt-60{
    margin-top: -15rem;
  }

  .navigation\:-mr-60{
    margin-right: -15rem;
  }

  .navigation\:-mb-60{
    margin-bottom: -15rem;
  }

  .navigation\:-ml-60{
    margin-left: -15rem;
  }

  .navigation\:-mt-64{
    margin-top: -16rem;
  }

  .navigation\:-mr-64{
    margin-right: -16rem;
  }

  .navigation\:-mb-64{
    margin-bottom: -16rem;
  }

  .navigation\:-ml-64{
    margin-left: -16rem;
  }

  .navigation\:-mt-72{
    margin-top: -18rem;
  }

  .navigation\:-mr-72{
    margin-right: -18rem;
  }

  .navigation\:-mb-72{
    margin-bottom: -18rem;
  }

  .navigation\:-ml-72{
    margin-left: -18rem;
  }

  .navigation\:-mt-80{
    margin-top: -20rem;
  }

  .navigation\:-mr-80{
    margin-right: -20rem;
  }

  .navigation\:-mb-80{
    margin-bottom: -20rem;
  }

  .navigation\:-ml-80{
    margin-left: -20rem;
  }

  .navigation\:-mt-82{
    margin-top: -22rem;
  }

  .navigation\:-mr-82{
    margin-right: -22rem;
  }

  .navigation\:-mb-82{
    margin-bottom: -22rem;
  }

  .navigation\:-ml-82{
    margin-left: -22rem;
  }

  .navigation\:-mt-83{
    margin-top: -23.8125rem;
  }

  .navigation\:-mr-83{
    margin-right: -23.8125rem;
  }

  .navigation\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .navigation\:-ml-83{
    margin-left: -23.8125rem;
  }

  .navigation\:-mt-96{
    margin-top: -24rem;
  }

  .navigation\:-mr-96{
    margin-right: -24rem;
  }

  .navigation\:-mb-96{
    margin-bottom: -24rem;
  }

  .navigation\:-ml-96{
    margin-left: -24rem;
  }

  .navigation\:-mt-px{
    margin-top: -1px;
  }

  .navigation\:-mr-px{
    margin-right: -1px;
  }

  .navigation\:-mb-px{
    margin-bottom: -1px;
  }

  .navigation\:-ml-px{
    margin-left: -1px;
  }

  .navigation\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .navigation\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .navigation\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .navigation\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .navigation\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .navigation\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .navigation\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .navigation\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .navigation\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .navigation\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .navigation\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .navigation\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .navigation\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .navigation\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .navigation\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .navigation\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .navigation\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .navigation\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .navigation\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .navigation\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .navigation\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .navigation\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .navigation\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .navigation\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .navigation\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .navigation\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .navigation\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .navigation\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .navigation\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .navigation\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .navigation\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .navigation\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .navigation\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .navigation\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .navigation\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .navigation\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .navigation\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .navigation\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .navigation\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .navigation\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .navigation\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .navigation\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .navigation\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .navigation\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .navigation\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .navigation\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .navigation\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .navigation\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .navigation\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .navigation\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .navigation\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .navigation\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .navigation\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .navigation\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .navigation\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .navigation\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .navigation\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .navigation\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .navigation\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .navigation\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .navigation\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .navigation\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .navigation\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .navigation\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .navigation\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .navigation\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .navigation\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .navigation\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .navigation\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .navigation\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .navigation\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .navigation\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .navigation\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .navigation\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .navigation\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .navigation\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .navigation\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .navigation\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .navigation\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .navigation\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .navigation\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .navigation\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .navigation\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .navigation\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .navigation\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .navigation\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .navigation\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .navigation\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .navigation\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .navigation\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .navigation\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .navigation\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .navigation\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .navigation\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .navigation\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .navigation\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .navigation\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .navigation\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .navigation\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .navigation\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .navigation\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .navigation\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .navigation\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .navigation\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .navigation\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .navigation\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .navigation\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .navigation\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .navigation\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .navigation\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .navigation\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .navigation\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .navigation\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .navigation\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .navigation\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .navigation\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .navigation\:max-h-0{
    max-height: 0px;
  }

  .navigation\:max-h-1{
    max-height: 0.25rem;
  }

  .navigation\:max-h-2{
    max-height: 0.5rem;
  }

  .navigation\:max-h-3{
    max-height: 0.75rem;
  }

  .navigation\:max-h-4{
    max-height: 1rem;
  }

  .navigation\:max-h-5{
    max-height: 1.25rem;
  }

  .navigation\:max-h-6{
    max-height: 1.5rem;
  }

  .navigation\:max-h-7{
    max-height: 1.75rem;
  }

  .navigation\:max-h-8{
    max-height: 2rem;
  }

  .navigation\:max-h-9{
    max-height: 2.25rem;
  }

  .navigation\:max-h-10{
    max-height: 2.5rem;
  }

  .navigation\:max-h-11{
    max-height: 2.75rem;
  }

  .navigation\:max-h-12{
    max-height: 3rem;
  }

  .navigation\:max-h-13{
    max-height: 3.375rem;
  }

  .navigation\:max-h-14{
    max-height: 3.5rem;
  }

  .navigation\:max-h-15{
    max-height: 3.75rem;
  }

  .navigation\:max-h-16{
    max-height: 4rem;
  }

  .navigation\:max-h-17{
    max-height: 4.375rem;
  }

  .navigation\:max-h-18{
    max-height: 4.5rem;
  }

  .navigation\:max-h-19{
    max-height: 4.75rem;
  }

  .navigation\:max-h-20{
    max-height: 5rem;
  }

  .navigation\:max-h-21{
    max-height: 5.5rem;
  }

  .navigation\:max-h-22{
    max-height: 5.625rem;
  }

  .navigation\:max-h-23{
    max-height: 6.125rem;
  }

  .navigation\:max-h-24{
    max-height: 6rem;
  }

  .navigation\:max-h-25{
    max-height: 6.5rem;
  }

  .navigation\:max-h-26{
    max-height: 6.75rem;
  }

  .navigation\:max-h-27{
    max-height: 6.25rem;
  }

  .navigation\:max-h-28{
    max-height: 7rem;
  }

  .navigation\:max-h-29{
    max-height: 7.5rem;
  }

  .navigation\:max-h-32{
    max-height: 8rem;
  }

  .navigation\:max-h-34{
    max-height: 8.5rem;
  }

  .navigation\:max-h-35{
    max-height: 8.75rem;
  }

  .navigation\:max-h-36{
    max-height: 9rem;
  }

  .navigation\:max-h-37{
    max-height: 9.125rem;
  }

  .navigation\:max-h-38{
    max-height: 9.5rem;
  }

  .navigation\:max-h-40{
    max-height: 10rem;
  }

  .navigation\:max-h-41{
    max-height: 10.5rem;
  }

  .navigation\:max-h-42{
    max-height: 10.625rem;
  }

  .navigation\:max-h-44{
    max-height: 11rem;
  }

  .navigation\:max-h-45{
    max-height: 11.25rem;
  }

  .navigation\:max-h-48{
    max-height: 12rem;
  }

  .navigation\:max-h-49{
    max-height: 12.5rem;
  }

  .navigation\:max-h-52{
    max-height: 13rem;
  }

  .navigation\:max-h-56{
    max-height: 14rem;
  }

  .navigation\:max-h-57{
    max-height: 14.375rem;
  }

  .navigation\:max-h-60{
    max-height: 15rem;
  }

  .navigation\:max-h-64{
    max-height: 16rem;
  }

  .navigation\:max-h-72{
    max-height: 18rem;
  }

  .navigation\:max-h-80{
    max-height: 20rem;
  }

  .navigation\:max-h-82{
    max-height: 22rem;
  }

  .navigation\:max-h-83{
    max-height: 23.8125rem;
  }

  .navigation\:max-h-96{
    max-height: 24rem;
  }

  .navigation\:max-h-px{
    max-height: 1px;
  }

  .navigation\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .navigation\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .navigation\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .navigation\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .navigation\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .navigation\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .navigation\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .navigation\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .navigation\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .navigation\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .navigation\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .navigation\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .navigation\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .navigation\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .navigation\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .navigation\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .navigation\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .navigation\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .navigation\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .navigation\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .navigation\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .navigation\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .navigation\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .navigation\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .navigation\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .navigation\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .navigation\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .navigation\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .navigation\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .navigation\:max-h-full{
    max-height: 100%;
  }

  .navigation\:max-h-screen{
    max-height: 100vh;
  }

  .navigation\:max-w-0{
    max-width: 0rem;
  }

  .navigation\:max-w-13{
    max-width: 3.375rem;
  }

  .navigation\:max-w-23{
    max-width: 380px;
  }

  .navigation\:max-w-28{
    max-width: 7rem;
  }

  .navigation\:max-w-29{
    max-width: 27.5rem;
  }

  .navigation\:max-w-33{
    max-width: 8.75rem;
  }

  .navigation\:max-w-56{
    max-width: 14rem;
  }

  .navigation\:max-w-70{
    max-width: 26.4375rem;
  }

  .navigation\:max-w-98{
    max-width: 48rem;
  }

  .navigation\:max-w-100{
    max-width: 922px;
  }

  .navigation\:max-w-none{
    max-width: none;
  }

  .navigation\:max-w-xs{
    max-width: 20rem;
  }

  .navigation\:max-w-sm{
    max-width: 24rem;
  }

  .navigation\:max-w-md{
    max-width: 28rem;
  }

  .navigation\:max-w-lg{
    max-width: 32rem;
  }

  .navigation\:max-w-xl{
    max-width: 36rem;
  }

  .navigation\:max-w-2xl{
    max-width: 42rem;
  }

  .navigation\:max-w-3xl{
    max-width: 48rem;
  }

  .navigation\:max-w-4xl{
    max-width: 56rem;
  }

  .navigation\:max-w-5xl{
    max-width: 64rem;
  }

  .navigation\:max-w-6xl{
    max-width: 72rem;
  }

  .navigation\:max-w-7xl{
    max-width: 80rem;
  }

  .navigation\:max-w-full{
    max-width: 100%;
  }

  .navigation\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .navigation\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .navigation\:max-w-prose{
    max-width: 65ch;
  }

  .navigation\:max-w-screen-sm{
    max-width: 576px;
  }

  .navigation\:max-w-screen-md{
    max-width: 768px;
  }

  .navigation\:max-w-screen-lg{
    max-width: 992px;
  }

  .navigation\:max-w-screen-xl{
    max-width: 1200px;
  }

  .navigation\:max-w-screen-xs{
    max-width: 322px;
  }

  .navigation\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .navigation\:max-w-received{
    max-width: 592px;
  }

  .navigation\:max-w-about{
    max-width: 618px;
  }

  .navigation\:max-w-commission{
    max-width: 1378px;
  }

  .navigation\:max-w-commission-lg{
    max-width: 1000px;
  }

  .navigation\:max-w-status{
    max-width: 963px;
  }

  .navigation\:max-w-pdf{
    max-width: 515px;
  }

  .navigation\:max-w-detail{
    max-width: 731px;
  }

  .navigation\:max-w-inscription{
    max-width: 825px;
  }

  .navigation\:max-w-info-caption{
    max-width: 587px;
  }

  .navigation\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .navigation\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .navigation\:max-w-info-caption-md{
    max-width: 550px;
  }

  .navigation\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .navigation\:max-w-dashboard{
    max-width: 1054px;
  }

  .navigation\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .navigation\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .navigation\:max-w-dashboard-md{
    max-width: 500px;
  }

  .navigation\:max-w-profile{
    max-width: 960px;
  }

  .navigation\:max-w-debate{
    max-width: 755px;
  }

  .navigation\:max-w-debate-md{
    max-width: 660px;
  }

  .navigation\:max-w-galery{
    max-width: 918px;
  }

  .navigation\:max-w-approach{
    max-width: 916px;
  }

  .navigation\:min-h-0{
    min-height: 0px;
  }

  .navigation\:min-h-full{
    min-height: 100%;
  }

  .navigation\:min-h-screen{
    min-height: 100vh;
  }

  .navigation\:min-w-0{
    min-width: 0px;
  }

  .navigation\:min-w-7{
    min-width: 1.75rem;
  }

  .navigation\:min-w-13{
    min-width: 44px;
  }

  .navigation\:min-w-22{
    min-width: 5.625rem;
  }

  .navigation\:min-w-33{
    min-width: 8.125rem;
  }

  .navigation\:min-w-34{
    min-width: 8.75rem;
  }

  .navigation\:min-w-50{
    min-width: 12.5rem;
  }

  .navigation\:min-w-53{
    min-width: 17rem;
  }

  .navigation\:min-w-56{
    min-width: 14rem;
  }

  .navigation\:min-w-60{
    min-width: 16rem;
  }

  .navigation\:min-w-70{
    min-width: 20rem;
  }

  .navigation\:min-w-full{
    min-width: 100%;
  }

  .navigation\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .navigation\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .navigation\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .navigation\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .navigation\:min-w-info-activities{
    min-width: 372px;
  }

  .navigation\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .navigation\:min-w-activities{
    min-width: 430px;
  }

  .navigation\:min-w-activities-lg{
    min-width: 300px;
  }

  .navigation\:min-w-session{
    min-width: 545px;
  }

  .navigation\:min-w-session-lg{
    min-width: 410px;
  }

  .navigation\:min-w-session-xl{
    min-width: 460px;
  }

  .navigation\:min-w-login{
    min-width: 826px;
  }

  .navigation\:min-w-login-xl{
    min-width: 680px;
  }

  .navigation\:min-w-login-lg{
    min-width: 450px;
  }

  .navigation\:min-w-control-dashboard{
    min-width: 298px;
  }

  .navigation\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .navigation\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .navigation\:min-w-objective{
    min-width: 1163px;
  }

  .navigation\:min-w-objective-xl{
    min-width: 1040px;
  }

  .navigation\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .navigation\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .navigation\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .navigation\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .navigation\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .navigation\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .navigation\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .navigation\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .navigation\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .navigation\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .navigation\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .navigation\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .navigation\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .navigation\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .navigation\:opacity-0{
    opacity: 0;
  }

  .navigation\:opacity-5{
    opacity: 0.05;
  }

  .navigation\:opacity-10{
    opacity: 0.1;
  }

  .navigation\:opacity-11{
    opacity: .86;
  }

  .navigation\:opacity-20{
    opacity: 0.2;
  }

  .navigation\:opacity-25{
    opacity: 0.25;
  }

  .navigation\:opacity-30{
    opacity: 0.3;
  }

  .navigation\:opacity-40{
    opacity: 0.4;
  }

  .navigation\:opacity-45{
    opacity: .45;
  }

  .navigation\:opacity-50{
    opacity: 0.5;
  }

  .navigation\:opacity-58{
    opacity: .58;
  }

  .navigation\:opacity-60{
    opacity: 0.6;
  }

  .navigation\:opacity-70{
    opacity: 0.7;
  }

  .navigation\:opacity-74{
    opacity: .74;
  }

  .navigation\:opacity-75{
    opacity: 0.75;
  }

  .navigation\:opacity-80{
    opacity: 0.8;
  }

  .navigation\:opacity-90{
    opacity: 0.9;
  }

  .navigation\:opacity-95{
    opacity: 0.95;
  }

  .navigation\:opacity-100{
    opacity: 1;
  }

  .group:hover .navigation\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .navigation\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .navigation\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .navigation\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .navigation\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .navigation\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .navigation\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .navigation\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .navigation\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .navigation\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .navigation\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .navigation\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .navigation\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .navigation\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .navigation\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .navigation\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .navigation\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .navigation\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .navigation\:group-hover\:opacity-100{
    opacity: 1;
  }

  .navigation\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .navigation\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .navigation\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .navigation\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .navigation\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .navigation\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .navigation\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .navigation\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .navigation\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .navigation\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .navigation\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .navigation\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .navigation\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .navigation\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .navigation\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .navigation\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .navigation\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .navigation\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .navigation\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .navigation\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .navigation\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .navigation\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .navigation\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .navigation\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .navigation\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .navigation\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .navigation\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .navigation\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .navigation\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .navigation\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .navigation\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .navigation\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .navigation\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .navigation\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .navigation\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .navigation\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .navigation\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .navigation\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .navigation\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .navigation\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .navigation\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .navigation\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .navigation\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .navigation\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .navigation\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .navigation\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .navigation\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .navigation\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .navigation\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .navigation\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .navigation\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .navigation\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .navigation\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .navigation\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .navigation\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .navigation\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .navigation\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .navigation\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .navigation\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .navigation\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .navigation\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .navigation\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .navigation\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .navigation\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .navigation\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .navigation\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .navigation\:overflow-auto{
    overflow: auto;
  }

  .navigation\:overflow-hidden{
    overflow: hidden;
  }

  .navigation\:overflow-visible{
    overflow: visible;
  }

  .navigation\:overflow-scroll{
    overflow: scroll;
  }

  .navigation\:overflow-x-auto{
    overflow-x: auto;
  }

  .navigation\:overflow-y-auto{
    overflow-y: auto;
  }

  .navigation\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .navigation\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .navigation\:overflow-x-visible{
    overflow-x: visible;
  }

  .navigation\:overflow-y-visible{
    overflow-y: visible;
  }

  .navigation\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .navigation\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .navigation\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .navigation\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .navigation\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .navigation\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .navigation\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .navigation\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .navigation\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .navigation\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .navigation\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .navigation\:p-0{
    padding: 0px;
  }

  .navigation\:p-1{
    padding: 0.25rem;
  }

  .navigation\:p-2{
    padding: 0.5rem;
  }

  .navigation\:p-3{
    padding: 0.75rem;
  }

  .navigation\:p-4{
    padding: 1rem;
  }

  .navigation\:p-5{
    padding: 1.25rem;
  }

  .navigation\:p-6{
    padding: 1.5rem;
  }

  .navigation\:p-7{
    padding: 1.75rem;
  }

  .navigation\:p-8{
    padding: 2rem;
  }

  .navigation\:p-9{
    padding: 2.25rem;
  }

  .navigation\:p-10{
    padding: 2.5rem;
  }

  .navigation\:p-11{
    padding: 2.75rem;
  }

  .navigation\:p-12{
    padding: 3rem;
  }

  .navigation\:p-13{
    padding: 3.375rem;
  }

  .navigation\:p-14{
    padding: 3.5rem;
  }

  .navigation\:p-15{
    padding: 3.75rem;
  }

  .navigation\:p-16{
    padding: 4rem;
  }

  .navigation\:p-17{
    padding: 4.375rem;
  }

  .navigation\:p-18{
    padding: 4.5rem;
  }

  .navigation\:p-19{
    padding: 4.75rem;
  }

  .navigation\:p-20{
    padding: 5rem;
  }

  .navigation\:p-21{
    padding: 5.5rem;
  }

  .navigation\:p-22{
    padding: 5.625rem;
  }

  .navigation\:p-23{
    padding: 6.125rem;
  }

  .navigation\:p-24{
    padding: 6rem;
  }

  .navigation\:p-25{
    padding: 6.5rem;
  }

  .navigation\:p-26{
    padding: 6.75rem;
  }

  .navigation\:p-27{
    padding: 6.25rem;
  }

  .navigation\:p-28{
    padding: 7rem;
  }

  .navigation\:p-29{
    padding: 7.5rem;
  }

  .navigation\:p-32{
    padding: 8rem;
  }

  .navigation\:p-34{
    padding: 8.5rem;
  }

  .navigation\:p-35{
    padding: 8.75rem;
  }

  .navigation\:p-36{
    padding: 9rem;
  }

  .navigation\:p-37{
    padding: 9.125rem;
  }

  .navigation\:p-38{
    padding: 9.5rem;
  }

  .navigation\:p-40{
    padding: 10rem;
  }

  .navigation\:p-41{
    padding: 10.5rem;
  }

  .navigation\:p-42{
    padding: 10.625rem;
  }

  .navigation\:p-44{
    padding: 11rem;
  }

  .navigation\:p-45{
    padding: 11.25rem;
  }

  .navigation\:p-48{
    padding: 12rem;
  }

  .navigation\:p-49{
    padding: 12.5rem;
  }

  .navigation\:p-52{
    padding: 13rem;
  }

  .navigation\:p-56{
    padding: 14rem;
  }

  .navigation\:p-57{
    padding: 14.375rem;
  }

  .navigation\:p-60{
    padding: 15rem;
  }

  .navigation\:p-64{
    padding: 16rem;
  }

  .navigation\:p-72{
    padding: 18rem;
  }

  .navigation\:p-80{
    padding: 20rem;
  }

  .navigation\:p-82{
    padding: 22rem;
  }

  .navigation\:p-83{
    padding: 23.8125rem;
  }

  .navigation\:p-96{
    padding: 24rem;
  }

  .navigation\:p-px{
    padding: 1px;
  }

  .navigation\:p-0\.5{
    padding: 0.125rem;
  }

  .navigation\:p-1\.5{
    padding: 0.375rem;
  }

  .navigation\:p-2\.5{
    padding: 0.625rem;
  }

  .navigation\:p-3\.5{
    padding: 0.875rem;
  }

  .navigation\:p-4\.5{
    padding: 1.125rem;
  }

  .navigation\:p-5\.5{
    padding: 1.375rem;
  }

  .navigation\:p-6\.5{
    padding: 1.625rem;
  }

  .navigation\:p-7\.5{
    padding: 1.875rem;
  }

  .navigation\:p-8\.5{
    padding: 2.125rem;
  }

  .navigation\:p-9\.5{
    padding: 2.375rem;
  }

  .navigation\:p-10\.5{
    padding: 2.625rem;
  }

  .navigation\:p-11\.5{
    padding: 2.875rem;
  }

  .navigation\:p-12\.5{
    padding: 3.125rem;
  }

  .navigation\:p-13\.5{
    padding: 3.25rem;
  }

  .navigation\:p-15\.5{
    padding: 3.8rem;
  }

  .navigation\:p-16\.5{
    padding: 4.125rem;
  }

  .navigation\:p-17\.5{
    padding: 4.25rem;
  }

  .navigation\:p-18\.5{
    padding: 4.625rem;
  }

  .navigation\:p-20\.5{
    padding: 5.25rem;
  }

  .navigation\:p-21\.5{
    padding: 5.75rem;
  }

  .navigation\:p-22\.5{
    padding: 5.875rem;
  }

  .navigation\:p-24\.5{
    padding: 6.8125rem;
  }

  .navigation\:p-28\.5{
    padding: 7.375rem;
  }

  .navigation\:p-29\.5{
    padding: 7.75rem;
  }

  .navigation\:p-32\.5{
    padding: 8.125rem;
  }

  .navigation\:p-33\.5{
    padding: 8.8125rem;
  }

  .navigation\:p-42\.5{
    padding: 10.875rem;
  }

  .navigation\:p-49\.5{
    padding: 12.75rem;
  }

  .navigation\:p-72\.5{
    padding: 18.25rem;
  }

  .navigation\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .navigation\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .navigation\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .navigation\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navigation\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navigation\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .navigation\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .navigation\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navigation\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .navigation\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navigation\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navigation\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navigation\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .navigation\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .navigation\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navigation\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navigation\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .navigation\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .navigation\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navigation\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navigation\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .navigation\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .navigation\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navigation\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navigation\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .navigation\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .navigation\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .navigation\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .navigation\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .navigation\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .navigation\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navigation\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navigation\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .navigation\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .navigation\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .navigation\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .navigation\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .navigation\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .navigation\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navigation\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .navigation\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .navigation\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .navigation\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .navigation\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .navigation\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .navigation\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .navigation\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navigation\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .navigation\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .navigation\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .navigation\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .navigation\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .navigation\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .navigation\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .navigation\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .navigation\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .navigation\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .navigation\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .navigation\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .navigation\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .navigation\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .navigation\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .navigation\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .navigation\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .navigation\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .navigation\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .navigation\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .navigation\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .navigation\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .navigation\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .navigation\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .navigation\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .navigation\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .navigation\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .navigation\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .navigation\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .navigation\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .navigation\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .navigation\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .navigation\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .navigation\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .navigation\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .navigation\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .navigation\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .navigation\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .navigation\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .navigation\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .navigation\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .navigation\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .navigation\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .navigation\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .navigation\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .navigation\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .navigation\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .navigation\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .navigation\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .navigation\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .navigation\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .navigation\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .navigation\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .navigation\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .navigation\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .navigation\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .navigation\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .navigation\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .navigation\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .navigation\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .navigation\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .navigation\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .navigation\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .navigation\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .navigation\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .navigation\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .navigation\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .navigation\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .navigation\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .navigation\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .navigation\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .navigation\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .navigation\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .navigation\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .navigation\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .navigation\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .navigation\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .navigation\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .navigation\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .navigation\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .navigation\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .navigation\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .navigation\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .navigation\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .navigation\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .navigation\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .navigation\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .navigation\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .navigation\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .navigation\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .navigation\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .navigation\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .navigation\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .navigation\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .navigation\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .navigation\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .navigation\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .navigation\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .navigation\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .navigation\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .navigation\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .navigation\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .navigation\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .navigation\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .navigation\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .navigation\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .navigation\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .navigation\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .navigation\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .navigation\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .navigation\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .navigation\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .navigation\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .navigation\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .navigation\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .navigation\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .navigation\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .navigation\:pt-0{
    padding-top: 0px;
  }

  .navigation\:pr-0{
    padding-right: 0px;
  }

  .navigation\:pb-0{
    padding-bottom: 0px;
  }

  .navigation\:pl-0{
    padding-left: 0px;
  }

  .navigation\:pt-1{
    padding-top: 0.25rem;
  }

  .navigation\:pr-1{
    padding-right: 0.25rem;
  }

  .navigation\:pb-1{
    padding-bottom: 0.25rem;
  }

  .navigation\:pl-1{
    padding-left: 0.25rem;
  }

  .navigation\:pt-2{
    padding-top: 0.5rem;
  }

  .navigation\:pr-2{
    padding-right: 0.5rem;
  }

  .navigation\:pb-2{
    padding-bottom: 0.5rem;
  }

  .navigation\:pl-2{
    padding-left: 0.5rem;
  }

  .navigation\:pt-3{
    padding-top: 0.75rem;
  }

  .navigation\:pr-3{
    padding-right: 0.75rem;
  }

  .navigation\:pb-3{
    padding-bottom: 0.75rem;
  }

  .navigation\:pl-3{
    padding-left: 0.75rem;
  }

  .navigation\:pt-4{
    padding-top: 1rem;
  }

  .navigation\:pr-4{
    padding-right: 1rem;
  }

  .navigation\:pb-4{
    padding-bottom: 1rem;
  }

  .navigation\:pl-4{
    padding-left: 1rem;
  }

  .navigation\:pt-5{
    padding-top: 1.25rem;
  }

  .navigation\:pr-5{
    padding-right: 1.25rem;
  }

  .navigation\:pb-5{
    padding-bottom: 1.25rem;
  }

  .navigation\:pl-5{
    padding-left: 1.25rem;
  }

  .navigation\:pt-6{
    padding-top: 1.5rem;
  }

  .navigation\:pr-6{
    padding-right: 1.5rem;
  }

  .navigation\:pb-6{
    padding-bottom: 1.5rem;
  }

  .navigation\:pl-6{
    padding-left: 1.5rem;
  }

  .navigation\:pt-7{
    padding-top: 1.75rem;
  }

  .navigation\:pr-7{
    padding-right: 1.75rem;
  }

  .navigation\:pb-7{
    padding-bottom: 1.75rem;
  }

  .navigation\:pl-7{
    padding-left: 1.75rem;
  }

  .navigation\:pt-8{
    padding-top: 2rem;
  }

  .navigation\:pr-8{
    padding-right: 2rem;
  }

  .navigation\:pb-8{
    padding-bottom: 2rem;
  }

  .navigation\:pl-8{
    padding-left: 2rem;
  }

  .navigation\:pt-9{
    padding-top: 2.25rem;
  }

  .navigation\:pr-9{
    padding-right: 2.25rem;
  }

  .navigation\:pb-9{
    padding-bottom: 2.25rem;
  }

  .navigation\:pl-9{
    padding-left: 2.25rem;
  }

  .navigation\:pt-10{
    padding-top: 2.5rem;
  }

  .navigation\:pr-10{
    padding-right: 2.5rem;
  }

  .navigation\:pb-10{
    padding-bottom: 2.5rem;
  }

  .navigation\:pl-10{
    padding-left: 2.5rem;
  }

  .navigation\:pt-11{
    padding-top: 2.75rem;
  }

  .navigation\:pr-11{
    padding-right: 2.75rem;
  }

  .navigation\:pb-11{
    padding-bottom: 2.75rem;
  }

  .navigation\:pl-11{
    padding-left: 2.75rem;
  }

  .navigation\:pt-12{
    padding-top: 3rem;
  }

  .navigation\:pr-12{
    padding-right: 3rem;
  }

  .navigation\:pb-12{
    padding-bottom: 3rem;
  }

  .navigation\:pl-12{
    padding-left: 3rem;
  }

  .navigation\:pt-13{
    padding-top: 3.375rem;
  }

  .navigation\:pr-13{
    padding-right: 3.375rem;
  }

  .navigation\:pb-13{
    padding-bottom: 3.375rem;
  }

  .navigation\:pl-13{
    padding-left: 3.375rem;
  }

  .navigation\:pt-14{
    padding-top: 3.5rem;
  }

  .navigation\:pr-14{
    padding-right: 3.5rem;
  }

  .navigation\:pb-14{
    padding-bottom: 3.5rem;
  }

  .navigation\:pl-14{
    padding-left: 3.5rem;
  }

  .navigation\:pt-15{
    padding-top: 3.75rem;
  }

  .navigation\:pr-15{
    padding-right: 3.75rem;
  }

  .navigation\:pb-15{
    padding-bottom: 3.75rem;
  }

  .navigation\:pl-15{
    padding-left: 3.75rem;
  }

  .navigation\:pt-16{
    padding-top: 4rem;
  }

  .navigation\:pr-16{
    padding-right: 4rem;
  }

  .navigation\:pb-16{
    padding-bottom: 4rem;
  }

  .navigation\:pl-16{
    padding-left: 4rem;
  }

  .navigation\:pt-17{
    padding-top: 4.375rem;
  }

  .navigation\:pr-17{
    padding-right: 4.375rem;
  }

  .navigation\:pb-17{
    padding-bottom: 4.375rem;
  }

  .navigation\:pl-17{
    padding-left: 4.375rem;
  }

  .navigation\:pt-18{
    padding-top: 4.5rem;
  }

  .navigation\:pr-18{
    padding-right: 4.5rem;
  }

  .navigation\:pb-18{
    padding-bottom: 4.5rem;
  }

  .navigation\:pl-18{
    padding-left: 4.5rem;
  }

  .navigation\:pt-19{
    padding-top: 4.75rem;
  }

  .navigation\:pr-19{
    padding-right: 4.75rem;
  }

  .navigation\:pb-19{
    padding-bottom: 4.75rem;
  }

  .navigation\:pl-19{
    padding-left: 4.75rem;
  }

  .navigation\:pt-20{
    padding-top: 5rem;
  }

  .navigation\:pr-20{
    padding-right: 5rem;
  }

  .navigation\:pb-20{
    padding-bottom: 5rem;
  }

  .navigation\:pl-20{
    padding-left: 5rem;
  }

  .navigation\:pt-21{
    padding-top: 5.5rem;
  }

  .navigation\:pr-21{
    padding-right: 5.5rem;
  }

  .navigation\:pb-21{
    padding-bottom: 5.5rem;
  }

  .navigation\:pl-21{
    padding-left: 5.5rem;
  }

  .navigation\:pt-22{
    padding-top: 5.625rem;
  }

  .navigation\:pr-22{
    padding-right: 5.625rem;
  }

  .navigation\:pb-22{
    padding-bottom: 5.625rem;
  }

  .navigation\:pl-22{
    padding-left: 5.625rem;
  }

  .navigation\:pt-23{
    padding-top: 6.125rem;
  }

  .navigation\:pr-23{
    padding-right: 6.125rem;
  }

  .navigation\:pb-23{
    padding-bottom: 6.125rem;
  }

  .navigation\:pl-23{
    padding-left: 6.125rem;
  }

  .navigation\:pt-24{
    padding-top: 6rem;
  }

  .navigation\:pr-24{
    padding-right: 6rem;
  }

  .navigation\:pb-24{
    padding-bottom: 6rem;
  }

  .navigation\:pl-24{
    padding-left: 6rem;
  }

  .navigation\:pt-25{
    padding-top: 6.5rem;
  }

  .navigation\:pr-25{
    padding-right: 6.5rem;
  }

  .navigation\:pb-25{
    padding-bottom: 6.5rem;
  }

  .navigation\:pl-25{
    padding-left: 6.5rem;
  }

  .navigation\:pt-26{
    padding-top: 6.75rem;
  }

  .navigation\:pr-26{
    padding-right: 6.75rem;
  }

  .navigation\:pb-26{
    padding-bottom: 6.75rem;
  }

  .navigation\:pl-26{
    padding-left: 6.75rem;
  }

  .navigation\:pt-27{
    padding-top: 6.25rem;
  }

  .navigation\:pr-27{
    padding-right: 6.25rem;
  }

  .navigation\:pb-27{
    padding-bottom: 6.25rem;
  }

  .navigation\:pl-27{
    padding-left: 6.25rem;
  }

  .navigation\:pt-28{
    padding-top: 7rem;
  }

  .navigation\:pr-28{
    padding-right: 7rem;
  }

  .navigation\:pb-28{
    padding-bottom: 7rem;
  }

  .navigation\:pl-28{
    padding-left: 7rem;
  }

  .navigation\:pt-29{
    padding-top: 7.5rem;
  }

  .navigation\:pr-29{
    padding-right: 7.5rem;
  }

  .navigation\:pb-29{
    padding-bottom: 7.5rem;
  }

  .navigation\:pl-29{
    padding-left: 7.5rem;
  }

  .navigation\:pt-32{
    padding-top: 8rem;
  }

  .navigation\:pr-32{
    padding-right: 8rem;
  }

  .navigation\:pb-32{
    padding-bottom: 8rem;
  }

  .navigation\:pl-32{
    padding-left: 8rem;
  }

  .navigation\:pt-34{
    padding-top: 8.5rem;
  }

  .navigation\:pr-34{
    padding-right: 8.5rem;
  }

  .navigation\:pb-34{
    padding-bottom: 8.5rem;
  }

  .navigation\:pl-34{
    padding-left: 8.5rem;
  }

  .navigation\:pt-35{
    padding-top: 8.75rem;
  }

  .navigation\:pr-35{
    padding-right: 8.75rem;
  }

  .navigation\:pb-35{
    padding-bottom: 8.75rem;
  }

  .navigation\:pl-35{
    padding-left: 8.75rem;
  }

  .navigation\:pt-36{
    padding-top: 9rem;
  }

  .navigation\:pr-36{
    padding-right: 9rem;
  }

  .navigation\:pb-36{
    padding-bottom: 9rem;
  }

  .navigation\:pl-36{
    padding-left: 9rem;
  }

  .navigation\:pt-37{
    padding-top: 9.125rem;
  }

  .navigation\:pr-37{
    padding-right: 9.125rem;
  }

  .navigation\:pb-37{
    padding-bottom: 9.125rem;
  }

  .navigation\:pl-37{
    padding-left: 9.125rem;
  }

  .navigation\:pt-38{
    padding-top: 9.5rem;
  }

  .navigation\:pr-38{
    padding-right: 9.5rem;
  }

  .navigation\:pb-38{
    padding-bottom: 9.5rem;
  }

  .navigation\:pl-38{
    padding-left: 9.5rem;
  }

  .navigation\:pt-40{
    padding-top: 10rem;
  }

  .navigation\:pr-40{
    padding-right: 10rem;
  }

  .navigation\:pb-40{
    padding-bottom: 10rem;
  }

  .navigation\:pl-40{
    padding-left: 10rem;
  }

  .navigation\:pt-41{
    padding-top: 10.5rem;
  }

  .navigation\:pr-41{
    padding-right: 10.5rem;
  }

  .navigation\:pb-41{
    padding-bottom: 10.5rem;
  }

  .navigation\:pl-41{
    padding-left: 10.5rem;
  }

  .navigation\:pt-42{
    padding-top: 10.625rem;
  }

  .navigation\:pr-42{
    padding-right: 10.625rem;
  }

  .navigation\:pb-42{
    padding-bottom: 10.625rem;
  }

  .navigation\:pl-42{
    padding-left: 10.625rem;
  }

  .navigation\:pt-44{
    padding-top: 11rem;
  }

  .navigation\:pr-44{
    padding-right: 11rem;
  }

  .navigation\:pb-44{
    padding-bottom: 11rem;
  }

  .navigation\:pl-44{
    padding-left: 11rem;
  }

  .navigation\:pt-45{
    padding-top: 11.25rem;
  }

  .navigation\:pr-45{
    padding-right: 11.25rem;
  }

  .navigation\:pb-45{
    padding-bottom: 11.25rem;
  }

  .navigation\:pl-45{
    padding-left: 11.25rem;
  }

  .navigation\:pt-48{
    padding-top: 12rem;
  }

  .navigation\:pr-48{
    padding-right: 12rem;
  }

  .navigation\:pb-48{
    padding-bottom: 12rem;
  }

  .navigation\:pl-48{
    padding-left: 12rem;
  }

  .navigation\:pt-49{
    padding-top: 12.5rem;
  }

  .navigation\:pr-49{
    padding-right: 12.5rem;
  }

  .navigation\:pb-49{
    padding-bottom: 12.5rem;
  }

  .navigation\:pl-49{
    padding-left: 12.5rem;
  }

  .navigation\:pt-52{
    padding-top: 13rem;
  }

  .navigation\:pr-52{
    padding-right: 13rem;
  }

  .navigation\:pb-52{
    padding-bottom: 13rem;
  }

  .navigation\:pl-52{
    padding-left: 13rem;
  }

  .navigation\:pt-56{
    padding-top: 14rem;
  }

  .navigation\:pr-56{
    padding-right: 14rem;
  }

  .navigation\:pb-56{
    padding-bottom: 14rem;
  }

  .navigation\:pl-56{
    padding-left: 14rem;
  }

  .navigation\:pt-57{
    padding-top: 14.375rem;
  }

  .navigation\:pr-57{
    padding-right: 14.375rem;
  }

  .navigation\:pb-57{
    padding-bottom: 14.375rem;
  }

  .navigation\:pl-57{
    padding-left: 14.375rem;
  }

  .navigation\:pt-60{
    padding-top: 15rem;
  }

  .navigation\:pr-60{
    padding-right: 15rem;
  }

  .navigation\:pb-60{
    padding-bottom: 15rem;
  }

  .navigation\:pl-60{
    padding-left: 15rem;
  }

  .navigation\:pt-64{
    padding-top: 16rem;
  }

  .navigation\:pr-64{
    padding-right: 16rem;
  }

  .navigation\:pb-64{
    padding-bottom: 16rem;
  }

  .navigation\:pl-64{
    padding-left: 16rem;
  }

  .navigation\:pt-72{
    padding-top: 18rem;
  }

  .navigation\:pr-72{
    padding-right: 18rem;
  }

  .navigation\:pb-72{
    padding-bottom: 18rem;
  }

  .navigation\:pl-72{
    padding-left: 18rem;
  }

  .navigation\:pt-80{
    padding-top: 20rem;
  }

  .navigation\:pr-80{
    padding-right: 20rem;
  }

  .navigation\:pb-80{
    padding-bottom: 20rem;
  }

  .navigation\:pl-80{
    padding-left: 20rem;
  }

  .navigation\:pt-82{
    padding-top: 22rem;
  }

  .navigation\:pr-82{
    padding-right: 22rem;
  }

  .navigation\:pb-82{
    padding-bottom: 22rem;
  }

  .navigation\:pl-82{
    padding-left: 22rem;
  }

  .navigation\:pt-83{
    padding-top: 23.8125rem;
  }

  .navigation\:pr-83{
    padding-right: 23.8125rem;
  }

  .navigation\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .navigation\:pl-83{
    padding-left: 23.8125rem;
  }

  .navigation\:pt-96{
    padding-top: 24rem;
  }

  .navigation\:pr-96{
    padding-right: 24rem;
  }

  .navigation\:pb-96{
    padding-bottom: 24rem;
  }

  .navigation\:pl-96{
    padding-left: 24rem;
  }

  .navigation\:pt-px{
    padding-top: 1px;
  }

  .navigation\:pr-px{
    padding-right: 1px;
  }

  .navigation\:pb-px{
    padding-bottom: 1px;
  }

  .navigation\:pl-px{
    padding-left: 1px;
  }

  .navigation\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .navigation\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .navigation\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .navigation\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .navigation\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .navigation\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .navigation\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .navigation\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .navigation\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .navigation\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .navigation\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .navigation\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .navigation\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .navigation\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .navigation\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .navigation\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .navigation\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .navigation\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .navigation\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .navigation\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .navigation\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .navigation\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .navigation\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .navigation\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .navigation\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .navigation\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .navigation\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .navigation\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .navigation\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .navigation\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .navigation\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .navigation\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .navigation\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .navigation\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .navigation\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .navigation\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .navigation\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .navigation\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .navigation\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .navigation\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .navigation\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .navigation\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .navigation\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .navigation\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .navigation\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .navigation\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .navigation\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .navigation\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .navigation\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .navigation\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .navigation\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .navigation\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .navigation\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .navigation\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .navigation\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .navigation\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .navigation\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .navigation\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .navigation\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .navigation\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .navigation\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .navigation\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .navigation\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .navigation\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .navigation\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .navigation\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .navigation\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .navigation\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .navigation\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .navigation\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .navigation\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .navigation\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .navigation\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .navigation\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .navigation\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .navigation\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .navigation\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .navigation\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .navigation\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .navigation\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .navigation\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .navigation\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .navigation\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .navigation\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .navigation\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .navigation\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .navigation\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .navigation\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .navigation\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .navigation\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .navigation\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .navigation\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .navigation\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .navigation\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .navigation\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .navigation\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .navigation\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .navigation\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .navigation\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .navigation\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .navigation\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .navigation\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .navigation\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .navigation\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .navigation\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .navigation\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .navigation\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .navigation\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .navigation\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .navigation\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .navigation\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .navigation\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .navigation\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .navigation\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .navigation\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .navigation\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .navigation\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .navigation\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .navigation\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .navigation\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .navigation\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .navigation\:placeholder-current::placeholder{
    color: currentColor;
  }

  .navigation\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .navigation\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .navigation\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .navigation\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .navigation\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .navigation\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .navigation\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .navigation\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .navigation\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .navigation\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .navigation\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .navigation\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .navigation\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .navigation\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .navigation\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .navigation\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .navigation\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .navigation\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .navigation\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .navigation\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .navigation\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .navigation\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .navigation\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .navigation\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .navigation\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .navigation\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .navigation\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .navigation\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .navigation\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .navigation\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .navigation\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .navigation\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .navigation\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .navigation\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .navigation\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .navigation\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .navigation\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .navigation\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .navigation\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .navigation\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .navigation\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .navigation\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .navigation\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .navigation\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .navigation\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .navigation\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .navigation\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .navigation\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .navigation\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .navigation\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .navigation\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .navigation\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .navigation\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .navigation\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .navigation\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .navigation\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .navigation\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .navigation\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .navigation\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .navigation\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .navigation\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .navigation\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .navigation\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .navigation\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .navigation\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .navigation\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .navigation\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .navigation\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .navigation\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .navigation\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .navigation\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .navigation\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .navigation\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .navigation\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .navigation\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .navigation\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .navigation\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .navigation\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .navigation\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .navigation\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .navigation\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .navigation\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .navigation\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .navigation\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .navigation\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .navigation\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .navigation\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .navigation\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .navigation\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .navigation\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .navigation\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .navigation\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .navigation\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .navigation\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .navigation\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .navigation\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .navigation\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .navigation\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .navigation\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .navigation\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .navigation\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .navigation\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .navigation\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .navigation\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .navigation\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .navigation\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .navigation\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .navigation\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .navigation\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .navigation\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .navigation\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .navigation\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .navigation\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .navigation\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .navigation\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .navigation\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .navigation\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .navigation\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .navigation\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .navigation\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .navigation\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .navigation\:pointer-events-none{
    pointer-events: none;
  }

  .navigation\:pointer-events-auto{
    pointer-events: auto;
  }

  .navigation\:static{
    position: static;
  }

  .navigation\:fixed{
    position: fixed;
  }

  .navigation\:absolute{
    position: absolute;
  }

  .navigation\:relative{
    position: relative;
  }

  .navigation\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .navigation\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .navigation\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .navigation\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .navigation\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .navigation\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .navigation\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .navigation\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .navigation\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .navigation\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .navigation\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .navigation\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .navigation\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .navigation\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .navigation\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .navigation\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .navigation\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .navigation\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .navigation\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .navigation\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .navigation\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .navigation\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .navigation\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .navigation\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .navigation\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .navigation\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .navigation\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .navigation\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .navigation\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .navigation\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .navigation\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .navigation\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .navigation\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .navigation\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .navigation\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .navigation\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .navigation\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .navigation\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .navigation\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .navigation\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .navigation\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .navigation\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .navigation\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .navigation\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .navigation\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .navigation\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .navigation\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .navigation\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .navigation\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .navigation\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .navigation\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .navigation\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .navigation\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .navigation\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .navigation\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .navigation\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .navigation\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .navigation\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .navigation\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .navigation\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .navigation\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .navigation\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .navigation\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .navigation\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .navigation\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .navigation\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .navigation\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .navigation\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .navigation\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .navigation\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .navigation\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .navigation\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .navigation\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .navigation\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .navigation\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .navigation\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .navigation\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .navigation\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .navigation\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .navigation\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .navigation\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .navigation\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .navigation\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .navigation\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .navigation\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .navigation\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .navigation\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .navigation\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .navigation\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .navigation\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .navigation\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .navigation\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .navigation\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .navigation\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .navigation\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .navigation\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .navigation\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .navigation\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .navigation\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .navigation\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .navigation\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .navigation\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .navigation\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .navigation\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .navigation\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .navigation\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .navigation\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .navigation\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .navigation\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .navigation\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .navigation\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .navigation\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .navigation\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .navigation\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .navigation\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .navigation\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .navigation\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .navigation\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .navigation\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .navigation\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .navigation\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .navigation\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .navigation\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .navigation\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .navigation\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .navigation\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .navigation\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .navigation\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .navigation\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .navigation\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .navigation\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .navigation\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .navigation\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .navigation\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .navigation\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .navigation\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .navigation\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .navigation\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .navigation\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .navigation\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .navigation\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .navigation\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .navigation\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .navigation\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .navigation\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .navigation\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .navigation\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .navigation\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .navigation\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .navigation\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .navigation\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .navigation\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .navigation\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .navigation\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .navigation\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .navigation\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .navigation\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .navigation\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .navigation\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .navigation\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .navigation\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .navigation\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .navigation\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .navigation\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .navigation\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .navigation\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .navigation\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .navigation\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .navigation\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .navigation\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .navigation\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .navigation\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .navigation\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .navigation\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .navigation\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .navigation\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .navigation\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .navigation\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .navigation\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .navigation\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .navigation\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .navigation\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .navigation\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .navigation\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .navigation\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .navigation\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .navigation\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .navigation\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .navigation\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .navigation\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .navigation\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .navigation\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .navigation\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .navigation\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .navigation\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .navigation\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .navigation\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .navigation\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .navigation\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .navigation\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .navigation\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .navigation\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .navigation\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .navigation\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .navigation\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .navigation\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .navigation\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .navigation\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .navigation\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .navigation\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .navigation\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .navigation\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .navigation\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .navigation\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .navigation\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .navigation\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .navigation\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .navigation\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .navigation\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .navigation\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .navigation\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .navigation\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .navigation\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .navigation\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .navigation\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .navigation\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .navigation\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .navigation\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .navigation\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .navigation\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .navigation\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .navigation\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .navigation\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .navigation\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .navigation\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .navigation\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .navigation\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .navigation\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .navigation\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .navigation\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .navigation\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .navigation\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .navigation\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .navigation\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .navigation\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .navigation\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .navigation\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .navigation\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .navigation\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .navigation\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .navigation\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .navigation\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .navigation\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .navigation\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .navigation\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .navigation\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .navigation\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .navigation\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .navigation\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .navigation\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .navigation\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .navigation\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .navigation\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .navigation\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .navigation\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .navigation\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .navigation\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .navigation\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .navigation\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .navigation\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .navigation\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .navigation\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .navigation\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .navigation\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .navigation\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .navigation\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .navigation\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .navigation\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .navigation\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .navigation\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .navigation\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .navigation\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .navigation\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .navigation\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .navigation\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .navigation\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .navigation\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .navigation\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .navigation\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .navigation\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .navigation\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .navigation\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .navigation\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .navigation\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .navigation\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .navigation\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .navigation\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .navigation\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .navigation\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .navigation\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .navigation\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .navigation\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .navigation\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .navigation\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .navigation\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .navigation\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .navigation\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .navigation\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .navigation\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .navigation\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .navigation\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .navigation\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .navigation\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .navigation\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .navigation\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .navigation\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .navigation\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .navigation\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .navigation\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .navigation\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .navigation\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .navigation\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .navigation\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .navigation\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .navigation\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .navigation\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .navigation\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .navigation\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .navigation\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .navigation\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .navigation\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .navigation\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .navigation\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .navigation\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .navigation\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .navigation\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .navigation\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .navigation\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .navigation\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .navigation\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .navigation\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .navigation\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .navigation\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .navigation\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .navigation\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .navigation\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .navigation\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .navigation\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .navigation\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .navigation\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .navigation\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .navigation\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .navigation\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .navigation\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .navigation\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .navigation\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .navigation\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .navigation\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .navigation\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .navigation\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .navigation\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .navigation\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .navigation\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .navigation\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .navigation\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .navigation\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .navigation\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .navigation\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .navigation\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .navigation\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .navigation\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .navigation\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .navigation\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .navigation\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .navigation\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .navigation\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .navigation\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .navigation\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .navigation\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .navigation\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .navigation\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .navigation\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .navigation\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .navigation\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .navigation\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .navigation\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .navigation\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .navigation\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .navigation\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .navigation\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .navigation\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .navigation\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .navigation\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .navigation\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .navigation\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .navigation\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .navigation\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .navigation\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .navigation\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .navigation\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .navigation\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .navigation\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .navigation\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .navigation\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .navigation\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .navigation\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .navigation\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .navigation\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .navigation\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .navigation\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .navigation\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .navigation\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .navigation\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .navigation\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .navigation\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .navigation\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .navigation\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .navigation\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .navigation\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .navigation\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .navigation\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .navigation\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .navigation\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .navigation\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .navigation\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .navigation\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .navigation\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .navigation\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .navigation\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .navigation\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .navigation\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .navigation\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .navigation\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .navigation\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .navigation\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .navigation\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .navigation\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .navigation\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .navigation\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .navigation\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .navigation\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .navigation\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .navigation\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .navigation\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .navigation\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .navigation\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .navigation\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .navigation\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .navigation\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .navigation\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .navigation\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .navigation\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .navigation\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .navigation\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .navigation\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .navigation\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .navigation\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .navigation\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .navigation\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .navigation\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .navigation\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .navigation\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .navigation\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .navigation\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .navigation\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .navigation\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .navigation\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .navigation\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .navigation\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .navigation\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .navigation\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .navigation\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .navigation\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .navigation\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .navigation\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .navigation\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .navigation\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .navigation\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .navigation\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .navigation\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .navigation\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .navigation\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .navigation\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .navigation\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .navigation\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .navigation\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .navigation\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .navigation\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .navigation\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .navigation\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .navigation\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .navigation\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .navigation\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .navigation\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .navigation\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .navigation\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .navigation\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .navigation\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .navigation\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .navigation\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .navigation\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .navigation\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .navigation\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .navigation\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .navigation\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .navigation\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .navigation\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .navigation\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .navigation\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .navigation\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .navigation\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .navigation\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .navigation\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .navigation\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .navigation\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .navigation\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .navigation\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .navigation\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .navigation\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .navigation\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .navigation\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .navigation\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .navigation\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .navigation\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .navigation\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .navigation\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .navigation\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .navigation\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .navigation\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .navigation\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .navigation\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .navigation\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .navigation\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .navigation\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .navigation\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .navigation\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .navigation\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .navigation\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .navigation\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .navigation\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .navigation\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .navigation\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .navigation\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .navigation\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .navigation\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .navigation\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .navigation\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .navigation\:top-0{
    top: 0px;
  }

  .navigation\:right-0{
    right: 0px;
  }

  .navigation\:bottom-0{
    bottom: 0px;
  }

  .navigation\:left-0{
    left: 0px;
  }

  .navigation\:top-1{
    top: 0.25rem;
  }

  .navigation\:right-1{
    right: 0.25rem;
  }

  .navigation\:bottom-1{
    bottom: 0.25rem;
  }

  .navigation\:left-1{
    left: 0.25rem;
  }

  .navigation\:top-2{
    top: 0.5rem;
  }

  .navigation\:right-2{
    right: 0.5rem;
  }

  .navigation\:bottom-2{
    bottom: 0.5rem;
  }

  .navigation\:left-2{
    left: 0.5rem;
  }

  .navigation\:top-3{
    top: 0.75rem;
  }

  .navigation\:right-3{
    right: 0.75rem;
  }

  .navigation\:bottom-3{
    bottom: 0.75rem;
  }

  .navigation\:left-3{
    left: 0.75rem;
  }

  .navigation\:top-4{
    top: 1rem;
  }

  .navigation\:right-4{
    right: 1rem;
  }

  .navigation\:bottom-4{
    bottom: 1rem;
  }

  .navigation\:left-4{
    left: 1rem;
  }

  .navigation\:top-5{
    top: 1.25rem;
  }

  .navigation\:right-5{
    right: 1.25rem;
  }

  .navigation\:bottom-5{
    bottom: 1.25rem;
  }

  .navigation\:left-5{
    left: 1.25rem;
  }

  .navigation\:top-6{
    top: 1.5rem;
  }

  .navigation\:right-6{
    right: 1.5rem;
  }

  .navigation\:bottom-6{
    bottom: 1.5rem;
  }

  .navigation\:left-6{
    left: 1.5rem;
  }

  .navigation\:top-7{
    top: 1.75rem;
  }

  .navigation\:right-7{
    right: 1.75rem;
  }

  .navigation\:bottom-7{
    bottom: 1.75rem;
  }

  .navigation\:left-7{
    left: 1.75rem;
  }

  .navigation\:top-8{
    top: 2rem;
  }

  .navigation\:right-8{
    right: 2rem;
  }

  .navigation\:bottom-8{
    bottom: 2rem;
  }

  .navigation\:left-8{
    left: 2rem;
  }

  .navigation\:top-9{
    top: 2.25rem;
  }

  .navigation\:right-9{
    right: 2.25rem;
  }

  .navigation\:bottom-9{
    bottom: 2.25rem;
  }

  .navigation\:left-9{
    left: 2.25rem;
  }

  .navigation\:top-10{
    top: 2.5rem;
  }

  .navigation\:right-10{
    right: 2.5rem;
  }

  .navigation\:bottom-10{
    bottom: 2.5rem;
  }

  .navigation\:left-10{
    left: 2.5rem;
  }

  .navigation\:top-11{
    top: 2.75rem;
  }

  .navigation\:right-11{
    right: 2.75rem;
  }

  .navigation\:bottom-11{
    bottom: 2.75rem;
  }

  .navigation\:left-11{
    left: 2.75rem;
  }

  .navigation\:top-12{
    top: 3rem;
  }

  .navigation\:right-12{
    right: 3rem;
  }

  .navigation\:bottom-12{
    bottom: 3rem;
  }

  .navigation\:left-12{
    left: 3rem;
  }

  .navigation\:top-13{
    top: 3.375rem;
  }

  .navigation\:right-13{
    right: 3.375rem;
  }

  .navigation\:bottom-13{
    bottom: 3.375rem;
  }

  .navigation\:left-13{
    left: 3.375rem;
  }

  .navigation\:top-14{
    top: 3.5rem;
  }

  .navigation\:right-14{
    right: 3.5rem;
  }

  .navigation\:bottom-14{
    bottom: 3.5rem;
  }

  .navigation\:left-14{
    left: 3.5rem;
  }

  .navigation\:top-15{
    top: 3.75rem;
  }

  .navigation\:right-15{
    right: 3.75rem;
  }

  .navigation\:bottom-15{
    bottom: 3.75rem;
  }

  .navigation\:left-15{
    left: 3.75rem;
  }

  .navigation\:top-16{
    top: 4rem;
  }

  .navigation\:right-16{
    right: 4rem;
  }

  .navigation\:bottom-16{
    bottom: 4rem;
  }

  .navigation\:left-16{
    left: 4rem;
  }

  .navigation\:top-17{
    top: 4.375rem;
  }

  .navigation\:right-17{
    right: 4.375rem;
  }

  .navigation\:bottom-17{
    bottom: 4.375rem;
  }

  .navigation\:left-17{
    left: 4.375rem;
  }

  .navigation\:top-18{
    top: 4.5rem;
  }

  .navigation\:right-18{
    right: 4.5rem;
  }

  .navigation\:bottom-18{
    bottom: 4.5rem;
  }

  .navigation\:left-18{
    left: 4.5rem;
  }

  .navigation\:top-19{
    top: 4.75rem;
  }

  .navigation\:right-19{
    right: 4.75rem;
  }

  .navigation\:bottom-19{
    bottom: 4.75rem;
  }

  .navigation\:left-19{
    left: 4.75rem;
  }

  .navigation\:top-20{
    top: 5rem;
  }

  .navigation\:right-20{
    right: 5rem;
  }

  .navigation\:bottom-20{
    bottom: 5rem;
  }

  .navigation\:left-20{
    left: 5rem;
  }

  .navigation\:top-21{
    top: 5.5rem;
  }

  .navigation\:right-21{
    right: 5.5rem;
  }

  .navigation\:bottom-21{
    bottom: 5.5rem;
  }

  .navigation\:left-21{
    left: 5.5rem;
  }

  .navigation\:top-22{
    top: 5.625rem;
  }

  .navigation\:right-22{
    right: 5.625rem;
  }

  .navigation\:bottom-22{
    bottom: 5.625rem;
  }

  .navigation\:left-22{
    left: 5.625rem;
  }

  .navigation\:top-23{
    top: 6.125rem;
  }

  .navigation\:right-23{
    right: 6.125rem;
  }

  .navigation\:bottom-23{
    bottom: 6.125rem;
  }

  .navigation\:left-23{
    left: 6.125rem;
  }

  .navigation\:top-24{
    top: 6rem;
  }

  .navigation\:right-24{
    right: 6rem;
  }

  .navigation\:bottom-24{
    bottom: 6rem;
  }

  .navigation\:left-24{
    left: 6rem;
  }

  .navigation\:top-25{
    top: 6.5rem;
  }

  .navigation\:right-25{
    right: 6.5rem;
  }

  .navigation\:bottom-25{
    bottom: 6.5rem;
  }

  .navigation\:left-25{
    left: 6.5rem;
  }

  .navigation\:top-26{
    top: 6.75rem;
  }

  .navigation\:right-26{
    right: 6.75rem;
  }

  .navigation\:bottom-26{
    bottom: 6.75rem;
  }

  .navigation\:left-26{
    left: 6.75rem;
  }

  .navigation\:top-27{
    top: 6.25rem;
  }

  .navigation\:right-27{
    right: 6.25rem;
  }

  .navigation\:bottom-27{
    bottom: 6.25rem;
  }

  .navigation\:left-27{
    left: 6.25rem;
  }

  .navigation\:top-28{
    top: 7rem;
  }

  .navigation\:right-28{
    right: 7rem;
  }

  .navigation\:bottom-28{
    bottom: 7rem;
  }

  .navigation\:left-28{
    left: 7rem;
  }

  .navigation\:top-29{
    top: 7.5rem;
  }

  .navigation\:right-29{
    right: 7.5rem;
  }

  .navigation\:bottom-29{
    bottom: 7.5rem;
  }

  .navigation\:left-29{
    left: 7.5rem;
  }

  .navigation\:top-32{
    top: 8rem;
  }

  .navigation\:right-32{
    right: 8rem;
  }

  .navigation\:bottom-32{
    bottom: 8rem;
  }

  .navigation\:left-32{
    left: 8rem;
  }

  .navigation\:top-34{
    top: 8.5rem;
  }

  .navigation\:right-34{
    right: 8.5rem;
  }

  .navigation\:bottom-34{
    bottom: 8.5rem;
  }

  .navigation\:left-34{
    left: 8.5rem;
  }

  .navigation\:top-35{
    top: 8.75rem;
  }

  .navigation\:right-35{
    right: 8.75rem;
  }

  .navigation\:bottom-35{
    bottom: 8.75rem;
  }

  .navigation\:left-35{
    left: 8.75rem;
  }

  .navigation\:top-36{
    top: 9rem;
  }

  .navigation\:right-36{
    right: 9rem;
  }

  .navigation\:bottom-36{
    bottom: 9rem;
  }

  .navigation\:left-36{
    left: 9rem;
  }

  .navigation\:top-37{
    top: 9.125rem;
  }

  .navigation\:right-37{
    right: 9.125rem;
  }

  .navigation\:bottom-37{
    bottom: 9.125rem;
  }

  .navigation\:left-37{
    left: 9.125rem;
  }

  .navigation\:top-38{
    top: 9.5rem;
  }

  .navigation\:right-38{
    right: 9.5rem;
  }

  .navigation\:bottom-38{
    bottom: 9.5rem;
  }

  .navigation\:left-38{
    left: 9.5rem;
  }

  .navigation\:top-40{
    top: 10rem;
  }

  .navigation\:right-40{
    right: 10rem;
  }

  .navigation\:bottom-40{
    bottom: 10rem;
  }

  .navigation\:left-40{
    left: 10rem;
  }

  .navigation\:top-41{
    top: 10.5rem;
  }

  .navigation\:right-41{
    right: 10.5rem;
  }

  .navigation\:bottom-41{
    bottom: 10.5rem;
  }

  .navigation\:left-41{
    left: 10.5rem;
  }

  .navigation\:top-42{
    top: 10.625rem;
  }

  .navigation\:right-42{
    right: 10.625rem;
  }

  .navigation\:bottom-42{
    bottom: 10.625rem;
  }

  .navigation\:left-42{
    left: 10.625rem;
  }

  .navigation\:top-44{
    top: 11rem;
  }

  .navigation\:right-44{
    right: 11rem;
  }

  .navigation\:bottom-44{
    bottom: 11rem;
  }

  .navigation\:left-44{
    left: 11rem;
  }

  .navigation\:top-45{
    top: 11.25rem;
  }

  .navigation\:right-45{
    right: 11.25rem;
  }

  .navigation\:bottom-45{
    bottom: 11.25rem;
  }

  .navigation\:left-45{
    left: 11.25rem;
  }

  .navigation\:top-48{
    top: 12rem;
  }

  .navigation\:right-48{
    right: 12rem;
  }

  .navigation\:bottom-48{
    bottom: 12rem;
  }

  .navigation\:left-48{
    left: 12rem;
  }

  .navigation\:top-49{
    top: 12.5rem;
  }

  .navigation\:right-49{
    right: 12.5rem;
  }

  .navigation\:bottom-49{
    bottom: 12.5rem;
  }

  .navigation\:left-49{
    left: 12.5rem;
  }

  .navigation\:top-52{
    top: 13rem;
  }

  .navigation\:right-52{
    right: 13rem;
  }

  .navigation\:bottom-52{
    bottom: 13rem;
  }

  .navigation\:left-52{
    left: 13rem;
  }

  .navigation\:top-56{
    top: 14rem;
  }

  .navigation\:right-56{
    right: 14rem;
  }

  .navigation\:bottom-56{
    bottom: 14rem;
  }

  .navigation\:left-56{
    left: 14rem;
  }

  .navigation\:top-57{
    top: 14.375rem;
  }

  .navigation\:right-57{
    right: 14.375rem;
  }

  .navigation\:bottom-57{
    bottom: 14.375rem;
  }

  .navigation\:left-57{
    left: 14.375rem;
  }

  .navigation\:top-60{
    top: 15rem;
  }

  .navigation\:right-60{
    right: 15rem;
  }

  .navigation\:bottom-60{
    bottom: 15rem;
  }

  .navigation\:left-60{
    left: 15rem;
  }

  .navigation\:top-64{
    top: 16rem;
  }

  .navigation\:right-64{
    right: 16rem;
  }

  .navigation\:bottom-64{
    bottom: 16rem;
  }

  .navigation\:left-64{
    left: 16rem;
  }

  .navigation\:top-66{
    top: 19rem;
  }

  .navigation\:right-66{
    right: 19rem;
  }

  .navigation\:bottom-66{
    bottom: 19rem;
  }

  .navigation\:left-66{
    left: 19rem;
  }

  .navigation\:top-72{
    top: 18rem;
  }

  .navigation\:right-72{
    right: 18rem;
  }

  .navigation\:bottom-72{
    bottom: 18rem;
  }

  .navigation\:left-72{
    left: 18rem;
  }

  .navigation\:top-80{
    top: 20rem;
  }

  .navigation\:right-80{
    right: 20rem;
  }

  .navigation\:bottom-80{
    bottom: 20rem;
  }

  .navigation\:left-80{
    left: 20rem;
  }

  .navigation\:top-82{
    top: 22rem;
  }

  .navigation\:right-82{
    right: 22rem;
  }

  .navigation\:bottom-82{
    bottom: 22rem;
  }

  .navigation\:left-82{
    left: 22rem;
  }

  .navigation\:top-83{
    top: 23.8125rem;
  }

  .navigation\:right-83{
    right: 23.8125rem;
  }

  .navigation\:bottom-83{
    bottom: 23.8125rem;
  }

  .navigation\:left-83{
    left: 23.8125rem;
  }

  .navigation\:top-96{
    top: 24rem;
  }

  .navigation\:right-96{
    right: 24rem;
  }

  .navigation\:bottom-96{
    bottom: 24rem;
  }

  .navigation\:left-96{
    left: 24rem;
  }

  .navigation\:top-auto{
    top: auto;
  }

  .navigation\:right-auto{
    right: auto;
  }

  .navigation\:bottom-auto{
    bottom: auto;
  }

  .navigation\:left-auto{
    left: auto;
  }

  .navigation\:top-px{
    top: 1px;
  }

  .navigation\:right-px{
    right: 1px;
  }

  .navigation\:bottom-px{
    bottom: 1px;
  }

  .navigation\:left-px{
    left: 1px;
  }

  .navigation\:top-0\.5{
    top: 0.125rem;
  }

  .navigation\:right-0\.5{
    right: 0.125rem;
  }

  .navigation\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .navigation\:left-0\.5{
    left: 0.125rem;
  }

  .navigation\:top-1\.5{
    top: 0.375rem;
  }

  .navigation\:right-1\.5{
    right: 0.375rem;
  }

  .navigation\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .navigation\:left-1\.5{
    left: 0.375rem;
  }

  .navigation\:top-2\.5{
    top: 0.625rem;
  }

  .navigation\:right-2\.5{
    right: 0.625rem;
  }

  .navigation\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .navigation\:left-2\.5{
    left: 0.625rem;
  }

  .navigation\:top-3\.5{
    top: 0.875rem;
  }

  .navigation\:right-3\.5{
    right: 0.875rem;
  }

  .navigation\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .navigation\:left-3\.5{
    left: 0.875rem;
  }

  .navigation\:top-4\.5{
    top: 1.125rem;
  }

  .navigation\:right-4\.5{
    right: 1.125rem;
  }

  .navigation\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .navigation\:left-4\.5{
    left: 1.125rem;
  }

  .navigation\:top-5\.5{
    top: 1.375rem;
  }

  .navigation\:right-5\.5{
    right: 1.375rem;
  }

  .navigation\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .navigation\:left-5\.5{
    left: 1.375rem;
  }

  .navigation\:top-6\.5{
    top: 1.625rem;
  }

  .navigation\:right-6\.5{
    right: 1.625rem;
  }

  .navigation\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .navigation\:left-6\.5{
    left: 1.625rem;
  }

  .navigation\:top-7\.5{
    top: 1.875rem;
  }

  .navigation\:right-7\.5{
    right: 1.875rem;
  }

  .navigation\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .navigation\:left-7\.5{
    left: 1.875rem;
  }

  .navigation\:top-8\.5{
    top: 2.125rem;
  }

  .navigation\:right-8\.5{
    right: 2.125rem;
  }

  .navigation\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .navigation\:left-8\.5{
    left: 2.125rem;
  }

  .navigation\:top-9\.5{
    top: 2.375rem;
  }

  .navigation\:right-9\.5{
    right: 2.375rem;
  }

  .navigation\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .navigation\:left-9\.5{
    left: 2.375rem;
  }

  .navigation\:top-10\.5{
    top: 2.625rem;
  }

  .navigation\:right-10\.5{
    right: 2.625rem;
  }

  .navigation\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .navigation\:left-10\.5{
    left: 2.625rem;
  }

  .navigation\:top-11\.5{
    top: 2.875rem;
  }

  .navigation\:right-11\.5{
    right: 2.875rem;
  }

  .navigation\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .navigation\:left-11\.5{
    left: 2.875rem;
  }

  .navigation\:top-12\.5{
    top: 3.125rem;
  }

  .navigation\:right-12\.5{
    right: 3.125rem;
  }

  .navigation\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .navigation\:left-12\.5{
    left: 3.125rem;
  }

  .navigation\:top-13\.5{
    top: 3.25rem;
  }

  .navigation\:right-13\.5{
    right: 3.25rem;
  }

  .navigation\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .navigation\:left-13\.5{
    left: 3.25rem;
  }

  .navigation\:top-15\.5{
    top: 3.8rem;
  }

  .navigation\:right-15\.5{
    right: 3.8rem;
  }

  .navigation\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .navigation\:left-15\.5{
    left: 3.8rem;
  }

  .navigation\:top-16\.5{
    top: 4.125rem;
  }

  .navigation\:right-16\.5{
    right: 4.125rem;
  }

  .navigation\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .navigation\:left-16\.5{
    left: 4.125rem;
  }

  .navigation\:top-17\.5{
    top: 4.25rem;
  }

  .navigation\:right-17\.5{
    right: 4.25rem;
  }

  .navigation\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .navigation\:left-17\.5{
    left: 4.25rem;
  }

  .navigation\:top-18\.5{
    top: 4.625rem;
  }

  .navigation\:right-18\.5{
    right: 4.625rem;
  }

  .navigation\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .navigation\:left-18\.5{
    left: 4.625rem;
  }

  .navigation\:top-20\.5{
    top: 5.25rem;
  }

  .navigation\:right-20\.5{
    right: 5.25rem;
  }

  .navigation\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .navigation\:left-20\.5{
    left: 5.25rem;
  }

  .navigation\:top-21\.5{
    top: 5.75rem;
  }

  .navigation\:right-21\.5{
    right: 5.75rem;
  }

  .navigation\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .navigation\:left-21\.5{
    left: 5.75rem;
  }

  .navigation\:top-22\.5{
    top: 5.875rem;
  }

  .navigation\:right-22\.5{
    right: 5.875rem;
  }

  .navigation\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .navigation\:left-22\.5{
    left: 5.875rem;
  }

  .navigation\:top-24\.5{
    top: 6.8125rem;
  }

  .navigation\:right-24\.5{
    right: 6.8125rem;
  }

  .navigation\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .navigation\:left-24\.5{
    left: 6.8125rem;
  }

  .navigation\:top-28\.5{
    top: 7.375rem;
  }

  .navigation\:right-28\.5{
    right: 7.375rem;
  }

  .navigation\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .navigation\:left-28\.5{
    left: 7.375rem;
  }

  .navigation\:top-29\.5{
    top: 7.75rem;
  }

  .navigation\:right-29\.5{
    right: 7.75rem;
  }

  .navigation\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .navigation\:left-29\.5{
    left: 7.75rem;
  }

  .navigation\:top-32\.5{
    top: 8.125rem;
  }

  .navigation\:right-32\.5{
    right: 8.125rem;
  }

  .navigation\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .navigation\:left-32\.5{
    left: 8.125rem;
  }

  .navigation\:top-33\.5{
    top: 8.8125rem;
  }

  .navigation\:right-33\.5{
    right: 8.8125rem;
  }

  .navigation\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .navigation\:left-33\.5{
    left: 8.8125rem;
  }

  .navigation\:top-42\.5{
    top: 10.875rem;
  }

  .navigation\:right-42\.5{
    right: 10.875rem;
  }

  .navigation\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .navigation\:left-42\.5{
    left: 10.875rem;
  }

  .navigation\:top-49\.5{
    top: 12.75rem;
  }

  .navigation\:right-49\.5{
    right: 12.75rem;
  }

  .navigation\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .navigation\:left-49\.5{
    left: 12.75rem;
  }

  .navigation\:top-72\.5{
    top: 18.25rem;
  }

  .navigation\:right-72\.5{
    right: 18.25rem;
  }

  .navigation\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .navigation\:left-72\.5{
    left: 18.25rem;
  }

  .navigation\:-top-0{
    top: 0px;
  }

  .navigation\:-right-0{
    right: 0px;
  }

  .navigation\:-bottom-0{
    bottom: 0px;
  }

  .navigation\:-left-0{
    left: 0px;
  }

  .navigation\:-top-1{
    top: -0.25rem;
  }

  .navigation\:-right-1{
    right: -0.25rem;
  }

  .navigation\:-bottom-1{
    bottom: -0.25rem;
  }

  .navigation\:-left-1{
    left: -0.25rem;
  }

  .navigation\:-top-2{
    top: -0.5rem;
  }

  .navigation\:-right-2{
    right: -0.5rem;
  }

  .navigation\:-bottom-2{
    bottom: -0.5rem;
  }

  .navigation\:-left-2{
    left: -0.5rem;
  }

  .navigation\:-top-3{
    top: -0.75rem;
  }

  .navigation\:-right-3{
    right: -0.75rem;
  }

  .navigation\:-bottom-3{
    bottom: -0.75rem;
  }

  .navigation\:-left-3{
    left: -0.75rem;
  }

  .navigation\:-top-4{
    top: -1rem;
  }

  .navigation\:-right-4{
    right: -1rem;
  }

  .navigation\:-bottom-4{
    bottom: -1rem;
  }

  .navigation\:-left-4{
    left: -1rem;
  }

  .navigation\:-top-5{
    top: -1.25rem;
  }

  .navigation\:-right-5{
    right: -1.25rem;
  }

  .navigation\:-bottom-5{
    bottom: -1.25rem;
  }

  .navigation\:-left-5{
    left: -1.25rem;
  }

  .navigation\:-top-6{
    top: -1.5rem;
  }

  .navigation\:-right-6{
    right: -1.5rem;
  }

  .navigation\:-bottom-6{
    bottom: -1.5rem;
  }

  .navigation\:-left-6{
    left: -1.5rem;
  }

  .navigation\:-top-7{
    top: -1.75rem;
  }

  .navigation\:-right-7{
    right: -1.75rem;
  }

  .navigation\:-bottom-7{
    bottom: -1.75rem;
  }

  .navigation\:-left-7{
    left: -1.75rem;
  }

  .navigation\:-top-8{
    top: -2rem;
  }

  .navigation\:-right-8{
    right: -2rem;
  }

  .navigation\:-bottom-8{
    bottom: -2rem;
  }

  .navigation\:-left-8{
    left: -2rem;
  }

  .navigation\:-top-9{
    top: -2.25rem;
  }

  .navigation\:-right-9{
    right: -2.25rem;
  }

  .navigation\:-bottom-9{
    bottom: -2.25rem;
  }

  .navigation\:-left-9{
    left: -2.25rem;
  }

  .navigation\:-top-10{
    top: -2.5rem;
  }

  .navigation\:-right-10{
    right: -2.5rem;
  }

  .navigation\:-bottom-10{
    bottom: -2.5rem;
  }

  .navigation\:-left-10{
    left: -2.5rem;
  }

  .navigation\:-top-11{
    top: -2.75rem;
  }

  .navigation\:-right-11{
    right: -2.75rem;
  }

  .navigation\:-bottom-11{
    bottom: -2.75rem;
  }

  .navigation\:-left-11{
    left: -2.75rem;
  }

  .navigation\:-top-12{
    top: -3rem;
  }

  .navigation\:-right-12{
    right: -3rem;
  }

  .navigation\:-bottom-12{
    bottom: -3rem;
  }

  .navigation\:-left-12{
    left: -3rem;
  }

  .navigation\:-top-13{
    top: -3.375rem;
  }

  .navigation\:-right-13{
    right: -3.375rem;
  }

  .navigation\:-bottom-13{
    bottom: -3.375rem;
  }

  .navigation\:-left-13{
    left: -3.375rem;
  }

  .navigation\:-top-14{
    top: -3.5rem;
  }

  .navigation\:-right-14{
    right: -3.5rem;
  }

  .navigation\:-bottom-14{
    bottom: -3.5rem;
  }

  .navigation\:-left-14{
    left: -3.5rem;
  }

  .navigation\:-top-15{
    top: -3.75rem;
  }

  .navigation\:-right-15{
    right: -3.75rem;
  }

  .navigation\:-bottom-15{
    bottom: -3.75rem;
  }

  .navigation\:-left-15{
    left: -3.75rem;
  }

  .navigation\:-top-16{
    top: -4rem;
  }

  .navigation\:-right-16{
    right: -4rem;
  }

  .navigation\:-bottom-16{
    bottom: -4rem;
  }

  .navigation\:-left-16{
    left: -4rem;
  }

  .navigation\:-top-17{
    top: -4.375rem;
  }

  .navigation\:-right-17{
    right: -4.375rem;
  }

  .navigation\:-bottom-17{
    bottom: -4.375rem;
  }

  .navigation\:-left-17{
    left: -4.375rem;
  }

  .navigation\:-top-18{
    top: -4.5rem;
  }

  .navigation\:-right-18{
    right: -4.5rem;
  }

  .navigation\:-bottom-18{
    bottom: -4.5rem;
  }

  .navigation\:-left-18{
    left: -4.5rem;
  }

  .navigation\:-top-19{
    top: -4.75rem;
  }

  .navigation\:-right-19{
    right: -4.75rem;
  }

  .navigation\:-bottom-19{
    bottom: -4.75rem;
  }

  .navigation\:-left-19{
    left: -4.75rem;
  }

  .navigation\:-top-20{
    top: -5rem;
  }

  .navigation\:-right-20{
    right: -5rem;
  }

  .navigation\:-bottom-20{
    bottom: -5rem;
  }

  .navigation\:-left-20{
    left: -5rem;
  }

  .navigation\:-top-21{
    top: -5.5rem;
  }

  .navigation\:-right-21{
    right: -5.5rem;
  }

  .navigation\:-bottom-21{
    bottom: -5.5rem;
  }

  .navigation\:-left-21{
    left: -5.5rem;
  }

  .navigation\:-top-22{
    top: -5.625rem;
  }

  .navigation\:-right-22{
    right: -5.625rem;
  }

  .navigation\:-bottom-22{
    bottom: -5.625rem;
  }

  .navigation\:-left-22{
    left: -5.625rem;
  }

  .navigation\:-top-23{
    top: -6.125rem;
  }

  .navigation\:-right-23{
    right: -6.125rem;
  }

  .navigation\:-bottom-23{
    bottom: -6.125rem;
  }

  .navigation\:-left-23{
    left: -6.125rem;
  }

  .navigation\:-top-24{
    top: -6rem;
  }

  .navigation\:-right-24{
    right: -6rem;
  }

  .navigation\:-bottom-24{
    bottom: -6rem;
  }

  .navigation\:-left-24{
    left: -6rem;
  }

  .navigation\:-top-25{
    top: -6.5rem;
  }

  .navigation\:-right-25{
    right: -6.5rem;
  }

  .navigation\:-bottom-25{
    bottom: -6.5rem;
  }

  .navigation\:-left-25{
    left: -6.5rem;
  }

  .navigation\:-top-26{
    top: -6.75rem;
  }

  .navigation\:-right-26{
    right: -6.75rem;
  }

  .navigation\:-bottom-26{
    bottom: -6.75rem;
  }

  .navigation\:-left-26{
    left: -6.75rem;
  }

  .navigation\:-top-27{
    top: -6.25rem;
  }

  .navigation\:-right-27{
    right: -6.25rem;
  }

  .navigation\:-bottom-27{
    bottom: -6.25rem;
  }

  .navigation\:-left-27{
    left: -6.25rem;
  }

  .navigation\:-top-28{
    top: -7rem;
  }

  .navigation\:-right-28{
    right: -7rem;
  }

  .navigation\:-bottom-28{
    bottom: -7rem;
  }

  .navigation\:-left-28{
    left: -7rem;
  }

  .navigation\:-top-29{
    top: -7.5rem;
  }

  .navigation\:-right-29{
    right: -7.5rem;
  }

  .navigation\:-bottom-29{
    bottom: -7.5rem;
  }

  .navigation\:-left-29{
    left: -7.5rem;
  }

  .navigation\:-top-32{
    top: -8rem;
  }

  .navigation\:-right-32{
    right: -8rem;
  }

  .navigation\:-bottom-32{
    bottom: -8rem;
  }

  .navigation\:-left-32{
    left: -8rem;
  }

  .navigation\:-top-34{
    top: -8.5rem;
  }

  .navigation\:-right-34{
    right: -8.5rem;
  }

  .navigation\:-bottom-34{
    bottom: -8.5rem;
  }

  .navigation\:-left-34{
    left: -8.5rem;
  }

  .navigation\:-top-35{
    top: -8.75rem;
  }

  .navigation\:-right-35{
    right: -8.75rem;
  }

  .navigation\:-bottom-35{
    bottom: -8.75rem;
  }

  .navigation\:-left-35{
    left: -8.75rem;
  }

  .navigation\:-top-36{
    top: -9rem;
  }

  .navigation\:-right-36{
    right: -9rem;
  }

  .navigation\:-bottom-36{
    bottom: -9rem;
  }

  .navigation\:-left-36{
    left: -9rem;
  }

  .navigation\:-top-37{
    top: -9.125rem;
  }

  .navigation\:-right-37{
    right: -9.125rem;
  }

  .navigation\:-bottom-37{
    bottom: -9.125rem;
  }

  .navigation\:-left-37{
    left: -9.125rem;
  }

  .navigation\:-top-38{
    top: -9.5rem;
  }

  .navigation\:-right-38{
    right: -9.5rem;
  }

  .navigation\:-bottom-38{
    bottom: -9.5rem;
  }

  .navigation\:-left-38{
    left: -9.5rem;
  }

  .navigation\:-top-40{
    top: -10rem;
  }

  .navigation\:-right-40{
    right: -10rem;
  }

  .navigation\:-bottom-40{
    bottom: -10rem;
  }

  .navigation\:-left-40{
    left: -10rem;
  }

  .navigation\:-top-41{
    top: -10.5rem;
  }

  .navigation\:-right-41{
    right: -10.5rem;
  }

  .navigation\:-bottom-41{
    bottom: -10.5rem;
  }

  .navigation\:-left-41{
    left: -10.5rem;
  }

  .navigation\:-top-42{
    top: -10.625rem;
  }

  .navigation\:-right-42{
    right: -10.625rem;
  }

  .navigation\:-bottom-42{
    bottom: -10.625rem;
  }

  .navigation\:-left-42{
    left: -10.625rem;
  }

  .navigation\:-top-44{
    top: -11rem;
  }

  .navigation\:-right-44{
    right: -11rem;
  }

  .navigation\:-bottom-44{
    bottom: -11rem;
  }

  .navigation\:-left-44{
    left: -11rem;
  }

  .navigation\:-top-45{
    top: -11.25rem;
  }

  .navigation\:-right-45{
    right: -11.25rem;
  }

  .navigation\:-bottom-45{
    bottom: -11.25rem;
  }

  .navigation\:-left-45{
    left: -11.25rem;
  }

  .navigation\:-top-48{
    top: -12rem;
  }

  .navigation\:-right-48{
    right: -12rem;
  }

  .navigation\:-bottom-48{
    bottom: -12rem;
  }

  .navigation\:-left-48{
    left: -12rem;
  }

  .navigation\:-top-49{
    top: -12.5rem;
  }

  .navigation\:-right-49{
    right: -12.5rem;
  }

  .navigation\:-bottom-49{
    bottom: -12.5rem;
  }

  .navigation\:-left-49{
    left: -12.5rem;
  }

  .navigation\:-top-52{
    top: -13rem;
  }

  .navigation\:-right-52{
    right: -13rem;
  }

  .navigation\:-bottom-52{
    bottom: -13rem;
  }

  .navigation\:-left-52{
    left: -13rem;
  }

  .navigation\:-top-56{
    top: -14rem;
  }

  .navigation\:-right-56{
    right: -14rem;
  }

  .navigation\:-bottom-56{
    bottom: -14rem;
  }

  .navigation\:-left-56{
    left: -14rem;
  }

  .navigation\:-top-57{
    top: -14.375rem;
  }

  .navigation\:-right-57{
    right: -14.375rem;
  }

  .navigation\:-bottom-57{
    bottom: -14.375rem;
  }

  .navigation\:-left-57{
    left: -14.375rem;
  }

  .navigation\:-top-60{
    top: -15rem;
  }

  .navigation\:-right-60{
    right: -15rem;
  }

  .navigation\:-bottom-60{
    bottom: -15rem;
  }

  .navigation\:-left-60{
    left: -15rem;
  }

  .navigation\:-top-64{
    top: -16rem;
  }

  .navigation\:-right-64{
    right: -16rem;
  }

  .navigation\:-bottom-64{
    bottom: -16rem;
  }

  .navigation\:-left-64{
    left: -16rem;
  }

  .navigation\:-top-72{
    top: -18rem;
  }

  .navigation\:-right-72{
    right: -18rem;
  }

  .navigation\:-bottom-72{
    bottom: -18rem;
  }

  .navigation\:-left-72{
    left: -18rem;
  }

  .navigation\:-top-80{
    top: -20rem;
  }

  .navigation\:-right-80{
    right: -20rem;
  }

  .navigation\:-bottom-80{
    bottom: -20rem;
  }

  .navigation\:-left-80{
    left: -20rem;
  }

  .navigation\:-top-82{
    top: -22rem;
  }

  .navigation\:-right-82{
    right: -22rem;
  }

  .navigation\:-bottom-82{
    bottom: -22rem;
  }

  .navigation\:-left-82{
    left: -22rem;
  }

  .navigation\:-top-83{
    top: -23.8125rem;
  }

  .navigation\:-right-83{
    right: -23.8125rem;
  }

  .navigation\:-bottom-83{
    bottom: -23.8125rem;
  }

  .navigation\:-left-83{
    left: -23.8125rem;
  }

  .navigation\:-top-96{
    top: -24rem;
  }

  .navigation\:-right-96{
    right: -24rem;
  }

  .navigation\:-bottom-96{
    bottom: -24rem;
  }

  .navigation\:-left-96{
    left: -24rem;
  }

  .navigation\:-top-px{
    top: -1px;
  }

  .navigation\:-right-px{
    right: -1px;
  }

  .navigation\:-bottom-px{
    bottom: -1px;
  }

  .navigation\:-left-px{
    left: -1px;
  }

  .navigation\:-top-0\.5{
    top: -0.125rem;
  }

  .navigation\:-right-0\.5{
    right: -0.125rem;
  }

  .navigation\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .navigation\:-left-0\.5{
    left: -0.125rem;
  }

  .navigation\:-top-1\.5{
    top: -0.375rem;
  }

  .navigation\:-right-1\.5{
    right: -0.375rem;
  }

  .navigation\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .navigation\:-left-1\.5{
    left: -0.375rem;
  }

  .navigation\:-top-2\.5{
    top: -0.625rem;
  }

  .navigation\:-right-2\.5{
    right: -0.625rem;
  }

  .navigation\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .navigation\:-left-2\.5{
    left: -0.625rem;
  }

  .navigation\:-top-3\.5{
    top: -0.875rem;
  }

  .navigation\:-right-3\.5{
    right: -0.875rem;
  }

  .navigation\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .navigation\:-left-3\.5{
    left: -0.875rem;
  }

  .navigation\:-top-4\.5{
    top: -1.125rem;
  }

  .navigation\:-right-4\.5{
    right: -1.125rem;
  }

  .navigation\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .navigation\:-left-4\.5{
    left: -1.125rem;
  }

  .navigation\:-top-5\.5{
    top: -1.375rem;
  }

  .navigation\:-right-5\.5{
    right: -1.375rem;
  }

  .navigation\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .navigation\:-left-5\.5{
    left: -1.375rem;
  }

  .navigation\:-top-6\.5{
    top: -1.625rem;
  }

  .navigation\:-right-6\.5{
    right: -1.625rem;
  }

  .navigation\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .navigation\:-left-6\.5{
    left: -1.625rem;
  }

  .navigation\:-top-7\.5{
    top: -1.875rem;
  }

  .navigation\:-right-7\.5{
    right: -1.875rem;
  }

  .navigation\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .navigation\:-left-7\.5{
    left: -1.875rem;
  }

  .navigation\:-top-8\.5{
    top: -2.125rem;
  }

  .navigation\:-right-8\.5{
    right: -2.125rem;
  }

  .navigation\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .navigation\:-left-8\.5{
    left: -2.125rem;
  }

  .navigation\:-top-9\.5{
    top: -2.375rem;
  }

  .navigation\:-right-9\.5{
    right: -2.375rem;
  }

  .navigation\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .navigation\:-left-9\.5{
    left: -2.375rem;
  }

  .navigation\:-top-10\.5{
    top: -2.625rem;
  }

  .navigation\:-right-10\.5{
    right: -2.625rem;
  }

  .navigation\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .navigation\:-left-10\.5{
    left: -2.625rem;
  }

  .navigation\:-top-11\.5{
    top: -2.875rem;
  }

  .navigation\:-right-11\.5{
    right: -2.875rem;
  }

  .navigation\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .navigation\:-left-11\.5{
    left: -2.875rem;
  }

  .navigation\:-top-12\.5{
    top: -3.125rem;
  }

  .navigation\:-right-12\.5{
    right: -3.125rem;
  }

  .navigation\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .navigation\:-left-12\.5{
    left: -3.125rem;
  }

  .navigation\:-top-13\.5{
    top: -3.25rem;
  }

  .navigation\:-right-13\.5{
    right: -3.25rem;
  }

  .navigation\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .navigation\:-left-13\.5{
    left: -3.25rem;
  }

  .navigation\:-top-15\.5{
    top: -3.8rem;
  }

  .navigation\:-right-15\.5{
    right: -3.8rem;
  }

  .navigation\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .navigation\:-left-15\.5{
    left: -3.8rem;
  }

  .navigation\:-top-16\.5{
    top: -4.125rem;
  }

  .navigation\:-right-16\.5{
    right: -4.125rem;
  }

  .navigation\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .navigation\:-left-16\.5{
    left: -4.125rem;
  }

  .navigation\:-top-17\.5{
    top: -4.25rem;
  }

  .navigation\:-right-17\.5{
    right: -4.25rem;
  }

  .navigation\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .navigation\:-left-17\.5{
    left: -4.25rem;
  }

  .navigation\:-top-18\.5{
    top: -4.625rem;
  }

  .navigation\:-right-18\.5{
    right: -4.625rem;
  }

  .navigation\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .navigation\:-left-18\.5{
    left: -4.625rem;
  }

  .navigation\:-top-20\.5{
    top: -5.25rem;
  }

  .navigation\:-right-20\.5{
    right: -5.25rem;
  }

  .navigation\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .navigation\:-left-20\.5{
    left: -5.25rem;
  }

  .navigation\:-top-21\.5{
    top: -5.75rem;
  }

  .navigation\:-right-21\.5{
    right: -5.75rem;
  }

  .navigation\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .navigation\:-left-21\.5{
    left: -5.75rem;
  }

  .navigation\:-top-22\.5{
    top: -5.875rem;
  }

  .navigation\:-right-22\.5{
    right: -5.875rem;
  }

  .navigation\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .navigation\:-left-22\.5{
    left: -5.875rem;
  }

  .navigation\:-top-24\.5{
    top: -6.8125rem;
  }

  .navigation\:-right-24\.5{
    right: -6.8125rem;
  }

  .navigation\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .navigation\:-left-24\.5{
    left: -6.8125rem;
  }

  .navigation\:-top-28\.5{
    top: -7.375rem;
  }

  .navigation\:-right-28\.5{
    right: -7.375rem;
  }

  .navigation\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .navigation\:-left-28\.5{
    left: -7.375rem;
  }

  .navigation\:-top-29\.5{
    top: -7.75rem;
  }

  .navigation\:-right-29\.5{
    right: -7.75rem;
  }

  .navigation\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .navigation\:-left-29\.5{
    left: -7.75rem;
  }

  .navigation\:-top-32\.5{
    top: -8.125rem;
  }

  .navigation\:-right-32\.5{
    right: -8.125rem;
  }

  .navigation\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .navigation\:-left-32\.5{
    left: -8.125rem;
  }

  .navigation\:-top-33\.5{
    top: -8.8125rem;
  }

  .navigation\:-right-33\.5{
    right: -8.8125rem;
  }

  .navigation\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .navigation\:-left-33\.5{
    left: -8.8125rem;
  }

  .navigation\:-top-42\.5{
    top: -10.875rem;
  }

  .navigation\:-right-42\.5{
    right: -10.875rem;
  }

  .navigation\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .navigation\:-left-42\.5{
    left: -10.875rem;
  }

  .navigation\:-top-49\.5{
    top: -12.75rem;
  }

  .navigation\:-right-49\.5{
    right: -12.75rem;
  }

  .navigation\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .navigation\:-left-49\.5{
    left: -12.75rem;
  }

  .navigation\:-top-72\.5{
    top: -18.25rem;
  }

  .navigation\:-right-72\.5{
    right: -18.25rem;
  }

  .navigation\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .navigation\:-left-72\.5{
    left: -18.25rem;
  }

  .navigation\:top-1\/2{
    top: 50%;
  }

  .navigation\:right-1\/2{
    right: 50%;
  }

  .navigation\:bottom-1\/2{
    bottom: 50%;
  }

  .navigation\:left-1\/2{
    left: 50%;
  }

  .navigation\:top-1\/3{
    top: 33.333333%;
  }

  .navigation\:right-1\/3{
    right: 33.333333%;
  }

  .navigation\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .navigation\:left-1\/3{
    left: 33.333333%;
  }

  .navigation\:top-2\/3{
    top: 66.666667%;
  }

  .navigation\:right-2\/3{
    right: 66.666667%;
  }

  .navigation\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .navigation\:left-2\/3{
    left: 66.666667%;
  }

  .navigation\:top-1\/4{
    top: 25%;
  }

  .navigation\:right-1\/4{
    right: 25%;
  }

  .navigation\:bottom-1\/4{
    bottom: 25%;
  }

  .navigation\:left-1\/4{
    left: 25%;
  }

  .navigation\:top-2\/4{
    top: 50%;
  }

  .navigation\:right-2\/4{
    right: 50%;
  }

  .navigation\:bottom-2\/4{
    bottom: 50%;
  }

  .navigation\:left-2\/4{
    left: 50%;
  }

  .navigation\:top-3\/4{
    top: 75%;
  }

  .navigation\:right-3\/4{
    right: 75%;
  }

  .navigation\:bottom-3\/4{
    bottom: 75%;
  }

  .navigation\:left-3\/4{
    left: 75%;
  }

  .navigation\:top-full{
    top: 100%;
  }

  .navigation\:right-full{
    right: 100%;
  }

  .navigation\:bottom-full{
    bottom: 100%;
  }

  .navigation\:left-full{
    left: 100%;
  }

  .navigation\:-top-1\/2{
    top: -50%;
  }

  .navigation\:-right-1\/2{
    right: -50%;
  }

  .navigation\:-bottom-1\/2{
    bottom: -50%;
  }

  .navigation\:-left-1\/2{
    left: -50%;
  }

  .navigation\:-top-1\/3{
    top: -33.333333%;
  }

  .navigation\:-right-1\/3{
    right: -33.333333%;
  }

  .navigation\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .navigation\:-left-1\/3{
    left: -33.333333%;
  }

  .navigation\:-top-2\/3{
    top: -66.666667%;
  }

  .navigation\:-right-2\/3{
    right: -66.666667%;
  }

  .navigation\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .navigation\:-left-2\/3{
    left: -66.666667%;
  }

  .navigation\:-top-1\/4{
    top: -25%;
  }

  .navigation\:-right-1\/4{
    right: -25%;
  }

  .navigation\:-bottom-1\/4{
    bottom: -25%;
  }

  .navigation\:-left-1\/4{
    left: -25%;
  }

  .navigation\:-top-2\/4{
    top: -50%;
  }

  .navigation\:-right-2\/4{
    right: -50%;
  }

  .navigation\:-bottom-2\/4{
    bottom: -50%;
  }

  .navigation\:-left-2\/4{
    left: -50%;
  }

  .navigation\:-top-3\/4{
    top: -75%;
  }

  .navigation\:-right-3\/4{
    right: -75%;
  }

  .navigation\:-bottom-3\/4{
    bottom: -75%;
  }

  .navigation\:-left-3\/4{
    left: -75%;
  }

  .navigation\:-top-full{
    top: -100%;
  }

  .navigation\:-right-full{
    right: -100%;
  }

  .navigation\:-bottom-full{
    bottom: -100%;
  }

  .navigation\:-left-full{
    left: -100%;
  }

  .navigation\:resize-none{
    resize: none;
  }

  .navigation\:resize-y{
    resize: vertical;
  }

  .navigation\:resize-x{
    resize: horizontal;
  }

  .navigation\:resize{
    resize: both;
  }

  .navigation\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .navigation\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .navigation\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:ring-inset{
    --tw-ring-inset: inset;
  }

  .navigation\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .navigation\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .navigation\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .navigation\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .navigation\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .navigation\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .navigation\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .navigation\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .navigation\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .navigation\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .navigation\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .navigation\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .navigation\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .navigation\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .navigation\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .navigation\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .navigation\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .navigation\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .navigation\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .navigation\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .navigation\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .navigation\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .navigation\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .navigation\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .navigation\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .navigation\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .navigation\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .navigation\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .navigation\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .navigation\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .navigation\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .navigation\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .navigation\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .navigation\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .navigation\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .navigation\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .navigation\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .navigation\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .navigation\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .navigation\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .navigation\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .navigation\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .navigation\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .navigation\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .navigation\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .navigation\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .navigation\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .navigation\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .navigation\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .navigation\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .navigation\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .navigation\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .navigation\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .navigation\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .navigation\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .navigation\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .navigation\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .navigation\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .navigation\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .navigation\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .navigation\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .navigation\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .navigation\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .navigation\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .navigation\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .navigation\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .navigation\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .navigation\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .navigation\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .navigation\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .navigation\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .navigation\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .navigation\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .navigation\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .navigation\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .navigation\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .navigation\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .navigation\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .navigation\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .navigation\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .navigation\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .navigation\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .navigation\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .navigation\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .navigation\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .navigation\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .navigation\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .navigation\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .navigation\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .navigation\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .navigation\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .navigation\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .navigation\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .navigation\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .navigation\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .navigation\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .navigation\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .navigation\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .navigation\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .navigation\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .navigation\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .navigation\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .navigation\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .navigation\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .navigation\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .navigation\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .navigation\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .navigation\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .navigation\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .navigation\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .navigation\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .navigation\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .navigation\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .navigation\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .navigation\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .navigation\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .navigation\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .navigation\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .navigation\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .navigation\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .navigation\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .navigation\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .navigation\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .navigation\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .navigation\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .navigation\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .navigation\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .navigation\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .navigation\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .navigation\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .navigation\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .navigation\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .navigation\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .navigation\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .navigation\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .navigation\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .navigation\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .navigation\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .navigation\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .navigation\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .navigation\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .navigation\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .navigation\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .navigation\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .navigation\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .navigation\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .navigation\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .navigation\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .navigation\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .navigation\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .navigation\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .navigation\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .navigation\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .navigation\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .navigation\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .navigation\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .navigation\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .navigation\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .navigation\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .navigation\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .navigation\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .navigation\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .navigation\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .navigation\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .navigation\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .navigation\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .navigation\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .navigation\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .navigation\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .navigation\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .navigation\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .navigation\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .navigation\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .navigation\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .navigation\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .navigation\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .navigation\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .navigation\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .navigation\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .navigation\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .navigation\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .navigation\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .navigation\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .navigation\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .navigation\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .navigation\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .navigation\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .navigation\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .navigation\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .navigation\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .navigation\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .navigation\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .navigation\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .navigation\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .navigation\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .navigation\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .navigation\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .navigation\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .navigation\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .navigation\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .navigation\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .navigation\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .navigation\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .navigation\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .navigation\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .navigation\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .navigation\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .navigation\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .navigation\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .navigation\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .navigation\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .navigation\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .navigation\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .navigation\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .navigation\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .navigation\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .navigation\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .navigation\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .navigation\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .navigation\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .navigation\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .navigation\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .navigation\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .navigation\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .navigation\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .navigation\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .navigation\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .navigation\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .navigation\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .navigation\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .navigation\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .navigation\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .navigation\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .navigation\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .navigation\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .navigation\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .navigation\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .navigation\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .navigation\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .navigation\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .navigation\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .navigation\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .navigation\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .navigation\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .navigation\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .navigation\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .navigation\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .navigation\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .navigation\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .navigation\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .navigation\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .navigation\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .navigation\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .navigation\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .navigation\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .navigation\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .navigation\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .navigation\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .navigation\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .navigation\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .navigation\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .navigation\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .navigation\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .navigation\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .navigation\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .navigation\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .navigation\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .navigation\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .navigation\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .navigation\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .navigation\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .navigation\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .navigation\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .navigation\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .navigation\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .navigation\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .navigation\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .navigation\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .navigation\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .navigation\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .navigation\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .navigation\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .navigation\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .navigation\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .navigation\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .navigation\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .navigation\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .navigation\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .navigation\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .navigation\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .navigation\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .navigation\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .navigation\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .navigation\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .navigation\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .navigation\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .navigation\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .navigation\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .navigation\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .navigation\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .navigation\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .navigation\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .navigation\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .navigation\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .navigation\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .navigation\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .navigation\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .navigation\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .navigation\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .navigation\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .navigation\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .navigation\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .navigation\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .navigation\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .navigation\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .navigation\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .navigation\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .navigation\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .navigation\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .navigation\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .navigation\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .navigation\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .navigation\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .navigation\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .navigation\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .navigation\:ring-current{
    --tw-ring-color: currentColor;
  }

  .navigation\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .navigation\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .navigation\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .navigation\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .navigation\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .navigation\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .navigation\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .navigation\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .navigation\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .navigation\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .navigation\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .navigation\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .navigation\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .navigation\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .navigation\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .navigation\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .navigation\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .navigation\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .navigation\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .navigation\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .navigation\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .navigation\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .navigation\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .navigation\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .navigation\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .navigation\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .navigation\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .navigation\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .navigation\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .navigation\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .navigation\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .navigation\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .navigation\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .navigation\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .navigation\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .navigation\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .navigation\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .navigation\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .navigation\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .navigation\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .navigation\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .navigation\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .navigation\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .navigation\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .navigation\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .navigation\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .navigation\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .navigation\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .navigation\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .navigation\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .navigation\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .navigation\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .navigation\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .navigation\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .navigation\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .navigation\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .navigation\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .navigation\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .navigation\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .navigation\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .navigation\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .navigation\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .navigation\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .navigation\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .navigation\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .navigation\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .navigation\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .navigation\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .navigation\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .navigation\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .navigation\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .navigation\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .navigation\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .navigation\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .navigation\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .navigation\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .navigation\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .navigation\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .navigation\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .navigation\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .navigation\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .navigation\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .navigation\:fill-current{
    fill: currentColor;
  }

  .navigation\:stroke-current{
    stroke: currentColor;
  }

  .navigation\:stroke-0{
    stroke-width: 0;
  }

  .navigation\:stroke-1{
    stroke-width: 1;
  }

  .navigation\:stroke-2{
    stroke-width: 2;
  }

  .navigation\:table-auto{
    table-layout: auto;
  }

  .navigation\:table-fixed{
    table-layout: fixed;
  }

  .navigation\:text-left{
    text-align: left;
  }

  .navigation\:text-center{
    text-align: center;
  }

  .navigation\:text-right{
    text-align: right;
  }

  .navigation\:text-justify{
    text-align: justify;
  }

  .navigation\:text-transparent{
    color: transparent;
  }

  .navigation\:text-current{
    color: currentColor;
  }

  .navigation\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .navigation\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .navigation\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .navigation\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .navigation\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .navigation\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .navigation\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .navigation\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .navigation\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .navigation\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .navigation\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .navigation\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .navigation\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .navigation\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .navigation\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .navigation\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .navigation\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .navigation\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .navigation\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .navigation\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .navigation\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .navigation\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .navigation\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .navigation\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .navigation\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .navigation\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .navigation\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .navigation\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .navigation\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .navigation\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .navigation\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .navigation\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .navigation\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .navigation\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .navigation\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .navigation\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .navigation\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .navigation\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .navigation\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .navigation\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .navigation\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .navigation\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .navigation\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .navigation\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .navigation\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .navigation\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .navigation\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .navigation\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .navigation\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .navigation\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .navigation\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .navigation\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .navigation\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .navigation\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .navigation\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .navigation\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .navigation\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .navigation\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .navigation\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .navigation\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .navigation\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .navigation\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .navigation\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .navigation\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .navigation\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .navigation\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .navigation\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .navigation\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .navigation\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .navigation\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .navigation\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .navigation\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .navigation\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .navigation\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .navigation\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .navigation\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .navigation\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .navigation\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .navigation\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .navigation\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .navigation\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .navigation\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .navigation\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .navigation\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .navigation\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .navigation\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .navigation\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .navigation\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .navigation\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .navigation\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .navigation\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .navigation\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .navigation\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-transparent:hover{
    color: transparent;
  }

  .navigation\:hover\:text-current:hover{
    color: currentColor;
  }

  .navigation\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .navigation\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-transparent:focus{
    color: transparent;
  }

  .navigation\:focus\:text-current:focus{
    color: currentColor;
  }

  .navigation\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .navigation\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .navigation\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .navigation\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .navigation\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .navigation\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .navigation\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .navigation\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .navigation\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .navigation\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .navigation\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .navigation\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .navigation\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .navigation\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .navigation\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .navigation\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .navigation\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .navigation\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .navigation\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .navigation\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .navigation\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .navigation\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .navigation\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .navigation\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .navigation\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .navigation\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .navigation\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .navigation\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .navigation\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .navigation\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .navigation\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .navigation\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .navigation\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .navigation\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .navigation\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .navigation\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .navigation\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .navigation\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .navigation\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .navigation\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .navigation\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .navigation\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .navigation\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .navigation\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .navigation\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .navigation\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .navigation\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .navigation\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .navigation\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .navigation\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .navigation\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .navigation\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .navigation\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .navigation\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .navigation\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .navigation\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .navigation\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .navigation\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .navigation\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .navigation\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .navigation\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .navigation\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .navigation\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .navigation\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .navigation\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .navigation\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .navigation\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .navigation\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .navigation\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .navigation\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .navigation\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .navigation\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .navigation\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .navigation\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .navigation\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .navigation\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .navigation\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .navigation\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .navigation\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .navigation\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .navigation\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .navigation\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .navigation\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .navigation\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .navigation\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .navigation\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .navigation\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .navigation\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .navigation\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .navigation\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .navigation\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .navigation\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .navigation\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .navigation\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .navigation\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .navigation\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .navigation\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .navigation\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .navigation\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .navigation\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .navigation\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .navigation\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .navigation\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .navigation\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .navigation\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .navigation\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .navigation\:overflow-clip{
    text-overflow: clip;
  }

  .navigation\:italic{
    font-style: italic;
  }

  .navigation\:not-italic{
    font-style: normal;
  }

  .navigation\:uppercase{
    text-transform: uppercase;
  }

  .navigation\:lowercase{
    text-transform: lowercase;
  }

  .navigation\:capitalize{
    text-transform: capitalize;
  }

  .navigation\:normal-case{
    text-transform: none;
  }

  .navigation\:underline{
    text-decoration: underline;
  }

  .navigation\:line-through{
    text-decoration: line-through;
  }

  .navigation\:no-underline{
    text-decoration: none;
  }

  .group:hover .navigation\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .navigation\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .navigation\:group-hover\:no-underline{
    text-decoration: none;
  }

  .navigation\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .navigation\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .navigation\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .navigation\:hover\:underline:hover{
    text-decoration: underline;
  }

  .navigation\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .navigation\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .navigation\:focus\:underline:focus{
    text-decoration: underline;
  }

  .navigation\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .navigation\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .navigation\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .navigation\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .navigation\:ordinal, .navigation\:slashed-zero, .navigation\:lining-nums, .navigation\:oldstyle-nums, .navigation\:proportional-nums, .navigation\:tabular-nums, .navigation\:diagonal-fractions, .navigation\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .navigation\:normal-nums{
    font-variant-numeric: normal;
  }

  .navigation\:ordinal{
    --tw-ordinal: ordinal;
  }

  .navigation\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .navigation\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .navigation\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .navigation\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .navigation\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .navigation\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .navigation\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .navigation\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .navigation\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .navigation\:tracking-normal{
    letter-spacing: 0em;
  }

  .navigation\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .navigation\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .navigation\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .navigation\:tracking-base{
    letter-spacing: 0.34em;
  }

  .navigation\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .navigation\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .navigation\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .navigation\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .navigation\:align-baseline{
    vertical-align: baseline;
  }

  .navigation\:align-top{
    vertical-align: top;
  }

  .navigation\:align-middle{
    vertical-align: middle;
  }

  .navigation\:align-bottom{
    vertical-align: bottom;
  }

  .navigation\:align-text-top{
    vertical-align: text-top;
  }

  .navigation\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .navigation\:visible{
    visibility: visible;
  }

  .navigation\:invisible{
    visibility: hidden;
  }

  .navigation\:whitespace-normal{
    white-space: normal;
  }

  .navigation\:whitespace-nowrap{
    white-space: nowrap;
  }

  .navigation\:whitespace-pre{
    white-space: pre;
  }

  .navigation\:whitespace-pre-line{
    white-space: pre-line;
  }

  .navigation\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .navigation\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .navigation\:break-words{
    overflow-wrap: break-word;
  }

  .navigation\:break-all{
    word-break: break-all;
  }

  .navigation\:w-0{
    width: 0px;
  }

  .navigation\:w-1{
    width: 0.25rem;
  }

  .navigation\:w-2{
    width: 0.5rem;
  }

  .navigation\:w-3{
    width: 0.75rem;
  }

  .navigation\:w-4{
    width: 1rem;
  }

  .navigation\:w-5{
    width: 1.25rem;
  }

  .navigation\:w-6{
    width: 1.5rem;
  }

  .navigation\:w-7{
    width: 1.75rem;
  }

  .navigation\:w-8{
    width: 2rem;
  }

  .navigation\:w-9{
    width: 2.25rem;
  }

  .navigation\:w-10{
    width: 2.5rem;
  }

  .navigation\:w-11{
    width: 2.75rem;
  }

  .navigation\:w-12{
    width: 3rem;
  }

  .navigation\:w-13{
    width: 3.375rem;
  }

  .navigation\:w-14{
    width: 3.5rem;
  }

  .navigation\:w-15{
    width: 3.75rem;
  }

  .navigation\:w-16{
    width: 4rem;
  }

  .navigation\:w-17{
    width: 4.375rem;
  }

  .navigation\:w-18{
    width: 4.5rem;
  }

  .navigation\:w-19{
    width: 4.75rem;
  }

  .navigation\:w-20{
    width: 5rem;
  }

  .navigation\:w-21{
    width: 5.5rem;
  }

  .navigation\:w-22{
    width: 5.625rem;
  }

  .navigation\:w-23{
    width: 6.375rem;
  }

  .navigation\:w-24{
    width: 6rem;
  }

  .navigation\:w-25{
    width: 6.5rem;
  }

  .navigation\:w-26{
    width: 6.75rem;
  }

  .navigation\:w-27{
    width: 6.25rem;
  }

  .navigation\:w-28{
    width: 7rem;
  }

  .navigation\:w-29{
    width: 7.5rem;
  }

  .navigation\:w-30{
    width: 7.75rem;
  }

  .navigation\:w-31{
    width: 8.75rem;
  }

  .navigation\:w-32{
    width: 8rem;
  }

  .navigation\:w-33{
    width: 8.125rem;
  }

  .navigation\:w-34{
    width: 8.5rem;
  }

  .navigation\:w-35{
    width: 8.75rem;
  }

  .navigation\:w-36{
    width: 9rem;
  }

  .navigation\:w-37{
    width: 9.125rem;
  }

  .navigation\:w-38{
    width: 9.5rem;
  }

  .navigation\:w-40{
    width: 10rem;
  }

  .navigation\:w-41{
    width: 10.5rem;
  }

  .navigation\:w-42{
    width: 10.625rem;
  }

  .navigation\:w-44{
    width: 11rem;
  }

  .navigation\:w-45{
    width: 11.25rem;
  }

  .navigation\:w-48{
    width: 12rem;
  }

  .navigation\:w-49{
    width: 12.5rem;
  }

  .navigation\:w-52{
    width: 13rem;
  }

  .navigation\:w-53{
    width: 13.125rem;
  }

  .navigation\:w-56{
    width: 14rem;
  }

  .navigation\:w-57{
    width: 14.375rem;
  }

  .navigation\:w-60{
    width: 15rem;
  }

  .navigation\:w-64{
    width: 16rem;
  }

  .navigation\:w-72{
    width: 18rem;
  }

  .navigation\:w-73{
    width: 19rem;
  }

  .navigation\:w-74{
    width: 25.5rem;
  }

  .navigation\:w-78{
    width: 37.4375rem;
  }

  .navigation\:w-80{
    width: 20rem;
  }

  .navigation\:w-82{
    width: 22rem;
  }

  .navigation\:w-83{
    width: 23.8125rem;
  }

  .navigation\:w-96{
    width: 24rem;
  }

  .navigation\:w-98{
    width: 50.625rem;
  }

  .navigation\:w-99{
    width: 60.75rem;
  }

  .navigation\:w-100{
    width: 45%;
  }

  .navigation\:w-110{
    width: 70%;
  }

  .navigation\:w-auto{
    width: auto;
  }

  .navigation\:w-px{
    width: 1px;
  }

  .navigation\:w-0\.5{
    width: 0.125rem;
  }

  .navigation\:w-1\.5{
    width: 0.375rem;
  }

  .navigation\:w-2\.5{
    width: 0.625rem;
  }

  .navigation\:w-3\.5{
    width: 0.875rem;
  }

  .navigation\:w-4\.5{
    width: 1.125rem;
  }

  .navigation\:w-5\.5{
    width: 1.375rem;
  }

  .navigation\:w-6\.5{
    width: 1.625rem;
  }

  .navigation\:w-7\.5{
    width: 1.875rem;
  }

  .navigation\:w-8\.5{
    width: 2.125rem;
  }

  .navigation\:w-9\.5{
    width: 2.375rem;
  }

  .navigation\:w-10\.5{
    width: 2.625rem;
  }

  .navigation\:w-11\.5{
    width: 2.875rem;
  }

  .navigation\:w-12\.5{
    width: 3.125rem;
  }

  .navigation\:w-13\.5{
    width: 3.25rem;
  }

  .navigation\:w-15\.5{
    width: 3.8rem;
  }

  .navigation\:w-16\.5{
    width: 4.125rem;
  }

  .navigation\:w-17\.5{
    width: 4.25rem;
  }

  .navigation\:w-18\.5{
    width: 4.625rem;
  }

  .navigation\:w-20\.5{
    width: 5.25rem;
  }

  .navigation\:w-21\.5{
    width: 5.75rem;
  }

  .navigation\:w-22\.5{
    width: 5.875rem;
  }

  .navigation\:w-24\.5{
    width: 6.625rem;
  }

  .navigation\:w-28\.5{
    width: 7.375rem;
  }

  .navigation\:w-29\.5{
    width: 7.75rem;
  }

  .navigation\:w-32\.5{
    width: 8.125rem;
  }

  .navigation\:w-33\.5{
    width: 8.8125rem;
  }

  .navigation\:w-42\.5{
    width: 10.875rem;
  }

  .navigation\:w-49\.5{
    width: 12.75rem;
  }

  .navigation\:w-72\.5{
    width: 18.25rem;
  }

  .navigation\:w-1\/2{
    width: 50%;
  }

  .navigation\:w-1\/3{
    width: 33.333333%;
  }

  .navigation\:w-2\/3{
    width: 66.666667%;
  }

  .navigation\:w-1\/4{
    width: 25%;
  }

  .navigation\:w-2\/4{
    width: 50%;
  }

  .navigation\:w-3\/4{
    width: 75%;
  }

  .navigation\:w-1\/5{
    width: 20%;
  }

  .navigation\:w-2\/5{
    width: 40%;
  }

  .navigation\:w-3\/5{
    width: 60%;
  }

  .navigation\:w-4\/5{
    width: 80%;
  }

  .navigation\:w-1\/6{
    width: 16.666667%;
  }

  .navigation\:w-2\/6{
    width: 33.333333%;
  }

  .navigation\:w-3\/6{
    width: 50%;
  }

  .navigation\:w-4\/6{
    width: 66.666667%;
  }

  .navigation\:w-5\/6{
    width: 83.333333%;
  }

  .navigation\:w-1\/12{
    width: 8.333333%;
  }

  .navigation\:w-2\/12{
    width: 16.666667%;
  }

  .navigation\:w-3\/12{
    width: 25%;
  }

  .navigation\:w-4\/12{
    width: 33.333333%;
  }

  .navigation\:w-5\/12{
    width: 41.666667%;
  }

  .navigation\:w-6\/12{
    width: 50%;
  }

  .navigation\:w-7\/12{
    width: 58.333333%;
  }

  .navigation\:w-8\/12{
    width: 66.666667%;
  }

  .navigation\:w-9\/12{
    width: 75%;
  }

  .navigation\:w-10\/12{
    width: 83.333333%;
  }

  .navigation\:w-11\/12{
    width: 91.666667%;
  }

  .navigation\:w-full{
    width: 100%;
  }

  .navigation\:w-screen{
    width: 100vw;
  }

  .navigation\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .navigation\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .navigation\:w-2\.2{
    width: 0.5625rem;
  }

  .navigation\:w-48\.5{
    width: 12.125rem;
  }

  .navigation\:w-community{
    width: 816px;
  }

  .navigation\:w-slide{
    width: 705px;
  }

  .navigation\:w-slide-md{
    width: 600px;
  }

  .navigation\:w-sporson{
    width: 1064px;
  }

  .navigation\:w-sporson-lg{
    width: 900px;
  }

  .navigation\:w-line{
    width: 11%;
  }

  .navigation\:w-line-lg{
    width: 4%;
  }

  .navigation\:w-box-about{
    width: 928px;
  }

  .navigation\:w-box-about-alt{
    width: 1024px;
  }

  .navigation\:w-box-about-alt-lg{
    width: 660px;
  }

  .navigation\:w-circle{
    width: 120px;
  }

  .navigation\:w-circle-xl{
    width: 158px;
  }

  .navigation\:w-guide{
    width: 280px;
  }

  .navigation\:w-value{
    width: 205px;
  }

  .navigation\:w-sub-menu{
    width: 335px;
  }

  .navigation\:w-because{
    width: 397px;
  }

  .navigation\:w-because-sm{
    width: 280px;
  }

  .navigation\:w-table{
    width: 66%;
  }

  .navigation\:z-0{
    z-index: 0;
  }

  .navigation\:z-10{
    z-index: 10;
  }

  .navigation\:z-20{
    z-index: 20;
  }

  .navigation\:z-30{
    z-index: 30;
  }

  .navigation\:z-40{
    z-index: 40;
  }

  .navigation\:z-50{
    z-index: 50;
  }

  .navigation\:z-100{
    z-index: 9999;
  }

  .navigation\:z-auto{
    z-index: auto;
  }

  .navigation\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .navigation\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .navigation\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .navigation\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .navigation\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .navigation\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .navigation\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .navigation\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .navigation\:focus\:z-0:focus{
    z-index: 0;
  }

  .navigation\:focus\:z-10:focus{
    z-index: 10;
  }

  .navigation\:focus\:z-20:focus{
    z-index: 20;
  }

  .navigation\:focus\:z-30:focus{
    z-index: 30;
  }

  .navigation\:focus\:z-40:focus{
    z-index: 40;
  }

  .navigation\:focus\:z-50:focus{
    z-index: 50;
  }

  .navigation\:focus\:z-100:focus{
    z-index: 9999;
  }

  .navigation\:focus\:z-auto:focus{
    z-index: auto;
  }

  .navigation\:gap-0{
    gap: 0px;
  }

  .navigation\:gap-1{
    gap: 0.25rem;
  }

  .navigation\:gap-2{
    gap: 0.5rem;
  }

  .navigation\:gap-3{
    gap: 0.75rem;
  }

  .navigation\:gap-4{
    gap: 1rem;
  }

  .navigation\:gap-5{
    gap: 1.25rem;
  }

  .navigation\:gap-6{
    gap: 1.5rem;
  }

  .navigation\:gap-7{
    gap: 1.75rem;
  }

  .navigation\:gap-8{
    gap: 2rem;
  }

  .navigation\:gap-9{
    gap: 2.25rem;
  }

  .navigation\:gap-10{
    gap: 2.5rem;
  }

  .navigation\:gap-11{
    gap: 2.75rem;
  }

  .navigation\:gap-12{
    gap: 3rem;
  }

  .navigation\:gap-13{
    gap: 3.375rem;
  }

  .navigation\:gap-14{
    gap: 3.5rem;
  }

  .navigation\:gap-15{
    gap: 3.75rem;
  }

  .navigation\:gap-16{
    gap: 4rem;
  }

  .navigation\:gap-17{
    gap: 4.375rem;
  }

  .navigation\:gap-18{
    gap: 4.5rem;
  }

  .navigation\:gap-19{
    gap: 4.75rem;
  }

  .navigation\:gap-20{
    gap: 5rem;
  }

  .navigation\:gap-21{
    gap: 5.5rem;
  }

  .navigation\:gap-22{
    gap: 5.625rem;
  }

  .navigation\:gap-23{
    gap: 6.125rem;
  }

  .navigation\:gap-24{
    gap: 6rem;
  }

  .navigation\:gap-25{
    gap: 6.5rem;
  }

  .navigation\:gap-26{
    gap: 6.75rem;
  }

  .navigation\:gap-27{
    gap: 6.25rem;
  }

  .navigation\:gap-28{
    gap: 7rem;
  }

  .navigation\:gap-29{
    gap: 7.5rem;
  }

  .navigation\:gap-32{
    gap: 8rem;
  }

  .navigation\:gap-34{
    gap: 8.5rem;
  }

  .navigation\:gap-35{
    gap: 8.75rem;
  }

  .navigation\:gap-36{
    gap: 9rem;
  }

  .navigation\:gap-37{
    gap: 9.125rem;
  }

  .navigation\:gap-38{
    gap: 9.5rem;
  }

  .navigation\:gap-40{
    gap: 10rem;
  }

  .navigation\:gap-41{
    gap: 10.5rem;
  }

  .navigation\:gap-42{
    gap: 10.625rem;
  }

  .navigation\:gap-44{
    gap: 11rem;
  }

  .navigation\:gap-45{
    gap: 11.25rem;
  }

  .navigation\:gap-48{
    gap: 12rem;
  }

  .navigation\:gap-49{
    gap: 12.5rem;
  }

  .navigation\:gap-52{
    gap: 13rem;
  }

  .navigation\:gap-56{
    gap: 14rem;
  }

  .navigation\:gap-57{
    gap: 14.375rem;
  }

  .navigation\:gap-60{
    gap: 15rem;
  }

  .navigation\:gap-64{
    gap: 16rem;
  }

  .navigation\:gap-72{
    gap: 18rem;
  }

  .navigation\:gap-80{
    gap: 20rem;
  }

  .navigation\:gap-82{
    gap: 22rem;
  }

  .navigation\:gap-83{
    gap: 23.8125rem;
  }

  .navigation\:gap-96{
    gap: 24rem;
  }

  .navigation\:gap-px{
    gap: 1px;
  }

  .navigation\:gap-0\.5{
    gap: 0.125rem;
  }

  .navigation\:gap-1\.5{
    gap: 0.375rem;
  }

  .navigation\:gap-2\.5{
    gap: 0.625rem;
  }

  .navigation\:gap-3\.5{
    gap: 0.875rem;
  }

  .navigation\:gap-4\.5{
    gap: 1.125rem;
  }

  .navigation\:gap-5\.5{
    gap: 1.375rem;
  }

  .navigation\:gap-6\.5{
    gap: 1.625rem;
  }

  .navigation\:gap-7\.5{
    gap: 1.875rem;
  }

  .navigation\:gap-8\.5{
    gap: 2.125rem;
  }

  .navigation\:gap-9\.5{
    gap: 2.375rem;
  }

  .navigation\:gap-10\.5{
    gap: 2.625rem;
  }

  .navigation\:gap-11\.5{
    gap: 2.875rem;
  }

  .navigation\:gap-12\.5{
    gap: 3.125rem;
  }

  .navigation\:gap-13\.5{
    gap: 3.25rem;
  }

  .navigation\:gap-15\.5{
    gap: 3.8rem;
  }

  .navigation\:gap-16\.5{
    gap: 4.125rem;
  }

  .navigation\:gap-17\.5{
    gap: 4.25rem;
  }

  .navigation\:gap-18\.5{
    gap: 4.625rem;
  }

  .navigation\:gap-20\.5{
    gap: 5.25rem;
  }

  .navigation\:gap-21\.5{
    gap: 5.75rem;
  }

  .navigation\:gap-22\.5{
    gap: 5.875rem;
  }

  .navigation\:gap-24\.5{
    gap: 6.8125rem;
  }

  .navigation\:gap-28\.5{
    gap: 7.375rem;
  }

  .navigation\:gap-29\.5{
    gap: 7.75rem;
  }

  .navigation\:gap-32\.5{
    gap: 8.125rem;
  }

  .navigation\:gap-33\.5{
    gap: 8.8125rem;
  }

  .navigation\:gap-42\.5{
    gap: 10.875rem;
  }

  .navigation\:gap-49\.5{
    gap: 12.75rem;
  }

  .navigation\:gap-72\.5{
    gap: 18.25rem;
  }

  .navigation\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .navigation\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .navigation\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .navigation\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .navigation\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .navigation\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .navigation\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .navigation\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .navigation\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .navigation\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .navigation\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .navigation\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .navigation\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .navigation\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .navigation\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .navigation\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .navigation\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .navigation\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .navigation\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .navigation\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .navigation\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .navigation\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .navigation\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .navigation\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .navigation\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .navigation\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .navigation\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .navigation\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .navigation\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .navigation\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .navigation\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .navigation\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .navigation\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .navigation\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .navigation\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .navigation\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .navigation\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .navigation\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .navigation\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .navigation\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .navigation\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .navigation\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .navigation\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .navigation\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .navigation\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .navigation\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .navigation\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .navigation\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .navigation\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .navigation\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .navigation\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .navigation\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .navigation\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .navigation\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .navigation\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .navigation\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .navigation\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .navigation\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .navigation\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .navigation\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .navigation\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .navigation\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .navigation\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .navigation\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .navigation\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .navigation\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .navigation\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .navigation\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .navigation\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .navigation\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .navigation\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .navigation\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .navigation\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .navigation\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .navigation\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .navigation\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .navigation\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .navigation\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .navigation\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .navigation\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .navigation\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .navigation\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .navigation\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .navigation\:gap-y-0{
    row-gap: 0px;
  }

  .navigation\:gap-y-1{
    row-gap: 0.25rem;
  }

  .navigation\:gap-y-2{
    row-gap: 0.5rem;
  }

  .navigation\:gap-y-3{
    row-gap: 0.75rem;
  }

  .navigation\:gap-y-4{
    row-gap: 1rem;
  }

  .navigation\:gap-y-5{
    row-gap: 1.25rem;
  }

  .navigation\:gap-y-6{
    row-gap: 1.5rem;
  }

  .navigation\:gap-y-7{
    row-gap: 1.75rem;
  }

  .navigation\:gap-y-8{
    row-gap: 2rem;
  }

  .navigation\:gap-y-9{
    row-gap: 2.25rem;
  }

  .navigation\:gap-y-10{
    row-gap: 2.5rem;
  }

  .navigation\:gap-y-11{
    row-gap: 2.75rem;
  }

  .navigation\:gap-y-12{
    row-gap: 3rem;
  }

  .navigation\:gap-y-13{
    row-gap: 3.375rem;
  }

  .navigation\:gap-y-14{
    row-gap: 3.5rem;
  }

  .navigation\:gap-y-15{
    row-gap: 3.75rem;
  }

  .navigation\:gap-y-16{
    row-gap: 4rem;
  }

  .navigation\:gap-y-17{
    row-gap: 4.375rem;
  }

  .navigation\:gap-y-18{
    row-gap: 4.5rem;
  }

  .navigation\:gap-y-19{
    row-gap: 4.75rem;
  }

  .navigation\:gap-y-20{
    row-gap: 5rem;
  }

  .navigation\:gap-y-21{
    row-gap: 5.5rem;
  }

  .navigation\:gap-y-22{
    row-gap: 5.625rem;
  }

  .navigation\:gap-y-23{
    row-gap: 6.125rem;
  }

  .navigation\:gap-y-24{
    row-gap: 6rem;
  }

  .navigation\:gap-y-25{
    row-gap: 6.5rem;
  }

  .navigation\:gap-y-26{
    row-gap: 6.75rem;
  }

  .navigation\:gap-y-27{
    row-gap: 6.25rem;
  }

  .navigation\:gap-y-28{
    row-gap: 7rem;
  }

  .navigation\:gap-y-29{
    row-gap: 7.5rem;
  }

  .navigation\:gap-y-32{
    row-gap: 8rem;
  }

  .navigation\:gap-y-34{
    row-gap: 8.5rem;
  }

  .navigation\:gap-y-35{
    row-gap: 8.75rem;
  }

  .navigation\:gap-y-36{
    row-gap: 9rem;
  }

  .navigation\:gap-y-37{
    row-gap: 9.125rem;
  }

  .navigation\:gap-y-38{
    row-gap: 9.5rem;
  }

  .navigation\:gap-y-40{
    row-gap: 10rem;
  }

  .navigation\:gap-y-41{
    row-gap: 10.5rem;
  }

  .navigation\:gap-y-42{
    row-gap: 10.625rem;
  }

  .navigation\:gap-y-44{
    row-gap: 11rem;
  }

  .navigation\:gap-y-45{
    row-gap: 11.25rem;
  }

  .navigation\:gap-y-48{
    row-gap: 12rem;
  }

  .navigation\:gap-y-49{
    row-gap: 12.5rem;
  }

  .navigation\:gap-y-52{
    row-gap: 13rem;
  }

  .navigation\:gap-y-56{
    row-gap: 14rem;
  }

  .navigation\:gap-y-57{
    row-gap: 14.375rem;
  }

  .navigation\:gap-y-60{
    row-gap: 15rem;
  }

  .navigation\:gap-y-64{
    row-gap: 16rem;
  }

  .navigation\:gap-y-72{
    row-gap: 18rem;
  }

  .navigation\:gap-y-80{
    row-gap: 20rem;
  }

  .navigation\:gap-y-82{
    row-gap: 22rem;
  }

  .navigation\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .navigation\:gap-y-96{
    row-gap: 24rem;
  }

  .navigation\:gap-y-px{
    row-gap: 1px;
  }

  .navigation\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .navigation\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .navigation\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .navigation\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .navigation\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .navigation\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .navigation\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .navigation\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .navigation\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .navigation\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .navigation\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .navigation\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .navigation\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .navigation\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .navigation\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .navigation\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .navigation\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .navigation\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .navigation\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .navigation\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .navigation\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .navigation\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .navigation\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .navigation\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .navigation\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .navigation\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .navigation\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .navigation\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .navigation\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .navigation\:grid-flow-row{
    grid-auto-flow: row;
  }

  .navigation\:grid-flow-col{
    grid-auto-flow: column;
  }

  .navigation\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .navigation\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .navigation\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .navigation\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navigation\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .navigation\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .navigation\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .navigation\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .navigation\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .navigation\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .navigation\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .navigation\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .navigation\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .navigation\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .navigation\:grid-cols-none{
    grid-template-columns: none;
  }

  .navigation\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .navigation\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .navigation\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .navigation\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .navigation\:col-auto{
    grid-column: auto;
  }

  .navigation\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .navigation\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .navigation\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .navigation\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .navigation\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .navigation\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .navigation\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .navigation\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .navigation\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .navigation\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .navigation\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .navigation\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .navigation\:col-span-full{
    grid-column: 1 / -1;
  }

  .navigation\:col-start-1{
    grid-column-start: 1;
  }

  .navigation\:col-start-2{
    grid-column-start: 2;
  }

  .navigation\:col-start-3{
    grid-column-start: 3;
  }

  .navigation\:col-start-4{
    grid-column-start: 4;
  }

  .navigation\:col-start-5{
    grid-column-start: 5;
  }

  .navigation\:col-start-6{
    grid-column-start: 6;
  }

  .navigation\:col-start-7{
    grid-column-start: 7;
  }

  .navigation\:col-start-8{
    grid-column-start: 8;
  }

  .navigation\:col-start-9{
    grid-column-start: 9;
  }

  .navigation\:col-start-10{
    grid-column-start: 10;
  }

  .navigation\:col-start-11{
    grid-column-start: 11;
  }

  .navigation\:col-start-12{
    grid-column-start: 12;
  }

  .navigation\:col-start-13{
    grid-column-start: 13;
  }

  .navigation\:col-start-auto{
    grid-column-start: auto;
  }

  .navigation\:col-end-1{
    grid-column-end: 1;
  }

  .navigation\:col-end-2{
    grid-column-end: 2;
  }

  .navigation\:col-end-3{
    grid-column-end: 3;
  }

  .navigation\:col-end-4{
    grid-column-end: 4;
  }

  .navigation\:col-end-5{
    grid-column-end: 5;
  }

  .navigation\:col-end-6{
    grid-column-end: 6;
  }

  .navigation\:col-end-7{
    grid-column-end: 7;
  }

  .navigation\:col-end-8{
    grid-column-end: 8;
  }

  .navigation\:col-end-9{
    grid-column-end: 9;
  }

  .navigation\:col-end-10{
    grid-column-end: 10;
  }

  .navigation\:col-end-11{
    grid-column-end: 11;
  }

  .navigation\:col-end-12{
    grid-column-end: 12;
  }

  .navigation\:col-end-13{
    grid-column-end: 13;
  }

  .navigation\:col-end-auto{
    grid-column-end: auto;
  }

  .navigation\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .navigation\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .navigation\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .navigation\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .navigation\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .navigation\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .navigation\:grid-rows-none{
    grid-template-rows: none;
  }

  .navigation\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .navigation\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .navigation\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .navigation\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .navigation\:row-auto{
    grid-row: auto;
  }

  .navigation\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .navigation\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .navigation\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .navigation\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .navigation\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .navigation\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .navigation\:row-span-full{
    grid-row: 1 / -1;
  }

  .navigation\:row-start-1{
    grid-row-start: 1;
  }

  .navigation\:row-start-2{
    grid-row-start: 2;
  }

  .navigation\:row-start-3{
    grid-row-start: 3;
  }

  .navigation\:row-start-4{
    grid-row-start: 4;
  }

  .navigation\:row-start-5{
    grid-row-start: 5;
  }

  .navigation\:row-start-6{
    grid-row-start: 6;
  }

  .navigation\:row-start-7{
    grid-row-start: 7;
  }

  .navigation\:row-start-auto{
    grid-row-start: auto;
  }

  .navigation\:row-end-1{
    grid-row-end: 1;
  }

  .navigation\:row-end-2{
    grid-row-end: 2;
  }

  .navigation\:row-end-3{
    grid-row-end: 3;
  }

  .navigation\:row-end-4{
    grid-row-end: 4;
  }

  .navigation\:row-end-5{
    grid-row-end: 5;
  }

  .navigation\:row-end-6{
    grid-row-end: 6;
  }

  .navigation\:row-end-7{
    grid-row-end: 7;
  }

  .navigation\:row-end-auto{
    grid-row-end: auto;
  }

  .navigation\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .navigation\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .navigation\:transform-none{
    transform: none;
  }

  .navigation\:origin-center{
    transform-origin: center;
  }

  .navigation\:origin-top{
    transform-origin: top;
  }

  .navigation\:origin-top-right{
    transform-origin: top right;
  }

  .navigation\:origin-right{
    transform-origin: right;
  }

  .navigation\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .navigation\:origin-bottom{
    transform-origin: bottom;
  }

  .navigation\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .navigation\:origin-left{
    transform-origin: left;
  }

  .navigation\:origin-top-left{
    transform-origin: top left;
  }

  .navigation\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .navigation\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .navigation\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .navigation\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .navigation\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .navigation\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .navigation\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .navigation\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .navigation\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .navigation\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .navigation\:scale-x-0{
    --tw-scale-x: 0;
  }

  .navigation\:scale-x-50{
    --tw-scale-x: .5;
  }

  .navigation\:scale-x-75{
    --tw-scale-x: .75;
  }

  .navigation\:scale-x-90{
    --tw-scale-x: .9;
  }

  .navigation\:scale-x-95{
    --tw-scale-x: .95;
  }

  .navigation\:scale-x-100{
    --tw-scale-x: 1;
  }

  .navigation\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .navigation\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .navigation\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .navigation\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .navigation\:scale-y-0{
    --tw-scale-y: 0;
  }

  .navigation\:scale-y-50{
    --tw-scale-y: .5;
  }

  .navigation\:scale-y-75{
    --tw-scale-y: .75;
  }

  .navigation\:scale-y-90{
    --tw-scale-y: .9;
  }

  .navigation\:scale-y-95{
    --tw-scale-y: .95;
  }

  .navigation\:scale-y-100{
    --tw-scale-y: 1;
  }

  .navigation\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .navigation\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .navigation\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .navigation\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .navigation\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .navigation\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .navigation\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .navigation\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .navigation\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .navigation\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .navigation\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .navigation\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .navigation\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .navigation\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .navigation\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .navigation\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .navigation\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .navigation\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .navigation\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .navigation\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .navigation\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .navigation\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .navigation\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .navigation\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .navigation\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .navigation\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .navigation\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .navigation\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .navigation\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .navigation\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .navigation\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .navigation\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .navigation\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .navigation\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .navigation\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .navigation\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .navigation\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .navigation\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .navigation\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .navigation\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .navigation\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .navigation\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .navigation\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .navigation\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .navigation\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .navigation\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .navigation\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .navigation\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .navigation\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .navigation\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .navigation\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .navigation\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .navigation\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .navigation\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .navigation\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .navigation\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .navigation\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .navigation\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .navigation\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .navigation\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .navigation\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .navigation\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .navigation\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .navigation\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .navigation\:rotate-0{
    --tw-rotate: 0deg;
  }

  .navigation\:rotate-1{
    --tw-rotate: 1deg;
  }

  .navigation\:rotate-2{
    --tw-rotate: 2deg;
  }

  .navigation\:rotate-3{
    --tw-rotate: 3deg;
  }

  .navigation\:rotate-6{
    --tw-rotate: 6deg;
  }

  .navigation\:rotate-12{
    --tw-rotate: 12deg;
  }

  .navigation\:rotate-45{
    --tw-rotate: 45deg;
  }

  .navigation\:rotate-90{
    --tw-rotate: 90deg;
  }

  .navigation\:rotate-180{
    --tw-rotate: 180deg;
  }

  .navigation\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .navigation\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .navigation\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .navigation\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .navigation\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .navigation\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .navigation\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .navigation\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .navigation\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .navigation\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .navigation\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .navigation\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .navigation\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .navigation\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .navigation\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .navigation\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .navigation\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .navigation\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .navigation\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .navigation\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .navigation\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .navigation\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .navigation\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .navigation\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .navigation\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .navigation\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .navigation\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .navigation\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .navigation\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .navigation\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .navigation\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .navigation\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .navigation\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .navigation\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .navigation\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .navigation\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .navigation\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .navigation\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .navigation\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .navigation\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .navigation\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .navigation\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .navigation\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .navigation\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .navigation\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .navigation\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .navigation\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .navigation\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .navigation\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .navigation\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .navigation\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .navigation\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .navigation\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .navigation\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .navigation\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .navigation\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .navigation\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .navigation\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .navigation\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .navigation\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .navigation\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .navigation\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .navigation\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .navigation\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .navigation\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .navigation\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .navigation\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .navigation\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .navigation\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .navigation\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .navigation\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .navigation\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .navigation\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .navigation\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .navigation\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .navigation\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .navigation\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .navigation\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .navigation\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .navigation\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .navigation\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .navigation\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .navigation\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .navigation\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .navigation\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .navigation\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .navigation\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .navigation\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .navigation\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .navigation\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .navigation\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .navigation\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .navigation\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .navigation\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .navigation\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .navigation\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .navigation\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .navigation\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .navigation\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .navigation\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .navigation\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .navigation\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .navigation\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .navigation\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .navigation\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .navigation\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .navigation\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .navigation\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .navigation\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .navigation\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .navigation\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .navigation\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .navigation\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .navigation\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .navigation\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .navigation\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .navigation\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .navigation\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .navigation\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .navigation\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .navigation\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .navigation\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .navigation\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .navigation\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .navigation\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .navigation\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .navigation\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .navigation\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .navigation\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .navigation\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .navigation\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .navigation\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .navigation\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .navigation\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .navigation\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .navigation\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .navigation\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .navigation\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .navigation\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .navigation\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .navigation\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .navigation\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .navigation\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .navigation\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .navigation\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .navigation\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .navigation\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .navigation\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .navigation\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .navigation\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .navigation\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .navigation\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .navigation\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .navigation\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .navigation\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .navigation\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .navigation\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .navigation\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .navigation\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .navigation\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .navigation\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .navigation\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .navigation\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .navigation\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .navigation\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .navigation\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .navigation\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .navigation\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .navigation\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .navigation\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .navigation\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .navigation\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .navigation\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .navigation\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .navigation\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .navigation\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .navigation\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .navigation\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .navigation\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .navigation\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .navigation\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .navigation\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .navigation\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .navigation\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .navigation\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .navigation\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .navigation\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .navigation\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .navigation\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .navigation\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .navigation\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .navigation\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .navigation\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .navigation\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .navigation\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .navigation\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .navigation\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .navigation\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .navigation\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .navigation\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .navigation\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .navigation\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .navigation\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .navigation\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .navigation\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .navigation\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .navigation\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .navigation\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .navigation\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .navigation\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .navigation\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .navigation\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .navigation\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .navigation\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .navigation\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .navigation\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .navigation\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .navigation\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .navigation\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .navigation\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .navigation\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .navigation\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .navigation\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .navigation\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .navigation\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .navigation\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .navigation\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .navigation\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .navigation\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .navigation\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .navigation\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .navigation\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .navigation\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .navigation\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .navigation\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .navigation\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .navigation\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .navigation\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .navigation\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .navigation\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .navigation\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .navigation\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .navigation\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .navigation\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .navigation\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .navigation\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .navigation\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .navigation\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .navigation\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .navigation\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .navigation\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .navigation\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .navigation\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .navigation\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .navigation\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .navigation\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .navigation\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .navigation\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .navigation\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .navigation\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .navigation\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .navigation\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .navigation\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .navigation\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .navigation\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .navigation\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .navigation\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .navigation\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .navigation\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .navigation\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .navigation\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .navigation\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .navigation\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .navigation\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .navigation\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .navigation\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .navigation\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .navigation\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .navigation\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .navigation\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .navigation\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .navigation\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .navigation\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .navigation\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .navigation\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .navigation\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .navigation\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .navigation\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .navigation\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .navigation\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .navigation\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .navigation\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .navigation\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .navigation\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .navigation\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .navigation\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .navigation\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .navigation\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .navigation\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .navigation\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .navigation\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .navigation\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .navigation\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .navigation\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .navigation\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .navigation\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .navigation\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .navigation\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .navigation\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .navigation\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .navigation\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .navigation\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .navigation\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .navigation\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .navigation\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .navigation\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .navigation\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .navigation\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .navigation\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .navigation\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .navigation\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .navigation\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .navigation\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .navigation\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .navigation\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .navigation\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .navigation\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .navigation\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .navigation\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .navigation\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .navigation\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .navigation\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .navigation\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .navigation\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .navigation\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .navigation\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .navigation\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .navigation\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .navigation\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .navigation\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .navigation\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .navigation\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .navigation\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .navigation\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .navigation\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .navigation\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .navigation\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .navigation\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .navigation\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .navigation\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .navigation\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .navigation\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .navigation\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .navigation\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .navigation\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .navigation\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .navigation\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .navigation\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .navigation\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .navigation\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .navigation\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .navigation\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .navigation\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .navigation\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .navigation\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .navigation\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .navigation\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .navigation\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .navigation\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .navigation\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .navigation\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .navigation\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .navigation\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .navigation\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .navigation\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .navigation\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .navigation\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .navigation\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .navigation\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .navigation\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .navigation\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .navigation\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .navigation\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .navigation\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .navigation\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .navigation\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .navigation\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .navigation\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .navigation\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .navigation\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .navigation\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .navigation\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .navigation\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .navigation\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .navigation\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .navigation\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .navigation\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .navigation\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .navigation\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .navigation\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .navigation\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .navigation\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .navigation\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .navigation\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .navigation\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .navigation\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .navigation\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .navigation\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .navigation\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .navigation\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .navigation\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .navigation\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .navigation\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .navigation\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .navigation\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .navigation\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .navigation\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .navigation\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .navigation\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .navigation\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .navigation\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .navigation\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .navigation\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .navigation\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .navigation\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .navigation\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .navigation\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .navigation\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .navigation\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .navigation\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .navigation\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .navigation\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .navigation\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .navigation\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .navigation\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .navigation\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .navigation\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .navigation\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .navigation\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .navigation\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .navigation\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .navigation\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .navigation\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .navigation\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .navigation\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .navigation\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .navigation\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .navigation\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .navigation\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .navigation\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .navigation\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .navigation\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .navigation\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .navigation\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .navigation\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .navigation\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .navigation\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .navigation\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .navigation\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .navigation\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .navigation\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .navigation\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .navigation\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .navigation\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .navigation\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .navigation\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .navigation\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .navigation\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .navigation\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .navigation\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .navigation\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .navigation\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .navigation\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .navigation\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .navigation\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .navigation\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .navigation\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .navigation\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .navigation\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .navigation\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .navigation\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .navigation\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .navigation\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .navigation\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .navigation\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .navigation\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .navigation\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .navigation\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .navigation\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .navigation\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .navigation\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .navigation\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .navigation\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .navigation\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .navigation\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .navigation\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .navigation\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .navigation\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .navigation\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .navigation\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .navigation\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .navigation\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .navigation\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .navigation\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .navigation\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .navigation\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .navigation\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .navigation\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .navigation\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .navigation\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .navigation\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .navigation\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .navigation\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .navigation\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .navigation\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .navigation\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .navigation\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .navigation\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .navigation\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .navigation\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .navigation\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .navigation\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .navigation\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .navigation\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .navigation\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .navigation\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .navigation\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .navigation\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .navigation\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .navigation\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .navigation\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .navigation\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .navigation\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .navigation\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .navigation\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .navigation\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .navigation\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .navigation\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .navigation\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .navigation\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .navigation\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .navigation\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .navigation\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .navigation\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .navigation\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .navigation\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .navigation\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .navigation\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .navigation\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .navigation\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .navigation\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .navigation\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .navigation\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .navigation\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .navigation\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .navigation\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .navigation\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .navigation\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .navigation\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .navigation\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .navigation\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .navigation\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .navigation\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .navigation\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .navigation\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .navigation\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .navigation\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .navigation\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .navigation\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .navigation\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .navigation\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .navigation\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .navigation\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .navigation\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .navigation\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .navigation\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .navigation\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .navigation\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .navigation\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .navigation\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .navigation\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .navigation\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .navigation\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .navigation\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .navigation\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .navigation\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .navigation\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .navigation\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .navigation\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .navigation\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .navigation\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .navigation\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .navigation\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .navigation\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .navigation\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .navigation\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .navigation\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .navigation\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .navigation\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .navigation\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .navigation\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .navigation\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .navigation\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .navigation\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .navigation\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .navigation\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .navigation\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .navigation\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .navigation\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .navigation\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .navigation\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .navigation\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .navigation\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .navigation\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .navigation\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .navigation\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .navigation\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .navigation\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .navigation\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .navigation\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .navigation\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .navigation\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .navigation\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .navigation\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .navigation\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .navigation\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .navigation\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .navigation\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .navigation\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .navigation\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .navigation\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .navigation\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .navigation\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .navigation\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .navigation\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .navigation\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .navigation\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .navigation\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .navigation\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .navigation\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .navigation\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .navigation\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .navigation\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .navigation\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .navigation\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .navigation\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .navigation\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .navigation\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .navigation\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .navigation\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .navigation\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .navigation\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .navigation\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .navigation\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .navigation\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .navigation\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .navigation\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .navigation\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .navigation\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .navigation\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .navigation\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .navigation\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .navigation\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .navigation\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .navigation\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .navigation\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .navigation\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .navigation\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .navigation\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .navigation\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .navigation\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .navigation\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .navigation\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .navigation\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .navigation\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .navigation\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .navigation\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .navigation\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .navigation\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .navigation\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .navigation\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .navigation\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .navigation\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .navigation\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .navigation\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .navigation\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .navigation\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .navigation\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .navigation\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .navigation\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .navigation\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .navigation\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .navigation\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .navigation\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .navigation\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .navigation\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .navigation\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .navigation\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .navigation\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .navigation\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .navigation\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .navigation\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .navigation\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .navigation\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .navigation\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .navigation\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .navigation\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .navigation\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .navigation\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .navigation\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .navigation\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .navigation\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .navigation\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .navigation\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .navigation\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .navigation\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .navigation\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .navigation\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .navigation\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .navigation\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .navigation\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .navigation\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .navigation\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .navigation\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .navigation\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .navigation\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .navigation\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .navigation\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .navigation\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .navigation\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .navigation\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .navigation\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .navigation\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .navigation\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .navigation\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .navigation\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .navigation\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .navigation\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .navigation\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .navigation\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .navigation\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .navigation\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .navigation\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .navigation\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .navigation\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .navigation\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .navigation\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .navigation\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .navigation\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .navigation\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .navigation\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .navigation\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .navigation\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .navigation\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .navigation\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .navigation\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .navigation\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .navigation\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .navigation\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .navigation\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .navigation\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .navigation\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .navigation\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .navigation\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .navigation\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .navigation\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .navigation\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .navigation\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .navigation\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .navigation\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .navigation\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .navigation\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .navigation\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .navigation\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .navigation\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .navigation\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .navigation\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .navigation\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .navigation\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .navigation\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .navigation\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .navigation\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .navigation\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .navigation\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .navigation\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .navigation\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .navigation\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .navigation\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .navigation\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .navigation\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .navigation\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .navigation\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .navigation\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .navigation\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .navigation\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .navigation\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .navigation\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .navigation\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .navigation\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .navigation\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .navigation\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .navigation\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .navigation\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .navigation\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .navigation\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .navigation\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .navigation\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .navigation\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .navigation\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .navigation\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .navigation\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .navigation\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .navigation\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .navigation\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .navigation\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .navigation\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .navigation\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .navigation\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .navigation\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .navigation\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .navigation\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .navigation\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .navigation\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .navigation\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .navigation\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .navigation\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .navigation\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .navigation\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .navigation\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .navigation\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .navigation\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .navigation\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .navigation\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .navigation\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .navigation\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .navigation\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .navigation\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .navigation\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .navigation\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .navigation\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .navigation\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .navigation\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .navigation\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .navigation\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .navigation\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .navigation\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .navigation\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .navigation\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .navigation\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .navigation\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .navigation\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .navigation\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .navigation\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .navigation\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .navigation\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .navigation\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .navigation\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .navigation\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .navigation\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .navigation\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .navigation\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .navigation\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .navigation\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .navigation\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .navigation\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .navigation\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .navigation\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .navigation\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .navigation\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .navigation\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .navigation\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .navigation\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .navigation\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .navigation\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .navigation\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .navigation\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .navigation\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .navigation\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .navigation\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .navigation\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .navigation\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .navigation\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .navigation\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .navigation\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .navigation\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .navigation\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .navigation\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .navigation\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .navigation\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .navigation\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .navigation\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .navigation\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .navigation\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .navigation\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .navigation\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .navigation\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .navigation\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .navigation\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .navigation\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .navigation\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .navigation\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .navigation\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .navigation\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .navigation\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .navigation\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .navigation\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .navigation\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .navigation\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .navigation\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .navigation\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .navigation\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .navigation\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .navigation\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .navigation\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .navigation\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .navigation\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .navigation\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .navigation\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .navigation\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .navigation\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .navigation\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .navigation\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .navigation\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .navigation\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .navigation\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .navigation\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .navigation\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .navigation\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .navigation\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .navigation\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .navigation\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .navigation\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .navigation\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .navigation\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .navigation\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .navigation\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .navigation\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .navigation\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .navigation\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .navigation\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .navigation\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .navigation\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .navigation\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .navigation\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .navigation\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .navigation\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .navigation\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .navigation\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .navigation\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .navigation\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .navigation\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .navigation\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .navigation\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .navigation\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .navigation\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .navigation\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .navigation\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .navigation\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .navigation\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .navigation\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .navigation\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .navigation\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .navigation\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .navigation\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .navigation\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .navigation\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .navigation\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .navigation\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .navigation\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .navigation\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .navigation\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .navigation\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .navigation\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .navigation\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .navigation\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .navigation\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .navigation\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .navigation\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .navigation\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .navigation\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .navigation\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .navigation\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .navigation\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .navigation\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .navigation\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .navigation\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .navigation\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .navigation\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .navigation\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .navigation\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .navigation\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .navigation\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .navigation\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .navigation\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .navigation\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .navigation\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .navigation\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .navigation\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .navigation\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .navigation\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .navigation\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .navigation\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .navigation\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .navigation\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .navigation\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .navigation\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .navigation\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .navigation\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .navigation\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .navigation\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .navigation\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .navigation\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .navigation\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .navigation\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .navigation\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .navigation\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .navigation\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .navigation\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .navigation\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .navigation\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .navigation\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .navigation\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .navigation\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .navigation\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .navigation\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .navigation\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .navigation\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .navigation\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .navigation\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .navigation\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .navigation\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .navigation\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .navigation\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .navigation\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .navigation\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .navigation\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .navigation\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .navigation\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .navigation\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .navigation\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .navigation\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .navigation\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .navigation\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .navigation\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .navigation\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .navigation\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .navigation\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .navigation\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .navigation\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .navigation\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .navigation\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .navigation\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .navigation\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .navigation\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .navigation\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .navigation\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .navigation\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .navigation\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .navigation\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .navigation\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .navigation\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .navigation\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .navigation\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .navigation\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .navigation\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .navigation\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .navigation\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .navigation\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .navigation\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .navigation\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .navigation\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .navigation\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .navigation\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .navigation\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .navigation\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .navigation\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .navigation\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .navigation\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .navigation\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .navigation\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .navigation\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .navigation\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .navigation\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .navigation\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .navigation\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .navigation\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .navigation\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .navigation\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .navigation\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .navigation\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .navigation\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .navigation\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .navigation\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .navigation\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .navigation\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .navigation\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .navigation\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .navigation\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .navigation\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .navigation\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .navigation\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .navigation\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .navigation\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .navigation\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .navigation\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .navigation\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .navigation\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .navigation\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .navigation\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .navigation\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .navigation\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .navigation\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .navigation\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .navigation\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .navigation\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .navigation\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .navigation\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .navigation\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .navigation\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .navigation\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .navigation\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .navigation\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .navigation\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .navigation\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .navigation\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .navigation\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .navigation\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .navigation\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .navigation\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .navigation\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .navigation\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .navigation\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .navigation\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .navigation\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .navigation\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .navigation\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .navigation\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .navigation\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .navigation\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .navigation\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .navigation\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .navigation\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .navigation\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .navigation\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .navigation\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .navigation\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .navigation\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .navigation\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .navigation\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .navigation\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .navigation\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .navigation\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .navigation\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .navigation\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .navigation\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .navigation\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .navigation\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .navigation\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .navigation\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .navigation\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .navigation\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .navigation\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .navigation\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .navigation\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .navigation\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .navigation\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .navigation\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .navigation\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .navigation\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .navigation\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .navigation\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .navigation\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .navigation\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .navigation\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .navigation\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .navigation\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .navigation\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .navigation\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .navigation\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .navigation\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .navigation\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .navigation\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .navigation\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .navigation\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .navigation\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .navigation\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .navigation\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .navigation\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .navigation\:transition-none{
    transition-property: none;
  }

  .navigation\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navigation\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navigation\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navigation\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navigation\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navigation\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navigation\:ease-linear{
    transition-timing-function: linear;
  }

  .navigation\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .navigation\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .navigation\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navigation\:duration-75{
    transition-duration: 75ms;
  }

  .navigation\:duration-100{
    transition-duration: 100ms;
  }

  .navigation\:duration-150{
    transition-duration: 150ms;
  }

  .navigation\:duration-200{
    transition-duration: 200ms;
  }

  .navigation\:duration-300{
    transition-duration: 300ms;
  }

  .navigation\:duration-500{
    transition-duration: 500ms;
  }

  .navigation\:duration-700{
    transition-duration: 700ms;
  }

  .navigation\:duration-1000{
    transition-duration: 1000ms;
  }

  .navigation\:delay-75{
    transition-delay: 75ms;
  }

  .navigation\:delay-100{
    transition-delay: 100ms;
  }

  .navigation\:delay-150{
    transition-delay: 150ms;
  }

  .navigation\:delay-200{
    transition-delay: 200ms;
  }

  .navigation\:delay-300{
    transition-delay: 300ms;
  }

  .navigation\:delay-500{
    transition-delay: 500ms;
  }

  .navigation\:delay-700{
    transition-delay: 700ms;
  }

  .navigation\:delay-1000{
    transition-delay: 1000ms;
  }

  .navigation\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .navigation\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .navigation\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .navigation\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .navigation\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 322px){
  .xs\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .xs\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .xs\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .xs\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .xs\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .xs\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .xs\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .xs\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .xs\:container{
      max-width: 1536px;
    }
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xs\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .xs\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .xs\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .xs\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .xs\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .xs\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .xs\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .xs\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xs\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xs\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .xs\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .xs\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .xs\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .xs\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .xs\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .xs\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .xs\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .xs\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .xs\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .xs\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xs\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xs\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xs\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .xs\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .xs\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .xs\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .xs\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xs\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .xs\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xs\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xs\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xs\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xs\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed{
    background-attachment: fixed;
  }

  .xs\:bg-local{
    background-attachment: local;
  }

  .xs\:bg-scroll{
    background-attachment: scroll;
  }

  .xs\:bg-clip-border{
    background-clip: border-box;
  }

  .xs\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xs\:bg-clip-content{
    background-clip: content-box;
  }

  .xs\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:bg-transparent{
    background-color: transparent;
  }

  .xs\:bg-current{
    background-color: currentColor;
  }

  .xs\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xs\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xs\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xs\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xs\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xs\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xs\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xs\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xs\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xs\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xs\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xs\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xs\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xs\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xs\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xs\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xs\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xs\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xs\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xs\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .xs\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xs\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xs\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xs\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xs\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xs\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xs\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xs\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xs\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .xs\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xs\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xs\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xs\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xs\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-none{
    background-image: none;
  }

  .xs\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xs\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .xs\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .xs\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .xs\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .xs\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .xs\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .xs\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xs\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xs\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xs\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xs\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xs\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xs\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xs\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xs\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xs\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xs\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xs\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xs\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xs\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xs\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xs\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xs\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xs\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xs\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xs\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xs\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xs\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xs\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xs\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xs\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xs\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xs\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xs\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xs\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xs\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xs\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xs\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xs\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xs\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xs\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xs\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xs\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xs\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xs\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xs\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xs\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xs\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xs\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xs\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xs\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xs\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xs\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xs\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xs\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xs\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xs\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xs\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xs\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xs\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xs\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xs\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xs\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xs\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xs\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xs\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xs\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xs\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xs\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xs\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xs\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xs\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xs\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xs\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xs\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xs\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xs\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xs\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xs\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xs\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xs\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xs\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xs\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xs\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xs\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xs\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xs\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .xs\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .xs\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .xs\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .xs\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .xs\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .xs\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .xs\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .xs\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .xs\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .xs\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .xs\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .xs\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .xs\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .xs\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .xs\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .xs\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .xs\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .xs\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .xs\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .xs\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .xs\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .xs\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .xs\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .xs\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .xs\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .xs\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .xs\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xs\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xs\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .xs\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .xs\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .xs\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .xs\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .xs\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .xs\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .xs\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .xs\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .xs\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .xs\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .xs\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .xs\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .xs\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .xs\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .xs\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .xs\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .xs\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .xs\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .xs\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .xs\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .xs\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .xs\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xs\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .xs\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .xs\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .xs\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .xs\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .xs\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .xs\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .xs\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .xs\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .xs\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .xs\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .xs\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .xs\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .xs\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .xs\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .xs\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .xs\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .xs\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .xs\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .xs\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .xs\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .xs\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .xs\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .xs\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .xs\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .xs\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .xs\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .xs\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .xs\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .xs\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .xs\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .xs\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .xs\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .xs\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .xs\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .xs\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .xs\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xs\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xs\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xs\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xs\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xs\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xs\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xs\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xs\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xs\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xs\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xs\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xs\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xs\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xs\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xs\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xs\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xs\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xs\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xs\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xs\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xs\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xs\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xs\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xs\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xs\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xs\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xs\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xs\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xs\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xs\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xs\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xs\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xs\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xs\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xs\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xs\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xs\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xs\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xs\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xs\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xs\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xs\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xs\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xs\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xs\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xs\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xs\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xs\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xs\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xs\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xs\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xs\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xs\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xs\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xs\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xs\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xs\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xs\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xs\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xs\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xs\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xs\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xs\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xs\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xs\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xs\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xs\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xs\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xs\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xs\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xs\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xs\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xs\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xs\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xs\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xs\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xs\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xs\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xs\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xs\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .xs\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .xs\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .xs\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .xs\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .xs\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .xs\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .xs\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .xs\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .xs\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .xs\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .xs\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .xs\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .xs\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .xs\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .xs\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .xs\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .xs\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .xs\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .xs\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .xs\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .xs\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .xs\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .xs\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .xs\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .xs\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .xs\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .xs\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xs\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xs\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .xs\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .xs\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .xs\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .xs\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .xs\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .xs\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .xs\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .xs\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .xs\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .xs\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .xs\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .xs\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .xs\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .xs\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .xs\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .xs\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .xs\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .xs\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .xs\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .xs\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .xs\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .xs\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .xs\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .xs\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .xs\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .xs\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .xs\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .xs\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .xs\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .xs\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .xs\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .xs\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .xs\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .xs\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .xs\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .xs\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .xs\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .xs\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .xs\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .xs\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .xs\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .xs\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .xs\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .xs\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .xs\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .xs\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .xs\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .xs\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .xs\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .xs\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .xs\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .xs\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .xs\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .xs\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .xs\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .xs\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .xs\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .xs\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xs\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xs\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xs\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xs\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xs\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xs\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xs\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xs\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xs\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xs\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xs\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xs\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xs\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xs\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xs\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xs\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xs\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xs\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xs\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xs\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xs\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xs\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xs\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xs\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xs\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xs\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xs\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xs\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xs\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xs\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xs\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xs\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xs\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xs\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xs\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xs\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xs\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xs\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xs\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xs\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xs\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xs\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xs\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xs\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xs\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xs\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xs\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xs\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xs\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xs\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xs\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xs\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xs\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xs\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xs\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xs\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xs\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xs\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xs\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xs\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xs\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xs\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xs\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xs\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xs\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xs\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xs\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xs\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xs\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xs\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xs\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xs\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xs\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xs\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xs\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xs\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xs\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xs\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xs\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xs\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xs\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xs\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xs\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xs\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xs\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xs\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xs\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xs\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xs\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xs\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xs\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xs\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xs\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xs\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xs\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xs\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xs\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xs\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xs\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xs\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xs\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xs\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xs\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xs\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xs\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xs\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xs\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xs\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xs\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xs\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xs\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xs\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xs\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xs\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xs\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xs\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xs\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xs\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xs\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xs\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xs\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xs\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xs\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xs\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xs\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xs\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xs\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xs\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xs\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xs\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xs\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xs\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xs\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xs\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xs\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .xs\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .xs\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .xs\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .xs\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .xs\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .xs\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .xs\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .xs\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .xs\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .xs\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .xs\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .xs\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .xs\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .xs\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .xs\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .xs\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .xs\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .xs\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .xs\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .xs\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .xs\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .xs\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .xs\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .xs\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .xs\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .xs\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .xs\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .xs\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .xs\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .xs\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .xs\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .xs\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .xs\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .xs\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .xs\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .xs\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .xs\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .xs\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .xs\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .xs\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .xs\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .xs\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .xs\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .xs\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .xs\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .xs\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .xs\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .xs\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .xs\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .xs\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .xs\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .xs\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .xs\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .xs\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .xs\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .xs\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .xs\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .xs\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .xs\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .xs\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .xs\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .xs\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .xs\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .xs\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .xs\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .xs\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .xs\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .xs\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .xs\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .xs\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .xs\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .xs\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .xs\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .xs\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .xs\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .xs\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .xs\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .xs\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .xs\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .xs\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .xs\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .xs\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .xs\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .xs\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .xs\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .xs\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .xs\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .xs\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .xs\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .xs\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .xs\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .xs\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .xs\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .xs\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .xs\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .xs\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .xs\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .xs\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .xs\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .xs\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xs\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xs\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xs\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .xs\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xs\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xs\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xs\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xs\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .xs\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xs\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .xs\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xs\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xs\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .xs\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xs\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xs\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xs\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xs\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .xs\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .xs\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xs\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xs\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xs\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .xs\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .xs\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xs\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xs\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .xs\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .xs\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xs\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xs\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .xs\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .xs\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .xs\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .xs\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xs\:bg-bottom{
    background-position: bottom;
  }

  .xs\:bg-center{
    background-position: center;
  }

  .xs\:bg-left{
    background-position: left;
  }

  .xs\:bg-left-bottom{
    background-position: left bottom;
  }

  .xs\:bg-left-top{
    background-position: left top;
  }

  .xs\:bg-right{
    background-position: right;
  }

  .xs\:bg-right-bottom{
    background-position: right bottom;
  }

  .xs\:bg-right-top{
    background-position: right top;
  }

  .xs\:bg-top{
    background-position: top;
  }

  .xs\:bg-repeat{
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round{
    background-repeat: round;
  }

  .xs\:bg-repeat-space{
    background-repeat: space;
  }

  .xs\:bg-auto{
    background-size: auto;
  }

  .xs\:bg-cover{
    background-size: cover;
  }

  .xs\:bg-contain{
    background-size: contain;
  }

  .xs\:border-collapse{
    border-collapse: collapse;
  }

  .xs\:border-separate{
    border-collapse: separate;
  }

  .xs\:border-transparent{
    border-color: transparent;
  }

  .xs\:border-current{
    border-color: currentColor;
  }

  .xs\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xs\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xs\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xs\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xs\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xs\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xs\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xs\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xs\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xs\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xs\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xs\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xs\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xs\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xs\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xs\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xs\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xs\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xs\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xs\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xs\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xs\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xs\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xs\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xs\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xs\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xs\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xs\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xs\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xs\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xs\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xs\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xs\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xs\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xs\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xs\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xs\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xs\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xs\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xs\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xs\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xs\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xs\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xs\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xs\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xs\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xs\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xs\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .xs\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xs\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xs\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xs\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xs\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xs\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xs\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xs\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xs\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xs\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xs\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xs\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .xs\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .xs\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xs\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xs\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xs\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xs\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .xs\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xs\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .xs\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xs\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xs\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .xs\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xs\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .xs\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xs\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xs\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xs\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xs\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .xs\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .xs\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .xs\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .xs\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xs\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xs\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xs\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .xs\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .xs\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xs\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xs\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xs\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xs\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .xs\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xs\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .xs\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xs\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xs\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .xs\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xs\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .xs\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xs\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xs\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xs\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xs\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .xs\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .xs\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xs\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xs\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xs\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .xs\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .xs\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xs\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xs\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .xs\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .xs\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xs\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xs\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xs\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xs\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .xs\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .xs\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xs\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xs\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xs\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .xs\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .xs\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xs\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xs\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .xs\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .xs\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xs\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xs\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xs\:rounded-none{
    border-radius: 0px;
  }

  .xs\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xs\:rounded{
    border-radius: 0.25rem;
  }

  .xs\:rounded-md{
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xs\:rounded-2xl{
    border-radius: 1rem;
  }

  .xs\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xs\:rounded-full{
    border-radius: 9999px;
  }

  .xs\:rounded-base{
    border-radius: 1.875rem;
  }

  .xs\:rounded-bar{
    border-radius: 4rem;
  }

  .xs\:rounded-btn{
    border-radius: 25px;
  }

  .xs\:rounded-activities{
    border-radius: 20px;
  }

  .xs\:rounded-img{
    border-radius: 7px;
  }

  .xs\:rounded-input{
    border-radius: 40px;
  }

  .xs\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xs\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .xs\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .xs\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xs\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xs\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .xs\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .xs\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .xs\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .xs\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .xs\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .xs\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .xs\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .xs\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xs\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xs\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .xs\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .xs\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .xs\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .xs\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .xs\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .xs\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .xs\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .xs\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xs\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xs\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .xs\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .xs\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .xs\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .xs\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .xs\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .xs\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .xs\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .xs\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .xs\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .xs\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .xs\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .xs\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .xs\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .xs\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .xs\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .xs\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .xs\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .xs\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .xs\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .xs\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .xs\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .xs\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .xs\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .xs\:border-solid{
    border-style: solid;
  }

  .xs\:border-dashed{
    border-style: dashed;
  }

  .xs\:border-dotted{
    border-style: dotted;
  }

  .xs\:border-double{
    border-style: double;
  }

  .xs\:border-none{
    border-style: none;
  }

  .xs\:border-0{
    border-width: 0px;
  }

  .xs\:border-1{
    border-width: 1px;
  }

  .xs\:border-2{
    border-width: 2px;
  }

  .xs\:border-3{
    border-width: 3px;
  }

  .xs\:border-4{
    border-width: 4px;
  }

  .xs\:border-6{
    border-width: 6px;
  }

  .xs\:border-8{
    border-width: 8px;
  }

  .xs\:border-9{
    border-width: 9px;
  }

  .xs\:border-10{
    border-width: 10px;
  }

  .xs\:border-14{
    border-width: 14px;
  }

  .xs\:border{
    border-width: 1px;
  }

  .xs\:border-t-0{
    border-top-width: 0px;
  }

  .xs\:border-r-0{
    border-right-width: 0px;
  }

  .xs\:border-b-0{
    border-bottom-width: 0px;
  }

  .xs\:border-l-0{
    border-left-width: 0px;
  }

  .xs\:border-t-1{
    border-top-width: 1px;
  }

  .xs\:border-r-1{
    border-right-width: 1px;
  }

  .xs\:border-b-1{
    border-bottom-width: 1px;
  }

  .xs\:border-l-1{
    border-left-width: 1px;
  }

  .xs\:border-t-2{
    border-top-width: 2px;
  }

  .xs\:border-r-2{
    border-right-width: 2px;
  }

  .xs\:border-b-2{
    border-bottom-width: 2px;
  }

  .xs\:border-l-2{
    border-left-width: 2px;
  }

  .xs\:border-t-3{
    border-top-width: 3px;
  }

  .xs\:border-r-3{
    border-right-width: 3px;
  }

  .xs\:border-b-3{
    border-bottom-width: 3px;
  }

  .xs\:border-l-3{
    border-left-width: 3px;
  }

  .xs\:border-t-4{
    border-top-width: 4px;
  }

  .xs\:border-r-4{
    border-right-width: 4px;
  }

  .xs\:border-b-4{
    border-bottom-width: 4px;
  }

  .xs\:border-l-4{
    border-left-width: 4px;
  }

  .xs\:border-t-6{
    border-top-width: 6px;
  }

  .xs\:border-r-6{
    border-right-width: 6px;
  }

  .xs\:border-b-6{
    border-bottom-width: 6px;
  }

  .xs\:border-l-6{
    border-left-width: 6px;
  }

  .xs\:border-t-8{
    border-top-width: 8px;
  }

  .xs\:border-r-8{
    border-right-width: 8px;
  }

  .xs\:border-b-8{
    border-bottom-width: 8px;
  }

  .xs\:border-l-8{
    border-left-width: 8px;
  }

  .xs\:border-t-9{
    border-top-width: 9px;
  }

  .xs\:border-r-9{
    border-right-width: 9px;
  }

  .xs\:border-b-9{
    border-bottom-width: 9px;
  }

  .xs\:border-l-9{
    border-left-width: 9px;
  }

  .xs\:border-t-10{
    border-top-width: 10px;
  }

  .xs\:border-r-10{
    border-right-width: 10px;
  }

  .xs\:border-b-10{
    border-bottom-width: 10px;
  }

  .xs\:border-l-10{
    border-left-width: 10px;
  }

  .xs\:border-t-14{
    border-top-width: 14px;
  }

  .xs\:border-r-14{
    border-right-width: 14px;
  }

  .xs\:border-b-14{
    border-bottom-width: 14px;
  }

  .xs\:border-l-14{
    border-left-width: 14px;
  }

  .xs\:border-t{
    border-top-width: 1px;
  }

  .xs\:border-r{
    border-right-width: 1px;
  }

  .xs\:border-b{
    border-bottom-width: 1px;
  }

  .xs\:border-l{
    border-left-width: 1px;
  }

  .xs\:box-border{
    box-sizing: border-box;
  }

  .xs\:box-content{
    box-sizing: content-box;
  }

  .xs\:cursor-auto{
    cursor: auto;
  }

  .xs\:cursor-default{
    cursor: default;
  }

  .xs\:cursor-pointer{
    cursor: pointer;
  }

  .xs\:cursor-wait{
    cursor: wait;
  }

  .xs\:cursor-text{
    cursor: text;
  }

  .xs\:cursor-move{
    cursor: move;
  }

  .xs\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xs\:block{
    display: block;
  }

  .xs\:inline-block{
    display: inline-block;
  }

  .xs\:inline{
    display: inline;
  }

  .xs\:flex{
    display: flex;
  }

  .xs\:inline-flex{
    display: inline-flex;
  }

  .xs\:table{
    display: table;
  }

  .xs\:table-caption{
    display: table-caption;
  }

  .xs\:table-cell{
    display: table-cell;
  }

  .xs\:table-column{
    display: table-column;
  }

  .xs\:table-column-group{
    display: table-column-group;
  }

  .xs\:table-footer-group{
    display: table-footer-group;
  }

  .xs\:table-header-group{
    display: table-header-group;
  }

  .xs\:table-row-group{
    display: table-row-group;
  }

  .xs\:table-row{
    display: table-row;
  }

  .xs\:flow-root{
    display: flow-root;
  }

  .xs\:grid{
    display: grid;
  }

  .xs\:inline-grid{
    display: inline-grid;
  }

  .xs\:contents{
    display: contents;
  }

  .xs\:hidden{
    display: none;
  }

  .xs\:flex-row{
    flex-direction: row;
  }

  .xs\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xs\:flex-col{
    flex-direction: column;
  }

  .xs\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap{
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xs\:place-items-auto{
    place-items: auto;
  }

  .xs\:place-items-start{
    place-items: start;
  }

  .xs\:place-items-end{
    place-items: end;
  }

  .xs\:place-items-center{
    place-items: center;
  }

  .xs\:place-items-stretch{
    place-items: stretch;
  }

  .xs\:place-content-center{
    place-content: center;
  }

  .xs\:place-content-start{
    place-content: start;
  }

  .xs\:place-content-end{
    place-content: end;
  }

  .xs\:place-content-between{
    place-content: space-between;
  }

  .xs\:place-content-around{
    place-content: space-around;
  }

  .xs\:place-content-evenly{
    place-content: space-evenly;
  }

  .xs\:place-content-stretch{
    place-content: stretch;
  }

  .xs\:place-self-auto{
    place-self: auto;
  }

  .xs\:place-self-start{
    place-self: start;
  }

  .xs\:place-self-end{
    place-self: end;
  }

  .xs\:place-self-center{
    place-self: center;
  }

  .xs\:place-self-stretch{
    place-self: stretch;
  }

  .xs\:items-start{
    align-items: flex-start;
  }

  .xs\:items-end{
    align-items: flex-end;
  }

  .xs\:items-center{
    align-items: center;
  }

  .xs\:items-baseline{
    align-items: baseline;
  }

  .xs\:items-stretch{
    align-items: stretch;
  }

  .xs\:content-center{
    align-content: center;
  }

  .xs\:content-start{
    align-content: flex-start;
  }

  .xs\:content-end{
    align-content: flex-end;
  }

  .xs\:content-between{
    align-content: space-between;
  }

  .xs\:content-around{
    align-content: space-around;
  }

  .xs\:content-evenly{
    align-content: space-evenly;
  }

  .xs\:self-auto{
    align-self: auto;
  }

  .xs\:self-start{
    align-self: flex-start;
  }

  .xs\:self-end{
    align-self: flex-end;
  }

  .xs\:self-center{
    align-self: center;
  }

  .xs\:self-stretch{
    align-self: stretch;
  }

  .xs\:justify-items-auto{
    justify-items: auto;
  }

  .xs\:justify-items-start{
    justify-items: start;
  }

  .xs\:justify-items-end{
    justify-items: end;
  }

  .xs\:justify-items-center{
    justify-items: center;
  }

  .xs\:justify-items-stretch{
    justify-items: stretch;
  }

  .xs\:justify-start{
    justify-content: flex-start;
  }

  .xs\:justify-end{
    justify-content: flex-end;
  }

  .xs\:justify-center{
    justify-content: center;
  }

  .xs\:justify-between{
    justify-content: space-between;
  }

  .xs\:justify-around{
    justify-content: space-around;
  }

  .xs\:justify-evenly{
    justify-content: space-evenly;
  }

  .xs\:justify-self-auto{
    justify-self: auto;
  }

  .xs\:justify-self-start{
    justify-self: start;
  }

  .xs\:justify-self-end{
    justify-self: end;
  }

  .xs\:justify-self-center{
    justify-self: center;
  }

  .xs\:justify-self-stretch{
    justify-self: stretch;
  }

  .xs\:flex-1{
    flex: 1 1 0%;
  }

  .xs\:flex-auto{
    flex: 1 1 auto;
  }

  .xs\:flex-initial{
    flex: 0 1 auto;
  }

  .xs\:flex-none{
    flex: none;
  }

  .xs\:flex-grow-0{
    flex-grow: 0;
  }

  .xs\:flex-grow{
    flex-grow: 1;
  }

  .xs\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xs\:flex-shrink{
    flex-shrink: 1;
  }

  .xs\:order-1{
    order: 1;
  }

  .xs\:order-2{
    order: 2;
  }

  .xs\:order-3{
    order: 3;
  }

  .xs\:order-4{
    order: 4;
  }

  .xs\:order-5{
    order: 5;
  }

  .xs\:order-6{
    order: 6;
  }

  .xs\:order-7{
    order: 7;
  }

  .xs\:order-8{
    order: 8;
  }

  .xs\:order-9{
    order: 9;
  }

  .xs\:order-10{
    order: 10;
  }

  .xs\:order-11{
    order: 11;
  }

  .xs\:order-12{
    order: 12;
  }

  .xs\:order-first{
    order: -9999;
  }

  .xs\:order-last{
    order: 9999;
  }

  .xs\:order-none{
    order: 0;
  }

  .xs\:float-right{
    float: right;
  }

  .xs\:float-left{
    float: left;
  }

  .xs\:float-none{
    float: none;
  }

  .xs\:clear-left{
    clear: left;
  }

  .xs\:clear-right{
    clear: right;
  }

  .xs\:clear-both{
    clear: both;
  }

  .xs\:clear-none{
    clear: none;
  }

  .xs\:font-sans{
    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";
  }

  .xs\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xs\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xs\:font-OpenSans{
    font-family: Open Sans;
  }

  .xs\:font-Poppins{
    font-family: Poppins;
  }

  .xs\:font-thin{
    font-weight: 100;
  }

  .xs\:font-extralight{
    font-weight: 200;
  }

  .xs\:font-light{
    font-weight: 300;
  }

  .xs\:font-normal{
    font-weight: 400;
  }

  .xs\:font-medium{
    font-weight: 500;
  }

  .xs\:font-semibold{
    font-weight: 600;
  }

  .xs\:font-bold{
    font-weight: 700;
  }

  .xs\:font-extrabold{
    font-weight: 800;
  }

  .xs\:font-black{
    font-weight: 900;
  }

  .xs\:h-0{
    height: 0px;
  }

  .xs\:h-1{
    height: 0.25rem;
  }

  .xs\:h-2{
    height: 0.5rem;
  }

  .xs\:h-3{
    height: 0.75rem;
  }

  .xs\:h-4{
    height: 1rem;
  }

  .xs\:h-5{
    height: 1.25rem;
  }

  .xs\:h-6{
    height: 1.5rem;
  }

  .xs\:h-7{
    height: 1.75rem;
  }

  .xs\:h-8{
    height: 2rem;
  }

  .xs\:h-9{
    height: 2.25rem;
  }

  .xs\:h-10{
    height: 2.5rem;
  }

  .xs\:h-11{
    height: 2.75rem;
  }

  .xs\:h-12{
    height: 3rem;
  }

  .xs\:h-13{
    height: 3.25rem;
  }

  .xs\:h-14{
    height: 3.5rem;
  }

  .xs\:h-15{
    height: 3.75rem;
  }

  .xs\:h-16{
    height: 4rem;
  }

  .xs\:h-17{
    height: 4.375rem;
  }

  .xs\:h-18{
    height: 4.5rem;
  }

  .xs\:h-19{
    height: 4.75rem;
  }

  .xs\:h-20{
    height: 5rem;
  }

  .xs\:h-21{
    height: 5.5rem;
  }

  .xs\:h-22{
    height: 5.625rem;
  }

  .xs\:h-23{
    height: 6.375rem;
  }

  .xs\:h-24{
    height: 6rem;
  }

  .xs\:h-25{
    height: 6.5rem;
  }

  .xs\:h-26{
    height: 6.75rem;
  }

  .xs\:h-27{
    height: 6.25rem;
  }

  .xs\:h-28{
    height: 7rem;
  }

  .xs\:h-29{
    height: 7.5rem;
  }

  .xs\:h-32{
    height: 8rem;
  }

  .xs\:h-34{
    height: 8.5rem;
  }

  .xs\:h-35{
    height: 8.75rem;
  }

  .xs\:h-36{
    height: 9rem;
  }

  .xs\:h-37{
    height: 9.125rem;
  }

  .xs\:h-38{
    height: 9.5rem;
  }

  .xs\:h-40{
    height: 10rem;
  }

  .xs\:h-41{
    height: 10.5rem;
  }

  .xs\:h-42{
    height: 10.625rem;
  }

  .xs\:h-44{
    height: 11rem;
  }

  .xs\:h-45{
    height: 11.875rem;
  }

  .xs\:h-48{
    height: 12rem;
  }

  .xs\:h-49{
    height: 12.5rem;
  }

  .xs\:h-51{
    height: 13.375rem;
  }

  .xs\:h-52{
    height: 13rem;
  }

  .xs\:h-56{
    height: 14rem;
  }

  .xs\:h-57{
    height: 14.375rem;
  }

  .xs\:h-60{
    height: 15rem;
  }

  .xs\:h-64{
    height: 16rem;
  }

  .xs\:h-65{
    height: 17rem;
  }

  .xs\:h-66{
    height: 17.5rem;
  }

  .xs\:h-72{
    height: 18rem;
  }

  .xs\:h-73{
    height: 18.5rem;
  }

  .xs\:h-80{
    height: 20rem;
  }

  .xs\:h-81{
    height: 21.5rem;
  }

  .xs\:h-82{
    height: 22rem;
  }

  .xs\:h-83{
    height: 23.8125rem;
  }

  .xs\:h-84{
    height: 23rem;
  }

  .xs\:h-94{
    height: 28rem;
  }

  .xs\:h-96{
    height: 24rem;
  }

  .xs\:h-98{
    height: 32rem;
  }

  .xs\:h-100{
    height: 90%;
  }

  .xs\:h-auto{
    height: auto;
  }

  .xs\:h-px{
    height: 1px;
  }

  .xs\:h-0\.5{
    height: 0.125rem;
  }

  .xs\:h-1\.5{
    height: 0.375rem;
  }

  .xs\:h-2\.5{
    height: 0.625rem;
  }

  .xs\:h-3\.5{
    height: 0.875rem;
  }

  .xs\:h-4\.5{
    height: 1.125rem;
  }

  .xs\:h-5\.5{
    height: 1.375rem;
  }

  .xs\:h-6\.5{
    height: 1.625rem;
  }

  .xs\:h-7\.5{
    height: 1.875rem;
  }

  .xs\:h-8\.5{
    height: 2.125rem;
  }

  .xs\:h-9\.5{
    height: 2.375rem;
  }

  .xs\:h-10\.5{
    height: 2.625rem;
  }

  .xs\:h-11\.5{
    height: 2.875rem;
  }

  .xs\:h-12\.5{
    height: 3.125rem;
  }

  .xs\:h-13\.5{
    height: 3.375rem;
  }

  .xs\:h-15\.5{
    height: 3.8rem;
  }

  .xs\:h-16\.5{
    height: 4.25rem;
  }

  .xs\:h-17\.5{
    height: 4.25rem;
  }

  .xs\:h-18\.5{
    height: 4.625rem;
  }

  .xs\:h-20\.5{
    height: 5.25rem;
  }

  .xs\:h-21\.5{
    height: 5.75rem;
  }

  .xs\:h-22\.5{
    height: 5.875rem;
  }

  .xs\:h-24\.5{
    height: 6.625rem;
  }

  .xs\:h-28\.5{
    height: 7.375rem;
  }

  .xs\:h-29\.5{
    height: 7.75rem;
  }

  .xs\:h-32\.5{
    height: 8.5rem;
  }

  .xs\:h-33\.5{
    height: 8.8125rem;
  }

  .xs\:h-42\.5{
    height: 10.875rem;
  }

  .xs\:h-49\.5{
    height: 12.75rem;
  }

  .xs\:h-72\.5{
    height: 18.25rem;
  }

  .xs\:h-1\/2{
    height: 50%;
  }

  .xs\:h-1\/3{
    height: 33.333333%;
  }

  .xs\:h-2\/3{
    height: 66.666667%;
  }

  .xs\:h-1\/4{
    height: 25%;
  }

  .xs\:h-2\/4{
    height: 50%;
  }

  .xs\:h-3\/4{
    height: 75%;
  }

  .xs\:h-1\/5{
    height: 20%;
  }

  .xs\:h-2\/5{
    height: 40%;
  }

  .xs\:h-3\/5{
    height: 60%;
  }

  .xs\:h-4\/5{
    height: 80%;
  }

  .xs\:h-1\/6{
    height: 16.666667%;
  }

  .xs\:h-2\/6{
    height: 33.333333%;
  }

  .xs\:h-3\/6{
    height: 50%;
  }

  .xs\:h-4\/6{
    height: 66.666667%;
  }

  .xs\:h-5\/6{
    height: 83.333333%;
  }

  .xs\:h-full{
    height: 100%;
  }

  .xs\:h-screen{
    height: 100vh;
  }

  .xs\:h-1\.4{
    height: 0.3125rem;
  }

  .xs\:h-14\.5{
    height: 3.875rem;
  }

  .xs\:h-52\.5{
    height: 13.5rem;
  }

  .xs\:h-56\.5{
    height: 14.625rem;
  }

  .xs\:h-64\.5{
    height: 16.5rem;
  }

  .xs\:h-66\.5{
    height: 17.625rem;
  }

  .xs\:h-80\.5{
    height: 20.25rem;
  }

  .xs\:h-81\.5{
    height: 21.125rem;
  }

  .xs\:h-icons-xxl{
    height: 103px;
  }

  .xs\:h-activities{
    height: 416px;
  }

  .xs\:h-activities-sm{
    height: 215px;
  }

  .xs\:h-community{
    height: 390px;
  }

  .xs\:h-community-md{
    height: 420px;
  }

  .xs\:h-community-sm{
    height: 515px;
  }

  .xs\:h-slide{
    height: 792px;
  }

  .xs\:h-slide-md{
    height: 640px;
  }

  .xs\:h-slide-sm{
    height: 443px;
  }

  .xs\:h-bg-commission{
    height: 303px;
  }

  .xs\:h-bg-commission-sm{
    height: 94px;
  }

  .xs\:h-bg-commission-md{
    height: 200px;
  }

  .xs\:h-item-commission{
    height: 201px;
  }

  .xs\:h-item-commission-sm{
    height: 165px;
  }

  .xs\:h-about{
    height: 661px;
  }

  .xs\:h-about-sm{
    height: 290px;
  }

  .xs\:h-about-md{
    height: 350px;
  }

  .xs\:h-items{
    height: 273px;
  }

  .xs\:h-items-sm{
    height: 230px;
  }

  .xs\:h-items-2{
    height: 317px;
  }

  .xs\:h-items-2-sm{
    height: 260px;
  }

  .xs\:h-news{
    height: 568px;
  }

  .xs\:h-news-sm{
    height: 240px;
  }

  .xs\:h-news2{
    height: 277px;
  }

  .xs\:h-news3{
    height: 259px;
  }

  .xs\:h-img-vision{
    height: 496px;
  }

  .xs\:h-directive{
    height: 492px;
  }

  .xs\:h-directive-md{
    height: 392px;
  }

  .xs\:h-directive-sm{
    height: 270px;
  }

  .xs\:h-img-vision-md{
    height: 300px;
  }

  .xs\:h-img-vision-sm{
    height: 220px;
  }

  .xs\:h-circle{
    height: 120px;
  }

  .xs\:h-circle-xl{
    height: 215px;
  }

  .xs\:h-value{
    height: 196px;
  }

  .xs\:h-modal{
    height: 661px;
  }

  .xs\:h-modal-lg{
    height: 480px;
  }

  .xs\:h-modal-md{
    height: 400px;
  }

  .xs\:h-modal-sm{
    height: 280px;
  }

  .xs\:h-hero{
    height: 424px;
  }

  .xs\:h-hero-md{
    height: 300px;
  }

  .xs\:h-hero-sm{
    height: 240px;
  }

  .xs\:h-form{
    height: 382px;
  }

  .xs\:h-login{
    height: 1008px;
  }

  .xs\:h-login-lg{
    height: 900px;
  }

  .xs\:h-login-sm{
    height: 500px;
  }

  .xs\:h-because{
    height: 117px;
  }

  .xs\:h-because-sm{
    height: 80px;
  }

  .xs\:h-debate{
    height: 368px;
  }

  .xs\:h-debate-sm{
    height: 280px;
  }

  .xs\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .xs\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xs\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xs\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .xs\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xs\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xs\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xs\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xs\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xs\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xs\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xs\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xs\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xs\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xs\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .xs\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .xs\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .xs\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .xs\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .xs\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .xs\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .xs\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .xs\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .xs\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .xs\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .xs\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .xs\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .xs\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .xs\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .xs\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .xs\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .xs\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .xs\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .xs\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .xs\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .xs\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .xs\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .xs\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .xs\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .xs\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .xs\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .xs\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .xs\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .xs\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .xs\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .xs\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .xs\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .xs\:leading-3{
    line-height: .75rem;
  }

  .xs\:leading-4{
    line-height: 1rem;
  }

  .xs\:leading-5{
    line-height: 1.25rem;
  }

  .xs\:leading-6{
    line-height: 1.5rem;
  }

  .xs\:leading-7{
    line-height: 1.75rem;
  }

  .xs\:leading-8{
    line-height: 2rem;
  }

  .xs\:leading-9{
    line-height: 2.25rem;
  }

  .xs\:leading-10{
    line-height: 2.5rem;
  }

  .xs\:leading-none{
    line-height: 1;
  }

  .xs\:leading-tight{
    line-height: 1.25;
  }

  .xs\:leading-snug{
    line-height: 1.375;
  }

  .xs\:leading-normal{
    line-height: 1.5;
  }

  .xs\:leading-relaxed{
    line-height: 1.625;
  }

  .xs\:leading-loose{
    line-height: 2;
  }

  .xs\:list-inside{
    list-style-position: inside;
  }

  .xs\:list-outside{
    list-style-position: outside;
  }

  .xs\:list-none{
    list-style-type: none;
  }

  .xs\:list-disc{
    list-style-type: disc;
  }

  .xs\:list-decimal{
    list-style-type: decimal;
  }

  .xs\:m-0{
    margin: 0px;
  }

  .xs\:m-1{
    margin: 0.25rem;
  }

  .xs\:m-2{
    margin: 0.5rem;
  }

  .xs\:m-3{
    margin: 0.75rem;
  }

  .xs\:m-4{
    margin: 1rem;
  }

  .xs\:m-5{
    margin: 1.25rem;
  }

  .xs\:m-6{
    margin: 1.5rem;
  }

  .xs\:m-7{
    margin: 1.75rem;
  }

  .xs\:m-8{
    margin: 2rem;
  }

  .xs\:m-9{
    margin: 2.25rem;
  }

  .xs\:m-10{
    margin: 2.5rem;
  }

  .xs\:m-11{
    margin: 2.75rem;
  }

  .xs\:m-12{
    margin: 3rem;
  }

  .xs\:m-13{
    margin: 3.375rem;
  }

  .xs\:m-14{
    margin: 3.5rem;
  }

  .xs\:m-15{
    margin: 3.75rem;
  }

  .xs\:m-16{
    margin: 4rem;
  }

  .xs\:m-17{
    margin: 4.375rem;
  }

  .xs\:m-18{
    margin: 4.5rem;
  }

  .xs\:m-19{
    margin: 4.75rem;
  }

  .xs\:m-20{
    margin: 5rem;
  }

  .xs\:m-21{
    margin: 5.5rem;
  }

  .xs\:m-22{
    margin: 5.625rem;
  }

  .xs\:m-23{
    margin: 6.125rem;
  }

  .xs\:m-24{
    margin: 6rem;
  }

  .xs\:m-25{
    margin: 6.5rem;
  }

  .xs\:m-26{
    margin: 6.75rem;
  }

  .xs\:m-27{
    margin: 6.25rem;
  }

  .xs\:m-28{
    margin: 7rem;
  }

  .xs\:m-29{
    margin: 7.5rem;
  }

  .xs\:m-32{
    margin: 8rem;
  }

  .xs\:m-34{
    margin: 8.5rem;
  }

  .xs\:m-35{
    margin: 8.75rem;
  }

  .xs\:m-36{
    margin: 9rem;
  }

  .xs\:m-37{
    margin: 9.125rem;
  }

  .xs\:m-38{
    margin: 9.5rem;
  }

  .xs\:m-40{
    margin: 10rem;
  }

  .xs\:m-41{
    margin: 10.5rem;
  }

  .xs\:m-42{
    margin: 10.625rem;
  }

  .xs\:m-44{
    margin: 11rem;
  }

  .xs\:m-45{
    margin: 11.25rem;
  }

  .xs\:m-48{
    margin: 12rem;
  }

  .xs\:m-49{
    margin: 12.5rem;
  }

  .xs\:m-52{
    margin: 13rem;
  }

  .xs\:m-56{
    margin: 14rem;
  }

  .xs\:m-57{
    margin: 14.375rem;
  }

  .xs\:m-60{
    margin: 15rem;
  }

  .xs\:m-64{
    margin: 16rem;
  }

  .xs\:m-72{
    margin: 18rem;
  }

  .xs\:m-80{
    margin: 20rem;
  }

  .xs\:m-82{
    margin: 22rem;
  }

  .xs\:m-83{
    margin: 23.8125rem;
  }

  .xs\:m-96{
    margin: 24rem;
  }

  .xs\:m-auto{
    margin: auto;
  }

  .xs\:m-px{
    margin: 1px;
  }

  .xs\:m-0\.5{
    margin: 0.125rem;
  }

  .xs\:m-1\.5{
    margin: 0.375rem;
  }

  .xs\:m-2\.5{
    margin: 0.625rem;
  }

  .xs\:m-3\.5{
    margin: 0.875rem;
  }

  .xs\:m-4\.5{
    margin: 1.125rem;
  }

  .xs\:m-5\.5{
    margin: 1.375rem;
  }

  .xs\:m-6\.5{
    margin: 1.625rem;
  }

  .xs\:m-7\.5{
    margin: 1.875rem;
  }

  .xs\:m-8\.5{
    margin: 2.125rem;
  }

  .xs\:m-9\.5{
    margin: 2.375rem;
  }

  .xs\:m-10\.5{
    margin: 2.625rem;
  }

  .xs\:m-11\.5{
    margin: 2.875rem;
  }

  .xs\:m-12\.5{
    margin: 3.125rem;
  }

  .xs\:m-13\.5{
    margin: 3.25rem;
  }

  .xs\:m-15\.5{
    margin: 3.8rem;
  }

  .xs\:m-16\.5{
    margin: 4.125rem;
  }

  .xs\:m-17\.5{
    margin: 4.25rem;
  }

  .xs\:m-18\.5{
    margin: 4.625rem;
  }

  .xs\:m-20\.5{
    margin: 5.25rem;
  }

  .xs\:m-21\.5{
    margin: 5.75rem;
  }

  .xs\:m-22\.5{
    margin: 5.875rem;
  }

  .xs\:m-24\.5{
    margin: 6.8125rem;
  }

  .xs\:m-28\.5{
    margin: 7.375rem;
  }

  .xs\:m-29\.5{
    margin: 7.75rem;
  }

  .xs\:m-32\.5{
    margin: 8.125rem;
  }

  .xs\:m-33\.5{
    margin: 8.8125rem;
  }

  .xs\:m-42\.5{
    margin: 10.875rem;
  }

  .xs\:m-49\.5{
    margin: 12.75rem;
  }

  .xs\:m-72\.5{
    margin: 18.25rem;
  }

  .xs\:-m-0{
    margin: 0px;
  }

  .xs\:-m-1{
    margin: -0.25rem;
  }

  .xs\:-m-2{
    margin: -0.5rem;
  }

  .xs\:-m-3{
    margin: -0.75rem;
  }

  .xs\:-m-4{
    margin: -1rem;
  }

  .xs\:-m-5{
    margin: -1.25rem;
  }

  .xs\:-m-6{
    margin: -1.5rem;
  }

  .xs\:-m-7{
    margin: -1.75rem;
  }

  .xs\:-m-8{
    margin: -2rem;
  }

  .xs\:-m-9{
    margin: -2.25rem;
  }

  .xs\:-m-10{
    margin: -2.5rem;
  }

  .xs\:-m-11{
    margin: -2.75rem;
  }

  .xs\:-m-12{
    margin: -3rem;
  }

  .xs\:-m-13{
    margin: -3.375rem;
  }

  .xs\:-m-14{
    margin: -3.5rem;
  }

  .xs\:-m-15{
    margin: -3.75rem;
  }

  .xs\:-m-16{
    margin: -4rem;
  }

  .xs\:-m-17{
    margin: -4.375rem;
  }

  .xs\:-m-18{
    margin: -4.5rem;
  }

  .xs\:-m-19{
    margin: -4.75rem;
  }

  .xs\:-m-20{
    margin: -5rem;
  }

  .xs\:-m-21{
    margin: -5.5rem;
  }

  .xs\:-m-22{
    margin: -5.625rem;
  }

  .xs\:-m-23{
    margin: -6.125rem;
  }

  .xs\:-m-24{
    margin: -6rem;
  }

  .xs\:-m-25{
    margin: -6.5rem;
  }

  .xs\:-m-26{
    margin: -6.75rem;
  }

  .xs\:-m-27{
    margin: -6.25rem;
  }

  .xs\:-m-28{
    margin: -7rem;
  }

  .xs\:-m-29{
    margin: -7.5rem;
  }

  .xs\:-m-32{
    margin: -8rem;
  }

  .xs\:-m-34{
    margin: -8.5rem;
  }

  .xs\:-m-35{
    margin: -8.75rem;
  }

  .xs\:-m-36{
    margin: -9rem;
  }

  .xs\:-m-37{
    margin: -9.125rem;
  }

  .xs\:-m-38{
    margin: -9.5rem;
  }

  .xs\:-m-40{
    margin: -10rem;
  }

  .xs\:-m-41{
    margin: -10.5rem;
  }

  .xs\:-m-42{
    margin: -10.625rem;
  }

  .xs\:-m-44{
    margin: -11rem;
  }

  .xs\:-m-45{
    margin: -11.25rem;
  }

  .xs\:-m-48{
    margin: -12rem;
  }

  .xs\:-m-49{
    margin: -12.5rem;
  }

  .xs\:-m-52{
    margin: -13rem;
  }

  .xs\:-m-56{
    margin: -14rem;
  }

  .xs\:-m-57{
    margin: -14.375rem;
  }

  .xs\:-m-60{
    margin: -15rem;
  }

  .xs\:-m-64{
    margin: -16rem;
  }

  .xs\:-m-72{
    margin: -18rem;
  }

  .xs\:-m-80{
    margin: -20rem;
  }

  .xs\:-m-82{
    margin: -22rem;
  }

  .xs\:-m-83{
    margin: -23.8125rem;
  }

  .xs\:-m-96{
    margin: -24rem;
  }

  .xs\:-m-px{
    margin: -1px;
  }

  .xs\:-m-0\.5{
    margin: -0.125rem;
  }

  .xs\:-m-1\.5{
    margin: -0.375rem;
  }

  .xs\:-m-2\.5{
    margin: -0.625rem;
  }

  .xs\:-m-3\.5{
    margin: -0.875rem;
  }

  .xs\:-m-4\.5{
    margin: -1.125rem;
  }

  .xs\:-m-5\.5{
    margin: -1.375rem;
  }

  .xs\:-m-6\.5{
    margin: -1.625rem;
  }

  .xs\:-m-7\.5{
    margin: -1.875rem;
  }

  .xs\:-m-8\.5{
    margin: -2.125rem;
  }

  .xs\:-m-9\.5{
    margin: -2.375rem;
  }

  .xs\:-m-10\.5{
    margin: -2.625rem;
  }

  .xs\:-m-11\.5{
    margin: -2.875rem;
  }

  .xs\:-m-12\.5{
    margin: -3.125rem;
  }

  .xs\:-m-13\.5{
    margin: -3.25rem;
  }

  .xs\:-m-15\.5{
    margin: -3.8rem;
  }

  .xs\:-m-16\.5{
    margin: -4.125rem;
  }

  .xs\:-m-17\.5{
    margin: -4.25rem;
  }

  .xs\:-m-18\.5{
    margin: -4.625rem;
  }

  .xs\:-m-20\.5{
    margin: -5.25rem;
  }

  .xs\:-m-21\.5{
    margin: -5.75rem;
  }

  .xs\:-m-22\.5{
    margin: -5.875rem;
  }

  .xs\:-m-24\.5{
    margin: -6.8125rem;
  }

  .xs\:-m-28\.5{
    margin: -7.375rem;
  }

  .xs\:-m-29\.5{
    margin: -7.75rem;
  }

  .xs\:-m-32\.5{
    margin: -8.125rem;
  }

  .xs\:-m-33\.5{
    margin: -8.8125rem;
  }

  .xs\:-m-42\.5{
    margin: -10.875rem;
  }

  .xs\:-m-49\.5{
    margin: -12.75rem;
  }

  .xs\:-m-72\.5{
    margin: -18.25rem;
  }

  .xs\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xs\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xs\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .xs\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .xs\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .xs\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .xs\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xs\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xs\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .xs\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .xs\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .xs\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .xs\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .xs\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .xs\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xs\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xs\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xs\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xs\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xs\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xs\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xs\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xs\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .xs\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .xs\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xs\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xs\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xs\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xs\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .xs\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .xs\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xs\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xs\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xs\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xs\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .xs\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .xs\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xs\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xs\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xs\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xs\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .xs\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .xs\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xs\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xs\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xs\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xs\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xs\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xs\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xs\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xs\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xs\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xs\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xs\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .xs\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .xs\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .xs\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .xs\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xs\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xs\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .xs\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .xs\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .xs\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .xs\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .xs\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .xs\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .xs\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .xs\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xs\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xs\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xs\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xs\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .xs\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .xs\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .xs\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .xs\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xs\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xs\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .xs\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .xs\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xs\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xs\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .xs\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .xs\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .xs\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .xs\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .xs\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .xs\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .xs\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .xs\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .xs\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .xs\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .xs\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .xs\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .xs\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .xs\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .xs\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .xs\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .xs\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .xs\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .xs\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .xs\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xs\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xs\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .xs\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .xs\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .xs\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .xs\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xs\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xs\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .xs\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .xs\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .xs\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .xs\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .xs\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .xs\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xs\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xs\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xs\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xs\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xs\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xs\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xs\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xs\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .xs\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .xs\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xs\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xs\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xs\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xs\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .xs\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .xs\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xs\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xs\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xs\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xs\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .xs\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .xs\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xs\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xs\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xs\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xs\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .xs\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .xs\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xs\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xs\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xs\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xs\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xs\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xs\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xs\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xs\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xs\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xs\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xs\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .xs\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .xs\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .xs\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .xs\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xs\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xs\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .xs\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .xs\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .xs\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .xs\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .xs\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .xs\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .xs\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .xs\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xs\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xs\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xs\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xs\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .xs\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .xs\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .xs\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .xs\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xs\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xs\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .xs\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .xs\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xs\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xs\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .xs\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .xs\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .xs\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .xs\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .xs\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .xs\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .xs\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .xs\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .xs\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .xs\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .xs\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .xs\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .xs\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .xs\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .xs\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .xs\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .xs\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .xs\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .xs\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .xs\:mt-0{
    margin-top: 0px;
  }

  .xs\:mr-0{
    margin-right: 0px;
  }

  .xs\:mb-0{
    margin-bottom: 0px;
  }

  .xs\:ml-0{
    margin-left: 0px;
  }

  .xs\:mt-1{
    margin-top: 0.25rem;
  }

  .xs\:mr-1{
    margin-right: 0.25rem;
  }

  .xs\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xs\:ml-1{
    margin-left: 0.25rem;
  }

  .xs\:mt-2{
    margin-top: 0.5rem;
  }

  .xs\:mr-2{
    margin-right: 0.5rem;
  }

  .xs\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xs\:ml-2{
    margin-left: 0.5rem;
  }

  .xs\:mt-3{
    margin-top: 0.75rem;
  }

  .xs\:mr-3{
    margin-right: 0.75rem;
  }

  .xs\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xs\:ml-3{
    margin-left: 0.75rem;
  }

  .xs\:mt-4{
    margin-top: 1rem;
  }

  .xs\:mr-4{
    margin-right: 1rem;
  }

  .xs\:mb-4{
    margin-bottom: 1rem;
  }

  .xs\:ml-4{
    margin-left: 1rem;
  }

  .xs\:mt-5{
    margin-top: 1.25rem;
  }

  .xs\:mr-5{
    margin-right: 1.25rem;
  }

  .xs\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5{
    margin-left: 1.25rem;
  }

  .xs\:mt-6{
    margin-top: 1.5rem;
  }

  .xs\:mr-6{
    margin-right: 1.5rem;
  }

  .xs\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6{
    margin-left: 1.5rem;
  }

  .xs\:mt-7{
    margin-top: 1.75rem;
  }

  .xs\:mr-7{
    margin-right: 1.75rem;
  }

  .xs\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xs\:ml-7{
    margin-left: 1.75rem;
  }

  .xs\:mt-8{
    margin-top: 2rem;
  }

  .xs\:mr-8{
    margin-right: 2rem;
  }

  .xs\:mb-8{
    margin-bottom: 2rem;
  }

  .xs\:ml-8{
    margin-left: 2rem;
  }

  .xs\:mt-9{
    margin-top: 2.25rem;
  }

  .xs\:mr-9{
    margin-right: 2.25rem;
  }

  .xs\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xs\:ml-9{
    margin-left: 2.25rem;
  }

  .xs\:mt-10{
    margin-top: 2.5rem;
  }

  .xs\:mr-10{
    margin-right: 2.5rem;
  }

  .xs\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10{
    margin-left: 2.5rem;
  }

  .xs\:mt-11{
    margin-top: 2.75rem;
  }

  .xs\:mr-11{
    margin-right: 2.75rem;
  }

  .xs\:mb-11{
    margin-bottom: 2.75rem;
  }

  .xs\:ml-11{
    margin-left: 2.75rem;
  }

  .xs\:mt-12{
    margin-top: 3rem;
  }

  .xs\:mr-12{
    margin-right: 3rem;
  }

  .xs\:mb-12{
    margin-bottom: 3rem;
  }

  .xs\:ml-12{
    margin-left: 3rem;
  }

  .xs\:mt-13{
    margin-top: 3.375rem;
  }

  .xs\:mr-13{
    margin-right: 3.375rem;
  }

  .xs\:mb-13{
    margin-bottom: 3.375rem;
  }

  .xs\:ml-13{
    margin-left: 3.375rem;
  }

  .xs\:mt-14{
    margin-top: 3.5rem;
  }

  .xs\:mr-14{
    margin-right: 3.5rem;
  }

  .xs\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xs\:ml-14{
    margin-left: 3.5rem;
  }

  .xs\:mt-15{
    margin-top: 3.75rem;
  }

  .xs\:mr-15{
    margin-right: 3.75rem;
  }

  .xs\:mb-15{
    margin-bottom: 3.75rem;
  }

  .xs\:ml-15{
    margin-left: 3.75rem;
  }

  .xs\:mt-16{
    margin-top: 4rem;
  }

  .xs\:mr-16{
    margin-right: 4rem;
  }

  .xs\:mb-16{
    margin-bottom: 4rem;
  }

  .xs\:ml-16{
    margin-left: 4rem;
  }

  .xs\:mt-17{
    margin-top: 4.375rem;
  }

  .xs\:mr-17{
    margin-right: 4.375rem;
  }

  .xs\:mb-17{
    margin-bottom: 4.375rem;
  }

  .xs\:ml-17{
    margin-left: 4.375rem;
  }

  .xs\:mt-18{
    margin-top: 4.5rem;
  }

  .xs\:mr-18{
    margin-right: 4.5rem;
  }

  .xs\:mb-18{
    margin-bottom: 4.5rem;
  }

  .xs\:ml-18{
    margin-left: 4.5rem;
  }

  .xs\:mt-19{
    margin-top: 4.75rem;
  }

  .xs\:mr-19{
    margin-right: 4.75rem;
  }

  .xs\:mb-19{
    margin-bottom: 4.75rem;
  }

  .xs\:ml-19{
    margin-left: 4.75rem;
  }

  .xs\:mt-20{
    margin-top: 5rem;
  }

  .xs\:mr-20{
    margin-right: 5rem;
  }

  .xs\:mb-20{
    margin-bottom: 5rem;
  }

  .xs\:ml-20{
    margin-left: 5rem;
  }

  .xs\:mt-21{
    margin-top: 5.5rem;
  }

  .xs\:mr-21{
    margin-right: 5.5rem;
  }

  .xs\:mb-21{
    margin-bottom: 5.5rem;
  }

  .xs\:ml-21{
    margin-left: 5.5rem;
  }

  .xs\:mt-22{
    margin-top: 5.625rem;
  }

  .xs\:mr-22{
    margin-right: 5.625rem;
  }

  .xs\:mb-22{
    margin-bottom: 5.625rem;
  }

  .xs\:ml-22{
    margin-left: 5.625rem;
  }

  .xs\:mt-23{
    margin-top: 6.125rem;
  }

  .xs\:mr-23{
    margin-right: 6.125rem;
  }

  .xs\:mb-23{
    margin-bottom: 6.125rem;
  }

  .xs\:ml-23{
    margin-left: 6.125rem;
  }

  .xs\:mt-24{
    margin-top: 6rem;
  }

  .xs\:mr-24{
    margin-right: 6rem;
  }

  .xs\:mb-24{
    margin-bottom: 6rem;
  }

  .xs\:ml-24{
    margin-left: 6rem;
  }

  .xs\:mt-25{
    margin-top: 6.5rem;
  }

  .xs\:mr-25{
    margin-right: 6.5rem;
  }

  .xs\:mb-25{
    margin-bottom: 6.5rem;
  }

  .xs\:ml-25{
    margin-left: 6.5rem;
  }

  .xs\:mt-26{
    margin-top: 6.75rem;
  }

  .xs\:mr-26{
    margin-right: 6.75rem;
  }

  .xs\:mb-26{
    margin-bottom: 6.75rem;
  }

  .xs\:ml-26{
    margin-left: 6.75rem;
  }

  .xs\:mt-27{
    margin-top: 6.25rem;
  }

  .xs\:mr-27{
    margin-right: 6.25rem;
  }

  .xs\:mb-27{
    margin-bottom: 6.25rem;
  }

  .xs\:ml-27{
    margin-left: 6.25rem;
  }

  .xs\:mt-28{
    margin-top: 7rem;
  }

  .xs\:mr-28{
    margin-right: 7rem;
  }

  .xs\:mb-28{
    margin-bottom: 7rem;
  }

  .xs\:ml-28{
    margin-left: 7rem;
  }

  .xs\:mt-29{
    margin-top: 7.5rem;
  }

  .xs\:mr-29{
    margin-right: 7.5rem;
  }

  .xs\:mb-29{
    margin-bottom: 7.5rem;
  }

  .xs\:ml-29{
    margin-left: 7.5rem;
  }

  .xs\:mt-32{
    margin-top: 8rem;
  }

  .xs\:mr-32{
    margin-right: 8rem;
  }

  .xs\:mb-32{
    margin-bottom: 8rem;
  }

  .xs\:ml-32{
    margin-left: 8rem;
  }

  .xs\:mt-34{
    margin-top: 8.5rem;
  }

  .xs\:mr-34{
    margin-right: 8.5rem;
  }

  .xs\:mb-34{
    margin-bottom: 8.5rem;
  }

  .xs\:ml-34{
    margin-left: 8.5rem;
  }

  .xs\:mt-35{
    margin-top: 8.75rem;
  }

  .xs\:mr-35{
    margin-right: 8.75rem;
  }

  .xs\:mb-35{
    margin-bottom: 8.75rem;
  }

  .xs\:ml-35{
    margin-left: 8.75rem;
  }

  .xs\:mt-36{
    margin-top: 9rem;
  }

  .xs\:mr-36{
    margin-right: 9rem;
  }

  .xs\:mb-36{
    margin-bottom: 9rem;
  }

  .xs\:ml-36{
    margin-left: 9rem;
  }

  .xs\:mt-37{
    margin-top: 9.125rem;
  }

  .xs\:mr-37{
    margin-right: 9.125rem;
  }

  .xs\:mb-37{
    margin-bottom: 9.125rem;
  }

  .xs\:ml-37{
    margin-left: 9.125rem;
  }

  .xs\:mt-38{
    margin-top: 9.5rem;
  }

  .xs\:mr-38{
    margin-right: 9.5rem;
  }

  .xs\:mb-38{
    margin-bottom: 9.5rem;
  }

  .xs\:ml-38{
    margin-left: 9.5rem;
  }

  .xs\:mt-40{
    margin-top: 10rem;
  }

  .xs\:mr-40{
    margin-right: 10rem;
  }

  .xs\:mb-40{
    margin-bottom: 10rem;
  }

  .xs\:ml-40{
    margin-left: 10rem;
  }

  .xs\:mt-41{
    margin-top: 10.5rem;
  }

  .xs\:mr-41{
    margin-right: 10.5rem;
  }

  .xs\:mb-41{
    margin-bottom: 10.5rem;
  }

  .xs\:ml-41{
    margin-left: 10.5rem;
  }

  .xs\:mt-42{
    margin-top: 10.625rem;
  }

  .xs\:mr-42{
    margin-right: 10.625rem;
  }

  .xs\:mb-42{
    margin-bottom: 10.625rem;
  }

  .xs\:ml-42{
    margin-left: 10.625rem;
  }

  .xs\:mt-44{
    margin-top: 11rem;
  }

  .xs\:mr-44{
    margin-right: 11rem;
  }

  .xs\:mb-44{
    margin-bottom: 11rem;
  }

  .xs\:ml-44{
    margin-left: 11rem;
  }

  .xs\:mt-45{
    margin-top: 11.25rem;
  }

  .xs\:mr-45{
    margin-right: 11.25rem;
  }

  .xs\:mb-45{
    margin-bottom: 11.25rem;
  }

  .xs\:ml-45{
    margin-left: 11.25rem;
  }

  .xs\:mt-48{
    margin-top: 12rem;
  }

  .xs\:mr-48{
    margin-right: 12rem;
  }

  .xs\:mb-48{
    margin-bottom: 12rem;
  }

  .xs\:ml-48{
    margin-left: 12rem;
  }

  .xs\:mt-49{
    margin-top: 12.5rem;
  }

  .xs\:mr-49{
    margin-right: 12.5rem;
  }

  .xs\:mb-49{
    margin-bottom: 12.5rem;
  }

  .xs\:ml-49{
    margin-left: 12.5rem;
  }

  .xs\:mt-52{
    margin-top: 13rem;
  }

  .xs\:mr-52{
    margin-right: 13rem;
  }

  .xs\:mb-52{
    margin-bottom: 13rem;
  }

  .xs\:ml-52{
    margin-left: 13rem;
  }

  .xs\:mt-56{
    margin-top: 14rem;
  }

  .xs\:mr-56{
    margin-right: 14rem;
  }

  .xs\:mb-56{
    margin-bottom: 14rem;
  }

  .xs\:ml-56{
    margin-left: 14rem;
  }

  .xs\:mt-57{
    margin-top: 14.375rem;
  }

  .xs\:mr-57{
    margin-right: 14.375rem;
  }

  .xs\:mb-57{
    margin-bottom: 14.375rem;
  }

  .xs\:ml-57{
    margin-left: 14.375rem;
  }

  .xs\:mt-60{
    margin-top: 15rem;
  }

  .xs\:mr-60{
    margin-right: 15rem;
  }

  .xs\:mb-60{
    margin-bottom: 15rem;
  }

  .xs\:ml-60{
    margin-left: 15rem;
  }

  .xs\:mt-64{
    margin-top: 16rem;
  }

  .xs\:mr-64{
    margin-right: 16rem;
  }

  .xs\:mb-64{
    margin-bottom: 16rem;
  }

  .xs\:ml-64{
    margin-left: 16rem;
  }

  .xs\:mt-72{
    margin-top: 18rem;
  }

  .xs\:mr-72{
    margin-right: 18rem;
  }

  .xs\:mb-72{
    margin-bottom: 18rem;
  }

  .xs\:ml-72{
    margin-left: 18rem;
  }

  .xs\:mt-80{
    margin-top: 20rem;
  }

  .xs\:mr-80{
    margin-right: 20rem;
  }

  .xs\:mb-80{
    margin-bottom: 20rem;
  }

  .xs\:ml-80{
    margin-left: 20rem;
  }

  .xs\:mt-82{
    margin-top: 22rem;
  }

  .xs\:mr-82{
    margin-right: 22rem;
  }

  .xs\:mb-82{
    margin-bottom: 22rem;
  }

  .xs\:ml-82{
    margin-left: 22rem;
  }

  .xs\:mt-83{
    margin-top: 23.8125rem;
  }

  .xs\:mr-83{
    margin-right: 23.8125rem;
  }

  .xs\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .xs\:ml-83{
    margin-left: 23.8125rem;
  }

  .xs\:mt-96{
    margin-top: 24rem;
  }

  .xs\:mr-96{
    margin-right: 24rem;
  }

  .xs\:mb-96{
    margin-bottom: 24rem;
  }

  .xs\:ml-96{
    margin-left: 24rem;
  }

  .xs\:mt-auto{
    margin-top: auto;
  }

  .xs\:mr-auto{
    margin-right: auto;
  }

  .xs\:mb-auto{
    margin-bottom: auto;
  }

  .xs\:ml-auto{
    margin-left: auto;
  }

  .xs\:mt-px{
    margin-top: 1px;
  }

  .xs\:mr-px{
    margin-right: 1px;
  }

  .xs\:mb-px{
    margin-bottom: 1px;
  }

  .xs\:ml-px{
    margin-left: 1px;
  }

  .xs\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .xs\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .xs\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .xs\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .xs\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .xs\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .xs\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .xs\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .xs\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xs\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .xs\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xs\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .xs\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .xs\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .xs\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xs\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .xs\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .xs\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .xs\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .xs\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .xs\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .xs\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .xs\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .xs\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .xs\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .xs\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .xs\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .xs\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .xs\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .xs\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .xs\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .xs\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .xs\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .xs\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .xs\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .xs\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .xs\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .xs\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .xs\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .xs\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .xs\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .xs\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .xs\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .xs\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .xs\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .xs\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .xs\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .xs\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .xs\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .xs\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .xs\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .xs\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .xs\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .xs\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .xs\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .xs\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .xs\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .xs\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .xs\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .xs\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .xs\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .xs\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .xs\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .xs\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .xs\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .xs\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .xs\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .xs\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .xs\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .xs\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .xs\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .xs\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .xs\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .xs\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .xs\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .xs\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .xs\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .xs\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .xs\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .xs\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .xs\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .xs\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .xs\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .xs\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .xs\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .xs\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .xs\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .xs\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .xs\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .xs\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .xs\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .xs\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .xs\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .xs\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .xs\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .xs\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .xs\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .xs\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .xs\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .xs\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .xs\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .xs\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .xs\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .xs\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .xs\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .xs\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .xs\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .xs\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .xs\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .xs\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .xs\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .xs\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .xs\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .xs\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .xs\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .xs\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .xs\:-mt-0{
    margin-top: 0px;
  }

  .xs\:-mr-0{
    margin-right: 0px;
  }

  .xs\:-mb-0{
    margin-bottom: 0px;
  }

  .xs\:-ml-0{
    margin-left: 0px;
  }

  .xs\:-mt-1{
    margin-top: -0.25rem;
  }

  .xs\:-mr-1{
    margin-right: -0.25rem;
  }

  .xs\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1{
    margin-left: -0.25rem;
  }

  .xs\:-mt-2{
    margin-top: -0.5rem;
  }

  .xs\:-mr-2{
    margin-right: -0.5rem;
  }

  .xs\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2{
    margin-left: -0.5rem;
  }

  .xs\:-mt-3{
    margin-top: -0.75rem;
  }

  .xs\:-mr-3{
    margin-right: -0.75rem;
  }

  .xs\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3{
    margin-left: -0.75rem;
  }

  .xs\:-mt-4{
    margin-top: -1rem;
  }

  .xs\:-mr-4{
    margin-right: -1rem;
  }

  .xs\:-mb-4{
    margin-bottom: -1rem;
  }

  .xs\:-ml-4{
    margin-left: -1rem;
  }

  .xs\:-mt-5{
    margin-top: -1.25rem;
  }

  .xs\:-mr-5{
    margin-right: -1.25rem;
  }

  .xs\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xs\:-ml-5{
    margin-left: -1.25rem;
  }

  .xs\:-mt-6{
    margin-top: -1.5rem;
  }

  .xs\:-mr-6{
    margin-right: -1.5rem;
  }

  .xs\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6{
    margin-left: -1.5rem;
  }

  .xs\:-mt-7{
    margin-top: -1.75rem;
  }

  .xs\:-mr-7{
    margin-right: -1.75rem;
  }

  .xs\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .xs\:-ml-7{
    margin-left: -1.75rem;
  }

  .xs\:-mt-8{
    margin-top: -2rem;
  }

  .xs\:-mr-8{
    margin-right: -2rem;
  }

  .xs\:-mb-8{
    margin-bottom: -2rem;
  }

  .xs\:-ml-8{
    margin-left: -2rem;
  }

  .xs\:-mt-9{
    margin-top: -2.25rem;
  }

  .xs\:-mr-9{
    margin-right: -2.25rem;
  }

  .xs\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .xs\:-ml-9{
    margin-left: -2.25rem;
  }

  .xs\:-mt-10{
    margin-top: -2.5rem;
  }

  .xs\:-mr-10{
    margin-right: -2.5rem;
  }

  .xs\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10{
    margin-left: -2.5rem;
  }

  .xs\:-mt-11{
    margin-top: -2.75rem;
  }

  .xs\:-mr-11{
    margin-right: -2.75rem;
  }

  .xs\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .xs\:-ml-11{
    margin-left: -2.75rem;
  }

  .xs\:-mt-12{
    margin-top: -3rem;
  }

  .xs\:-mr-12{
    margin-right: -3rem;
  }

  .xs\:-mb-12{
    margin-bottom: -3rem;
  }

  .xs\:-ml-12{
    margin-left: -3rem;
  }

  .xs\:-mt-13{
    margin-top: -3.375rem;
  }

  .xs\:-mr-13{
    margin-right: -3.375rem;
  }

  .xs\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .xs\:-ml-13{
    margin-left: -3.375rem;
  }

  .xs\:-mt-14{
    margin-top: -3.5rem;
  }

  .xs\:-mr-14{
    margin-right: -3.5rem;
  }

  .xs\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14{
    margin-left: -3.5rem;
  }

  .xs\:-mt-15{
    margin-top: -3.75rem;
  }

  .xs\:-mr-15{
    margin-right: -3.75rem;
  }

  .xs\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .xs\:-ml-15{
    margin-left: -3.75rem;
  }

  .xs\:-mt-16{
    margin-top: -4rem;
  }

  .xs\:-mr-16{
    margin-right: -4rem;
  }

  .xs\:-mb-16{
    margin-bottom: -4rem;
  }

  .xs\:-ml-16{
    margin-left: -4rem;
  }

  .xs\:-mt-17{
    margin-top: -4.375rem;
  }

  .xs\:-mr-17{
    margin-right: -4.375rem;
  }

  .xs\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .xs\:-ml-17{
    margin-left: -4.375rem;
  }

  .xs\:-mt-18{
    margin-top: -4.5rem;
  }

  .xs\:-mr-18{
    margin-right: -4.5rem;
  }

  .xs\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .xs\:-ml-18{
    margin-left: -4.5rem;
  }

  .xs\:-mt-19{
    margin-top: -4.75rem;
  }

  .xs\:-mr-19{
    margin-right: -4.75rem;
  }

  .xs\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .xs\:-ml-19{
    margin-left: -4.75rem;
  }

  .xs\:-mt-20{
    margin-top: -5rem;
  }

  .xs\:-mr-20{
    margin-right: -5rem;
  }

  .xs\:-mb-20{
    margin-bottom: -5rem;
  }

  .xs\:-ml-20{
    margin-left: -5rem;
  }

  .xs\:-mt-21{
    margin-top: -5.5rem;
  }

  .xs\:-mr-21{
    margin-right: -5.5rem;
  }

  .xs\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .xs\:-ml-21{
    margin-left: -5.5rem;
  }

  .xs\:-mt-22{
    margin-top: -5.625rem;
  }

  .xs\:-mr-22{
    margin-right: -5.625rem;
  }

  .xs\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .xs\:-ml-22{
    margin-left: -5.625rem;
  }

  .xs\:-mt-23{
    margin-top: -6.125rem;
  }

  .xs\:-mr-23{
    margin-right: -6.125rem;
  }

  .xs\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .xs\:-ml-23{
    margin-left: -6.125rem;
  }

  .xs\:-mt-24{
    margin-top: -6rem;
  }

  .xs\:-mr-24{
    margin-right: -6rem;
  }

  .xs\:-mb-24{
    margin-bottom: -6rem;
  }

  .xs\:-ml-24{
    margin-left: -6rem;
  }

  .xs\:-mt-25{
    margin-top: -6.5rem;
  }

  .xs\:-mr-25{
    margin-right: -6.5rem;
  }

  .xs\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .xs\:-ml-25{
    margin-left: -6.5rem;
  }

  .xs\:-mt-26{
    margin-top: -6.75rem;
  }

  .xs\:-mr-26{
    margin-right: -6.75rem;
  }

  .xs\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .xs\:-ml-26{
    margin-left: -6.75rem;
  }

  .xs\:-mt-27{
    margin-top: -6.25rem;
  }

  .xs\:-mr-27{
    margin-right: -6.25rem;
  }

  .xs\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .xs\:-ml-27{
    margin-left: -6.25rem;
  }

  .xs\:-mt-28{
    margin-top: -7rem;
  }

  .xs\:-mr-28{
    margin-right: -7rem;
  }

  .xs\:-mb-28{
    margin-bottom: -7rem;
  }

  .xs\:-ml-28{
    margin-left: -7rem;
  }

  .xs\:-mt-29{
    margin-top: -7.5rem;
  }

  .xs\:-mr-29{
    margin-right: -7.5rem;
  }

  .xs\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .xs\:-ml-29{
    margin-left: -7.5rem;
  }

  .xs\:-mt-32{
    margin-top: -8rem;
  }

  .xs\:-mr-32{
    margin-right: -8rem;
  }

  .xs\:-mb-32{
    margin-bottom: -8rem;
  }

  .xs\:-ml-32{
    margin-left: -8rem;
  }

  .xs\:-mt-34{
    margin-top: -8.5rem;
  }

  .xs\:-mr-34{
    margin-right: -8.5rem;
  }

  .xs\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .xs\:-ml-34{
    margin-left: -8.5rem;
  }

  .xs\:-mt-35{
    margin-top: -8.75rem;
  }

  .xs\:-mr-35{
    margin-right: -8.75rem;
  }

  .xs\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .xs\:-ml-35{
    margin-left: -8.75rem;
  }

  .xs\:-mt-36{
    margin-top: -9rem;
  }

  .xs\:-mr-36{
    margin-right: -9rem;
  }

  .xs\:-mb-36{
    margin-bottom: -9rem;
  }

  .xs\:-ml-36{
    margin-left: -9rem;
  }

  .xs\:-mt-37{
    margin-top: -9.125rem;
  }

  .xs\:-mr-37{
    margin-right: -9.125rem;
  }

  .xs\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .xs\:-ml-37{
    margin-left: -9.125rem;
  }

  .xs\:-mt-38{
    margin-top: -9.5rem;
  }

  .xs\:-mr-38{
    margin-right: -9.5rem;
  }

  .xs\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .xs\:-ml-38{
    margin-left: -9.5rem;
  }

  .xs\:-mt-40{
    margin-top: -10rem;
  }

  .xs\:-mr-40{
    margin-right: -10rem;
  }

  .xs\:-mb-40{
    margin-bottom: -10rem;
  }

  .xs\:-ml-40{
    margin-left: -10rem;
  }

  .xs\:-mt-41{
    margin-top: -10.5rem;
  }

  .xs\:-mr-41{
    margin-right: -10.5rem;
  }

  .xs\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .xs\:-ml-41{
    margin-left: -10.5rem;
  }

  .xs\:-mt-42{
    margin-top: -10.625rem;
  }

  .xs\:-mr-42{
    margin-right: -10.625rem;
  }

  .xs\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .xs\:-ml-42{
    margin-left: -10.625rem;
  }

  .xs\:-mt-44{
    margin-top: -11rem;
  }

  .xs\:-mr-44{
    margin-right: -11rem;
  }

  .xs\:-mb-44{
    margin-bottom: -11rem;
  }

  .xs\:-ml-44{
    margin-left: -11rem;
  }

  .xs\:-mt-45{
    margin-top: -11.25rem;
  }

  .xs\:-mr-45{
    margin-right: -11.25rem;
  }

  .xs\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .xs\:-ml-45{
    margin-left: -11.25rem;
  }

  .xs\:-mt-48{
    margin-top: -12rem;
  }

  .xs\:-mr-48{
    margin-right: -12rem;
  }

  .xs\:-mb-48{
    margin-bottom: -12rem;
  }

  .xs\:-ml-48{
    margin-left: -12rem;
  }

  .xs\:-mt-49{
    margin-top: -12.5rem;
  }

  .xs\:-mr-49{
    margin-right: -12.5rem;
  }

  .xs\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .xs\:-ml-49{
    margin-left: -12.5rem;
  }

  .xs\:-mt-52{
    margin-top: -13rem;
  }

  .xs\:-mr-52{
    margin-right: -13rem;
  }

  .xs\:-mb-52{
    margin-bottom: -13rem;
  }

  .xs\:-ml-52{
    margin-left: -13rem;
  }

  .xs\:-mt-56{
    margin-top: -14rem;
  }

  .xs\:-mr-56{
    margin-right: -14rem;
  }

  .xs\:-mb-56{
    margin-bottom: -14rem;
  }

  .xs\:-ml-56{
    margin-left: -14rem;
  }

  .xs\:-mt-57{
    margin-top: -14.375rem;
  }

  .xs\:-mr-57{
    margin-right: -14.375rem;
  }

  .xs\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .xs\:-ml-57{
    margin-left: -14.375rem;
  }

  .xs\:-mt-60{
    margin-top: -15rem;
  }

  .xs\:-mr-60{
    margin-right: -15rem;
  }

  .xs\:-mb-60{
    margin-bottom: -15rem;
  }

  .xs\:-ml-60{
    margin-left: -15rem;
  }

  .xs\:-mt-64{
    margin-top: -16rem;
  }

  .xs\:-mr-64{
    margin-right: -16rem;
  }

  .xs\:-mb-64{
    margin-bottom: -16rem;
  }

  .xs\:-ml-64{
    margin-left: -16rem;
  }

  .xs\:-mt-72{
    margin-top: -18rem;
  }

  .xs\:-mr-72{
    margin-right: -18rem;
  }

  .xs\:-mb-72{
    margin-bottom: -18rem;
  }

  .xs\:-ml-72{
    margin-left: -18rem;
  }

  .xs\:-mt-80{
    margin-top: -20rem;
  }

  .xs\:-mr-80{
    margin-right: -20rem;
  }

  .xs\:-mb-80{
    margin-bottom: -20rem;
  }

  .xs\:-ml-80{
    margin-left: -20rem;
  }

  .xs\:-mt-82{
    margin-top: -22rem;
  }

  .xs\:-mr-82{
    margin-right: -22rem;
  }

  .xs\:-mb-82{
    margin-bottom: -22rem;
  }

  .xs\:-ml-82{
    margin-left: -22rem;
  }

  .xs\:-mt-83{
    margin-top: -23.8125rem;
  }

  .xs\:-mr-83{
    margin-right: -23.8125rem;
  }

  .xs\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .xs\:-ml-83{
    margin-left: -23.8125rem;
  }

  .xs\:-mt-96{
    margin-top: -24rem;
  }

  .xs\:-mr-96{
    margin-right: -24rem;
  }

  .xs\:-mb-96{
    margin-bottom: -24rem;
  }

  .xs\:-ml-96{
    margin-left: -24rem;
  }

  .xs\:-mt-px{
    margin-top: -1px;
  }

  .xs\:-mr-px{
    margin-right: -1px;
  }

  .xs\:-mb-px{
    margin-bottom: -1px;
  }

  .xs\:-ml-px{
    margin-left: -1px;
  }

  .xs\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .xs\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .xs\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .xs\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .xs\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .xs\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .xs\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .xs\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .xs\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .xs\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .xs\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xs\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .xs\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .xs\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .xs\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xs\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .xs\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .xs\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .xs\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .xs\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .xs\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .xs\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .xs\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .xs\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .xs\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .xs\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .xs\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .xs\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .xs\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .xs\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .xs\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .xs\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .xs\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .xs\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .xs\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .xs\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .xs\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .xs\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .xs\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .xs\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .xs\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .xs\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .xs\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .xs\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .xs\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .xs\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .xs\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .xs\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .xs\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .xs\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .xs\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .xs\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .xs\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .xs\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .xs\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .xs\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .xs\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .xs\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .xs\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .xs\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .xs\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .xs\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .xs\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .xs\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .xs\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .xs\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .xs\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .xs\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .xs\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .xs\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .xs\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .xs\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .xs\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .xs\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .xs\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .xs\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .xs\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .xs\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .xs\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .xs\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .xs\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .xs\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .xs\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .xs\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .xs\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .xs\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .xs\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .xs\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .xs\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .xs\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .xs\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .xs\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .xs\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .xs\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .xs\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .xs\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .xs\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .xs\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .xs\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .xs\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .xs\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .xs\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .xs\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .xs\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .xs\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .xs\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .xs\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .xs\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .xs\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .xs\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .xs\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .xs\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .xs\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .xs\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .xs\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .xs\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .xs\:max-h-0{
    max-height: 0px;
  }

  .xs\:max-h-1{
    max-height: 0.25rem;
  }

  .xs\:max-h-2{
    max-height: 0.5rem;
  }

  .xs\:max-h-3{
    max-height: 0.75rem;
  }

  .xs\:max-h-4{
    max-height: 1rem;
  }

  .xs\:max-h-5{
    max-height: 1.25rem;
  }

  .xs\:max-h-6{
    max-height: 1.5rem;
  }

  .xs\:max-h-7{
    max-height: 1.75rem;
  }

  .xs\:max-h-8{
    max-height: 2rem;
  }

  .xs\:max-h-9{
    max-height: 2.25rem;
  }

  .xs\:max-h-10{
    max-height: 2.5rem;
  }

  .xs\:max-h-11{
    max-height: 2.75rem;
  }

  .xs\:max-h-12{
    max-height: 3rem;
  }

  .xs\:max-h-13{
    max-height: 3.375rem;
  }

  .xs\:max-h-14{
    max-height: 3.5rem;
  }

  .xs\:max-h-15{
    max-height: 3.75rem;
  }

  .xs\:max-h-16{
    max-height: 4rem;
  }

  .xs\:max-h-17{
    max-height: 4.375rem;
  }

  .xs\:max-h-18{
    max-height: 4.5rem;
  }

  .xs\:max-h-19{
    max-height: 4.75rem;
  }

  .xs\:max-h-20{
    max-height: 5rem;
  }

  .xs\:max-h-21{
    max-height: 5.5rem;
  }

  .xs\:max-h-22{
    max-height: 5.625rem;
  }

  .xs\:max-h-23{
    max-height: 6.125rem;
  }

  .xs\:max-h-24{
    max-height: 6rem;
  }

  .xs\:max-h-25{
    max-height: 6.5rem;
  }

  .xs\:max-h-26{
    max-height: 6.75rem;
  }

  .xs\:max-h-27{
    max-height: 6.25rem;
  }

  .xs\:max-h-28{
    max-height: 7rem;
  }

  .xs\:max-h-29{
    max-height: 7.5rem;
  }

  .xs\:max-h-32{
    max-height: 8rem;
  }

  .xs\:max-h-34{
    max-height: 8.5rem;
  }

  .xs\:max-h-35{
    max-height: 8.75rem;
  }

  .xs\:max-h-36{
    max-height: 9rem;
  }

  .xs\:max-h-37{
    max-height: 9.125rem;
  }

  .xs\:max-h-38{
    max-height: 9.5rem;
  }

  .xs\:max-h-40{
    max-height: 10rem;
  }

  .xs\:max-h-41{
    max-height: 10.5rem;
  }

  .xs\:max-h-42{
    max-height: 10.625rem;
  }

  .xs\:max-h-44{
    max-height: 11rem;
  }

  .xs\:max-h-45{
    max-height: 11.25rem;
  }

  .xs\:max-h-48{
    max-height: 12rem;
  }

  .xs\:max-h-49{
    max-height: 12.5rem;
  }

  .xs\:max-h-52{
    max-height: 13rem;
  }

  .xs\:max-h-56{
    max-height: 14rem;
  }

  .xs\:max-h-57{
    max-height: 14.375rem;
  }

  .xs\:max-h-60{
    max-height: 15rem;
  }

  .xs\:max-h-64{
    max-height: 16rem;
  }

  .xs\:max-h-72{
    max-height: 18rem;
  }

  .xs\:max-h-80{
    max-height: 20rem;
  }

  .xs\:max-h-82{
    max-height: 22rem;
  }

  .xs\:max-h-83{
    max-height: 23.8125rem;
  }

  .xs\:max-h-96{
    max-height: 24rem;
  }

  .xs\:max-h-px{
    max-height: 1px;
  }

  .xs\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .xs\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .xs\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .xs\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .xs\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .xs\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .xs\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .xs\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .xs\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .xs\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .xs\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .xs\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .xs\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .xs\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .xs\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .xs\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .xs\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .xs\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .xs\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .xs\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .xs\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .xs\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .xs\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .xs\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .xs\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .xs\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .xs\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .xs\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .xs\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .xs\:max-h-full{
    max-height: 100%;
  }

  .xs\:max-h-screen{
    max-height: 100vh;
  }

  .xs\:max-w-0{
    max-width: 0rem;
  }

  .xs\:max-w-13{
    max-width: 3.375rem;
  }

  .xs\:max-w-23{
    max-width: 380px;
  }

  .xs\:max-w-28{
    max-width: 7rem;
  }

  .xs\:max-w-29{
    max-width: 27.5rem;
  }

  .xs\:max-w-33{
    max-width: 8.75rem;
  }

  .xs\:max-w-56{
    max-width: 14rem;
  }

  .xs\:max-w-70{
    max-width: 26.4375rem;
  }

  .xs\:max-w-98{
    max-width: 48rem;
  }

  .xs\:max-w-100{
    max-width: 922px;
  }

  .xs\:max-w-none{
    max-width: none;
  }

  .xs\:max-w-xs{
    max-width: 20rem;
  }

  .xs\:max-w-sm{
    max-width: 24rem;
  }

  .xs\:max-w-md{
    max-width: 28rem;
  }

  .xs\:max-w-lg{
    max-width: 32rem;
  }

  .xs\:max-w-xl{
    max-width: 36rem;
  }

  .xs\:max-w-2xl{
    max-width: 42rem;
  }

  .xs\:max-w-3xl{
    max-width: 48rem;
  }

  .xs\:max-w-4xl{
    max-width: 56rem;
  }

  .xs\:max-w-5xl{
    max-width: 64rem;
  }

  .xs\:max-w-6xl{
    max-width: 72rem;
  }

  .xs\:max-w-7xl{
    max-width: 80rem;
  }

  .xs\:max-w-full{
    max-width: 100%;
  }

  .xs\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xs\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xs\:max-w-prose{
    max-width: 65ch;
  }

  .xs\:max-w-screen-sm{
    max-width: 576px;
  }

  .xs\:max-w-screen-md{
    max-width: 768px;
  }

  .xs\:max-w-screen-lg{
    max-width: 992px;
  }

  .xs\:max-w-screen-xl{
    max-width: 1200px;
  }

  .xs\:max-w-screen-xs{
    max-width: 322px;
  }

  .xs\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .xs\:max-w-received{
    max-width: 592px;
  }

  .xs\:max-w-about{
    max-width: 618px;
  }

  .xs\:max-w-commission{
    max-width: 1378px;
  }

  .xs\:max-w-commission-lg{
    max-width: 1000px;
  }

  .xs\:max-w-status{
    max-width: 963px;
  }

  .xs\:max-w-pdf{
    max-width: 515px;
  }

  .xs\:max-w-detail{
    max-width: 731px;
  }

  .xs\:max-w-inscription{
    max-width: 825px;
  }

  .xs\:max-w-info-caption{
    max-width: 587px;
  }

  .xs\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .xs\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .xs\:max-w-info-caption-md{
    max-width: 550px;
  }

  .xs\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .xs\:max-w-dashboard{
    max-width: 1054px;
  }

  .xs\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .xs\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .xs\:max-w-dashboard-md{
    max-width: 500px;
  }

  .xs\:max-w-profile{
    max-width: 960px;
  }

  .xs\:max-w-debate{
    max-width: 755px;
  }

  .xs\:max-w-debate-md{
    max-width: 660px;
  }

  .xs\:max-w-galery{
    max-width: 918px;
  }

  .xs\:max-w-approach{
    max-width: 916px;
  }

  .xs\:min-h-0{
    min-height: 0px;
  }

  .xs\:min-h-full{
    min-height: 100%;
  }

  .xs\:min-h-screen{
    min-height: 100vh;
  }

  .xs\:min-w-0{
    min-width: 0px;
  }

  .xs\:min-w-7{
    min-width: 1.75rem;
  }

  .xs\:min-w-13{
    min-width: 44px;
  }

  .xs\:min-w-22{
    min-width: 5.625rem;
  }

  .xs\:min-w-33{
    min-width: 8.125rem;
  }

  .xs\:min-w-34{
    min-width: 8.75rem;
  }

  .xs\:min-w-50{
    min-width: 12.5rem;
  }

  .xs\:min-w-53{
    min-width: 17rem;
  }

  .xs\:min-w-56{
    min-width: 14rem;
  }

  .xs\:min-w-60{
    min-width: 16rem;
  }

  .xs\:min-w-70{
    min-width: 20rem;
  }

  .xs\:min-w-full{
    min-width: 100%;
  }

  .xs\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xs\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xs\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .xs\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .xs\:min-w-info-activities{
    min-width: 372px;
  }

  .xs\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .xs\:min-w-activities{
    min-width: 430px;
  }

  .xs\:min-w-activities-lg{
    min-width: 300px;
  }

  .xs\:min-w-session{
    min-width: 545px;
  }

  .xs\:min-w-session-lg{
    min-width: 410px;
  }

  .xs\:min-w-session-xl{
    min-width: 460px;
  }

  .xs\:min-w-login{
    min-width: 826px;
  }

  .xs\:min-w-login-xl{
    min-width: 680px;
  }

  .xs\:min-w-login-lg{
    min-width: 450px;
  }

  .xs\:min-w-control-dashboard{
    min-width: 298px;
  }

  .xs\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .xs\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .xs\:min-w-objective{
    min-width: 1163px;
  }

  .xs\:min-w-objective-xl{
    min-width: 1040px;
  }

  .xs\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xs\:opacity-0{
    opacity: 0;
  }

  .xs\:opacity-5{
    opacity: 0.05;
  }

  .xs\:opacity-10{
    opacity: 0.1;
  }

  .xs\:opacity-11{
    opacity: .86;
  }

  .xs\:opacity-20{
    opacity: 0.2;
  }

  .xs\:opacity-25{
    opacity: 0.25;
  }

  .xs\:opacity-30{
    opacity: 0.3;
  }

  .xs\:opacity-40{
    opacity: 0.4;
  }

  .xs\:opacity-45{
    opacity: .45;
  }

  .xs\:opacity-50{
    opacity: 0.5;
  }

  .xs\:opacity-58{
    opacity: .58;
  }

  .xs\:opacity-60{
    opacity: 0.6;
  }

  .xs\:opacity-70{
    opacity: 0.7;
  }

  .xs\:opacity-74{
    opacity: .74;
  }

  .xs\:opacity-75{
    opacity: 0.75;
  }

  .xs\:opacity-80{
    opacity: 0.8;
  }

  .xs\:opacity-90{
    opacity: 0.9;
  }

  .xs\:opacity-95{
    opacity: 0.95;
  }

  .xs\:opacity-100{
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .xs\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .xs\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .xs\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .xs\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xs\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xs\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xs\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .xs\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .xs\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xs\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xs\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xs\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xs\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .xs\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .xs\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .xs\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xs\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xs\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .xs\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xs\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .xs\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xs\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xs\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xs\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xs\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xs\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .xs\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xs\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xs\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xs\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xs\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .xs\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xs\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xs\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xs\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xs\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xs\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xs\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xs\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .xs\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .xs\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xs\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xs\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xs\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xs\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .xs\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xs\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .xs\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xs\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xs\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .xs\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xs\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xs\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xs\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xs\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xs\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:overflow-auto{
    overflow: auto;
  }

  .xs\:overflow-hidden{
    overflow: hidden;
  }

  .xs\:overflow-visible{
    overflow: visible;
  }

  .xs\:overflow-scroll{
    overflow: scroll;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xs\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xs\:p-0{
    padding: 0px;
  }

  .xs\:p-1{
    padding: 0.25rem;
  }

  .xs\:p-2{
    padding: 0.5rem;
  }

  .xs\:p-3{
    padding: 0.75rem;
  }

  .xs\:p-4{
    padding: 1rem;
  }

  .xs\:p-5{
    padding: 1.25rem;
  }

  .xs\:p-6{
    padding: 1.5rem;
  }

  .xs\:p-7{
    padding: 1.75rem;
  }

  .xs\:p-8{
    padding: 2rem;
  }

  .xs\:p-9{
    padding: 2.25rem;
  }

  .xs\:p-10{
    padding: 2.5rem;
  }

  .xs\:p-11{
    padding: 2.75rem;
  }

  .xs\:p-12{
    padding: 3rem;
  }

  .xs\:p-13{
    padding: 3.375rem;
  }

  .xs\:p-14{
    padding: 3.5rem;
  }

  .xs\:p-15{
    padding: 3.75rem;
  }

  .xs\:p-16{
    padding: 4rem;
  }

  .xs\:p-17{
    padding: 4.375rem;
  }

  .xs\:p-18{
    padding: 4.5rem;
  }

  .xs\:p-19{
    padding: 4.75rem;
  }

  .xs\:p-20{
    padding: 5rem;
  }

  .xs\:p-21{
    padding: 5.5rem;
  }

  .xs\:p-22{
    padding: 5.625rem;
  }

  .xs\:p-23{
    padding: 6.125rem;
  }

  .xs\:p-24{
    padding: 6rem;
  }

  .xs\:p-25{
    padding: 6.5rem;
  }

  .xs\:p-26{
    padding: 6.75rem;
  }

  .xs\:p-27{
    padding: 6.25rem;
  }

  .xs\:p-28{
    padding: 7rem;
  }

  .xs\:p-29{
    padding: 7.5rem;
  }

  .xs\:p-32{
    padding: 8rem;
  }

  .xs\:p-34{
    padding: 8.5rem;
  }

  .xs\:p-35{
    padding: 8.75rem;
  }

  .xs\:p-36{
    padding: 9rem;
  }

  .xs\:p-37{
    padding: 9.125rem;
  }

  .xs\:p-38{
    padding: 9.5rem;
  }

  .xs\:p-40{
    padding: 10rem;
  }

  .xs\:p-41{
    padding: 10.5rem;
  }

  .xs\:p-42{
    padding: 10.625rem;
  }

  .xs\:p-44{
    padding: 11rem;
  }

  .xs\:p-45{
    padding: 11.25rem;
  }

  .xs\:p-48{
    padding: 12rem;
  }

  .xs\:p-49{
    padding: 12.5rem;
  }

  .xs\:p-52{
    padding: 13rem;
  }

  .xs\:p-56{
    padding: 14rem;
  }

  .xs\:p-57{
    padding: 14.375rem;
  }

  .xs\:p-60{
    padding: 15rem;
  }

  .xs\:p-64{
    padding: 16rem;
  }

  .xs\:p-72{
    padding: 18rem;
  }

  .xs\:p-80{
    padding: 20rem;
  }

  .xs\:p-82{
    padding: 22rem;
  }

  .xs\:p-83{
    padding: 23.8125rem;
  }

  .xs\:p-96{
    padding: 24rem;
  }

  .xs\:p-px{
    padding: 1px;
  }

  .xs\:p-0\.5{
    padding: 0.125rem;
  }

  .xs\:p-1\.5{
    padding: 0.375rem;
  }

  .xs\:p-2\.5{
    padding: 0.625rem;
  }

  .xs\:p-3\.5{
    padding: 0.875rem;
  }

  .xs\:p-4\.5{
    padding: 1.125rem;
  }

  .xs\:p-5\.5{
    padding: 1.375rem;
  }

  .xs\:p-6\.5{
    padding: 1.625rem;
  }

  .xs\:p-7\.5{
    padding: 1.875rem;
  }

  .xs\:p-8\.5{
    padding: 2.125rem;
  }

  .xs\:p-9\.5{
    padding: 2.375rem;
  }

  .xs\:p-10\.5{
    padding: 2.625rem;
  }

  .xs\:p-11\.5{
    padding: 2.875rem;
  }

  .xs\:p-12\.5{
    padding: 3.125rem;
  }

  .xs\:p-13\.5{
    padding: 3.25rem;
  }

  .xs\:p-15\.5{
    padding: 3.8rem;
  }

  .xs\:p-16\.5{
    padding: 4.125rem;
  }

  .xs\:p-17\.5{
    padding: 4.25rem;
  }

  .xs\:p-18\.5{
    padding: 4.625rem;
  }

  .xs\:p-20\.5{
    padding: 5.25rem;
  }

  .xs\:p-21\.5{
    padding: 5.75rem;
  }

  .xs\:p-22\.5{
    padding: 5.875rem;
  }

  .xs\:p-24\.5{
    padding: 6.8125rem;
  }

  .xs\:p-28\.5{
    padding: 7.375rem;
  }

  .xs\:p-29\.5{
    padding: 7.75rem;
  }

  .xs\:p-32\.5{
    padding: 8.125rem;
  }

  .xs\:p-33\.5{
    padding: 8.8125rem;
  }

  .xs\:p-42\.5{
    padding: 10.875rem;
  }

  .xs\:p-49\.5{
    padding: 12.75rem;
  }

  .xs\:p-72\.5{
    padding: 18.25rem;
  }

  .xs\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .xs\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .xs\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .xs\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .xs\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xs\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xs\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .xs\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .xs\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .xs\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .xs\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .xs\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .xs\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xs\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xs\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .xs\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .xs\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .xs\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .xs\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .xs\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .xs\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .xs\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .xs\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .xs\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .xs\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xs\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xs\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .xs\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .xs\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xs\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xs\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .xs\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .xs\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xs\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xs\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xs\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xs\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xs\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xs\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xs\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xs\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .xs\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .xs\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .xs\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .xs\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xs\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xs\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .xs\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .xs\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .xs\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .xs\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .xs\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .xs\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .xs\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .xs\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xs\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xs\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xs\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xs\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .xs\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .xs\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .xs\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .xs\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xs\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xs\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .xs\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .xs\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .xs\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .xs\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .xs\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .xs\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .xs\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .xs\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .xs\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .xs\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .xs\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .xs\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .xs\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .xs\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .xs\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .xs\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .xs\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .xs\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .xs\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .xs\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .xs\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .xs\:pt-0{
    padding-top: 0px;
  }

  .xs\:pr-0{
    padding-right: 0px;
  }

  .xs\:pb-0{
    padding-bottom: 0px;
  }

  .xs\:pl-0{
    padding-left: 0px;
  }

  .xs\:pt-1{
    padding-top: 0.25rem;
  }

  .xs\:pr-1{
    padding-right: 0.25rem;
  }

  .xs\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xs\:pl-1{
    padding-left: 0.25rem;
  }

  .xs\:pt-2{
    padding-top: 0.5rem;
  }

  .xs\:pr-2{
    padding-right: 0.5rem;
  }

  .xs\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xs\:pl-2{
    padding-left: 0.5rem;
  }

  .xs\:pt-3{
    padding-top: 0.75rem;
  }

  .xs\:pr-3{
    padding-right: 0.75rem;
  }

  .xs\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xs\:pl-3{
    padding-left: 0.75rem;
  }

  .xs\:pt-4{
    padding-top: 1rem;
  }

  .xs\:pr-4{
    padding-right: 1rem;
  }

  .xs\:pb-4{
    padding-bottom: 1rem;
  }

  .xs\:pl-4{
    padding-left: 1rem;
  }

  .xs\:pt-5{
    padding-top: 1.25rem;
  }

  .xs\:pr-5{
    padding-right: 1.25rem;
  }

  .xs\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5{
    padding-left: 1.25rem;
  }

  .xs\:pt-6{
    padding-top: 1.5rem;
  }

  .xs\:pr-6{
    padding-right: 1.5rem;
  }

  .xs\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6{
    padding-left: 1.5rem;
  }

  .xs\:pt-7{
    padding-top: 1.75rem;
  }

  .xs\:pr-7{
    padding-right: 1.75rem;
  }

  .xs\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xs\:pl-7{
    padding-left: 1.75rem;
  }

  .xs\:pt-8{
    padding-top: 2rem;
  }

  .xs\:pr-8{
    padding-right: 2rem;
  }

  .xs\:pb-8{
    padding-bottom: 2rem;
  }

  .xs\:pl-8{
    padding-left: 2rem;
  }

  .xs\:pt-9{
    padding-top: 2.25rem;
  }

  .xs\:pr-9{
    padding-right: 2.25rem;
  }

  .xs\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xs\:pl-9{
    padding-left: 2.25rem;
  }

  .xs\:pt-10{
    padding-top: 2.5rem;
  }

  .xs\:pr-10{
    padding-right: 2.5rem;
  }

  .xs\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10{
    padding-left: 2.5rem;
  }

  .xs\:pt-11{
    padding-top: 2.75rem;
  }

  .xs\:pr-11{
    padding-right: 2.75rem;
  }

  .xs\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xs\:pl-11{
    padding-left: 2.75rem;
  }

  .xs\:pt-12{
    padding-top: 3rem;
  }

  .xs\:pr-12{
    padding-right: 3rem;
  }

  .xs\:pb-12{
    padding-bottom: 3rem;
  }

  .xs\:pl-12{
    padding-left: 3rem;
  }

  .xs\:pt-13{
    padding-top: 3.375rem;
  }

  .xs\:pr-13{
    padding-right: 3.375rem;
  }

  .xs\:pb-13{
    padding-bottom: 3.375rem;
  }

  .xs\:pl-13{
    padding-left: 3.375rem;
  }

  .xs\:pt-14{
    padding-top: 3.5rem;
  }

  .xs\:pr-14{
    padding-right: 3.5rem;
  }

  .xs\:pb-14{
    padding-bottom: 3.5rem;
  }

  .xs\:pl-14{
    padding-left: 3.5rem;
  }

  .xs\:pt-15{
    padding-top: 3.75rem;
  }

  .xs\:pr-15{
    padding-right: 3.75rem;
  }

  .xs\:pb-15{
    padding-bottom: 3.75rem;
  }

  .xs\:pl-15{
    padding-left: 3.75rem;
  }

  .xs\:pt-16{
    padding-top: 4rem;
  }

  .xs\:pr-16{
    padding-right: 4rem;
  }

  .xs\:pb-16{
    padding-bottom: 4rem;
  }

  .xs\:pl-16{
    padding-left: 4rem;
  }

  .xs\:pt-17{
    padding-top: 4.375rem;
  }

  .xs\:pr-17{
    padding-right: 4.375rem;
  }

  .xs\:pb-17{
    padding-bottom: 4.375rem;
  }

  .xs\:pl-17{
    padding-left: 4.375rem;
  }

  .xs\:pt-18{
    padding-top: 4.5rem;
  }

  .xs\:pr-18{
    padding-right: 4.5rem;
  }

  .xs\:pb-18{
    padding-bottom: 4.5rem;
  }

  .xs\:pl-18{
    padding-left: 4.5rem;
  }

  .xs\:pt-19{
    padding-top: 4.75rem;
  }

  .xs\:pr-19{
    padding-right: 4.75rem;
  }

  .xs\:pb-19{
    padding-bottom: 4.75rem;
  }

  .xs\:pl-19{
    padding-left: 4.75rem;
  }

  .xs\:pt-20{
    padding-top: 5rem;
  }

  .xs\:pr-20{
    padding-right: 5rem;
  }

  .xs\:pb-20{
    padding-bottom: 5rem;
  }

  .xs\:pl-20{
    padding-left: 5rem;
  }

  .xs\:pt-21{
    padding-top: 5.5rem;
  }

  .xs\:pr-21{
    padding-right: 5.5rem;
  }

  .xs\:pb-21{
    padding-bottom: 5.5rem;
  }

  .xs\:pl-21{
    padding-left: 5.5rem;
  }

  .xs\:pt-22{
    padding-top: 5.625rem;
  }

  .xs\:pr-22{
    padding-right: 5.625rem;
  }

  .xs\:pb-22{
    padding-bottom: 5.625rem;
  }

  .xs\:pl-22{
    padding-left: 5.625rem;
  }

  .xs\:pt-23{
    padding-top: 6.125rem;
  }

  .xs\:pr-23{
    padding-right: 6.125rem;
  }

  .xs\:pb-23{
    padding-bottom: 6.125rem;
  }

  .xs\:pl-23{
    padding-left: 6.125rem;
  }

  .xs\:pt-24{
    padding-top: 6rem;
  }

  .xs\:pr-24{
    padding-right: 6rem;
  }

  .xs\:pb-24{
    padding-bottom: 6rem;
  }

  .xs\:pl-24{
    padding-left: 6rem;
  }

  .xs\:pt-25{
    padding-top: 6.5rem;
  }

  .xs\:pr-25{
    padding-right: 6.5rem;
  }

  .xs\:pb-25{
    padding-bottom: 6.5rem;
  }

  .xs\:pl-25{
    padding-left: 6.5rem;
  }

  .xs\:pt-26{
    padding-top: 6.75rem;
  }

  .xs\:pr-26{
    padding-right: 6.75rem;
  }

  .xs\:pb-26{
    padding-bottom: 6.75rem;
  }

  .xs\:pl-26{
    padding-left: 6.75rem;
  }

  .xs\:pt-27{
    padding-top: 6.25rem;
  }

  .xs\:pr-27{
    padding-right: 6.25rem;
  }

  .xs\:pb-27{
    padding-bottom: 6.25rem;
  }

  .xs\:pl-27{
    padding-left: 6.25rem;
  }

  .xs\:pt-28{
    padding-top: 7rem;
  }

  .xs\:pr-28{
    padding-right: 7rem;
  }

  .xs\:pb-28{
    padding-bottom: 7rem;
  }

  .xs\:pl-28{
    padding-left: 7rem;
  }

  .xs\:pt-29{
    padding-top: 7.5rem;
  }

  .xs\:pr-29{
    padding-right: 7.5rem;
  }

  .xs\:pb-29{
    padding-bottom: 7.5rem;
  }

  .xs\:pl-29{
    padding-left: 7.5rem;
  }

  .xs\:pt-32{
    padding-top: 8rem;
  }

  .xs\:pr-32{
    padding-right: 8rem;
  }

  .xs\:pb-32{
    padding-bottom: 8rem;
  }

  .xs\:pl-32{
    padding-left: 8rem;
  }

  .xs\:pt-34{
    padding-top: 8.5rem;
  }

  .xs\:pr-34{
    padding-right: 8.5rem;
  }

  .xs\:pb-34{
    padding-bottom: 8.5rem;
  }

  .xs\:pl-34{
    padding-left: 8.5rem;
  }

  .xs\:pt-35{
    padding-top: 8.75rem;
  }

  .xs\:pr-35{
    padding-right: 8.75rem;
  }

  .xs\:pb-35{
    padding-bottom: 8.75rem;
  }

  .xs\:pl-35{
    padding-left: 8.75rem;
  }

  .xs\:pt-36{
    padding-top: 9rem;
  }

  .xs\:pr-36{
    padding-right: 9rem;
  }

  .xs\:pb-36{
    padding-bottom: 9rem;
  }

  .xs\:pl-36{
    padding-left: 9rem;
  }

  .xs\:pt-37{
    padding-top: 9.125rem;
  }

  .xs\:pr-37{
    padding-right: 9.125rem;
  }

  .xs\:pb-37{
    padding-bottom: 9.125rem;
  }

  .xs\:pl-37{
    padding-left: 9.125rem;
  }

  .xs\:pt-38{
    padding-top: 9.5rem;
  }

  .xs\:pr-38{
    padding-right: 9.5rem;
  }

  .xs\:pb-38{
    padding-bottom: 9.5rem;
  }

  .xs\:pl-38{
    padding-left: 9.5rem;
  }

  .xs\:pt-40{
    padding-top: 10rem;
  }

  .xs\:pr-40{
    padding-right: 10rem;
  }

  .xs\:pb-40{
    padding-bottom: 10rem;
  }

  .xs\:pl-40{
    padding-left: 10rem;
  }

  .xs\:pt-41{
    padding-top: 10.5rem;
  }

  .xs\:pr-41{
    padding-right: 10.5rem;
  }

  .xs\:pb-41{
    padding-bottom: 10.5rem;
  }

  .xs\:pl-41{
    padding-left: 10.5rem;
  }

  .xs\:pt-42{
    padding-top: 10.625rem;
  }

  .xs\:pr-42{
    padding-right: 10.625rem;
  }

  .xs\:pb-42{
    padding-bottom: 10.625rem;
  }

  .xs\:pl-42{
    padding-left: 10.625rem;
  }

  .xs\:pt-44{
    padding-top: 11rem;
  }

  .xs\:pr-44{
    padding-right: 11rem;
  }

  .xs\:pb-44{
    padding-bottom: 11rem;
  }

  .xs\:pl-44{
    padding-left: 11rem;
  }

  .xs\:pt-45{
    padding-top: 11.25rem;
  }

  .xs\:pr-45{
    padding-right: 11.25rem;
  }

  .xs\:pb-45{
    padding-bottom: 11.25rem;
  }

  .xs\:pl-45{
    padding-left: 11.25rem;
  }

  .xs\:pt-48{
    padding-top: 12rem;
  }

  .xs\:pr-48{
    padding-right: 12rem;
  }

  .xs\:pb-48{
    padding-bottom: 12rem;
  }

  .xs\:pl-48{
    padding-left: 12rem;
  }

  .xs\:pt-49{
    padding-top: 12.5rem;
  }

  .xs\:pr-49{
    padding-right: 12.5rem;
  }

  .xs\:pb-49{
    padding-bottom: 12.5rem;
  }

  .xs\:pl-49{
    padding-left: 12.5rem;
  }

  .xs\:pt-52{
    padding-top: 13rem;
  }

  .xs\:pr-52{
    padding-right: 13rem;
  }

  .xs\:pb-52{
    padding-bottom: 13rem;
  }

  .xs\:pl-52{
    padding-left: 13rem;
  }

  .xs\:pt-56{
    padding-top: 14rem;
  }

  .xs\:pr-56{
    padding-right: 14rem;
  }

  .xs\:pb-56{
    padding-bottom: 14rem;
  }

  .xs\:pl-56{
    padding-left: 14rem;
  }

  .xs\:pt-57{
    padding-top: 14.375rem;
  }

  .xs\:pr-57{
    padding-right: 14.375rem;
  }

  .xs\:pb-57{
    padding-bottom: 14.375rem;
  }

  .xs\:pl-57{
    padding-left: 14.375rem;
  }

  .xs\:pt-60{
    padding-top: 15rem;
  }

  .xs\:pr-60{
    padding-right: 15rem;
  }

  .xs\:pb-60{
    padding-bottom: 15rem;
  }

  .xs\:pl-60{
    padding-left: 15rem;
  }

  .xs\:pt-64{
    padding-top: 16rem;
  }

  .xs\:pr-64{
    padding-right: 16rem;
  }

  .xs\:pb-64{
    padding-bottom: 16rem;
  }

  .xs\:pl-64{
    padding-left: 16rem;
  }

  .xs\:pt-72{
    padding-top: 18rem;
  }

  .xs\:pr-72{
    padding-right: 18rem;
  }

  .xs\:pb-72{
    padding-bottom: 18rem;
  }

  .xs\:pl-72{
    padding-left: 18rem;
  }

  .xs\:pt-80{
    padding-top: 20rem;
  }

  .xs\:pr-80{
    padding-right: 20rem;
  }

  .xs\:pb-80{
    padding-bottom: 20rem;
  }

  .xs\:pl-80{
    padding-left: 20rem;
  }

  .xs\:pt-82{
    padding-top: 22rem;
  }

  .xs\:pr-82{
    padding-right: 22rem;
  }

  .xs\:pb-82{
    padding-bottom: 22rem;
  }

  .xs\:pl-82{
    padding-left: 22rem;
  }

  .xs\:pt-83{
    padding-top: 23.8125rem;
  }

  .xs\:pr-83{
    padding-right: 23.8125rem;
  }

  .xs\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .xs\:pl-83{
    padding-left: 23.8125rem;
  }

  .xs\:pt-96{
    padding-top: 24rem;
  }

  .xs\:pr-96{
    padding-right: 24rem;
  }

  .xs\:pb-96{
    padding-bottom: 24rem;
  }

  .xs\:pl-96{
    padding-left: 24rem;
  }

  .xs\:pt-px{
    padding-top: 1px;
  }

  .xs\:pr-px{
    padding-right: 1px;
  }

  .xs\:pb-px{
    padding-bottom: 1px;
  }

  .xs\:pl-px{
    padding-left: 1px;
  }

  .xs\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .xs\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .xs\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .xs\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .xs\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .xs\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .xs\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .xs\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .xs\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .xs\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .xs\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xs\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xs\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .xs\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .xs\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xs\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xs\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .xs\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .xs\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .xs\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .xs\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .xs\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .xs\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .xs\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .xs\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .xs\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .xs\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .xs\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .xs\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .xs\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .xs\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .xs\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .xs\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .xs\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .xs\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .xs\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .xs\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .xs\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .xs\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .xs\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .xs\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .xs\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .xs\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .xs\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .xs\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .xs\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .xs\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .xs\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .xs\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .xs\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .xs\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .xs\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .xs\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .xs\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .xs\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .xs\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .xs\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .xs\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .xs\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .xs\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .xs\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .xs\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .xs\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .xs\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .xs\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .xs\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .xs\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .xs\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .xs\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .xs\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .xs\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .xs\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .xs\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .xs\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .xs\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .xs\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .xs\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .xs\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .xs\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .xs\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .xs\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .xs\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .xs\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .xs\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .xs\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .xs\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .xs\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .xs\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .xs\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .xs\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .xs\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .xs\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .xs\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .xs\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .xs\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .xs\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .xs\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .xs\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .xs\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .xs\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .xs\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .xs\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .xs\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .xs\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .xs\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .xs\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .xs\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .xs\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .xs\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .xs\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .xs\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .xs\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .xs\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .xs\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .xs\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .xs\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .xs\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xs\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xs\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xs\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xs\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xs\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xs\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xs\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xs\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xs\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xs\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xs\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xs\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xs\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xs\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xs\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xs\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xs\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xs\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xs\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xs\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xs\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xs\:pointer-events-none{
    pointer-events: none;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto;
  }

  .xs\:static{
    position: static;
  }

  .xs\:fixed{
    position: fixed;
  }

  .xs\:absolute{
    position: absolute;
  }

  .xs\:relative{
    position: relative;
  }

  .xs\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xs\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xs\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xs\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xs\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xs\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xs\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xs\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xs\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xs\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .xs\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xs\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .xs\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xs\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .xs\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xs\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .xs\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xs\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .xs\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .xs\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .xs\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xs\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xs\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .xs\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .xs\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xs\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .xs\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xs\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xs\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .xs\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xs\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .xs\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .xs\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xs\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .xs\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .xs\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xs\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .xs\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xs\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .xs\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xs\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xs\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .xs\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xs\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xs\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .xs\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xs\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xs\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .xs\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .xs\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xs\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xs\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xs\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xs\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xs\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xs\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .xs\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .xs\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .xs\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xs\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .xs\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .xs\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .xs\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .xs\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xs\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .xs\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .xs\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .xs\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .xs\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .xs\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .xs\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .xs\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .xs\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .xs\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .xs\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .xs\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .xs\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .xs\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .xs\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .xs\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .xs\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xs\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xs\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xs\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xs\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xs\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xs\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xs\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xs\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xs\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xs\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xs\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xs\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xs\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .xs\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xs\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .xs\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xs\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .xs\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .xs\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .xs\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xs\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .xs\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .xs\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .xs\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xs\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .xs\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .xs\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .xs\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xs\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .xs\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xs\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .xs\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .xs\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xs\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .xs\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .xs\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xs\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .xs\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .xs\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xs\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .xs\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xs\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .xs\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xs\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xs\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .xs\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xs\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xs\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xs\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xs\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .xs\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .xs\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xs\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xs\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xs\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xs\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xs\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xs\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .xs\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .xs\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .xs\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xs\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .xs\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .xs\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .xs\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .xs\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .xs\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .xs\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .xs\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .xs\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .xs\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .xs\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .xs\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .xs\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .xs\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .xs\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .xs\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .xs\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .xs\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .xs\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .xs\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .xs\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .xs\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xs\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xs\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xs\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xs\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xs\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xs\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xs\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xs\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xs\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xs\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xs\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xs\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xs\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xs\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .xs\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .xs\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xs\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .xs\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xs\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xs\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .xs\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .xs\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xs\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .xs\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xs\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .xs\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xs\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .xs\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .xs\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .xs\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .xs\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .xs\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xs\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .xs\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .xs\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .xs\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .xs\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .xs\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .xs\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .xs\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xs\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .xs\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .xs\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .xs\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .xs\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .xs\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .xs\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .xs\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .xs\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .xs\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .xs\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .xs\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .xs\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .xs\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xs\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .xs\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .xs\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .xs\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .xs\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .xs\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .xs\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .xs\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .xs\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .xs\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .xs\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .xs\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xs\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .xs\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .xs\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .xs\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .xs\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .xs\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .xs\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .xs\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .xs\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .xs\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .xs\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .xs\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .xs\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .xs\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .xs\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .xs\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .xs\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .xs\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .xs\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .xs\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .xs\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .xs\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .xs\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .xs\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .xs\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .xs\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .xs\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .xs\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .xs\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .xs\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .xs\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .xs\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .xs\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .xs\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .xs\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .xs\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .xs\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .xs\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .xs\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .xs\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .xs\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .xs\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .xs\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .xs\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .xs\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .xs\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xs\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xs\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .xs\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xs\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .xs\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xs\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .xs\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xs\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .xs\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xs\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .xs\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .xs\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .xs\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .xs\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .xs\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .xs\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .xs\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xs\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .xs\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .xs\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .xs\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .xs\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .xs\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .xs\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .xs\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .xs\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .xs\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xs\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .xs\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .xs\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .xs\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .xs\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .xs\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .xs\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .xs\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .xs\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .xs\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .xs\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .xs\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .xs\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .xs\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .xs\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .xs\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .xs\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .xs\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .xs\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .xs\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .xs\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .xs\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .xs\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .xs\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .xs\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .xs\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .xs\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .xs\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .xs\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .xs\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .xs\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .xs\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .xs\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .xs\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xs\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xs\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xs\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .xs\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xs\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .xs\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xs\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .xs\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .xs\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .xs\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xs\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .xs\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xs\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .xs\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xs\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .xs\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .xs\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .xs\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xs\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .xs\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xs\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .xs\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xs\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .xs\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .xs\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .xs\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .xs\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .xs\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xs\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .xs\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .xs\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .xs\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .xs\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .xs\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .xs\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .xs\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .xs\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .xs\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .xs\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .xs\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .xs\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .xs\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .xs\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .xs\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .xs\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .xs\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .xs\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .xs\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .xs\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .xs\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .xs\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .xs\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .xs\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .xs\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .xs\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .xs\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .xs\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .xs\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .xs\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .xs\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .xs\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .xs\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .xs\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .xs\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .xs\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .xs\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .xs\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .xs\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .xs\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .xs\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .xs\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .xs\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .xs\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .xs\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .xs\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .xs\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .xs\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .xs\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .xs\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .xs\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .xs\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .xs\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .xs\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .xs\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .xs\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .xs\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .xs\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .xs\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .xs\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .xs\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .xs\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .xs\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .xs\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .xs\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .xs\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .xs\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .xs\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .xs\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .xs\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .xs\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .xs\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .xs\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .xs\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .xs\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .xs\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .xs\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xs\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .xs\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xs\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .xs\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xs\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .xs\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xs\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .xs\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xs\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .xs\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .xs\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .xs\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .xs\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .xs\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .xs\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .xs\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xs\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .xs\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .xs\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .xs\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .xs\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .xs\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .xs\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .xs\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .xs\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .xs\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .xs\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .xs\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .xs\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .xs\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .xs\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .xs\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .xs\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .xs\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .xs\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .xs\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .xs\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .xs\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .xs\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .xs\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .xs\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .xs\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .xs\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .xs\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .xs\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .xs\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .xs\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .xs\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .xs\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .xs\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .xs\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .xs\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .xs\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .xs\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .xs\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .xs\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .xs\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .xs\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .xs\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .xs\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .xs\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xs\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .xs\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xs\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .xs\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .xs\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .xs\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xs\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .xs\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xs\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xs\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .xs\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xs\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .xs\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xs\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .xs\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xs\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .xs\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .xs\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xs\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .xs\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xs\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .xs\:top-0{
    top: 0px;
  }

  .xs\:right-0{
    right: 0px;
  }

  .xs\:bottom-0{
    bottom: 0px;
  }

  .xs\:left-0{
    left: 0px;
  }

  .xs\:top-1{
    top: 0.25rem;
  }

  .xs\:right-1{
    right: 0.25rem;
  }

  .xs\:bottom-1{
    bottom: 0.25rem;
  }

  .xs\:left-1{
    left: 0.25rem;
  }

  .xs\:top-2{
    top: 0.5rem;
  }

  .xs\:right-2{
    right: 0.5rem;
  }

  .xs\:bottom-2{
    bottom: 0.5rem;
  }

  .xs\:left-2{
    left: 0.5rem;
  }

  .xs\:top-3{
    top: 0.75rem;
  }

  .xs\:right-3{
    right: 0.75rem;
  }

  .xs\:bottom-3{
    bottom: 0.75rem;
  }

  .xs\:left-3{
    left: 0.75rem;
  }

  .xs\:top-4{
    top: 1rem;
  }

  .xs\:right-4{
    right: 1rem;
  }

  .xs\:bottom-4{
    bottom: 1rem;
  }

  .xs\:left-4{
    left: 1rem;
  }

  .xs\:top-5{
    top: 1.25rem;
  }

  .xs\:right-5{
    right: 1.25rem;
  }

  .xs\:bottom-5{
    bottom: 1.25rem;
  }

  .xs\:left-5{
    left: 1.25rem;
  }

  .xs\:top-6{
    top: 1.5rem;
  }

  .xs\:right-6{
    right: 1.5rem;
  }

  .xs\:bottom-6{
    bottom: 1.5rem;
  }

  .xs\:left-6{
    left: 1.5rem;
  }

  .xs\:top-7{
    top: 1.75rem;
  }

  .xs\:right-7{
    right: 1.75rem;
  }

  .xs\:bottom-7{
    bottom: 1.75rem;
  }

  .xs\:left-7{
    left: 1.75rem;
  }

  .xs\:top-8{
    top: 2rem;
  }

  .xs\:right-8{
    right: 2rem;
  }

  .xs\:bottom-8{
    bottom: 2rem;
  }

  .xs\:left-8{
    left: 2rem;
  }

  .xs\:top-9{
    top: 2.25rem;
  }

  .xs\:right-9{
    right: 2.25rem;
  }

  .xs\:bottom-9{
    bottom: 2.25rem;
  }

  .xs\:left-9{
    left: 2.25rem;
  }

  .xs\:top-10{
    top: 2.5rem;
  }

  .xs\:right-10{
    right: 2.5rem;
  }

  .xs\:bottom-10{
    bottom: 2.5rem;
  }

  .xs\:left-10{
    left: 2.5rem;
  }

  .xs\:top-11{
    top: 2.75rem;
  }

  .xs\:right-11{
    right: 2.75rem;
  }

  .xs\:bottom-11{
    bottom: 2.75rem;
  }

  .xs\:left-11{
    left: 2.75rem;
  }

  .xs\:top-12{
    top: 3rem;
  }

  .xs\:right-12{
    right: 3rem;
  }

  .xs\:bottom-12{
    bottom: 3rem;
  }

  .xs\:left-12{
    left: 3rem;
  }

  .xs\:top-13{
    top: 3.375rem;
  }

  .xs\:right-13{
    right: 3.375rem;
  }

  .xs\:bottom-13{
    bottom: 3.375rem;
  }

  .xs\:left-13{
    left: 3.375rem;
  }

  .xs\:top-14{
    top: 3.5rem;
  }

  .xs\:right-14{
    right: 3.5rem;
  }

  .xs\:bottom-14{
    bottom: 3.5rem;
  }

  .xs\:left-14{
    left: 3.5rem;
  }

  .xs\:top-15{
    top: 3.75rem;
  }

  .xs\:right-15{
    right: 3.75rem;
  }

  .xs\:bottom-15{
    bottom: 3.75rem;
  }

  .xs\:left-15{
    left: 3.75rem;
  }

  .xs\:top-16{
    top: 4rem;
  }

  .xs\:right-16{
    right: 4rem;
  }

  .xs\:bottom-16{
    bottom: 4rem;
  }

  .xs\:left-16{
    left: 4rem;
  }

  .xs\:top-17{
    top: 4.375rem;
  }

  .xs\:right-17{
    right: 4.375rem;
  }

  .xs\:bottom-17{
    bottom: 4.375rem;
  }

  .xs\:left-17{
    left: 4.375rem;
  }

  .xs\:top-18{
    top: 4.5rem;
  }

  .xs\:right-18{
    right: 4.5rem;
  }

  .xs\:bottom-18{
    bottom: 4.5rem;
  }

  .xs\:left-18{
    left: 4.5rem;
  }

  .xs\:top-19{
    top: 4.75rem;
  }

  .xs\:right-19{
    right: 4.75rem;
  }

  .xs\:bottom-19{
    bottom: 4.75rem;
  }

  .xs\:left-19{
    left: 4.75rem;
  }

  .xs\:top-20{
    top: 5rem;
  }

  .xs\:right-20{
    right: 5rem;
  }

  .xs\:bottom-20{
    bottom: 5rem;
  }

  .xs\:left-20{
    left: 5rem;
  }

  .xs\:top-21{
    top: 5.5rem;
  }

  .xs\:right-21{
    right: 5.5rem;
  }

  .xs\:bottom-21{
    bottom: 5.5rem;
  }

  .xs\:left-21{
    left: 5.5rem;
  }

  .xs\:top-22{
    top: 5.625rem;
  }

  .xs\:right-22{
    right: 5.625rem;
  }

  .xs\:bottom-22{
    bottom: 5.625rem;
  }

  .xs\:left-22{
    left: 5.625rem;
  }

  .xs\:top-23{
    top: 6.125rem;
  }

  .xs\:right-23{
    right: 6.125rem;
  }

  .xs\:bottom-23{
    bottom: 6.125rem;
  }

  .xs\:left-23{
    left: 6.125rem;
  }

  .xs\:top-24{
    top: 6rem;
  }

  .xs\:right-24{
    right: 6rem;
  }

  .xs\:bottom-24{
    bottom: 6rem;
  }

  .xs\:left-24{
    left: 6rem;
  }

  .xs\:top-25{
    top: 6.5rem;
  }

  .xs\:right-25{
    right: 6.5rem;
  }

  .xs\:bottom-25{
    bottom: 6.5rem;
  }

  .xs\:left-25{
    left: 6.5rem;
  }

  .xs\:top-26{
    top: 6.75rem;
  }

  .xs\:right-26{
    right: 6.75rem;
  }

  .xs\:bottom-26{
    bottom: 6.75rem;
  }

  .xs\:left-26{
    left: 6.75rem;
  }

  .xs\:top-27{
    top: 6.25rem;
  }

  .xs\:right-27{
    right: 6.25rem;
  }

  .xs\:bottom-27{
    bottom: 6.25rem;
  }

  .xs\:left-27{
    left: 6.25rem;
  }

  .xs\:top-28{
    top: 7rem;
  }

  .xs\:right-28{
    right: 7rem;
  }

  .xs\:bottom-28{
    bottom: 7rem;
  }

  .xs\:left-28{
    left: 7rem;
  }

  .xs\:top-29{
    top: 7.5rem;
  }

  .xs\:right-29{
    right: 7.5rem;
  }

  .xs\:bottom-29{
    bottom: 7.5rem;
  }

  .xs\:left-29{
    left: 7.5rem;
  }

  .xs\:top-32{
    top: 8rem;
  }

  .xs\:right-32{
    right: 8rem;
  }

  .xs\:bottom-32{
    bottom: 8rem;
  }

  .xs\:left-32{
    left: 8rem;
  }

  .xs\:top-34{
    top: 8.5rem;
  }

  .xs\:right-34{
    right: 8.5rem;
  }

  .xs\:bottom-34{
    bottom: 8.5rem;
  }

  .xs\:left-34{
    left: 8.5rem;
  }

  .xs\:top-35{
    top: 8.75rem;
  }

  .xs\:right-35{
    right: 8.75rem;
  }

  .xs\:bottom-35{
    bottom: 8.75rem;
  }

  .xs\:left-35{
    left: 8.75rem;
  }

  .xs\:top-36{
    top: 9rem;
  }

  .xs\:right-36{
    right: 9rem;
  }

  .xs\:bottom-36{
    bottom: 9rem;
  }

  .xs\:left-36{
    left: 9rem;
  }

  .xs\:top-37{
    top: 9.125rem;
  }

  .xs\:right-37{
    right: 9.125rem;
  }

  .xs\:bottom-37{
    bottom: 9.125rem;
  }

  .xs\:left-37{
    left: 9.125rem;
  }

  .xs\:top-38{
    top: 9.5rem;
  }

  .xs\:right-38{
    right: 9.5rem;
  }

  .xs\:bottom-38{
    bottom: 9.5rem;
  }

  .xs\:left-38{
    left: 9.5rem;
  }

  .xs\:top-40{
    top: 10rem;
  }

  .xs\:right-40{
    right: 10rem;
  }

  .xs\:bottom-40{
    bottom: 10rem;
  }

  .xs\:left-40{
    left: 10rem;
  }

  .xs\:top-41{
    top: 10.5rem;
  }

  .xs\:right-41{
    right: 10.5rem;
  }

  .xs\:bottom-41{
    bottom: 10.5rem;
  }

  .xs\:left-41{
    left: 10.5rem;
  }

  .xs\:top-42{
    top: 10.625rem;
  }

  .xs\:right-42{
    right: 10.625rem;
  }

  .xs\:bottom-42{
    bottom: 10.625rem;
  }

  .xs\:left-42{
    left: 10.625rem;
  }

  .xs\:top-44{
    top: 11rem;
  }

  .xs\:right-44{
    right: 11rem;
  }

  .xs\:bottom-44{
    bottom: 11rem;
  }

  .xs\:left-44{
    left: 11rem;
  }

  .xs\:top-45{
    top: 11.25rem;
  }

  .xs\:right-45{
    right: 11.25rem;
  }

  .xs\:bottom-45{
    bottom: 11.25rem;
  }

  .xs\:left-45{
    left: 11.25rem;
  }

  .xs\:top-48{
    top: 12rem;
  }

  .xs\:right-48{
    right: 12rem;
  }

  .xs\:bottom-48{
    bottom: 12rem;
  }

  .xs\:left-48{
    left: 12rem;
  }

  .xs\:top-49{
    top: 12.5rem;
  }

  .xs\:right-49{
    right: 12.5rem;
  }

  .xs\:bottom-49{
    bottom: 12.5rem;
  }

  .xs\:left-49{
    left: 12.5rem;
  }

  .xs\:top-52{
    top: 13rem;
  }

  .xs\:right-52{
    right: 13rem;
  }

  .xs\:bottom-52{
    bottom: 13rem;
  }

  .xs\:left-52{
    left: 13rem;
  }

  .xs\:top-56{
    top: 14rem;
  }

  .xs\:right-56{
    right: 14rem;
  }

  .xs\:bottom-56{
    bottom: 14rem;
  }

  .xs\:left-56{
    left: 14rem;
  }

  .xs\:top-57{
    top: 14.375rem;
  }

  .xs\:right-57{
    right: 14.375rem;
  }

  .xs\:bottom-57{
    bottom: 14.375rem;
  }

  .xs\:left-57{
    left: 14.375rem;
  }

  .xs\:top-60{
    top: 15rem;
  }

  .xs\:right-60{
    right: 15rem;
  }

  .xs\:bottom-60{
    bottom: 15rem;
  }

  .xs\:left-60{
    left: 15rem;
  }

  .xs\:top-64{
    top: 16rem;
  }

  .xs\:right-64{
    right: 16rem;
  }

  .xs\:bottom-64{
    bottom: 16rem;
  }

  .xs\:left-64{
    left: 16rem;
  }

  .xs\:top-66{
    top: 19rem;
  }

  .xs\:right-66{
    right: 19rem;
  }

  .xs\:bottom-66{
    bottom: 19rem;
  }

  .xs\:left-66{
    left: 19rem;
  }

  .xs\:top-72{
    top: 18rem;
  }

  .xs\:right-72{
    right: 18rem;
  }

  .xs\:bottom-72{
    bottom: 18rem;
  }

  .xs\:left-72{
    left: 18rem;
  }

  .xs\:top-80{
    top: 20rem;
  }

  .xs\:right-80{
    right: 20rem;
  }

  .xs\:bottom-80{
    bottom: 20rem;
  }

  .xs\:left-80{
    left: 20rem;
  }

  .xs\:top-82{
    top: 22rem;
  }

  .xs\:right-82{
    right: 22rem;
  }

  .xs\:bottom-82{
    bottom: 22rem;
  }

  .xs\:left-82{
    left: 22rem;
  }

  .xs\:top-83{
    top: 23.8125rem;
  }

  .xs\:right-83{
    right: 23.8125rem;
  }

  .xs\:bottom-83{
    bottom: 23.8125rem;
  }

  .xs\:left-83{
    left: 23.8125rem;
  }

  .xs\:top-96{
    top: 24rem;
  }

  .xs\:right-96{
    right: 24rem;
  }

  .xs\:bottom-96{
    bottom: 24rem;
  }

  .xs\:left-96{
    left: 24rem;
  }

  .xs\:top-auto{
    top: auto;
  }

  .xs\:right-auto{
    right: auto;
  }

  .xs\:bottom-auto{
    bottom: auto;
  }

  .xs\:left-auto{
    left: auto;
  }

  .xs\:top-px{
    top: 1px;
  }

  .xs\:right-px{
    right: 1px;
  }

  .xs\:bottom-px{
    bottom: 1px;
  }

  .xs\:left-px{
    left: 1px;
  }

  .xs\:top-0\.5{
    top: 0.125rem;
  }

  .xs\:right-0\.5{
    right: 0.125rem;
  }

  .xs\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .xs\:left-0\.5{
    left: 0.125rem;
  }

  .xs\:top-1\.5{
    top: 0.375rem;
  }

  .xs\:right-1\.5{
    right: 0.375rem;
  }

  .xs\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .xs\:left-1\.5{
    left: 0.375rem;
  }

  .xs\:top-2\.5{
    top: 0.625rem;
  }

  .xs\:right-2\.5{
    right: 0.625rem;
  }

  .xs\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .xs\:left-2\.5{
    left: 0.625rem;
  }

  .xs\:top-3\.5{
    top: 0.875rem;
  }

  .xs\:right-3\.5{
    right: 0.875rem;
  }

  .xs\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .xs\:left-3\.5{
    left: 0.875rem;
  }

  .xs\:top-4\.5{
    top: 1.125rem;
  }

  .xs\:right-4\.5{
    right: 1.125rem;
  }

  .xs\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .xs\:left-4\.5{
    left: 1.125rem;
  }

  .xs\:top-5\.5{
    top: 1.375rem;
  }

  .xs\:right-5\.5{
    right: 1.375rem;
  }

  .xs\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .xs\:left-5\.5{
    left: 1.375rem;
  }

  .xs\:top-6\.5{
    top: 1.625rem;
  }

  .xs\:right-6\.5{
    right: 1.625rem;
  }

  .xs\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .xs\:left-6\.5{
    left: 1.625rem;
  }

  .xs\:top-7\.5{
    top: 1.875rem;
  }

  .xs\:right-7\.5{
    right: 1.875rem;
  }

  .xs\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .xs\:left-7\.5{
    left: 1.875rem;
  }

  .xs\:top-8\.5{
    top: 2.125rem;
  }

  .xs\:right-8\.5{
    right: 2.125rem;
  }

  .xs\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .xs\:left-8\.5{
    left: 2.125rem;
  }

  .xs\:top-9\.5{
    top: 2.375rem;
  }

  .xs\:right-9\.5{
    right: 2.375rem;
  }

  .xs\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .xs\:left-9\.5{
    left: 2.375rem;
  }

  .xs\:top-10\.5{
    top: 2.625rem;
  }

  .xs\:right-10\.5{
    right: 2.625rem;
  }

  .xs\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .xs\:left-10\.5{
    left: 2.625rem;
  }

  .xs\:top-11\.5{
    top: 2.875rem;
  }

  .xs\:right-11\.5{
    right: 2.875rem;
  }

  .xs\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .xs\:left-11\.5{
    left: 2.875rem;
  }

  .xs\:top-12\.5{
    top: 3.125rem;
  }

  .xs\:right-12\.5{
    right: 3.125rem;
  }

  .xs\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .xs\:left-12\.5{
    left: 3.125rem;
  }

  .xs\:top-13\.5{
    top: 3.25rem;
  }

  .xs\:right-13\.5{
    right: 3.25rem;
  }

  .xs\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .xs\:left-13\.5{
    left: 3.25rem;
  }

  .xs\:top-15\.5{
    top: 3.8rem;
  }

  .xs\:right-15\.5{
    right: 3.8rem;
  }

  .xs\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .xs\:left-15\.5{
    left: 3.8rem;
  }

  .xs\:top-16\.5{
    top: 4.125rem;
  }

  .xs\:right-16\.5{
    right: 4.125rem;
  }

  .xs\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .xs\:left-16\.5{
    left: 4.125rem;
  }

  .xs\:top-17\.5{
    top: 4.25rem;
  }

  .xs\:right-17\.5{
    right: 4.25rem;
  }

  .xs\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .xs\:left-17\.5{
    left: 4.25rem;
  }

  .xs\:top-18\.5{
    top: 4.625rem;
  }

  .xs\:right-18\.5{
    right: 4.625rem;
  }

  .xs\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .xs\:left-18\.5{
    left: 4.625rem;
  }

  .xs\:top-20\.5{
    top: 5.25rem;
  }

  .xs\:right-20\.5{
    right: 5.25rem;
  }

  .xs\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .xs\:left-20\.5{
    left: 5.25rem;
  }

  .xs\:top-21\.5{
    top: 5.75rem;
  }

  .xs\:right-21\.5{
    right: 5.75rem;
  }

  .xs\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .xs\:left-21\.5{
    left: 5.75rem;
  }

  .xs\:top-22\.5{
    top: 5.875rem;
  }

  .xs\:right-22\.5{
    right: 5.875rem;
  }

  .xs\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .xs\:left-22\.5{
    left: 5.875rem;
  }

  .xs\:top-24\.5{
    top: 6.8125rem;
  }

  .xs\:right-24\.5{
    right: 6.8125rem;
  }

  .xs\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .xs\:left-24\.5{
    left: 6.8125rem;
  }

  .xs\:top-28\.5{
    top: 7.375rem;
  }

  .xs\:right-28\.5{
    right: 7.375rem;
  }

  .xs\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .xs\:left-28\.5{
    left: 7.375rem;
  }

  .xs\:top-29\.5{
    top: 7.75rem;
  }

  .xs\:right-29\.5{
    right: 7.75rem;
  }

  .xs\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .xs\:left-29\.5{
    left: 7.75rem;
  }

  .xs\:top-32\.5{
    top: 8.125rem;
  }

  .xs\:right-32\.5{
    right: 8.125rem;
  }

  .xs\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .xs\:left-32\.5{
    left: 8.125rem;
  }

  .xs\:top-33\.5{
    top: 8.8125rem;
  }

  .xs\:right-33\.5{
    right: 8.8125rem;
  }

  .xs\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .xs\:left-33\.5{
    left: 8.8125rem;
  }

  .xs\:top-42\.5{
    top: 10.875rem;
  }

  .xs\:right-42\.5{
    right: 10.875rem;
  }

  .xs\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .xs\:left-42\.5{
    left: 10.875rem;
  }

  .xs\:top-49\.5{
    top: 12.75rem;
  }

  .xs\:right-49\.5{
    right: 12.75rem;
  }

  .xs\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .xs\:left-49\.5{
    left: 12.75rem;
  }

  .xs\:top-72\.5{
    top: 18.25rem;
  }

  .xs\:right-72\.5{
    right: 18.25rem;
  }

  .xs\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .xs\:left-72\.5{
    left: 18.25rem;
  }

  .xs\:-top-0{
    top: 0px;
  }

  .xs\:-right-0{
    right: 0px;
  }

  .xs\:-bottom-0{
    bottom: 0px;
  }

  .xs\:-left-0{
    left: 0px;
  }

  .xs\:-top-1{
    top: -0.25rem;
  }

  .xs\:-right-1{
    right: -0.25rem;
  }

  .xs\:-bottom-1{
    bottom: -0.25rem;
  }

  .xs\:-left-1{
    left: -0.25rem;
  }

  .xs\:-top-2{
    top: -0.5rem;
  }

  .xs\:-right-2{
    right: -0.5rem;
  }

  .xs\:-bottom-2{
    bottom: -0.5rem;
  }

  .xs\:-left-2{
    left: -0.5rem;
  }

  .xs\:-top-3{
    top: -0.75rem;
  }

  .xs\:-right-3{
    right: -0.75rem;
  }

  .xs\:-bottom-3{
    bottom: -0.75rem;
  }

  .xs\:-left-3{
    left: -0.75rem;
  }

  .xs\:-top-4{
    top: -1rem;
  }

  .xs\:-right-4{
    right: -1rem;
  }

  .xs\:-bottom-4{
    bottom: -1rem;
  }

  .xs\:-left-4{
    left: -1rem;
  }

  .xs\:-top-5{
    top: -1.25rem;
  }

  .xs\:-right-5{
    right: -1.25rem;
  }

  .xs\:-bottom-5{
    bottom: -1.25rem;
  }

  .xs\:-left-5{
    left: -1.25rem;
  }

  .xs\:-top-6{
    top: -1.5rem;
  }

  .xs\:-right-6{
    right: -1.5rem;
  }

  .xs\:-bottom-6{
    bottom: -1.5rem;
  }

  .xs\:-left-6{
    left: -1.5rem;
  }

  .xs\:-top-7{
    top: -1.75rem;
  }

  .xs\:-right-7{
    right: -1.75rem;
  }

  .xs\:-bottom-7{
    bottom: -1.75rem;
  }

  .xs\:-left-7{
    left: -1.75rem;
  }

  .xs\:-top-8{
    top: -2rem;
  }

  .xs\:-right-8{
    right: -2rem;
  }

  .xs\:-bottom-8{
    bottom: -2rem;
  }

  .xs\:-left-8{
    left: -2rem;
  }

  .xs\:-top-9{
    top: -2.25rem;
  }

  .xs\:-right-9{
    right: -2.25rem;
  }

  .xs\:-bottom-9{
    bottom: -2.25rem;
  }

  .xs\:-left-9{
    left: -2.25rem;
  }

  .xs\:-top-10{
    top: -2.5rem;
  }

  .xs\:-right-10{
    right: -2.5rem;
  }

  .xs\:-bottom-10{
    bottom: -2.5rem;
  }

  .xs\:-left-10{
    left: -2.5rem;
  }

  .xs\:-top-11{
    top: -2.75rem;
  }

  .xs\:-right-11{
    right: -2.75rem;
  }

  .xs\:-bottom-11{
    bottom: -2.75rem;
  }

  .xs\:-left-11{
    left: -2.75rem;
  }

  .xs\:-top-12{
    top: -3rem;
  }

  .xs\:-right-12{
    right: -3rem;
  }

  .xs\:-bottom-12{
    bottom: -3rem;
  }

  .xs\:-left-12{
    left: -3rem;
  }

  .xs\:-top-13{
    top: -3.375rem;
  }

  .xs\:-right-13{
    right: -3.375rem;
  }

  .xs\:-bottom-13{
    bottom: -3.375rem;
  }

  .xs\:-left-13{
    left: -3.375rem;
  }

  .xs\:-top-14{
    top: -3.5rem;
  }

  .xs\:-right-14{
    right: -3.5rem;
  }

  .xs\:-bottom-14{
    bottom: -3.5rem;
  }

  .xs\:-left-14{
    left: -3.5rem;
  }

  .xs\:-top-15{
    top: -3.75rem;
  }

  .xs\:-right-15{
    right: -3.75rem;
  }

  .xs\:-bottom-15{
    bottom: -3.75rem;
  }

  .xs\:-left-15{
    left: -3.75rem;
  }

  .xs\:-top-16{
    top: -4rem;
  }

  .xs\:-right-16{
    right: -4rem;
  }

  .xs\:-bottom-16{
    bottom: -4rem;
  }

  .xs\:-left-16{
    left: -4rem;
  }

  .xs\:-top-17{
    top: -4.375rem;
  }

  .xs\:-right-17{
    right: -4.375rem;
  }

  .xs\:-bottom-17{
    bottom: -4.375rem;
  }

  .xs\:-left-17{
    left: -4.375rem;
  }

  .xs\:-top-18{
    top: -4.5rem;
  }

  .xs\:-right-18{
    right: -4.5rem;
  }

  .xs\:-bottom-18{
    bottom: -4.5rem;
  }

  .xs\:-left-18{
    left: -4.5rem;
  }

  .xs\:-top-19{
    top: -4.75rem;
  }

  .xs\:-right-19{
    right: -4.75rem;
  }

  .xs\:-bottom-19{
    bottom: -4.75rem;
  }

  .xs\:-left-19{
    left: -4.75rem;
  }

  .xs\:-top-20{
    top: -5rem;
  }

  .xs\:-right-20{
    right: -5rem;
  }

  .xs\:-bottom-20{
    bottom: -5rem;
  }

  .xs\:-left-20{
    left: -5rem;
  }

  .xs\:-top-21{
    top: -5.5rem;
  }

  .xs\:-right-21{
    right: -5.5rem;
  }

  .xs\:-bottom-21{
    bottom: -5.5rem;
  }

  .xs\:-left-21{
    left: -5.5rem;
  }

  .xs\:-top-22{
    top: -5.625rem;
  }

  .xs\:-right-22{
    right: -5.625rem;
  }

  .xs\:-bottom-22{
    bottom: -5.625rem;
  }

  .xs\:-left-22{
    left: -5.625rem;
  }

  .xs\:-top-23{
    top: -6.125rem;
  }

  .xs\:-right-23{
    right: -6.125rem;
  }

  .xs\:-bottom-23{
    bottom: -6.125rem;
  }

  .xs\:-left-23{
    left: -6.125rem;
  }

  .xs\:-top-24{
    top: -6rem;
  }

  .xs\:-right-24{
    right: -6rem;
  }

  .xs\:-bottom-24{
    bottom: -6rem;
  }

  .xs\:-left-24{
    left: -6rem;
  }

  .xs\:-top-25{
    top: -6.5rem;
  }

  .xs\:-right-25{
    right: -6.5rem;
  }

  .xs\:-bottom-25{
    bottom: -6.5rem;
  }

  .xs\:-left-25{
    left: -6.5rem;
  }

  .xs\:-top-26{
    top: -6.75rem;
  }

  .xs\:-right-26{
    right: -6.75rem;
  }

  .xs\:-bottom-26{
    bottom: -6.75rem;
  }

  .xs\:-left-26{
    left: -6.75rem;
  }

  .xs\:-top-27{
    top: -6.25rem;
  }

  .xs\:-right-27{
    right: -6.25rem;
  }

  .xs\:-bottom-27{
    bottom: -6.25rem;
  }

  .xs\:-left-27{
    left: -6.25rem;
  }

  .xs\:-top-28{
    top: -7rem;
  }

  .xs\:-right-28{
    right: -7rem;
  }

  .xs\:-bottom-28{
    bottom: -7rem;
  }

  .xs\:-left-28{
    left: -7rem;
  }

  .xs\:-top-29{
    top: -7.5rem;
  }

  .xs\:-right-29{
    right: -7.5rem;
  }

  .xs\:-bottom-29{
    bottom: -7.5rem;
  }

  .xs\:-left-29{
    left: -7.5rem;
  }

  .xs\:-top-32{
    top: -8rem;
  }

  .xs\:-right-32{
    right: -8rem;
  }

  .xs\:-bottom-32{
    bottom: -8rem;
  }

  .xs\:-left-32{
    left: -8rem;
  }

  .xs\:-top-34{
    top: -8.5rem;
  }

  .xs\:-right-34{
    right: -8.5rem;
  }

  .xs\:-bottom-34{
    bottom: -8.5rem;
  }

  .xs\:-left-34{
    left: -8.5rem;
  }

  .xs\:-top-35{
    top: -8.75rem;
  }

  .xs\:-right-35{
    right: -8.75rem;
  }

  .xs\:-bottom-35{
    bottom: -8.75rem;
  }

  .xs\:-left-35{
    left: -8.75rem;
  }

  .xs\:-top-36{
    top: -9rem;
  }

  .xs\:-right-36{
    right: -9rem;
  }

  .xs\:-bottom-36{
    bottom: -9rem;
  }

  .xs\:-left-36{
    left: -9rem;
  }

  .xs\:-top-37{
    top: -9.125rem;
  }

  .xs\:-right-37{
    right: -9.125rem;
  }

  .xs\:-bottom-37{
    bottom: -9.125rem;
  }

  .xs\:-left-37{
    left: -9.125rem;
  }

  .xs\:-top-38{
    top: -9.5rem;
  }

  .xs\:-right-38{
    right: -9.5rem;
  }

  .xs\:-bottom-38{
    bottom: -9.5rem;
  }

  .xs\:-left-38{
    left: -9.5rem;
  }

  .xs\:-top-40{
    top: -10rem;
  }

  .xs\:-right-40{
    right: -10rem;
  }

  .xs\:-bottom-40{
    bottom: -10rem;
  }

  .xs\:-left-40{
    left: -10rem;
  }

  .xs\:-top-41{
    top: -10.5rem;
  }

  .xs\:-right-41{
    right: -10.5rem;
  }

  .xs\:-bottom-41{
    bottom: -10.5rem;
  }

  .xs\:-left-41{
    left: -10.5rem;
  }

  .xs\:-top-42{
    top: -10.625rem;
  }

  .xs\:-right-42{
    right: -10.625rem;
  }

  .xs\:-bottom-42{
    bottom: -10.625rem;
  }

  .xs\:-left-42{
    left: -10.625rem;
  }

  .xs\:-top-44{
    top: -11rem;
  }

  .xs\:-right-44{
    right: -11rem;
  }

  .xs\:-bottom-44{
    bottom: -11rem;
  }

  .xs\:-left-44{
    left: -11rem;
  }

  .xs\:-top-45{
    top: -11.25rem;
  }

  .xs\:-right-45{
    right: -11.25rem;
  }

  .xs\:-bottom-45{
    bottom: -11.25rem;
  }

  .xs\:-left-45{
    left: -11.25rem;
  }

  .xs\:-top-48{
    top: -12rem;
  }

  .xs\:-right-48{
    right: -12rem;
  }

  .xs\:-bottom-48{
    bottom: -12rem;
  }

  .xs\:-left-48{
    left: -12rem;
  }

  .xs\:-top-49{
    top: -12.5rem;
  }

  .xs\:-right-49{
    right: -12.5rem;
  }

  .xs\:-bottom-49{
    bottom: -12.5rem;
  }

  .xs\:-left-49{
    left: -12.5rem;
  }

  .xs\:-top-52{
    top: -13rem;
  }

  .xs\:-right-52{
    right: -13rem;
  }

  .xs\:-bottom-52{
    bottom: -13rem;
  }

  .xs\:-left-52{
    left: -13rem;
  }

  .xs\:-top-56{
    top: -14rem;
  }

  .xs\:-right-56{
    right: -14rem;
  }

  .xs\:-bottom-56{
    bottom: -14rem;
  }

  .xs\:-left-56{
    left: -14rem;
  }

  .xs\:-top-57{
    top: -14.375rem;
  }

  .xs\:-right-57{
    right: -14.375rem;
  }

  .xs\:-bottom-57{
    bottom: -14.375rem;
  }

  .xs\:-left-57{
    left: -14.375rem;
  }

  .xs\:-top-60{
    top: -15rem;
  }

  .xs\:-right-60{
    right: -15rem;
  }

  .xs\:-bottom-60{
    bottom: -15rem;
  }

  .xs\:-left-60{
    left: -15rem;
  }

  .xs\:-top-64{
    top: -16rem;
  }

  .xs\:-right-64{
    right: -16rem;
  }

  .xs\:-bottom-64{
    bottom: -16rem;
  }

  .xs\:-left-64{
    left: -16rem;
  }

  .xs\:-top-72{
    top: -18rem;
  }

  .xs\:-right-72{
    right: -18rem;
  }

  .xs\:-bottom-72{
    bottom: -18rem;
  }

  .xs\:-left-72{
    left: -18rem;
  }

  .xs\:-top-80{
    top: -20rem;
  }

  .xs\:-right-80{
    right: -20rem;
  }

  .xs\:-bottom-80{
    bottom: -20rem;
  }

  .xs\:-left-80{
    left: -20rem;
  }

  .xs\:-top-82{
    top: -22rem;
  }

  .xs\:-right-82{
    right: -22rem;
  }

  .xs\:-bottom-82{
    bottom: -22rem;
  }

  .xs\:-left-82{
    left: -22rem;
  }

  .xs\:-top-83{
    top: -23.8125rem;
  }

  .xs\:-right-83{
    right: -23.8125rem;
  }

  .xs\:-bottom-83{
    bottom: -23.8125rem;
  }

  .xs\:-left-83{
    left: -23.8125rem;
  }

  .xs\:-top-96{
    top: -24rem;
  }

  .xs\:-right-96{
    right: -24rem;
  }

  .xs\:-bottom-96{
    bottom: -24rem;
  }

  .xs\:-left-96{
    left: -24rem;
  }

  .xs\:-top-px{
    top: -1px;
  }

  .xs\:-right-px{
    right: -1px;
  }

  .xs\:-bottom-px{
    bottom: -1px;
  }

  .xs\:-left-px{
    left: -1px;
  }

  .xs\:-top-0\.5{
    top: -0.125rem;
  }

  .xs\:-right-0\.5{
    right: -0.125rem;
  }

  .xs\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .xs\:-left-0\.5{
    left: -0.125rem;
  }

  .xs\:-top-1\.5{
    top: -0.375rem;
  }

  .xs\:-right-1\.5{
    right: -0.375rem;
  }

  .xs\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .xs\:-left-1\.5{
    left: -0.375rem;
  }

  .xs\:-top-2\.5{
    top: -0.625rem;
  }

  .xs\:-right-2\.5{
    right: -0.625rem;
  }

  .xs\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .xs\:-left-2\.5{
    left: -0.625rem;
  }

  .xs\:-top-3\.5{
    top: -0.875rem;
  }

  .xs\:-right-3\.5{
    right: -0.875rem;
  }

  .xs\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .xs\:-left-3\.5{
    left: -0.875rem;
  }

  .xs\:-top-4\.5{
    top: -1.125rem;
  }

  .xs\:-right-4\.5{
    right: -1.125rem;
  }

  .xs\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .xs\:-left-4\.5{
    left: -1.125rem;
  }

  .xs\:-top-5\.5{
    top: -1.375rem;
  }

  .xs\:-right-5\.5{
    right: -1.375rem;
  }

  .xs\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .xs\:-left-5\.5{
    left: -1.375rem;
  }

  .xs\:-top-6\.5{
    top: -1.625rem;
  }

  .xs\:-right-6\.5{
    right: -1.625rem;
  }

  .xs\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .xs\:-left-6\.5{
    left: -1.625rem;
  }

  .xs\:-top-7\.5{
    top: -1.875rem;
  }

  .xs\:-right-7\.5{
    right: -1.875rem;
  }

  .xs\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .xs\:-left-7\.5{
    left: -1.875rem;
  }

  .xs\:-top-8\.5{
    top: -2.125rem;
  }

  .xs\:-right-8\.5{
    right: -2.125rem;
  }

  .xs\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .xs\:-left-8\.5{
    left: -2.125rem;
  }

  .xs\:-top-9\.5{
    top: -2.375rem;
  }

  .xs\:-right-9\.5{
    right: -2.375rem;
  }

  .xs\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .xs\:-left-9\.5{
    left: -2.375rem;
  }

  .xs\:-top-10\.5{
    top: -2.625rem;
  }

  .xs\:-right-10\.5{
    right: -2.625rem;
  }

  .xs\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .xs\:-left-10\.5{
    left: -2.625rem;
  }

  .xs\:-top-11\.5{
    top: -2.875rem;
  }

  .xs\:-right-11\.5{
    right: -2.875rem;
  }

  .xs\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .xs\:-left-11\.5{
    left: -2.875rem;
  }

  .xs\:-top-12\.5{
    top: -3.125rem;
  }

  .xs\:-right-12\.5{
    right: -3.125rem;
  }

  .xs\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .xs\:-left-12\.5{
    left: -3.125rem;
  }

  .xs\:-top-13\.5{
    top: -3.25rem;
  }

  .xs\:-right-13\.5{
    right: -3.25rem;
  }

  .xs\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .xs\:-left-13\.5{
    left: -3.25rem;
  }

  .xs\:-top-15\.5{
    top: -3.8rem;
  }

  .xs\:-right-15\.5{
    right: -3.8rem;
  }

  .xs\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .xs\:-left-15\.5{
    left: -3.8rem;
  }

  .xs\:-top-16\.5{
    top: -4.125rem;
  }

  .xs\:-right-16\.5{
    right: -4.125rem;
  }

  .xs\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .xs\:-left-16\.5{
    left: -4.125rem;
  }

  .xs\:-top-17\.5{
    top: -4.25rem;
  }

  .xs\:-right-17\.5{
    right: -4.25rem;
  }

  .xs\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .xs\:-left-17\.5{
    left: -4.25rem;
  }

  .xs\:-top-18\.5{
    top: -4.625rem;
  }

  .xs\:-right-18\.5{
    right: -4.625rem;
  }

  .xs\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .xs\:-left-18\.5{
    left: -4.625rem;
  }

  .xs\:-top-20\.5{
    top: -5.25rem;
  }

  .xs\:-right-20\.5{
    right: -5.25rem;
  }

  .xs\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .xs\:-left-20\.5{
    left: -5.25rem;
  }

  .xs\:-top-21\.5{
    top: -5.75rem;
  }

  .xs\:-right-21\.5{
    right: -5.75rem;
  }

  .xs\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .xs\:-left-21\.5{
    left: -5.75rem;
  }

  .xs\:-top-22\.5{
    top: -5.875rem;
  }

  .xs\:-right-22\.5{
    right: -5.875rem;
  }

  .xs\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .xs\:-left-22\.5{
    left: -5.875rem;
  }

  .xs\:-top-24\.5{
    top: -6.8125rem;
  }

  .xs\:-right-24\.5{
    right: -6.8125rem;
  }

  .xs\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .xs\:-left-24\.5{
    left: -6.8125rem;
  }

  .xs\:-top-28\.5{
    top: -7.375rem;
  }

  .xs\:-right-28\.5{
    right: -7.375rem;
  }

  .xs\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .xs\:-left-28\.5{
    left: -7.375rem;
  }

  .xs\:-top-29\.5{
    top: -7.75rem;
  }

  .xs\:-right-29\.5{
    right: -7.75rem;
  }

  .xs\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .xs\:-left-29\.5{
    left: -7.75rem;
  }

  .xs\:-top-32\.5{
    top: -8.125rem;
  }

  .xs\:-right-32\.5{
    right: -8.125rem;
  }

  .xs\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .xs\:-left-32\.5{
    left: -8.125rem;
  }

  .xs\:-top-33\.5{
    top: -8.8125rem;
  }

  .xs\:-right-33\.5{
    right: -8.8125rem;
  }

  .xs\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .xs\:-left-33\.5{
    left: -8.8125rem;
  }

  .xs\:-top-42\.5{
    top: -10.875rem;
  }

  .xs\:-right-42\.5{
    right: -10.875rem;
  }

  .xs\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .xs\:-left-42\.5{
    left: -10.875rem;
  }

  .xs\:-top-49\.5{
    top: -12.75rem;
  }

  .xs\:-right-49\.5{
    right: -12.75rem;
  }

  .xs\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .xs\:-left-49\.5{
    left: -12.75rem;
  }

  .xs\:-top-72\.5{
    top: -18.25rem;
  }

  .xs\:-right-72\.5{
    right: -18.25rem;
  }

  .xs\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .xs\:-left-72\.5{
    left: -18.25rem;
  }

  .xs\:top-1\/2{
    top: 50%;
  }

  .xs\:right-1\/2{
    right: 50%;
  }

  .xs\:bottom-1\/2{
    bottom: 50%;
  }

  .xs\:left-1\/2{
    left: 50%;
  }

  .xs\:top-1\/3{
    top: 33.333333%;
  }

  .xs\:right-1\/3{
    right: 33.333333%;
  }

  .xs\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xs\:left-1\/3{
    left: 33.333333%;
  }

  .xs\:top-2\/3{
    top: 66.666667%;
  }

  .xs\:right-2\/3{
    right: 66.666667%;
  }

  .xs\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xs\:left-2\/3{
    left: 66.666667%;
  }

  .xs\:top-1\/4{
    top: 25%;
  }

  .xs\:right-1\/4{
    right: 25%;
  }

  .xs\:bottom-1\/4{
    bottom: 25%;
  }

  .xs\:left-1\/4{
    left: 25%;
  }

  .xs\:top-2\/4{
    top: 50%;
  }

  .xs\:right-2\/4{
    right: 50%;
  }

  .xs\:bottom-2\/4{
    bottom: 50%;
  }

  .xs\:left-2\/4{
    left: 50%;
  }

  .xs\:top-3\/4{
    top: 75%;
  }

  .xs\:right-3\/4{
    right: 75%;
  }

  .xs\:bottom-3\/4{
    bottom: 75%;
  }

  .xs\:left-3\/4{
    left: 75%;
  }

  .xs\:top-full{
    top: 100%;
  }

  .xs\:right-full{
    right: 100%;
  }

  .xs\:bottom-full{
    bottom: 100%;
  }

  .xs\:left-full{
    left: 100%;
  }

  .xs\:-top-1\/2{
    top: -50%;
  }

  .xs\:-right-1\/2{
    right: -50%;
  }

  .xs\:-bottom-1\/2{
    bottom: -50%;
  }

  .xs\:-left-1\/2{
    left: -50%;
  }

  .xs\:-top-1\/3{
    top: -33.333333%;
  }

  .xs\:-right-1\/3{
    right: -33.333333%;
  }

  .xs\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xs\:-left-1\/3{
    left: -33.333333%;
  }

  .xs\:-top-2\/3{
    top: -66.666667%;
  }

  .xs\:-right-2\/3{
    right: -66.666667%;
  }

  .xs\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xs\:-left-2\/3{
    left: -66.666667%;
  }

  .xs\:-top-1\/4{
    top: -25%;
  }

  .xs\:-right-1\/4{
    right: -25%;
  }

  .xs\:-bottom-1\/4{
    bottom: -25%;
  }

  .xs\:-left-1\/4{
    left: -25%;
  }

  .xs\:-top-2\/4{
    top: -50%;
  }

  .xs\:-right-2\/4{
    right: -50%;
  }

  .xs\:-bottom-2\/4{
    bottom: -50%;
  }

  .xs\:-left-2\/4{
    left: -50%;
  }

  .xs\:-top-3\/4{
    top: -75%;
  }

  .xs\:-right-3\/4{
    right: -75%;
  }

  .xs\:-bottom-3\/4{
    bottom: -75%;
  }

  .xs\:-left-3\/4{
    left: -75%;
  }

  .xs\:-top-full{
    top: -100%;
  }

  .xs\:-right-full{
    right: -100%;
  }

  .xs\:-bottom-full{
    bottom: -100%;
  }

  .xs\:-left-full{
    left: -100%;
  }

  .xs\:resize-none{
    resize: none;
  }

  .xs\:resize-y{
    resize: vertical;
  }

  .xs\:resize-x{
    resize: horizontal;
  }

  .xs\:resize{
    resize: both;
  }

  .xs\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xs\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xs\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xs\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xs\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xs\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .xs\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .xs\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .xs\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .xs\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .xs\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xs\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .xs\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xs\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xs\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xs\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xs\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xs\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .xs\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xs\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xs\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .xs\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .xs\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xs\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xs\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xs\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xs\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .xs\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .xs\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xs\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .xs\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xs\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .xs\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .xs\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .xs\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .xs\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .xs\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .xs\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .xs\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .xs\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .xs\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .xs\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .xs\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .xs\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .xs\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .xs\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .xs\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .xs\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .xs\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .xs\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xs\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .xs\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .xs\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .xs\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .xs\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .xs\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .xs\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .xs\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .xs\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .xs\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .xs\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .xs\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .xs\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xs\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .xs\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xs\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xs\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xs\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xs\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xs\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .xs\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xs\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xs\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .xs\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .xs\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xs\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xs\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xs\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xs\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .xs\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .xs\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xs\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .xs\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xs\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .xs\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .xs\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .xs\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .xs\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .xs\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .xs\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .xs\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .xs\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .xs\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .xs\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .xs\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .xs\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .xs\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .xs\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .xs\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .xs\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .xs\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .xs\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xs\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .xs\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .xs\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .xs\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .xs\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .xs\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .xs\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .xs\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .xs\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .xs\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .xs\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .xs\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .xs\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .xs\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xs\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .xs\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xs\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xs\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .xs\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xs\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xs\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xs\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .xs\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xs\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xs\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .xs\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .xs\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xs\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xs\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xs\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xs\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .xs\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .xs\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xs\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .xs\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .xs\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .xs\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xs\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .xs\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .xs\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .xs\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .xs\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .xs\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .xs\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .xs\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .xs\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .xs\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .xs\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .xs\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .xs\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .xs\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .xs\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .xs\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .xs\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .xs\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .xs\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .xs\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xs\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .xs\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xs\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .xs\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .xs\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .xs\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .xs\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xs\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .xs\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .xs\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .xs\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .xs\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xs\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .xs\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .xs\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .xs\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .xs\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xs\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .xs\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xs\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .xs\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xs\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xs\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xs\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .xs\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .xs\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .xs\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .xs\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .xs\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .xs\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xs\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .xs\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xs\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xs\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .xs\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xs\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .xs\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .xs\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .xs\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .xs\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xs\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .xs\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xs\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xs\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .xs\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .xs\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .xs\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .xs\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .xs\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .xs\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .xs\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .xs\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xs\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xs\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xs\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xs\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xs\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xs\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xs\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xs\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xs\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xs\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xs\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xs\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xs\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xs\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xs\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xs\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xs\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xs\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xs\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xs\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xs\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xs\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xs\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xs\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xs\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xs\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xs\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xs\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .xs\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xs\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xs\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xs\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xs\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .xs\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .xs\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xs\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xs\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xs\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xs\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .xs\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xs\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .xs\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xs\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xs\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .xs\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xs\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .xs\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xs\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xs\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xs\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xs\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .xs\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .xs\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .xs\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .xs\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xs\:fill-current{
    fill: currentColor;
  }

  .xs\:stroke-current{
    stroke: currentColor;
  }

  .xs\:stroke-0{
    stroke-width: 0;
  }

  .xs\:stroke-1{
    stroke-width: 1;
  }

  .xs\:stroke-2{
    stroke-width: 2;
  }

  .xs\:table-auto{
    table-layout: auto;
  }

  .xs\:table-fixed{
    table-layout: fixed;
  }

  .xs\:text-left{
    text-align: left;
  }

  .xs\:text-center{
    text-align: center;
  }

  .xs\:text-right{
    text-align: right;
  }

  .xs\:text-justify{
    text-align: justify;
  }

  .xs\:text-transparent{
    color: transparent;
  }

  .xs\:text-current{
    color: currentColor;
  }

  .xs\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xs\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xs\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xs\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xs\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xs\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xs\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xs\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xs\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xs\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xs\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xs\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xs\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xs\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xs\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xs\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xs\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xs\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xs\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xs\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xs\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xs\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xs\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xs\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xs\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xs\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xs\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xs\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xs\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xs\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xs\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xs\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xs\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xs\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xs\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xs\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xs\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xs\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xs\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xs\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xs\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xs\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xs\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xs\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xs\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xs\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xs\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xs\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xs\:hover\:text-current:hover{
    color: currentColor;
  }

  .xs\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xs\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xs\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xs\:focus\:text-current:focus{
    color: currentColor;
  }

  .xs\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .xs\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .xs\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .xs\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .xs\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xs\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xs\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .xs\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .xs\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xs\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xs\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xs\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xs\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .xs\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xs\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xs\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xs\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xs\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .xs\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xs\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .xs\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xs\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xs\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .xs\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xs\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xs\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xs\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xs\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xs\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xs\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .xs\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .xs\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .xs\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .xs\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xs\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xs\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xs\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .xs\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .xs\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xs\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xs\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xs\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xs\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .xs\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xs\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .xs\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xs\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xs\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .xs\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xs\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .xs\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xs\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xs\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xs\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xs\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .xs\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .xs\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xs\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xs\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xs\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .xs\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .xs\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xs\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xs\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .xs\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .xs\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xs\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xs\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xs\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xs\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .xs\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .xs\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xs\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xs\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xs\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .xs\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .xs\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xs\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xs\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .xs\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .xs\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xs\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xs\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xs\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xs\:overflow-clip{
    text-overflow: clip;
  }

  .xs\:italic{
    font-style: italic;
  }

  .xs\:not-italic{
    font-style: normal;
  }

  .xs\:uppercase{
    text-transform: uppercase;
  }

  .xs\:lowercase{
    text-transform: lowercase;
  }

  .xs\:capitalize{
    text-transform: capitalize;
  }

  .xs\:normal-case{
    text-transform: none;
  }

  .xs\:underline{
    text-decoration: underline;
  }

  .xs\:line-through{
    text-decoration: line-through;
  }

  .xs\:no-underline{
    text-decoration: none;
  }

  .group:hover .xs\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xs\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xs\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xs\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .xs\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .xs\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .xs\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xs\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xs\:normal-nums{
    font-variant-numeric: normal;
  }

  .xs\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xs\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xs\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal{
    letter-spacing: 0em;
  }

  .xs\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xs\:tracking-base{
    letter-spacing: 0.34em;
  }

  .xs\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline{
    vertical-align: baseline;
  }

  .xs\:align-top{
    vertical-align: top;
  }

  .xs\:align-middle{
    vertical-align: middle;
  }

  .xs\:align-bottom{
    vertical-align: bottom;
  }

  .xs\:align-text-top{
    vertical-align: text-top;
  }

  .xs\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xs\:visible{
    visibility: visible;
  }

  .xs\:invisible{
    visibility: hidden;
  }

  .xs\:whitespace-normal{
    white-space: normal;
  }

  .xs\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xs\:whitespace-pre{
    white-space: pre;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xs\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words{
    overflow-wrap: break-word;
  }

  .xs\:break-all{
    word-break: break-all;
  }

  .xs\:w-0{
    width: 0px;
  }

  .xs\:w-1{
    width: 0.25rem;
  }

  .xs\:w-2{
    width: 0.5rem;
  }

  .xs\:w-3{
    width: 0.75rem;
  }

  .xs\:w-4{
    width: 1rem;
  }

  .xs\:w-5{
    width: 1.25rem;
  }

  .xs\:w-6{
    width: 1.5rem;
  }

  .xs\:w-7{
    width: 1.75rem;
  }

  .xs\:w-8{
    width: 2rem;
  }

  .xs\:w-9{
    width: 2.25rem;
  }

  .xs\:w-10{
    width: 2.5rem;
  }

  .xs\:w-11{
    width: 2.75rem;
  }

  .xs\:w-12{
    width: 3rem;
  }

  .xs\:w-13{
    width: 3.375rem;
  }

  .xs\:w-14{
    width: 3.5rem;
  }

  .xs\:w-15{
    width: 3.75rem;
  }

  .xs\:w-16{
    width: 4rem;
  }

  .xs\:w-17{
    width: 4.375rem;
  }

  .xs\:w-18{
    width: 4.5rem;
  }

  .xs\:w-19{
    width: 4.75rem;
  }

  .xs\:w-20{
    width: 5rem;
  }

  .xs\:w-21{
    width: 5.5rem;
  }

  .xs\:w-22{
    width: 5.625rem;
  }

  .xs\:w-23{
    width: 6.375rem;
  }

  .xs\:w-24{
    width: 6rem;
  }

  .xs\:w-25{
    width: 6.5rem;
  }

  .xs\:w-26{
    width: 6.75rem;
  }

  .xs\:w-27{
    width: 6.25rem;
  }

  .xs\:w-28{
    width: 7rem;
  }

  .xs\:w-29{
    width: 7.5rem;
  }

  .xs\:w-30{
    width: 7.75rem;
  }

  .xs\:w-31{
    width: 8.75rem;
  }

  .xs\:w-32{
    width: 8rem;
  }

  .xs\:w-33{
    width: 8.125rem;
  }

  .xs\:w-34{
    width: 8.5rem;
  }

  .xs\:w-35{
    width: 8.75rem;
  }

  .xs\:w-36{
    width: 9rem;
  }

  .xs\:w-37{
    width: 9.125rem;
  }

  .xs\:w-38{
    width: 9.5rem;
  }

  .xs\:w-40{
    width: 10rem;
  }

  .xs\:w-41{
    width: 10.5rem;
  }

  .xs\:w-42{
    width: 10.625rem;
  }

  .xs\:w-44{
    width: 11rem;
  }

  .xs\:w-45{
    width: 11.25rem;
  }

  .xs\:w-48{
    width: 12rem;
  }

  .xs\:w-49{
    width: 12.5rem;
  }

  .xs\:w-52{
    width: 13rem;
  }

  .xs\:w-53{
    width: 13.125rem;
  }

  .xs\:w-56{
    width: 14rem;
  }

  .xs\:w-57{
    width: 14.375rem;
  }

  .xs\:w-60{
    width: 15rem;
  }

  .xs\:w-64{
    width: 16rem;
  }

  .xs\:w-72{
    width: 18rem;
  }

  .xs\:w-73{
    width: 19rem;
  }

  .xs\:w-74{
    width: 25.5rem;
  }

  .xs\:w-78{
    width: 37.4375rem;
  }

  .xs\:w-80{
    width: 20rem;
  }

  .xs\:w-82{
    width: 22rem;
  }

  .xs\:w-83{
    width: 23.8125rem;
  }

  .xs\:w-96{
    width: 24rem;
  }

  .xs\:w-98{
    width: 50.625rem;
  }

  .xs\:w-99{
    width: 60.75rem;
  }

  .xs\:w-100{
    width: 45%;
  }

  .xs\:w-110{
    width: 70%;
  }

  .xs\:w-auto{
    width: auto;
  }

  .xs\:w-px{
    width: 1px;
  }

  .xs\:w-0\.5{
    width: 0.125rem;
  }

  .xs\:w-1\.5{
    width: 0.375rem;
  }

  .xs\:w-2\.5{
    width: 0.625rem;
  }

  .xs\:w-3\.5{
    width: 0.875rem;
  }

  .xs\:w-4\.5{
    width: 1.125rem;
  }

  .xs\:w-5\.5{
    width: 1.375rem;
  }

  .xs\:w-6\.5{
    width: 1.625rem;
  }

  .xs\:w-7\.5{
    width: 1.875rem;
  }

  .xs\:w-8\.5{
    width: 2.125rem;
  }

  .xs\:w-9\.5{
    width: 2.375rem;
  }

  .xs\:w-10\.5{
    width: 2.625rem;
  }

  .xs\:w-11\.5{
    width: 2.875rem;
  }

  .xs\:w-12\.5{
    width: 3.125rem;
  }

  .xs\:w-13\.5{
    width: 3.25rem;
  }

  .xs\:w-15\.5{
    width: 3.8rem;
  }

  .xs\:w-16\.5{
    width: 4.125rem;
  }

  .xs\:w-17\.5{
    width: 4.25rem;
  }

  .xs\:w-18\.5{
    width: 4.625rem;
  }

  .xs\:w-20\.5{
    width: 5.25rem;
  }

  .xs\:w-21\.5{
    width: 5.75rem;
  }

  .xs\:w-22\.5{
    width: 5.875rem;
  }

  .xs\:w-24\.5{
    width: 6.625rem;
  }

  .xs\:w-28\.5{
    width: 7.375rem;
  }

  .xs\:w-29\.5{
    width: 7.75rem;
  }

  .xs\:w-32\.5{
    width: 8.125rem;
  }

  .xs\:w-33\.5{
    width: 8.8125rem;
  }

  .xs\:w-42\.5{
    width: 10.875rem;
  }

  .xs\:w-49\.5{
    width: 12.75rem;
  }

  .xs\:w-72\.5{
    width: 18.25rem;
  }

  .xs\:w-1\/2{
    width: 50%;
  }

  .xs\:w-1\/3{
    width: 33.333333%;
  }

  .xs\:w-2\/3{
    width: 66.666667%;
  }

  .xs\:w-1\/4{
    width: 25%;
  }

  .xs\:w-2\/4{
    width: 50%;
  }

  .xs\:w-3\/4{
    width: 75%;
  }

  .xs\:w-1\/5{
    width: 20%;
  }

  .xs\:w-2\/5{
    width: 40%;
  }

  .xs\:w-3\/5{
    width: 60%;
  }

  .xs\:w-4\/5{
    width: 80%;
  }

  .xs\:w-1\/6{
    width: 16.666667%;
  }

  .xs\:w-2\/6{
    width: 33.333333%;
  }

  .xs\:w-3\/6{
    width: 50%;
  }

  .xs\:w-4\/6{
    width: 66.666667%;
  }

  .xs\:w-5\/6{
    width: 83.333333%;
  }

  .xs\:w-1\/12{
    width: 8.333333%;
  }

  .xs\:w-2\/12{
    width: 16.666667%;
  }

  .xs\:w-3\/12{
    width: 25%;
  }

  .xs\:w-4\/12{
    width: 33.333333%;
  }

  .xs\:w-5\/12{
    width: 41.666667%;
  }

  .xs\:w-6\/12{
    width: 50%;
  }

  .xs\:w-7\/12{
    width: 58.333333%;
  }

  .xs\:w-8\/12{
    width: 66.666667%;
  }

  .xs\:w-9\/12{
    width: 75%;
  }

  .xs\:w-10\/12{
    width: 83.333333%;
  }

  .xs\:w-11\/12{
    width: 91.666667%;
  }

  .xs\:w-full{
    width: 100%;
  }

  .xs\:w-screen{
    width: 100vw;
  }

  .xs\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:w-2\.2{
    width: 0.5625rem;
  }

  .xs\:w-48\.5{
    width: 12.125rem;
  }

  .xs\:w-community{
    width: 816px;
  }

  .xs\:w-slide{
    width: 705px;
  }

  .xs\:w-slide-md{
    width: 600px;
  }

  .xs\:w-sporson{
    width: 1064px;
  }

  .xs\:w-sporson-lg{
    width: 900px;
  }

  .xs\:w-line{
    width: 11%;
  }

  .xs\:w-line-lg{
    width: 4%;
  }

  .xs\:w-box-about{
    width: 928px;
  }

  .xs\:w-box-about-alt{
    width: 1024px;
  }

  .xs\:w-box-about-alt-lg{
    width: 660px;
  }

  .xs\:w-circle{
    width: 120px;
  }

  .xs\:w-circle-xl{
    width: 158px;
  }

  .xs\:w-guide{
    width: 280px;
  }

  .xs\:w-value{
    width: 205px;
  }

  .xs\:w-sub-menu{
    width: 335px;
  }

  .xs\:w-because{
    width: 397px;
  }

  .xs\:w-because-sm{
    width: 280px;
  }

  .xs\:w-table{
    width: 66%;
  }

  .xs\:z-0{
    z-index: 0;
  }

  .xs\:z-10{
    z-index: 10;
  }

  .xs\:z-20{
    z-index: 20;
  }

  .xs\:z-30{
    z-index: 30;
  }

  .xs\:z-40{
    z-index: 40;
  }

  .xs\:z-50{
    z-index: 50;
  }

  .xs\:z-100{
    z-index: 9999;
  }

  .xs\:z-auto{
    z-index: auto;
  }

  .xs\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xs\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .xs\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .xs\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .xs\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .xs\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .xs\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .xs\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .xs\:focus\:z-0:focus{
    z-index: 0;
  }

  .xs\:focus\:z-10:focus{
    z-index: 10;
  }

  .xs\:focus\:z-20:focus{
    z-index: 20;
  }

  .xs\:focus\:z-30:focus{
    z-index: 30;
  }

  .xs\:focus\:z-40:focus{
    z-index: 40;
  }

  .xs\:focus\:z-50:focus{
    z-index: 50;
  }

  .xs\:focus\:z-100:focus{
    z-index: 9999;
  }

  .xs\:focus\:z-auto:focus{
    z-index: auto;
  }

  .xs\:gap-0{
    gap: 0px;
  }

  .xs\:gap-1{
    gap: 0.25rem;
  }

  .xs\:gap-2{
    gap: 0.5rem;
  }

  .xs\:gap-3{
    gap: 0.75rem;
  }

  .xs\:gap-4{
    gap: 1rem;
  }

  .xs\:gap-5{
    gap: 1.25rem;
  }

  .xs\:gap-6{
    gap: 1.5rem;
  }

  .xs\:gap-7{
    gap: 1.75rem;
  }

  .xs\:gap-8{
    gap: 2rem;
  }

  .xs\:gap-9{
    gap: 2.25rem;
  }

  .xs\:gap-10{
    gap: 2.5rem;
  }

  .xs\:gap-11{
    gap: 2.75rem;
  }

  .xs\:gap-12{
    gap: 3rem;
  }

  .xs\:gap-13{
    gap: 3.375rem;
  }

  .xs\:gap-14{
    gap: 3.5rem;
  }

  .xs\:gap-15{
    gap: 3.75rem;
  }

  .xs\:gap-16{
    gap: 4rem;
  }

  .xs\:gap-17{
    gap: 4.375rem;
  }

  .xs\:gap-18{
    gap: 4.5rem;
  }

  .xs\:gap-19{
    gap: 4.75rem;
  }

  .xs\:gap-20{
    gap: 5rem;
  }

  .xs\:gap-21{
    gap: 5.5rem;
  }

  .xs\:gap-22{
    gap: 5.625rem;
  }

  .xs\:gap-23{
    gap: 6.125rem;
  }

  .xs\:gap-24{
    gap: 6rem;
  }

  .xs\:gap-25{
    gap: 6.5rem;
  }

  .xs\:gap-26{
    gap: 6.75rem;
  }

  .xs\:gap-27{
    gap: 6.25rem;
  }

  .xs\:gap-28{
    gap: 7rem;
  }

  .xs\:gap-29{
    gap: 7.5rem;
  }

  .xs\:gap-32{
    gap: 8rem;
  }

  .xs\:gap-34{
    gap: 8.5rem;
  }

  .xs\:gap-35{
    gap: 8.75rem;
  }

  .xs\:gap-36{
    gap: 9rem;
  }

  .xs\:gap-37{
    gap: 9.125rem;
  }

  .xs\:gap-38{
    gap: 9.5rem;
  }

  .xs\:gap-40{
    gap: 10rem;
  }

  .xs\:gap-41{
    gap: 10.5rem;
  }

  .xs\:gap-42{
    gap: 10.625rem;
  }

  .xs\:gap-44{
    gap: 11rem;
  }

  .xs\:gap-45{
    gap: 11.25rem;
  }

  .xs\:gap-48{
    gap: 12rem;
  }

  .xs\:gap-49{
    gap: 12.5rem;
  }

  .xs\:gap-52{
    gap: 13rem;
  }

  .xs\:gap-56{
    gap: 14rem;
  }

  .xs\:gap-57{
    gap: 14.375rem;
  }

  .xs\:gap-60{
    gap: 15rem;
  }

  .xs\:gap-64{
    gap: 16rem;
  }

  .xs\:gap-72{
    gap: 18rem;
  }

  .xs\:gap-80{
    gap: 20rem;
  }

  .xs\:gap-82{
    gap: 22rem;
  }

  .xs\:gap-83{
    gap: 23.8125rem;
  }

  .xs\:gap-96{
    gap: 24rem;
  }

  .xs\:gap-px{
    gap: 1px;
  }

  .xs\:gap-0\.5{
    gap: 0.125rem;
  }

  .xs\:gap-1\.5{
    gap: 0.375rem;
  }

  .xs\:gap-2\.5{
    gap: 0.625rem;
  }

  .xs\:gap-3\.5{
    gap: 0.875rem;
  }

  .xs\:gap-4\.5{
    gap: 1.125rem;
  }

  .xs\:gap-5\.5{
    gap: 1.375rem;
  }

  .xs\:gap-6\.5{
    gap: 1.625rem;
  }

  .xs\:gap-7\.5{
    gap: 1.875rem;
  }

  .xs\:gap-8\.5{
    gap: 2.125rem;
  }

  .xs\:gap-9\.5{
    gap: 2.375rem;
  }

  .xs\:gap-10\.5{
    gap: 2.625rem;
  }

  .xs\:gap-11\.5{
    gap: 2.875rem;
  }

  .xs\:gap-12\.5{
    gap: 3.125rem;
  }

  .xs\:gap-13\.5{
    gap: 3.25rem;
  }

  .xs\:gap-15\.5{
    gap: 3.8rem;
  }

  .xs\:gap-16\.5{
    gap: 4.125rem;
  }

  .xs\:gap-17\.5{
    gap: 4.25rem;
  }

  .xs\:gap-18\.5{
    gap: 4.625rem;
  }

  .xs\:gap-20\.5{
    gap: 5.25rem;
  }

  .xs\:gap-21\.5{
    gap: 5.75rem;
  }

  .xs\:gap-22\.5{
    gap: 5.875rem;
  }

  .xs\:gap-24\.5{
    gap: 6.8125rem;
  }

  .xs\:gap-28\.5{
    gap: 7.375rem;
  }

  .xs\:gap-29\.5{
    gap: 7.75rem;
  }

  .xs\:gap-32\.5{
    gap: 8.125rem;
  }

  .xs\:gap-33\.5{
    gap: 8.8125rem;
  }

  .xs\:gap-42\.5{
    gap: 10.875rem;
  }

  .xs\:gap-49\.5{
    gap: 12.75rem;
  }

  .xs\:gap-72\.5{
    gap: 18.25rem;
  }

  .xs\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xs\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xs\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xs\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xs\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xs\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .xs\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xs\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xs\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xs\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .xs\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xs\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .xs\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xs\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .xs\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .xs\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .xs\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xs\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .xs\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .xs\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .xs\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xs\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .xs\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xs\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .xs\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xs\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .xs\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .xs\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .xs\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .xs\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xs\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .xs\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xs\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .xs\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xs\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .xs\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xs\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xs\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xs\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xs\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .xs\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xs\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xs\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xs\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xs\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xs\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .xs\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .xs\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .xs\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xs\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .xs\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .xs\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .xs\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .xs\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .xs\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .xs\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .xs\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .xs\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .xs\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .xs\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .xs\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .xs\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .xs\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .xs\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .xs\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .xs\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .xs\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .xs\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .xs\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .xs\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .xs\:gap-y-0{
    row-gap: 0px;
  }

  .xs\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3{
    row-gap: 0.75rem;
  }

  .xs\:gap-y-4{
    row-gap: 1rem;
  }

  .xs\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xs\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xs\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xs\:gap-y-8{
    row-gap: 2rem;
  }

  .xs\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xs\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xs\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xs\:gap-y-12{
    row-gap: 3rem;
  }

  .xs\:gap-y-13{
    row-gap: 3.375rem;
  }

  .xs\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xs\:gap-y-15{
    row-gap: 3.75rem;
  }

  .xs\:gap-y-16{
    row-gap: 4rem;
  }

  .xs\:gap-y-17{
    row-gap: 4.375rem;
  }

  .xs\:gap-y-18{
    row-gap: 4.5rem;
  }

  .xs\:gap-y-19{
    row-gap: 4.75rem;
  }

  .xs\:gap-y-20{
    row-gap: 5rem;
  }

  .xs\:gap-y-21{
    row-gap: 5.5rem;
  }

  .xs\:gap-y-22{
    row-gap: 5.625rem;
  }

  .xs\:gap-y-23{
    row-gap: 6.125rem;
  }

  .xs\:gap-y-24{
    row-gap: 6rem;
  }

  .xs\:gap-y-25{
    row-gap: 6.5rem;
  }

  .xs\:gap-y-26{
    row-gap: 6.75rem;
  }

  .xs\:gap-y-27{
    row-gap: 6.25rem;
  }

  .xs\:gap-y-28{
    row-gap: 7rem;
  }

  .xs\:gap-y-29{
    row-gap: 7.5rem;
  }

  .xs\:gap-y-32{
    row-gap: 8rem;
  }

  .xs\:gap-y-34{
    row-gap: 8.5rem;
  }

  .xs\:gap-y-35{
    row-gap: 8.75rem;
  }

  .xs\:gap-y-36{
    row-gap: 9rem;
  }

  .xs\:gap-y-37{
    row-gap: 9.125rem;
  }

  .xs\:gap-y-38{
    row-gap: 9.5rem;
  }

  .xs\:gap-y-40{
    row-gap: 10rem;
  }

  .xs\:gap-y-41{
    row-gap: 10.5rem;
  }

  .xs\:gap-y-42{
    row-gap: 10.625rem;
  }

  .xs\:gap-y-44{
    row-gap: 11rem;
  }

  .xs\:gap-y-45{
    row-gap: 11.25rem;
  }

  .xs\:gap-y-48{
    row-gap: 12rem;
  }

  .xs\:gap-y-49{
    row-gap: 12.5rem;
  }

  .xs\:gap-y-52{
    row-gap: 13rem;
  }

  .xs\:gap-y-56{
    row-gap: 14rem;
  }

  .xs\:gap-y-57{
    row-gap: 14.375rem;
  }

  .xs\:gap-y-60{
    row-gap: 15rem;
  }

  .xs\:gap-y-64{
    row-gap: 16rem;
  }

  .xs\:gap-y-72{
    row-gap: 18rem;
  }

  .xs\:gap-y-80{
    row-gap: 20rem;
  }

  .xs\:gap-y-82{
    row-gap: 22rem;
  }

  .xs\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .xs\:gap-y-96{
    row-gap: 24rem;
  }

  .xs\:gap-y-px{
    row-gap: 1px;
  }

  .xs\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xs\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xs\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xs\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xs\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .xs\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .xs\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .xs\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .xs\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .xs\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .xs\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .xs\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .xs\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .xs\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .xs\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .xs\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .xs\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .xs\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .xs\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .xs\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .xs\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .xs\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .xs\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .xs\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .xs\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .xs\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .xs\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .xs\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .xs\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .xs\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none{
    grid-template-columns: none;
  }

  .xs\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:col-auto{
    grid-column: auto;
  }

  .xs\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xs\:col-span-full{
    grid-column: 1 / -1;
  }

  .xs\:col-start-1{
    grid-column-start: 1;
  }

  .xs\:col-start-2{
    grid-column-start: 2;
  }

  .xs\:col-start-3{
    grid-column-start: 3;
  }

  .xs\:col-start-4{
    grid-column-start: 4;
  }

  .xs\:col-start-5{
    grid-column-start: 5;
  }

  .xs\:col-start-6{
    grid-column-start: 6;
  }

  .xs\:col-start-7{
    grid-column-start: 7;
  }

  .xs\:col-start-8{
    grid-column-start: 8;
  }

  .xs\:col-start-9{
    grid-column-start: 9;
  }

  .xs\:col-start-10{
    grid-column-start: 10;
  }

  .xs\:col-start-11{
    grid-column-start: 11;
  }

  .xs\:col-start-12{
    grid-column-start: 12;
  }

  .xs\:col-start-13{
    grid-column-start: 13;
  }

  .xs\:col-start-auto{
    grid-column-start: auto;
  }

  .xs\:col-end-1{
    grid-column-end: 1;
  }

  .xs\:col-end-2{
    grid-column-end: 2;
  }

  .xs\:col-end-3{
    grid-column-end: 3;
  }

  .xs\:col-end-4{
    grid-column-end: 4;
  }

  .xs\:col-end-5{
    grid-column-end: 5;
  }

  .xs\:col-end-6{
    grid-column-end: 6;
  }

  .xs\:col-end-7{
    grid-column-end: 7;
  }

  .xs\:col-end-8{
    grid-column-end: 8;
  }

  .xs\:col-end-9{
    grid-column-end: 9;
  }

  .xs\:col-end-10{
    grid-column-end: 10;
  }

  .xs\:col-end-11{
    grid-column-end: 11;
  }

  .xs\:col-end-12{
    grid-column-end: 12;
  }

  .xs\:col-end-13{
    grid-column-end: 13;
  }

  .xs\:col-end-auto{
    grid-column-end: auto;
  }

  .xs\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none{
    grid-template-rows: none;
  }

  .xs\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:row-auto{
    grid-row: auto;
  }

  .xs\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xs\:row-span-full{
    grid-row: 1 / -1;
  }

  .xs\:row-start-1{
    grid-row-start: 1;
  }

  .xs\:row-start-2{
    grid-row-start: 2;
  }

  .xs\:row-start-3{
    grid-row-start: 3;
  }

  .xs\:row-start-4{
    grid-row-start: 4;
  }

  .xs\:row-start-5{
    grid-row-start: 5;
  }

  .xs\:row-start-6{
    grid-row-start: 6;
  }

  .xs\:row-start-7{
    grid-row-start: 7;
  }

  .xs\:row-start-auto{
    grid-row-start: auto;
  }

  .xs\:row-end-1{
    grid-row-end: 1;
  }

  .xs\:row-end-2{
    grid-row-end: 2;
  }

  .xs\:row-end-3{
    grid-row-end: 3;
  }

  .xs\:row-end-4{
    grid-row-end: 4;
  }

  .xs\:row-end-5{
    grid-row-end: 5;
  }

  .xs\:row-end-6{
    grid-row-end: 6;
  }

  .xs\:row-end-7{
    grid-row-end: 7;
  }

  .xs\:row-end-auto{
    grid-row-end: auto;
  }

  .xs\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .xs\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .xs\:transform-none{
    transform: none;
  }

  .xs\:origin-center{
    transform-origin: center;
  }

  .xs\:origin-top{
    transform-origin: top;
  }

  .xs\:origin-top-right{
    transform-origin: top right;
  }

  .xs\:origin-right{
    transform-origin: right;
  }

  .xs\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xs\:origin-bottom{
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xs\:origin-left{
    transform-origin: left;
  }

  .xs\:origin-top-left{
    transform-origin: top left;
  }

  .xs\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:scale-x-0{
    --tw-scale-x: 0;
  }

  .xs\:scale-x-50{
    --tw-scale-x: .5;
  }

  .xs\:scale-x-75{
    --tw-scale-x: .75;
  }

  .xs\:scale-x-90{
    --tw-scale-x: .9;
  }

  .xs\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xs\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xs\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xs\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xs\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xs\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xs\:scale-y-0{
    --tw-scale-y: 0;
  }

  .xs\:scale-y-50{
    --tw-scale-y: .5;
  }

  .xs\:scale-y-75{
    --tw-scale-y: .75;
  }

  .xs\:scale-y-90{
    --tw-scale-y: .9;
  }

  .xs\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xs\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xs\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xs\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xs\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xs\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .xs\:rotate-0{
    --tw-rotate: 0deg;
  }

  .xs\:rotate-1{
    --tw-rotate: 1deg;
  }

  .xs\:rotate-2{
    --tw-rotate: 2deg;
  }

  .xs\:rotate-3{
    --tw-rotate: 3deg;
  }

  .xs\:rotate-6{
    --tw-rotate: 6deg;
  }

  .xs\:rotate-12{
    --tw-rotate: 12deg;
  }

  .xs\:rotate-45{
    --tw-rotate: 45deg;
  }

  .xs\:rotate-90{
    --tw-rotate: 90deg;
  }

  .xs\:rotate-180{
    --tw-rotate: 180deg;
  }

  .xs\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .xs\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .xs\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .xs\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .xs\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .xs\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .xs\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .xs\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .xs\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xs\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xs\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xs\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xs\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xs\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xs\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xs\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xs\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xs\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xs\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xs\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xs\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xs\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xs\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xs\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xs\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xs\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xs\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xs\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xs\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xs\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xs\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xs\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xs\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .xs\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .xs\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .xs\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .xs\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .xs\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .xs\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .xs\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .xs\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .xs\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .xs\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .xs\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .xs\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .xs\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .xs\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .xs\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .xs\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .xs\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .xs\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .xs\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .xs\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .xs\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .xs\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .xs\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .xs\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .xs\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .xs\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .xs\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .xs\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .xs\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .xs\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .xs\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .xs\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .xs\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .xs\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .xs\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .xs\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .xs\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .xs\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .xs\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .xs\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .xs\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .xs\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .xs\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .xs\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .xs\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .xs\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .xs\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .xs\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .xs\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .xs\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .xs\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .xs\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .xs\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xs\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .xs\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .xs\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .xs\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .xs\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .xs\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .xs\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .xs\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .xs\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .xs\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .xs\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .xs\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .xs\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .xs\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .xs\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .xs\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .xs\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .xs\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .xs\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .xs\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .xs\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .xs\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .xs\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .xs\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .xs\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .xs\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .xs\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .xs\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .xs\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .xs\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .xs\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .xs\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .xs\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .xs\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .xs\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .xs\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .xs\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .xs\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .xs\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .xs\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .xs\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .xs\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .xs\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .xs\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .xs\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .xs\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .xs\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .xs\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .xs\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .xs\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .xs\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .xs\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .xs\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .xs\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .xs\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .xs\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .xs\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .xs\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .xs\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .xs\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .xs\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .xs\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .xs\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .xs\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .xs\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .xs\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .xs\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .xs\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .xs\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .xs\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .xs\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .xs\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .xs\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .xs\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .xs\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .xs\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .xs\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .xs\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .xs\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .xs\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .xs\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .xs\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .xs\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .xs\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .xs\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .xs\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .xs\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .xs\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .xs\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .xs\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .xs\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .xs\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .xs\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .xs\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .xs\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .xs\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .xs\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .xs\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .xs\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .xs\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .xs\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .xs\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .xs\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .xs\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .xs\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .xs\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .xs\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .xs\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .xs\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .xs\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xs\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xs\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xs\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xs\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xs\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xs\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xs\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xs\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .xs\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .xs\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .xs\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .xs\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .xs\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .xs\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .xs\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .xs\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .xs\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .xs\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .xs\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .xs\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .xs\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .xs\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .xs\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .xs\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .xs\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .xs\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .xs\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .xs\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .xs\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .xs\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .xs\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .xs\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .xs\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .xs\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .xs\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .xs\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .xs\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .xs\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .xs\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .xs\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .xs\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .xs\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .xs\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .xs\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .xs\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .xs\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .xs\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .xs\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .xs\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .xs\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .xs\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .xs\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .xs\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .xs\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .xs\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .xs\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .xs\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .xs\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .xs\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .xs\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .xs\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xs\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .xs\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .xs\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .xs\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .xs\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .xs\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .xs\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .xs\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .xs\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .xs\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .xs\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .xs\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .xs\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .xs\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .xs\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .xs\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .xs\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .xs\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .xs\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .xs\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .xs\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .xs\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .xs\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .xs\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .xs\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .xs\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .xs\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .xs\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .xs\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .xs\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .xs\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .xs\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .xs\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .xs\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .xs\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .xs\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .xs\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .xs\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .xs\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .xs\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .xs\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .xs\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .xs\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .xs\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .xs\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .xs\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .xs\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .xs\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .xs\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .xs\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .xs\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .xs\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .xs\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .xs\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .xs\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .xs\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .xs\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .xs\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .xs\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .xs\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .xs\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .xs\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .xs\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .xs\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .xs\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .xs\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .xs\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .xs\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .xs\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .xs\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .xs\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .xs\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .xs\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .xs\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .xs\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .xs\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .xs\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .xs\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .xs\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .xs\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .xs\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .xs\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .xs\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .xs\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .xs\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .xs\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .xs\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .xs\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .xs\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .xs\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .xs\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .xs\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .xs\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .xs\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .xs\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .xs\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .xs\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .xs\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .xs\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .xs\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .xs\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .xs\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .xs\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .xs\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .xs\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .xs\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .xs\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .xs\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .xs\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .xs\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xs\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xs\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xs\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xs\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xs\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xs\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xs\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xs\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xs\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .xs\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .xs\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .xs\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .xs\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .xs\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .xs\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .xs\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .xs\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .xs\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .xs\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .xs\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .xs\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .xs\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .xs\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .xs\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .xs\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .xs\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .xs\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .xs\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .xs\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .xs\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .xs\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .xs\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .xs\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .xs\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .xs\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .xs\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .xs\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .xs\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .xs\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .xs\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .xs\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .xs\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .xs\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .xs\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .xs\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .xs\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xs\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .xs\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .xs\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .xs\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .xs\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .xs\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .xs\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .xs\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .xs\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .xs\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .xs\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .xs\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .xs\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .xs\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .xs\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .xs\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .xs\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .xs\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .xs\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .xs\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .xs\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .xs\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .xs\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .xs\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .xs\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .xs\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .xs\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .xs\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .xs\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .xs\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xs\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .xs\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .xs\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .xs\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .xs\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .xs\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .xs\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .xs\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .xs\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .xs\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .xs\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .xs\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .xs\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .xs\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .xs\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .xs\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .xs\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .xs\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .xs\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .xs\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .xs\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .xs\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .xs\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .xs\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .xs\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .xs\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .xs\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .xs\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .xs\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .xs\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .xs\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .xs\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .xs\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .xs\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .xs\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .xs\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .xs\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .xs\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .xs\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .xs\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .xs\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .xs\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .xs\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .xs\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .xs\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .xs\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .xs\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .xs\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .xs\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .xs\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .xs\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .xs\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .xs\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .xs\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .xs\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .xs\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .xs\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .xs\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .xs\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .xs\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .xs\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .xs\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .xs\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .xs\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .xs\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .xs\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .xs\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xs\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xs\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xs\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xs\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xs\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .xs\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .xs\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .xs\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .xs\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .xs\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .xs\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .xs\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .xs\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .xs\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .xs\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .xs\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .xs\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .xs\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .xs\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .xs\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .xs\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .xs\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .xs\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .xs\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .xs\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .xs\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .xs\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .xs\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .xs\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .xs\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .xs\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .xs\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .xs\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .xs\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .xs\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .xs\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .xs\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .xs\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .xs\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .xs\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .xs\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .xs\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xs\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .xs\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .xs\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .xs\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .xs\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .xs\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .xs\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .xs\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .xs\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .xs\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .xs\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .xs\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .xs\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .xs\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .xs\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .xs\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .xs\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .xs\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .xs\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .xs\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .xs\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .xs\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .xs\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .xs\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .xs\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .xs\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .xs\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .xs\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .xs\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .xs\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xs\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .xs\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .xs\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .xs\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .xs\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .xs\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .xs\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .xs\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .xs\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .xs\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .xs\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .xs\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .xs\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .xs\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .xs\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .xs\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .xs\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .xs\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .xs\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .xs\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .xs\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .xs\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .xs\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .xs\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .xs\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .xs\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .xs\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .xs\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .xs\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .xs\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .xs\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .xs\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .xs\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .xs\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .xs\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .xs\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .xs\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .xs\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .xs\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .xs\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .xs\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .xs\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .xs\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .xs\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .xs\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .xs\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .xs\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .xs\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .xs\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .xs\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .xs\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .xs\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .xs\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .xs\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .xs\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .xs\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .xs\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .xs\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .xs\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .xs\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .xs\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .xs\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .xs\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .xs\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .xs\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .xs\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .xs\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xs\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xs\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xs\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xs\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xs\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .xs\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .xs\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .xs\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .xs\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .xs\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .xs\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .xs\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .xs\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .xs\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .xs\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .xs\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .xs\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .xs\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .xs\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .xs\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .xs\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .xs\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .xs\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .xs\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .xs\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .xs\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .xs\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .xs\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .xs\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .xs\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .xs\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .xs\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .xs\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .xs\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .xs\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .xs\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .xs\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .xs\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .xs\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .xs\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .xs\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xs\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .xs\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .xs\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .xs\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .xs\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .xs\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .xs\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .xs\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .xs\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .xs\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .xs\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .xs\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .xs\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .xs\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .xs\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .xs\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .xs\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .xs\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .xs\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .xs\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .xs\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .xs\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .xs\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .xs\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .xs\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .xs\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .xs\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .xs\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .xs\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .xs\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xs\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .xs\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .xs\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .xs\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .xs\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .xs\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .xs\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .xs\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .xs\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .xs\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .xs\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .xs\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .xs\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .xs\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .xs\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .xs\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .xs\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .xs\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .xs\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .xs\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .xs\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .xs\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .xs\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .xs\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .xs\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .xs\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .xs\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .xs\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .xs\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .xs\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .xs\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .xs\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .xs\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .xs\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .xs\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .xs\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .xs\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .xs\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .xs\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .xs\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .xs\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .xs\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .xs\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .xs\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .xs\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .xs\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .xs\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .xs\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .xs\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .xs\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .xs\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .xs\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .xs\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .xs\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .xs\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .xs\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .xs\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .xs\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .xs\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .xs\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .xs\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .xs\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .xs\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .xs\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .xs\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .xs\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xs\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xs\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xs\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xs\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xs\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .xs\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .xs\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .xs\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .xs\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .xs\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .xs\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .xs\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .xs\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .xs\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .xs\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .xs\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .xs\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .xs\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .xs\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .xs\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .xs\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .xs\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .xs\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .xs\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .xs\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .xs\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .xs\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .xs\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .xs\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .xs\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .xs\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .xs\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .xs\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .xs\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .xs\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .xs\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .xs\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .xs\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .xs\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .xs\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xs\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .xs\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .xs\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .xs\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .xs\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .xs\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .xs\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .xs\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .xs\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .xs\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .xs\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .xs\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .xs\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .xs\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .xs\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .xs\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .xs\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .xs\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .xs\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .xs\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .xs\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .xs\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .xs\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .xs\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .xs\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .xs\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .xs\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .xs\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .xs\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .xs\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xs\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .xs\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .xs\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .xs\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .xs\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .xs\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .xs\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .xs\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .xs\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .xs\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .xs\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .xs\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .xs\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .xs\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .xs\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .xs\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .xs\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .xs\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .xs\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .xs\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .xs\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .xs\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .xs\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .xs\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .xs\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .xs\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .xs\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .xs\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .xs\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .xs\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .xs\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .xs\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .xs\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .xs\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .xs\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .xs\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .xs\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .xs\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .xs\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .xs\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .xs\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .xs\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .xs\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .xs\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .xs\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .xs\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .xs\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .xs\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .xs\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .xs\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .xs\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .xs\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .xs\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .xs\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .xs\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .xs\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .xs\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .xs\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .xs\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .xs\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .xs\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .xs\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .xs\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .xs\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .xs\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xs\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xs\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xs\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xs\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xs\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xs\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xs\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xs\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xs\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xs\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xs\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xs\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xs\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xs\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xs\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xs\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xs\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xs\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xs\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xs\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xs\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xs\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xs\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xs\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xs\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xs\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xs\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xs\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xs\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xs\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xs\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xs\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xs\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xs\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xs\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xs\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xs\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xs\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xs\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xs\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xs\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xs\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xs\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xs\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xs\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xs\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xs\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xs\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xs\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xs\:transition-none{
    transition-property: none;
  }

  .xs\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:ease-linear{
    transition-timing-function: linear;
  }

  .xs\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:duration-75{
    transition-duration: 75ms;
  }

  .xs\:duration-100{
    transition-duration: 100ms;
  }

  .xs\:duration-150{
    transition-duration: 150ms;
  }

  .xs\:duration-200{
    transition-duration: 200ms;
  }

  .xs\:duration-300{
    transition-duration: 300ms;
  }

  .xs\:duration-500{
    transition-duration: 500ms;
  }

  .xs\:duration-700{
    transition-duration: 700ms;
  }

  .xs\:duration-1000{
    transition-duration: 1000ms;
  }

  .xs\:delay-75{
    transition-delay: 75ms;
  }

  .xs\:delay-100{
    transition-delay: 100ms;
  }

  .xs\:delay-150{
    transition-delay: 150ms;
  }

  .xs\:delay-200{
    transition-delay: 200ms;
  }

  .xs\:delay-300{
    transition-delay: 300ms;
  }

  .xs\:delay-500{
    transition-delay: 500ms;
  }

  .xs\:delay-700{
    transition-delay: 700ms;
  }

  .xs\:delay-1000{
    transition-delay: 1000ms;
  }

  .xs\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .xs\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xs\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  .laptop\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .laptop\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .laptop\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .laptop\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .laptop\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .laptop\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .laptop\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .laptop\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .laptop\:container{
      max-width: 1536px;
    }
  }

  .laptop\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .laptop\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .laptop\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .laptop\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .laptop\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .laptop\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .laptop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .laptop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .laptop\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .laptop\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .laptop\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .laptop\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .laptop\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .laptop\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .laptop\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .laptop\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .laptop\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .laptop\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .laptop\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .laptop\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .laptop\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .laptop\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .laptop\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .laptop\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .laptop\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .laptop\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .laptop\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .laptop\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .laptop\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .laptop\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .laptop\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .laptop\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .laptop\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .laptop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .laptop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .laptop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .laptop\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .laptop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .laptop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .laptop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .laptop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .laptop\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .laptop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .laptop\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .laptop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .laptop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .laptop\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .laptop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .laptop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .laptop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .laptop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .laptop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .laptop\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .laptop\:bg-fixed{
    background-attachment: fixed;
  }

  .laptop\:bg-local{
    background-attachment: local;
  }

  .laptop\:bg-scroll{
    background-attachment: scroll;
  }

  .laptop\:bg-clip-border{
    background-clip: border-box;
  }

  .laptop\:bg-clip-padding{
    background-clip: padding-box;
  }

  .laptop\:bg-clip-content{
    background-clip: content-box;
  }

  .laptop\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .laptop\:bg-transparent{
    background-color: transparent;
  }

  .laptop\:bg-current{
    background-color: currentColor;
  }

  .laptop\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .laptop\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .laptop\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .laptop\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .laptop\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .laptop\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .laptop\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .laptop\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .laptop\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .laptop\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .laptop\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .laptop\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .laptop\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .laptop\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .laptop\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .laptop\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .laptop\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .laptop\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .laptop\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .laptop\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .laptop\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .laptop\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .laptop\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .laptop\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .laptop\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .laptop\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .laptop\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .laptop\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .laptop\:bg-none{
    background-image: none;
  }

  .laptop\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .laptop\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .laptop\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .laptop\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .laptop\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .laptop\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .laptop\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .laptop\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .laptop\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .laptop\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .laptop\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .laptop\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .laptop\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .laptop\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .laptop\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .laptop\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .laptop\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .laptop\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .laptop\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .laptop\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .laptop\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .laptop\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .laptop\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .laptop\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .laptop\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .laptop\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .laptop\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .laptop\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .laptop\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .laptop\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .laptop\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .laptop\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .laptop\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .laptop\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .laptop\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .laptop\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .laptop\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .laptop\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .laptop\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .laptop\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .laptop\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .laptop\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .laptop\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .laptop\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .laptop\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .laptop\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .laptop\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .laptop\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .laptop\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .laptop\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .laptop\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .laptop\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .laptop\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .laptop\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .laptop\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .laptop\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .laptop\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .laptop\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .laptop\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .laptop\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .laptop\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .laptop\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .laptop\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .laptop\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .laptop\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .laptop\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .laptop\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .laptop\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .laptop\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .laptop\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .laptop\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .laptop\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .laptop\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .laptop\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .laptop\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .laptop\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .laptop\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .laptop\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .laptop\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .laptop\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .laptop\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .laptop\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .laptop\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .laptop\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .laptop\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .laptop\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .laptop\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .laptop\:to-current{
    --tw-gradient-to: currentColor;
  }

  .laptop\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .laptop\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .laptop\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .laptop\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .laptop\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .laptop\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .laptop\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .laptop\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .laptop\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .laptop\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .laptop\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .laptop\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .laptop\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .laptop\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .laptop\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .laptop\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .laptop\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .laptop\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .laptop\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .laptop\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .laptop\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .laptop\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .laptop\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .laptop\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .laptop\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .laptop\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .laptop\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .laptop\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .laptop\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .laptop\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .laptop\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .laptop\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .laptop\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .laptop\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .laptop\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .laptop\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .laptop\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .laptop\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .laptop\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .laptop\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .laptop\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .laptop\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .laptop\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .laptop\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .laptop\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .laptop\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .laptop\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .laptop\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .laptop\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .laptop\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .laptop\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .laptop\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .laptop\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .laptop\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .laptop\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .laptop\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .laptop\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .laptop\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .laptop\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .laptop\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .laptop\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .laptop\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .laptop\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .laptop\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .laptop\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .laptop\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .laptop\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .laptop\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .laptop\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .laptop\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .laptop\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .laptop\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .laptop\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .laptop\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .laptop\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .laptop\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .laptop\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .laptop\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .laptop\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .laptop\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .laptop\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .laptop\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .laptop\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .laptop\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .laptop\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .laptop\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .laptop\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .laptop\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .laptop\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .laptop\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .laptop\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .laptop\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .laptop\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .laptop\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .laptop\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .laptop\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .laptop\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .laptop\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .laptop\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .laptop\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .laptop\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .laptop\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .laptop\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .laptop\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .laptop\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .laptop\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .laptop\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .laptop\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .laptop\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .laptop\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .laptop\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .laptop\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .laptop\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .laptop\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .laptop\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .laptop\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .laptop\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .laptop\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .laptop\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .laptop\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .laptop\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .laptop\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .laptop\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .laptop\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .laptop\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .laptop\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .laptop\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .laptop\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .laptop\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .laptop\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .laptop\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .laptop\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .laptop\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .laptop\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .laptop\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .laptop\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .laptop\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .laptop\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .laptop\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .laptop\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .laptop\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .laptop\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .laptop\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .laptop\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .laptop\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .laptop\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .laptop\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .laptop\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .laptop\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .laptop\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .laptop\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .laptop\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .laptop\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .laptop\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .laptop\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .laptop\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .laptop\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .laptop\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .laptop\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .laptop\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .laptop\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .laptop\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .laptop\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .laptop\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .laptop\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .laptop\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .laptop\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .laptop\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .laptop\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .laptop\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .laptop\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .laptop\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .laptop\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .laptop\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .laptop\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .laptop\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .laptop\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .laptop\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .laptop\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .laptop\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .laptop\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .laptop\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .laptop\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .laptop\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .laptop\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .laptop\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .laptop\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .laptop\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .laptop\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .laptop\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .laptop\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .laptop\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .laptop\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .laptop\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .laptop\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .laptop\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .laptop\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .laptop\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .laptop\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .laptop\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .laptop\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .laptop\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .laptop\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .laptop\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .laptop\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .laptop\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .laptop\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .laptop\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .laptop\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .laptop\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .laptop\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .laptop\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .laptop\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .laptop\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .laptop\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .laptop\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .laptop\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .laptop\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .laptop\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .laptop\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .laptop\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .laptop\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .laptop\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .laptop\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .laptop\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .laptop\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .laptop\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .laptop\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .laptop\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .laptop\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .laptop\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .laptop\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .laptop\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .laptop\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .laptop\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .laptop\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .laptop\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .laptop\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .laptop\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .laptop\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .laptop\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .laptop\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .laptop\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .laptop\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .laptop\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .laptop\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .laptop\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .laptop\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .laptop\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .laptop\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .laptop\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .laptop\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .laptop\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .laptop\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .laptop\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .laptop\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .laptop\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .laptop\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .laptop\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .laptop\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .laptop\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .laptop\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .laptop\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .laptop\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .laptop\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .laptop\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .laptop\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .laptop\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .laptop\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .laptop\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .laptop\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .laptop\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .laptop\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .laptop\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .laptop\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .laptop\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .laptop\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .laptop\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .laptop\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .laptop\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .laptop\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .laptop\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .laptop\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .laptop\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .laptop\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .laptop\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .laptop\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .laptop\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .laptop\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .laptop\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .laptop\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .laptop\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .laptop\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .laptop\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .laptop\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .laptop\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .laptop\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .laptop\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .laptop\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .laptop\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .laptop\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .laptop\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .laptop\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .laptop\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .laptop\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .laptop\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .laptop\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .laptop\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .laptop\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .laptop\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .laptop\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .laptop\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .laptop\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .laptop\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .laptop\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .laptop\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .laptop\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .laptop\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .laptop\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .laptop\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .laptop\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .laptop\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .laptop\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .laptop\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .laptop\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .laptop\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .laptop\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .laptop\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .laptop\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .laptop\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .laptop\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .laptop\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .laptop\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .laptop\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .laptop\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .laptop\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .laptop\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .laptop\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .laptop\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .laptop\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .laptop\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .laptop\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .laptop\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .laptop\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .laptop\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .laptop\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .laptop\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .laptop\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .laptop\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .laptop\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .laptop\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .laptop\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .laptop\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .laptop\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .laptop\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .laptop\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .laptop\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .laptop\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .laptop\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .laptop\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .laptop\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .laptop\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .laptop\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .laptop\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .laptop\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .laptop\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .laptop\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .laptop\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .laptop\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .laptop\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .laptop\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .laptop\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .laptop\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .laptop\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .laptop\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .laptop\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .laptop\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .laptop\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .laptop\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .laptop\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .laptop\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .laptop\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .laptop\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .laptop\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .laptop\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .laptop\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .laptop\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .laptop\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .laptop\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .laptop\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .laptop\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .laptop\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .laptop\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .laptop\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .laptop\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .laptop\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .laptop\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .laptop\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .laptop\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .laptop\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .laptop\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .laptop\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .laptop\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .laptop\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .laptop\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .laptop\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .laptop\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .laptop\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .laptop\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .laptop\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .laptop\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .laptop\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .laptop\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .laptop\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .laptop\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .laptop\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .laptop\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .laptop\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .laptop\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .laptop\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .laptop\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .laptop\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .laptop\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .laptop\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .laptop\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .laptop\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .laptop\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .laptop\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .laptop\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .laptop\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .laptop\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .laptop\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .laptop\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .laptop\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .laptop\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .laptop\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .laptop\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .laptop\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .laptop\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .laptop\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .laptop\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .laptop\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .laptop\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .laptop\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .laptop\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .laptop\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .laptop\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .laptop\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .laptop\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .laptop\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .laptop\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .laptop\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .laptop\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .laptop\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .laptop\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .laptop\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .laptop\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .laptop\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .laptop\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .laptop\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .laptop\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .laptop\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .laptop\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .laptop\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .laptop\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .laptop\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .laptop\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .laptop\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .laptop\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .laptop\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .laptop\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .laptop\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .laptop\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .laptop\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .laptop\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .laptop\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .laptop\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .laptop\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .laptop\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .laptop\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .laptop\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .laptop\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .laptop\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .laptop\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .laptop\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .laptop\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .laptop\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .laptop\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .laptop\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .laptop\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .laptop\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .laptop\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .laptop\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .laptop\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .laptop\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .laptop\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .laptop\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .laptop\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .laptop\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .laptop\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .laptop\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .laptop\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .laptop\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .laptop\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .laptop\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .laptop\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .laptop\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .laptop\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .laptop\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .laptop\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .laptop\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .laptop\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .laptop\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .laptop\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .laptop\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .laptop\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .laptop\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .laptop\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .laptop\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .laptop\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .laptop\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .laptop\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .laptop\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .laptop\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .laptop\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .laptop\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .laptop\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .laptop\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .laptop\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .laptop\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .laptop\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .laptop\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .laptop\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .laptop\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .laptop\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .laptop\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .laptop\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .laptop\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .laptop\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .laptop\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .laptop\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .laptop\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .laptop\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .laptop\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .laptop\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .laptop\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .laptop\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .laptop\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .laptop\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .laptop\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .laptop\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .laptop\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .laptop\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .laptop\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .laptop\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .laptop\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .laptop\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .laptop\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .laptop\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .laptop\:bg-bottom{
    background-position: bottom;
  }

  .laptop\:bg-center{
    background-position: center;
  }

  .laptop\:bg-left{
    background-position: left;
  }

  .laptop\:bg-left-bottom{
    background-position: left bottom;
  }

  .laptop\:bg-left-top{
    background-position: left top;
  }

  .laptop\:bg-right{
    background-position: right;
  }

  .laptop\:bg-right-bottom{
    background-position: right bottom;
  }

  .laptop\:bg-right-top{
    background-position: right top;
  }

  .laptop\:bg-top{
    background-position: top;
  }

  .laptop\:bg-repeat{
    background-repeat: repeat;
  }

  .laptop\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .laptop\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .laptop\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .laptop\:bg-repeat-round{
    background-repeat: round;
  }

  .laptop\:bg-repeat-space{
    background-repeat: space;
  }

  .laptop\:bg-auto{
    background-size: auto;
  }

  .laptop\:bg-cover{
    background-size: cover;
  }

  .laptop\:bg-contain{
    background-size: contain;
  }

  .laptop\:border-collapse{
    border-collapse: collapse;
  }

  .laptop\:border-separate{
    border-collapse: separate;
  }

  .laptop\:border-transparent{
    border-color: transparent;
  }

  .laptop\:border-current{
    border-color: currentColor;
  }

  .laptop\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .laptop\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .laptop\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .laptop\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .laptop\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .laptop\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .laptop\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .laptop\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .laptop\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .laptop\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .laptop\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .laptop\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .laptop\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .laptop\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .laptop\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .laptop\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .laptop\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .laptop\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .laptop\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .laptop\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .laptop\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .laptop\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .laptop\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .laptop\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .laptop\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .laptop\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .laptop\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .laptop\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .laptop\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .laptop\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .laptop\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .laptop\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .laptop\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .laptop\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .laptop\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .laptop\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .laptop\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .laptop\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .laptop\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .laptop\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .laptop\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .laptop\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .laptop\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .laptop\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .laptop\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .laptop\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .laptop\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .laptop\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .laptop\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .laptop\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .laptop\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .laptop\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .laptop\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .laptop\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .laptop\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .laptop\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .laptop\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .laptop\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .laptop\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .laptop\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .laptop\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .laptop\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .laptop\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .laptop\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .laptop\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .laptop\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .laptop\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .laptop\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .laptop\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .laptop\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .laptop\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .laptop\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .laptop\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .laptop\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .laptop\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .laptop\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .laptop\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .laptop\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .laptop\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .laptop\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .laptop\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .laptop\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .laptop\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .laptop\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .laptop\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .laptop\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .laptop\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .laptop\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .laptop\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .laptop\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .laptop\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .laptop\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .laptop\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .laptop\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .laptop\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .laptop\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .laptop\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .laptop\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .laptop\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .laptop\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .laptop\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .laptop\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .laptop\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .laptop\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .laptop\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .laptop\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .laptop\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .laptop\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .laptop\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .laptop\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .laptop\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .laptop\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .laptop\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .laptop\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .laptop\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .laptop\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .laptop\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .laptop\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .laptop\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .laptop\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .laptop\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .laptop\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .laptop\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .laptop\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .laptop\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .laptop\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .laptop\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .laptop\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .laptop\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .laptop\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .laptop\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .laptop\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .laptop\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .laptop\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .laptop\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .laptop\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .laptop\:rounded-none{
    border-radius: 0px;
  }

  .laptop\:rounded-sm{
    border-radius: 0.125rem;
  }

  .laptop\:rounded{
    border-radius: 0.25rem;
  }

  .laptop\:rounded-md{
    border-radius: 0.375rem;
  }

  .laptop\:rounded-lg{
    border-radius: 0.5rem;
  }

  .laptop\:rounded-xl{
    border-radius: 0.75rem;
  }

  .laptop\:rounded-2xl{
    border-radius: 1rem;
  }

  .laptop\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .laptop\:rounded-full{
    border-radius: 9999px;
  }

  .laptop\:rounded-base{
    border-radius: 1.875rem;
  }

  .laptop\:rounded-bar{
    border-radius: 4rem;
  }

  .laptop\:rounded-btn{
    border-radius: 25px;
  }

  .laptop\:rounded-activities{
    border-radius: 20px;
  }

  .laptop\:rounded-img{
    border-radius: 7px;
  }

  .laptop\:rounded-input{
    border-radius: 40px;
  }

  .laptop\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .laptop\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .laptop\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .laptop\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .laptop\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .laptop\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .laptop\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .laptop\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .laptop\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .laptop\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .laptop\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .laptop\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .laptop\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .laptop\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .laptop\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .laptop\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .laptop\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .laptop\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .laptop\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .laptop\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .laptop\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .laptop\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .laptop\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .laptop\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .laptop\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .laptop\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .laptop\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .laptop\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .laptop\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .laptop\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .laptop\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .laptop\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .laptop\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .laptop\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .laptop\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .laptop\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .laptop\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .laptop\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .laptop\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .laptop\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .laptop\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .laptop\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .laptop\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .laptop\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .laptop\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .laptop\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .laptop\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .laptop\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .laptop\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .laptop\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .laptop\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .laptop\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .laptop\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .laptop\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .laptop\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .laptop\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .laptop\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .laptop\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .laptop\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .laptop\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .laptop\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .laptop\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .laptop\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .laptop\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .laptop\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .laptop\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .laptop\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .laptop\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .laptop\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .laptop\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .laptop\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .laptop\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .laptop\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .laptop\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .laptop\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .laptop\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .laptop\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .laptop\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .laptop\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .laptop\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .laptop\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .laptop\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .laptop\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .laptop\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .laptop\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .laptop\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .laptop\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .laptop\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .laptop\:border-solid{
    border-style: solid;
  }

  .laptop\:border-dashed{
    border-style: dashed;
  }

  .laptop\:border-dotted{
    border-style: dotted;
  }

  .laptop\:border-double{
    border-style: double;
  }

  .laptop\:border-none{
    border-style: none;
  }

  .laptop\:border-0{
    border-width: 0px;
  }

  .laptop\:border-1{
    border-width: 1px;
  }

  .laptop\:border-2{
    border-width: 2px;
  }

  .laptop\:border-3{
    border-width: 3px;
  }

  .laptop\:border-4{
    border-width: 4px;
  }

  .laptop\:border-6{
    border-width: 6px;
  }

  .laptop\:border-8{
    border-width: 8px;
  }

  .laptop\:border-9{
    border-width: 9px;
  }

  .laptop\:border-10{
    border-width: 10px;
  }

  .laptop\:border-14{
    border-width: 14px;
  }

  .laptop\:border{
    border-width: 1px;
  }

  .laptop\:border-t-0{
    border-top-width: 0px;
  }

  .laptop\:border-r-0{
    border-right-width: 0px;
  }

  .laptop\:border-b-0{
    border-bottom-width: 0px;
  }

  .laptop\:border-l-0{
    border-left-width: 0px;
  }

  .laptop\:border-t-1{
    border-top-width: 1px;
  }

  .laptop\:border-r-1{
    border-right-width: 1px;
  }

  .laptop\:border-b-1{
    border-bottom-width: 1px;
  }

  .laptop\:border-l-1{
    border-left-width: 1px;
  }

  .laptop\:border-t-2{
    border-top-width: 2px;
  }

  .laptop\:border-r-2{
    border-right-width: 2px;
  }

  .laptop\:border-b-2{
    border-bottom-width: 2px;
  }

  .laptop\:border-l-2{
    border-left-width: 2px;
  }

  .laptop\:border-t-3{
    border-top-width: 3px;
  }

  .laptop\:border-r-3{
    border-right-width: 3px;
  }

  .laptop\:border-b-3{
    border-bottom-width: 3px;
  }

  .laptop\:border-l-3{
    border-left-width: 3px;
  }

  .laptop\:border-t-4{
    border-top-width: 4px;
  }

  .laptop\:border-r-4{
    border-right-width: 4px;
  }

  .laptop\:border-b-4{
    border-bottom-width: 4px;
  }

  .laptop\:border-l-4{
    border-left-width: 4px;
  }

  .laptop\:border-t-6{
    border-top-width: 6px;
  }

  .laptop\:border-r-6{
    border-right-width: 6px;
  }

  .laptop\:border-b-6{
    border-bottom-width: 6px;
  }

  .laptop\:border-l-6{
    border-left-width: 6px;
  }

  .laptop\:border-t-8{
    border-top-width: 8px;
  }

  .laptop\:border-r-8{
    border-right-width: 8px;
  }

  .laptop\:border-b-8{
    border-bottom-width: 8px;
  }

  .laptop\:border-l-8{
    border-left-width: 8px;
  }

  .laptop\:border-t-9{
    border-top-width: 9px;
  }

  .laptop\:border-r-9{
    border-right-width: 9px;
  }

  .laptop\:border-b-9{
    border-bottom-width: 9px;
  }

  .laptop\:border-l-9{
    border-left-width: 9px;
  }

  .laptop\:border-t-10{
    border-top-width: 10px;
  }

  .laptop\:border-r-10{
    border-right-width: 10px;
  }

  .laptop\:border-b-10{
    border-bottom-width: 10px;
  }

  .laptop\:border-l-10{
    border-left-width: 10px;
  }

  .laptop\:border-t-14{
    border-top-width: 14px;
  }

  .laptop\:border-r-14{
    border-right-width: 14px;
  }

  .laptop\:border-b-14{
    border-bottom-width: 14px;
  }

  .laptop\:border-l-14{
    border-left-width: 14px;
  }

  .laptop\:border-t{
    border-top-width: 1px;
  }

  .laptop\:border-r{
    border-right-width: 1px;
  }

  .laptop\:border-b{
    border-bottom-width: 1px;
  }

  .laptop\:border-l{
    border-left-width: 1px;
  }

  .laptop\:box-border{
    box-sizing: border-box;
  }

  .laptop\:box-content{
    box-sizing: content-box;
  }

  .laptop\:cursor-auto{
    cursor: auto;
  }

  .laptop\:cursor-default{
    cursor: default;
  }

  .laptop\:cursor-pointer{
    cursor: pointer;
  }

  .laptop\:cursor-wait{
    cursor: wait;
  }

  .laptop\:cursor-text{
    cursor: text;
  }

  .laptop\:cursor-move{
    cursor: move;
  }

  .laptop\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .laptop\:block{
    display: block;
  }

  .laptop\:inline-block{
    display: inline-block;
  }

  .laptop\:inline{
    display: inline;
  }

  .laptop\:flex{
    display: flex;
  }

  .laptop\:inline-flex{
    display: inline-flex;
  }

  .laptop\:table{
    display: table;
  }

  .laptop\:table-caption{
    display: table-caption;
  }

  .laptop\:table-cell{
    display: table-cell;
  }

  .laptop\:table-column{
    display: table-column;
  }

  .laptop\:table-column-group{
    display: table-column-group;
  }

  .laptop\:table-footer-group{
    display: table-footer-group;
  }

  .laptop\:table-header-group{
    display: table-header-group;
  }

  .laptop\:table-row-group{
    display: table-row-group;
  }

  .laptop\:table-row{
    display: table-row;
  }

  .laptop\:flow-root{
    display: flow-root;
  }

  .laptop\:grid{
    display: grid;
  }

  .laptop\:inline-grid{
    display: inline-grid;
  }

  .laptop\:contents{
    display: contents;
  }

  .laptop\:hidden{
    display: none;
  }

  .laptop\:flex-row{
    flex-direction: row;
  }

  .laptop\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .laptop\:flex-col{
    flex-direction: column;
  }

  .laptop\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .laptop\:flex-wrap{
    flex-wrap: wrap;
  }

  .laptop\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .laptop\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .laptop\:place-items-auto{
    place-items: auto;
  }

  .laptop\:place-items-start{
    place-items: start;
  }

  .laptop\:place-items-end{
    place-items: end;
  }

  .laptop\:place-items-center{
    place-items: center;
  }

  .laptop\:place-items-stretch{
    place-items: stretch;
  }

  .laptop\:place-content-center{
    place-content: center;
  }

  .laptop\:place-content-start{
    place-content: start;
  }

  .laptop\:place-content-end{
    place-content: end;
  }

  .laptop\:place-content-between{
    place-content: space-between;
  }

  .laptop\:place-content-around{
    place-content: space-around;
  }

  .laptop\:place-content-evenly{
    place-content: space-evenly;
  }

  .laptop\:place-content-stretch{
    place-content: stretch;
  }

  .laptop\:place-self-auto{
    place-self: auto;
  }

  .laptop\:place-self-start{
    place-self: start;
  }

  .laptop\:place-self-end{
    place-self: end;
  }

  .laptop\:place-self-center{
    place-self: center;
  }

  .laptop\:place-self-stretch{
    place-self: stretch;
  }

  .laptop\:items-start{
    align-items: flex-start;
  }

  .laptop\:items-end{
    align-items: flex-end;
  }

  .laptop\:items-center{
    align-items: center;
  }

  .laptop\:items-baseline{
    align-items: baseline;
  }

  .laptop\:items-stretch{
    align-items: stretch;
  }

  .laptop\:content-center{
    align-content: center;
  }

  .laptop\:content-start{
    align-content: flex-start;
  }

  .laptop\:content-end{
    align-content: flex-end;
  }

  .laptop\:content-between{
    align-content: space-between;
  }

  .laptop\:content-around{
    align-content: space-around;
  }

  .laptop\:content-evenly{
    align-content: space-evenly;
  }

  .laptop\:self-auto{
    align-self: auto;
  }

  .laptop\:self-start{
    align-self: flex-start;
  }

  .laptop\:self-end{
    align-self: flex-end;
  }

  .laptop\:self-center{
    align-self: center;
  }

  .laptop\:self-stretch{
    align-self: stretch;
  }

  .laptop\:justify-items-auto{
    justify-items: auto;
  }

  .laptop\:justify-items-start{
    justify-items: start;
  }

  .laptop\:justify-items-end{
    justify-items: end;
  }

  .laptop\:justify-items-center{
    justify-items: center;
  }

  .laptop\:justify-items-stretch{
    justify-items: stretch;
  }

  .laptop\:justify-start{
    justify-content: flex-start;
  }

  .laptop\:justify-end{
    justify-content: flex-end;
  }

  .laptop\:justify-center{
    justify-content: center;
  }

  .laptop\:justify-between{
    justify-content: space-between;
  }

  .laptop\:justify-around{
    justify-content: space-around;
  }

  .laptop\:justify-evenly{
    justify-content: space-evenly;
  }

  .laptop\:justify-self-auto{
    justify-self: auto;
  }

  .laptop\:justify-self-start{
    justify-self: start;
  }

  .laptop\:justify-self-end{
    justify-self: end;
  }

  .laptop\:justify-self-center{
    justify-self: center;
  }

  .laptop\:justify-self-stretch{
    justify-self: stretch;
  }

  .laptop\:flex-1{
    flex: 1 1 0%;
  }

  .laptop\:flex-auto{
    flex: 1 1 auto;
  }

  .laptop\:flex-initial{
    flex: 0 1 auto;
  }

  .laptop\:flex-none{
    flex: none;
  }

  .laptop\:flex-grow-0{
    flex-grow: 0;
  }

  .laptop\:flex-grow{
    flex-grow: 1;
  }

  .laptop\:flex-shrink-0{
    flex-shrink: 0;
  }

  .laptop\:flex-shrink{
    flex-shrink: 1;
  }

  .laptop\:order-1{
    order: 1;
  }

  .laptop\:order-2{
    order: 2;
  }

  .laptop\:order-3{
    order: 3;
  }

  .laptop\:order-4{
    order: 4;
  }

  .laptop\:order-5{
    order: 5;
  }

  .laptop\:order-6{
    order: 6;
  }

  .laptop\:order-7{
    order: 7;
  }

  .laptop\:order-8{
    order: 8;
  }

  .laptop\:order-9{
    order: 9;
  }

  .laptop\:order-10{
    order: 10;
  }

  .laptop\:order-11{
    order: 11;
  }

  .laptop\:order-12{
    order: 12;
  }

  .laptop\:order-first{
    order: -9999;
  }

  .laptop\:order-last{
    order: 9999;
  }

  .laptop\:order-none{
    order: 0;
  }

  .laptop\:float-right{
    float: right;
  }

  .laptop\:float-left{
    float: left;
  }

  .laptop\:float-none{
    float: none;
  }

  .laptop\:clear-left{
    clear: left;
  }

  .laptop\:clear-right{
    clear: right;
  }

  .laptop\:clear-both{
    clear: both;
  }

  .laptop\:clear-none{
    clear: none;
  }

  .laptop\:font-sans{
    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";
  }

  .laptop\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .laptop\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .laptop\:font-OpenSans{
    font-family: Open Sans;
  }

  .laptop\:font-Poppins{
    font-family: Poppins;
  }

  .laptop\:font-thin{
    font-weight: 100;
  }

  .laptop\:font-extralight{
    font-weight: 200;
  }

  .laptop\:font-light{
    font-weight: 300;
  }

  .laptop\:font-normal{
    font-weight: 400;
  }

  .laptop\:font-medium{
    font-weight: 500;
  }

  .laptop\:font-semibold{
    font-weight: 600;
  }

  .laptop\:font-bold{
    font-weight: 700;
  }

  .laptop\:font-extrabold{
    font-weight: 800;
  }

  .laptop\:font-black{
    font-weight: 900;
  }

  .laptop\:h-0{
    height: 0px;
  }

  .laptop\:h-1{
    height: 0.25rem;
  }

  .laptop\:h-2{
    height: 0.5rem;
  }

  .laptop\:h-3{
    height: 0.75rem;
  }

  .laptop\:h-4{
    height: 1rem;
  }

  .laptop\:h-5{
    height: 1.25rem;
  }

  .laptop\:h-6{
    height: 1.5rem;
  }

  .laptop\:h-7{
    height: 1.75rem;
  }

  .laptop\:h-8{
    height: 2rem;
  }

  .laptop\:h-9{
    height: 2.25rem;
  }

  .laptop\:h-10{
    height: 2.5rem;
  }

  .laptop\:h-11{
    height: 2.75rem;
  }

  .laptop\:h-12{
    height: 3rem;
  }

  .laptop\:h-13{
    height: 3.25rem;
  }

  .laptop\:h-14{
    height: 3.5rem;
  }

  .laptop\:h-15{
    height: 3.75rem;
  }

  .laptop\:h-16{
    height: 4rem;
  }

  .laptop\:h-17{
    height: 4.375rem;
  }

  .laptop\:h-18{
    height: 4.5rem;
  }

  .laptop\:h-19{
    height: 4.75rem;
  }

  .laptop\:h-20{
    height: 5rem;
  }

  .laptop\:h-21{
    height: 5.5rem;
  }

  .laptop\:h-22{
    height: 5.625rem;
  }

  .laptop\:h-23{
    height: 6.375rem;
  }

  .laptop\:h-24{
    height: 6rem;
  }

  .laptop\:h-25{
    height: 6.5rem;
  }

  .laptop\:h-26{
    height: 6.75rem;
  }

  .laptop\:h-27{
    height: 6.25rem;
  }

  .laptop\:h-28{
    height: 7rem;
  }

  .laptop\:h-29{
    height: 7.5rem;
  }

  .laptop\:h-32{
    height: 8rem;
  }

  .laptop\:h-34{
    height: 8.5rem;
  }

  .laptop\:h-35{
    height: 8.75rem;
  }

  .laptop\:h-36{
    height: 9rem;
  }

  .laptop\:h-37{
    height: 9.125rem;
  }

  .laptop\:h-38{
    height: 9.5rem;
  }

  .laptop\:h-40{
    height: 10rem;
  }

  .laptop\:h-41{
    height: 10.5rem;
  }

  .laptop\:h-42{
    height: 10.625rem;
  }

  .laptop\:h-44{
    height: 11rem;
  }

  .laptop\:h-45{
    height: 11.875rem;
  }

  .laptop\:h-48{
    height: 12rem;
  }

  .laptop\:h-49{
    height: 12.5rem;
  }

  .laptop\:h-51{
    height: 13.375rem;
  }

  .laptop\:h-52{
    height: 13rem;
  }

  .laptop\:h-56{
    height: 14rem;
  }

  .laptop\:h-57{
    height: 14.375rem;
  }

  .laptop\:h-60{
    height: 15rem;
  }

  .laptop\:h-64{
    height: 16rem;
  }

  .laptop\:h-65{
    height: 17rem;
  }

  .laptop\:h-66{
    height: 17.5rem;
  }

  .laptop\:h-72{
    height: 18rem;
  }

  .laptop\:h-73{
    height: 18.5rem;
  }

  .laptop\:h-80{
    height: 20rem;
  }

  .laptop\:h-81{
    height: 21.5rem;
  }

  .laptop\:h-82{
    height: 22rem;
  }

  .laptop\:h-83{
    height: 23.8125rem;
  }

  .laptop\:h-84{
    height: 23rem;
  }

  .laptop\:h-94{
    height: 28rem;
  }

  .laptop\:h-96{
    height: 24rem;
  }

  .laptop\:h-98{
    height: 32rem;
  }

  .laptop\:h-100{
    height: 90%;
  }

  .laptop\:h-auto{
    height: auto;
  }

  .laptop\:h-px{
    height: 1px;
  }

  .laptop\:h-0\.5{
    height: 0.125rem;
  }

  .laptop\:h-1\.5{
    height: 0.375rem;
  }

  .laptop\:h-2\.5{
    height: 0.625rem;
  }

  .laptop\:h-3\.5{
    height: 0.875rem;
  }

  .laptop\:h-4\.5{
    height: 1.125rem;
  }

  .laptop\:h-5\.5{
    height: 1.375rem;
  }

  .laptop\:h-6\.5{
    height: 1.625rem;
  }

  .laptop\:h-7\.5{
    height: 1.875rem;
  }

  .laptop\:h-8\.5{
    height: 2.125rem;
  }

  .laptop\:h-9\.5{
    height: 2.375rem;
  }

  .laptop\:h-10\.5{
    height: 2.625rem;
  }

  .laptop\:h-11\.5{
    height: 2.875rem;
  }

  .laptop\:h-12\.5{
    height: 3.125rem;
  }

  .laptop\:h-13\.5{
    height: 3.375rem;
  }

  .laptop\:h-15\.5{
    height: 3.8rem;
  }

  .laptop\:h-16\.5{
    height: 4.25rem;
  }

  .laptop\:h-17\.5{
    height: 4.25rem;
  }

  .laptop\:h-18\.5{
    height: 4.625rem;
  }

  .laptop\:h-20\.5{
    height: 5.25rem;
  }

  .laptop\:h-21\.5{
    height: 5.75rem;
  }

  .laptop\:h-22\.5{
    height: 5.875rem;
  }

  .laptop\:h-24\.5{
    height: 6.625rem;
  }

  .laptop\:h-28\.5{
    height: 7.375rem;
  }

  .laptop\:h-29\.5{
    height: 7.75rem;
  }

  .laptop\:h-32\.5{
    height: 8.5rem;
  }

  .laptop\:h-33\.5{
    height: 8.8125rem;
  }

  .laptop\:h-42\.5{
    height: 10.875rem;
  }

  .laptop\:h-49\.5{
    height: 12.75rem;
  }

  .laptop\:h-72\.5{
    height: 18.25rem;
  }

  .laptop\:h-1\/2{
    height: 50%;
  }

  .laptop\:h-1\/3{
    height: 33.333333%;
  }

  .laptop\:h-2\/3{
    height: 66.666667%;
  }

  .laptop\:h-1\/4{
    height: 25%;
  }

  .laptop\:h-2\/4{
    height: 50%;
  }

  .laptop\:h-3\/4{
    height: 75%;
  }

  .laptop\:h-1\/5{
    height: 20%;
  }

  .laptop\:h-2\/5{
    height: 40%;
  }

  .laptop\:h-3\/5{
    height: 60%;
  }

  .laptop\:h-4\/5{
    height: 80%;
  }

  .laptop\:h-1\/6{
    height: 16.666667%;
  }

  .laptop\:h-2\/6{
    height: 33.333333%;
  }

  .laptop\:h-3\/6{
    height: 50%;
  }

  .laptop\:h-4\/6{
    height: 66.666667%;
  }

  .laptop\:h-5\/6{
    height: 83.333333%;
  }

  .laptop\:h-full{
    height: 100%;
  }

  .laptop\:h-screen{
    height: 100vh;
  }

  .laptop\:h-1\.4{
    height: 0.3125rem;
  }

  .laptop\:h-14\.5{
    height: 3.875rem;
  }

  .laptop\:h-52\.5{
    height: 13.5rem;
  }

  .laptop\:h-56\.5{
    height: 14.625rem;
  }

  .laptop\:h-64\.5{
    height: 16.5rem;
  }

  .laptop\:h-66\.5{
    height: 17.625rem;
  }

  .laptop\:h-80\.5{
    height: 20.25rem;
  }

  .laptop\:h-81\.5{
    height: 21.125rem;
  }

  .laptop\:h-icons-xxl{
    height: 103px;
  }

  .laptop\:h-activities{
    height: 416px;
  }

  .laptop\:h-activities-sm{
    height: 215px;
  }

  .laptop\:h-community{
    height: 390px;
  }

  .laptop\:h-community-md{
    height: 420px;
  }

  .laptop\:h-community-sm{
    height: 515px;
  }

  .laptop\:h-slide{
    height: 792px;
  }

  .laptop\:h-slide-md{
    height: 640px;
  }

  .laptop\:h-slide-sm{
    height: 443px;
  }

  .laptop\:h-bg-commission{
    height: 303px;
  }

  .laptop\:h-bg-commission-sm{
    height: 94px;
  }

  .laptop\:h-bg-commission-md{
    height: 200px;
  }

  .laptop\:h-item-commission{
    height: 201px;
  }

  .laptop\:h-item-commission-sm{
    height: 165px;
  }

  .laptop\:h-about{
    height: 661px;
  }

  .laptop\:h-about-sm{
    height: 290px;
  }

  .laptop\:h-about-md{
    height: 350px;
  }

  .laptop\:h-items{
    height: 273px;
  }

  .laptop\:h-items-sm{
    height: 230px;
  }

  .laptop\:h-items-2{
    height: 317px;
  }

  .laptop\:h-items-2-sm{
    height: 260px;
  }

  .laptop\:h-news{
    height: 568px;
  }

  .laptop\:h-news-sm{
    height: 240px;
  }

  .laptop\:h-news2{
    height: 277px;
  }

  .laptop\:h-news3{
    height: 259px;
  }

  .laptop\:h-img-vision{
    height: 496px;
  }

  .laptop\:h-directive{
    height: 492px;
  }

  .laptop\:h-directive-md{
    height: 392px;
  }

  .laptop\:h-directive-sm{
    height: 270px;
  }

  .laptop\:h-img-vision-md{
    height: 300px;
  }

  .laptop\:h-img-vision-sm{
    height: 220px;
  }

  .laptop\:h-circle{
    height: 120px;
  }

  .laptop\:h-circle-xl{
    height: 215px;
  }

  .laptop\:h-value{
    height: 196px;
  }

  .laptop\:h-modal{
    height: 661px;
  }

  .laptop\:h-modal-lg{
    height: 480px;
  }

  .laptop\:h-modal-md{
    height: 400px;
  }

  .laptop\:h-modal-sm{
    height: 280px;
  }

  .laptop\:h-hero{
    height: 424px;
  }

  .laptop\:h-hero-md{
    height: 300px;
  }

  .laptop\:h-hero-sm{
    height: 240px;
  }

  .laptop\:h-form{
    height: 382px;
  }

  .laptop\:h-login{
    height: 1008px;
  }

  .laptop\:h-login-lg{
    height: 900px;
  }

  .laptop\:h-login-sm{
    height: 500px;
  }

  .laptop\:h-because{
    height: 117px;
  }

  .laptop\:h-because-sm{
    height: 80px;
  }

  .laptop\:h-debate{
    height: 368px;
  }

  .laptop\:h-debate-sm{
    height: 280px;
  }

  .laptop\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .laptop\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .laptop\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .laptop\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .laptop\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .laptop\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .laptop\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .laptop\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .laptop\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .laptop\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .laptop\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .laptop\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .laptop\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .laptop\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .laptop\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .laptop\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .laptop\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .laptop\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .laptop\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .laptop\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .laptop\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .laptop\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .laptop\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .laptop\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .laptop\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .laptop\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .laptop\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .laptop\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .laptop\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .laptop\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .laptop\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .laptop\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .laptop\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .laptop\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .laptop\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .laptop\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .laptop\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .laptop\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .laptop\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .laptop\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .laptop\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .laptop\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .laptop\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .laptop\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .laptop\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .laptop\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .laptop\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .laptop\:leading-3{
    line-height: .75rem;
  }

  .laptop\:leading-4{
    line-height: 1rem;
  }

  .laptop\:leading-5{
    line-height: 1.25rem;
  }

  .laptop\:leading-6{
    line-height: 1.5rem;
  }

  .laptop\:leading-7{
    line-height: 1.75rem;
  }

  .laptop\:leading-8{
    line-height: 2rem;
  }

  .laptop\:leading-9{
    line-height: 2.25rem;
  }

  .laptop\:leading-10{
    line-height: 2.5rem;
  }

  .laptop\:leading-none{
    line-height: 1;
  }

  .laptop\:leading-tight{
    line-height: 1.25;
  }

  .laptop\:leading-snug{
    line-height: 1.375;
  }

  .laptop\:leading-normal{
    line-height: 1.5;
  }

  .laptop\:leading-relaxed{
    line-height: 1.625;
  }

  .laptop\:leading-loose{
    line-height: 2;
  }

  .laptop\:list-inside{
    list-style-position: inside;
  }

  .laptop\:list-outside{
    list-style-position: outside;
  }

  .laptop\:list-none{
    list-style-type: none;
  }

  .laptop\:list-disc{
    list-style-type: disc;
  }

  .laptop\:list-decimal{
    list-style-type: decimal;
  }

  .laptop\:m-0{
    margin: 0px;
  }

  .laptop\:m-1{
    margin: 0.25rem;
  }

  .laptop\:m-2{
    margin: 0.5rem;
  }

  .laptop\:m-3{
    margin: 0.75rem;
  }

  .laptop\:m-4{
    margin: 1rem;
  }

  .laptop\:m-5{
    margin: 1.25rem;
  }

  .laptop\:m-6{
    margin: 1.5rem;
  }

  .laptop\:m-7{
    margin: 1.75rem;
  }

  .laptop\:m-8{
    margin: 2rem;
  }

  .laptop\:m-9{
    margin: 2.25rem;
  }

  .laptop\:m-10{
    margin: 2.5rem;
  }

  .laptop\:m-11{
    margin: 2.75rem;
  }

  .laptop\:m-12{
    margin: 3rem;
  }

  .laptop\:m-13{
    margin: 3.375rem;
  }

  .laptop\:m-14{
    margin: 3.5rem;
  }

  .laptop\:m-15{
    margin: 3.75rem;
  }

  .laptop\:m-16{
    margin: 4rem;
  }

  .laptop\:m-17{
    margin: 4.375rem;
  }

  .laptop\:m-18{
    margin: 4.5rem;
  }

  .laptop\:m-19{
    margin: 4.75rem;
  }

  .laptop\:m-20{
    margin: 5rem;
  }

  .laptop\:m-21{
    margin: 5.5rem;
  }

  .laptop\:m-22{
    margin: 5.625rem;
  }

  .laptop\:m-23{
    margin: 6.125rem;
  }

  .laptop\:m-24{
    margin: 6rem;
  }

  .laptop\:m-25{
    margin: 6.5rem;
  }

  .laptop\:m-26{
    margin: 6.75rem;
  }

  .laptop\:m-27{
    margin: 6.25rem;
  }

  .laptop\:m-28{
    margin: 7rem;
  }

  .laptop\:m-29{
    margin: 7.5rem;
  }

  .laptop\:m-32{
    margin: 8rem;
  }

  .laptop\:m-34{
    margin: 8.5rem;
  }

  .laptop\:m-35{
    margin: 8.75rem;
  }

  .laptop\:m-36{
    margin: 9rem;
  }

  .laptop\:m-37{
    margin: 9.125rem;
  }

  .laptop\:m-38{
    margin: 9.5rem;
  }

  .laptop\:m-40{
    margin: 10rem;
  }

  .laptop\:m-41{
    margin: 10.5rem;
  }

  .laptop\:m-42{
    margin: 10.625rem;
  }

  .laptop\:m-44{
    margin: 11rem;
  }

  .laptop\:m-45{
    margin: 11.25rem;
  }

  .laptop\:m-48{
    margin: 12rem;
  }

  .laptop\:m-49{
    margin: 12.5rem;
  }

  .laptop\:m-52{
    margin: 13rem;
  }

  .laptop\:m-56{
    margin: 14rem;
  }

  .laptop\:m-57{
    margin: 14.375rem;
  }

  .laptop\:m-60{
    margin: 15rem;
  }

  .laptop\:m-64{
    margin: 16rem;
  }

  .laptop\:m-72{
    margin: 18rem;
  }

  .laptop\:m-80{
    margin: 20rem;
  }

  .laptop\:m-82{
    margin: 22rem;
  }

  .laptop\:m-83{
    margin: 23.8125rem;
  }

  .laptop\:m-96{
    margin: 24rem;
  }

  .laptop\:m-auto{
    margin: auto;
  }

  .laptop\:m-px{
    margin: 1px;
  }

  .laptop\:m-0\.5{
    margin: 0.125rem;
  }

  .laptop\:m-1\.5{
    margin: 0.375rem;
  }

  .laptop\:m-2\.5{
    margin: 0.625rem;
  }

  .laptop\:m-3\.5{
    margin: 0.875rem;
  }

  .laptop\:m-4\.5{
    margin: 1.125rem;
  }

  .laptop\:m-5\.5{
    margin: 1.375rem;
  }

  .laptop\:m-6\.5{
    margin: 1.625rem;
  }

  .laptop\:m-7\.5{
    margin: 1.875rem;
  }

  .laptop\:m-8\.5{
    margin: 2.125rem;
  }

  .laptop\:m-9\.5{
    margin: 2.375rem;
  }

  .laptop\:m-10\.5{
    margin: 2.625rem;
  }

  .laptop\:m-11\.5{
    margin: 2.875rem;
  }

  .laptop\:m-12\.5{
    margin: 3.125rem;
  }

  .laptop\:m-13\.5{
    margin: 3.25rem;
  }

  .laptop\:m-15\.5{
    margin: 3.8rem;
  }

  .laptop\:m-16\.5{
    margin: 4.125rem;
  }

  .laptop\:m-17\.5{
    margin: 4.25rem;
  }

  .laptop\:m-18\.5{
    margin: 4.625rem;
  }

  .laptop\:m-20\.5{
    margin: 5.25rem;
  }

  .laptop\:m-21\.5{
    margin: 5.75rem;
  }

  .laptop\:m-22\.5{
    margin: 5.875rem;
  }

  .laptop\:m-24\.5{
    margin: 6.8125rem;
  }

  .laptop\:m-28\.5{
    margin: 7.375rem;
  }

  .laptop\:m-29\.5{
    margin: 7.75rem;
  }

  .laptop\:m-32\.5{
    margin: 8.125rem;
  }

  .laptop\:m-33\.5{
    margin: 8.8125rem;
  }

  .laptop\:m-42\.5{
    margin: 10.875rem;
  }

  .laptop\:m-49\.5{
    margin: 12.75rem;
  }

  .laptop\:m-72\.5{
    margin: 18.25rem;
  }

  .laptop\:-m-0{
    margin: 0px;
  }

  .laptop\:-m-1{
    margin: -0.25rem;
  }

  .laptop\:-m-2{
    margin: -0.5rem;
  }

  .laptop\:-m-3{
    margin: -0.75rem;
  }

  .laptop\:-m-4{
    margin: -1rem;
  }

  .laptop\:-m-5{
    margin: -1.25rem;
  }

  .laptop\:-m-6{
    margin: -1.5rem;
  }

  .laptop\:-m-7{
    margin: -1.75rem;
  }

  .laptop\:-m-8{
    margin: -2rem;
  }

  .laptop\:-m-9{
    margin: -2.25rem;
  }

  .laptop\:-m-10{
    margin: -2.5rem;
  }

  .laptop\:-m-11{
    margin: -2.75rem;
  }

  .laptop\:-m-12{
    margin: -3rem;
  }

  .laptop\:-m-13{
    margin: -3.375rem;
  }

  .laptop\:-m-14{
    margin: -3.5rem;
  }

  .laptop\:-m-15{
    margin: -3.75rem;
  }

  .laptop\:-m-16{
    margin: -4rem;
  }

  .laptop\:-m-17{
    margin: -4.375rem;
  }

  .laptop\:-m-18{
    margin: -4.5rem;
  }

  .laptop\:-m-19{
    margin: -4.75rem;
  }

  .laptop\:-m-20{
    margin: -5rem;
  }

  .laptop\:-m-21{
    margin: -5.5rem;
  }

  .laptop\:-m-22{
    margin: -5.625rem;
  }

  .laptop\:-m-23{
    margin: -6.125rem;
  }

  .laptop\:-m-24{
    margin: -6rem;
  }

  .laptop\:-m-25{
    margin: -6.5rem;
  }

  .laptop\:-m-26{
    margin: -6.75rem;
  }

  .laptop\:-m-27{
    margin: -6.25rem;
  }

  .laptop\:-m-28{
    margin: -7rem;
  }

  .laptop\:-m-29{
    margin: -7.5rem;
  }

  .laptop\:-m-32{
    margin: -8rem;
  }

  .laptop\:-m-34{
    margin: -8.5rem;
  }

  .laptop\:-m-35{
    margin: -8.75rem;
  }

  .laptop\:-m-36{
    margin: -9rem;
  }

  .laptop\:-m-37{
    margin: -9.125rem;
  }

  .laptop\:-m-38{
    margin: -9.5rem;
  }

  .laptop\:-m-40{
    margin: -10rem;
  }

  .laptop\:-m-41{
    margin: -10.5rem;
  }

  .laptop\:-m-42{
    margin: -10.625rem;
  }

  .laptop\:-m-44{
    margin: -11rem;
  }

  .laptop\:-m-45{
    margin: -11.25rem;
  }

  .laptop\:-m-48{
    margin: -12rem;
  }

  .laptop\:-m-49{
    margin: -12.5rem;
  }

  .laptop\:-m-52{
    margin: -13rem;
  }

  .laptop\:-m-56{
    margin: -14rem;
  }

  .laptop\:-m-57{
    margin: -14.375rem;
  }

  .laptop\:-m-60{
    margin: -15rem;
  }

  .laptop\:-m-64{
    margin: -16rem;
  }

  .laptop\:-m-72{
    margin: -18rem;
  }

  .laptop\:-m-80{
    margin: -20rem;
  }

  .laptop\:-m-82{
    margin: -22rem;
  }

  .laptop\:-m-83{
    margin: -23.8125rem;
  }

  .laptop\:-m-96{
    margin: -24rem;
  }

  .laptop\:-m-px{
    margin: -1px;
  }

  .laptop\:-m-0\.5{
    margin: -0.125rem;
  }

  .laptop\:-m-1\.5{
    margin: -0.375rem;
  }

  .laptop\:-m-2\.5{
    margin: -0.625rem;
  }

  .laptop\:-m-3\.5{
    margin: -0.875rem;
  }

  .laptop\:-m-4\.5{
    margin: -1.125rem;
  }

  .laptop\:-m-5\.5{
    margin: -1.375rem;
  }

  .laptop\:-m-6\.5{
    margin: -1.625rem;
  }

  .laptop\:-m-7\.5{
    margin: -1.875rem;
  }

  .laptop\:-m-8\.5{
    margin: -2.125rem;
  }

  .laptop\:-m-9\.5{
    margin: -2.375rem;
  }

  .laptop\:-m-10\.5{
    margin: -2.625rem;
  }

  .laptop\:-m-11\.5{
    margin: -2.875rem;
  }

  .laptop\:-m-12\.5{
    margin: -3.125rem;
  }

  .laptop\:-m-13\.5{
    margin: -3.25rem;
  }

  .laptop\:-m-15\.5{
    margin: -3.8rem;
  }

  .laptop\:-m-16\.5{
    margin: -4.125rem;
  }

  .laptop\:-m-17\.5{
    margin: -4.25rem;
  }

  .laptop\:-m-18\.5{
    margin: -4.625rem;
  }

  .laptop\:-m-20\.5{
    margin: -5.25rem;
  }

  .laptop\:-m-21\.5{
    margin: -5.75rem;
  }

  .laptop\:-m-22\.5{
    margin: -5.875rem;
  }

  .laptop\:-m-24\.5{
    margin: -6.8125rem;
  }

  .laptop\:-m-28\.5{
    margin: -7.375rem;
  }

  .laptop\:-m-29\.5{
    margin: -7.75rem;
  }

  .laptop\:-m-32\.5{
    margin: -8.125rem;
  }

  .laptop\:-m-33\.5{
    margin: -8.8125rem;
  }

  .laptop\:-m-42\.5{
    margin: -10.875rem;
  }

  .laptop\:-m-49\.5{
    margin: -12.75rem;
  }

  .laptop\:-m-72\.5{
    margin: -18.25rem;
  }

  .laptop\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .laptop\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .laptop\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .laptop\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .laptop\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .laptop\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .laptop\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .laptop\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .laptop\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .laptop\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .laptop\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .laptop\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .laptop\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .laptop\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .laptop\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .laptop\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .laptop\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .laptop\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .laptop\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .laptop\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .laptop\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .laptop\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .laptop\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .laptop\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .laptop\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .laptop\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .laptop\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .laptop\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .laptop\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .laptop\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .laptop\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .laptop\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .laptop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .laptop\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .laptop\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .laptop\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .laptop\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .laptop\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .laptop\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .laptop\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .laptop\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .laptop\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .laptop\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .laptop\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .laptop\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .laptop\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .laptop\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .laptop\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .laptop\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .laptop\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .laptop\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .laptop\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .laptop\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .laptop\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .laptop\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .laptop\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .laptop\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .laptop\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .laptop\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .laptop\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .laptop\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .laptop\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .laptop\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .laptop\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .laptop\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .laptop\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .laptop\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .laptop\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .laptop\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .laptop\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .laptop\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .laptop\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .laptop\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .laptop\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .laptop\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .laptop\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .laptop\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .laptop\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .laptop\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .laptop\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .laptop\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .laptop\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .laptop\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .laptop\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .laptop\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .laptop\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .laptop\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .laptop\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .laptop\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .laptop\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .laptop\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .laptop\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .laptop\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .laptop\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .laptop\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .laptop\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .laptop\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .laptop\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .laptop\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .laptop\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .laptop\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .laptop\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .laptop\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .laptop\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .laptop\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .laptop\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .laptop\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .laptop\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .laptop\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .laptop\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .laptop\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .laptop\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .laptop\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .laptop\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .laptop\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .laptop\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .laptop\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .laptop\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .laptop\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .laptop\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .laptop\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .laptop\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .laptop\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .laptop\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .laptop\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .laptop\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .laptop\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .laptop\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .laptop\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .laptop\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .laptop\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .laptop\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .laptop\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .laptop\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .laptop\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .laptop\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .laptop\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .laptop\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .laptop\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .laptop\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .laptop\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .laptop\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .laptop\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .laptop\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .laptop\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .laptop\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .laptop\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .laptop\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .laptop\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .laptop\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .laptop\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .laptop\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .laptop\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .laptop\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .laptop\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .laptop\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .laptop\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .laptop\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .laptop\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .laptop\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .laptop\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .laptop\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .laptop\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .laptop\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .laptop\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .laptop\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .laptop\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .laptop\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .laptop\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .laptop\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .laptop\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .laptop\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .laptop\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .laptop\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .laptop\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .laptop\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .laptop\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .laptop\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .laptop\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .laptop\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .laptop\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .laptop\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .laptop\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .laptop\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .laptop\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .laptop\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .laptop\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .laptop\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .laptop\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .laptop\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .laptop\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .laptop\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .laptop\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .laptop\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .laptop\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .laptop\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .laptop\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .laptop\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .laptop\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .laptop\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .laptop\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .laptop\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .laptop\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .laptop\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .laptop\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .laptop\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .laptop\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .laptop\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .laptop\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .laptop\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .laptop\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .laptop\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .laptop\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .laptop\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .laptop\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .laptop\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .laptop\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .laptop\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .laptop\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .laptop\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .laptop\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .laptop\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .laptop\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .laptop\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .laptop\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .laptop\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .laptop\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .laptop\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .laptop\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .laptop\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .laptop\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .laptop\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .laptop\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .laptop\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .laptop\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .laptop\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .laptop\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .laptop\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .laptop\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .laptop\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .laptop\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .laptop\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .laptop\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .laptop\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .laptop\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .laptop\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .laptop\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .laptop\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .laptop\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .laptop\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .laptop\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .laptop\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .laptop\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .laptop\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .laptop\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .laptop\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .laptop\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .laptop\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .laptop\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .laptop\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .laptop\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .laptop\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .laptop\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .laptop\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .laptop\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .laptop\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .laptop\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .laptop\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .laptop\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .laptop\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .laptop\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .laptop\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .laptop\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .laptop\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .laptop\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .laptop\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .laptop\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .laptop\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .laptop\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .laptop\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .laptop\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .laptop\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .laptop\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .laptop\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .laptop\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .laptop\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .laptop\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .laptop\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .laptop\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .laptop\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .laptop\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .laptop\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .laptop\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .laptop\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .laptop\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .laptop\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .laptop\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .laptop\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .laptop\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .laptop\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .laptop\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .laptop\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .laptop\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .laptop\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .laptop\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .laptop\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .laptop\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .laptop\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .laptop\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .laptop\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .laptop\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .laptop\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .laptop\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .laptop\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .laptop\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .laptop\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .laptop\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .laptop\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .laptop\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .laptop\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .laptop\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .laptop\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .laptop\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .laptop\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .laptop\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .laptop\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .laptop\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .laptop\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .laptop\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .laptop\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .laptop\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .laptop\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .laptop\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .laptop\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .laptop\:mt-0{
    margin-top: 0px;
  }

  .laptop\:mr-0{
    margin-right: 0px;
  }

  .laptop\:mb-0{
    margin-bottom: 0px;
  }

  .laptop\:ml-0{
    margin-left: 0px;
  }

  .laptop\:mt-1{
    margin-top: 0.25rem;
  }

  .laptop\:mr-1{
    margin-right: 0.25rem;
  }

  .laptop\:mb-1{
    margin-bottom: 0.25rem;
  }

  .laptop\:ml-1{
    margin-left: 0.25rem;
  }

  .laptop\:mt-2{
    margin-top: 0.5rem;
  }

  .laptop\:mr-2{
    margin-right: 0.5rem;
  }

  .laptop\:mb-2{
    margin-bottom: 0.5rem;
  }

  .laptop\:ml-2{
    margin-left: 0.5rem;
  }

  .laptop\:mt-3{
    margin-top: 0.75rem;
  }

  .laptop\:mr-3{
    margin-right: 0.75rem;
  }

  .laptop\:mb-3{
    margin-bottom: 0.75rem;
  }

  .laptop\:ml-3{
    margin-left: 0.75rem;
  }

  .laptop\:mt-4{
    margin-top: 1rem;
  }

  .laptop\:mr-4{
    margin-right: 1rem;
  }

  .laptop\:mb-4{
    margin-bottom: 1rem;
  }

  .laptop\:ml-4{
    margin-left: 1rem;
  }

  .laptop\:mt-5{
    margin-top: 1.25rem;
  }

  .laptop\:mr-5{
    margin-right: 1.25rem;
  }

  .laptop\:mb-5{
    margin-bottom: 1.25rem;
  }

  .laptop\:ml-5{
    margin-left: 1.25rem;
  }

  .laptop\:mt-6{
    margin-top: 1.5rem;
  }

  .laptop\:mr-6{
    margin-right: 1.5rem;
  }

  .laptop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .laptop\:ml-6{
    margin-left: 1.5rem;
  }

  .laptop\:mt-7{
    margin-top: 1.75rem;
  }

  .laptop\:mr-7{
    margin-right: 1.75rem;
  }

  .laptop\:mb-7{
    margin-bottom: 1.75rem;
  }

  .laptop\:ml-7{
    margin-left: 1.75rem;
  }

  .laptop\:mt-8{
    margin-top: 2rem;
  }

  .laptop\:mr-8{
    margin-right: 2rem;
  }

  .laptop\:mb-8{
    margin-bottom: 2rem;
  }

  .laptop\:ml-8{
    margin-left: 2rem;
  }

  .laptop\:mt-9{
    margin-top: 2.25rem;
  }

  .laptop\:mr-9{
    margin-right: 2.25rem;
  }

  .laptop\:mb-9{
    margin-bottom: 2.25rem;
  }

  .laptop\:ml-9{
    margin-left: 2.25rem;
  }

  .laptop\:mt-10{
    margin-top: 2.5rem;
  }

  .laptop\:mr-10{
    margin-right: 2.5rem;
  }

  .laptop\:mb-10{
    margin-bottom: 2.5rem;
  }

  .laptop\:ml-10{
    margin-left: 2.5rem;
  }

  .laptop\:mt-11{
    margin-top: 2.75rem;
  }

  .laptop\:mr-11{
    margin-right: 2.75rem;
  }

  .laptop\:mb-11{
    margin-bottom: 2.75rem;
  }

  .laptop\:ml-11{
    margin-left: 2.75rem;
  }

  .laptop\:mt-12{
    margin-top: 3rem;
  }

  .laptop\:mr-12{
    margin-right: 3rem;
  }

  .laptop\:mb-12{
    margin-bottom: 3rem;
  }

  .laptop\:ml-12{
    margin-left: 3rem;
  }

  .laptop\:mt-13{
    margin-top: 3.375rem;
  }

  .laptop\:mr-13{
    margin-right: 3.375rem;
  }

  .laptop\:mb-13{
    margin-bottom: 3.375rem;
  }

  .laptop\:ml-13{
    margin-left: 3.375rem;
  }

  .laptop\:mt-14{
    margin-top: 3.5rem;
  }

  .laptop\:mr-14{
    margin-right: 3.5rem;
  }

  .laptop\:mb-14{
    margin-bottom: 3.5rem;
  }

  .laptop\:ml-14{
    margin-left: 3.5rem;
  }

  .laptop\:mt-15{
    margin-top: 3.75rem;
  }

  .laptop\:mr-15{
    margin-right: 3.75rem;
  }

  .laptop\:mb-15{
    margin-bottom: 3.75rem;
  }

  .laptop\:ml-15{
    margin-left: 3.75rem;
  }

  .laptop\:mt-16{
    margin-top: 4rem;
  }

  .laptop\:mr-16{
    margin-right: 4rem;
  }

  .laptop\:mb-16{
    margin-bottom: 4rem;
  }

  .laptop\:ml-16{
    margin-left: 4rem;
  }

  .laptop\:mt-17{
    margin-top: 4.375rem;
  }

  .laptop\:mr-17{
    margin-right: 4.375rem;
  }

  .laptop\:mb-17{
    margin-bottom: 4.375rem;
  }

  .laptop\:ml-17{
    margin-left: 4.375rem;
  }

  .laptop\:mt-18{
    margin-top: 4.5rem;
  }

  .laptop\:mr-18{
    margin-right: 4.5rem;
  }

  .laptop\:mb-18{
    margin-bottom: 4.5rem;
  }

  .laptop\:ml-18{
    margin-left: 4.5rem;
  }

  .laptop\:mt-19{
    margin-top: 4.75rem;
  }

  .laptop\:mr-19{
    margin-right: 4.75rem;
  }

  .laptop\:mb-19{
    margin-bottom: 4.75rem;
  }

  .laptop\:ml-19{
    margin-left: 4.75rem;
  }

  .laptop\:mt-20{
    margin-top: 5rem;
  }

  .laptop\:mr-20{
    margin-right: 5rem;
  }

  .laptop\:mb-20{
    margin-bottom: 5rem;
  }

  .laptop\:ml-20{
    margin-left: 5rem;
  }

  .laptop\:mt-21{
    margin-top: 5.5rem;
  }

  .laptop\:mr-21{
    margin-right: 5.5rem;
  }

  .laptop\:mb-21{
    margin-bottom: 5.5rem;
  }

  .laptop\:ml-21{
    margin-left: 5.5rem;
  }

  .laptop\:mt-22{
    margin-top: 5.625rem;
  }

  .laptop\:mr-22{
    margin-right: 5.625rem;
  }

  .laptop\:mb-22{
    margin-bottom: 5.625rem;
  }

  .laptop\:ml-22{
    margin-left: 5.625rem;
  }

  .laptop\:mt-23{
    margin-top: 6.125rem;
  }

  .laptop\:mr-23{
    margin-right: 6.125rem;
  }

  .laptop\:mb-23{
    margin-bottom: 6.125rem;
  }

  .laptop\:ml-23{
    margin-left: 6.125rem;
  }

  .laptop\:mt-24{
    margin-top: 6rem;
  }

  .laptop\:mr-24{
    margin-right: 6rem;
  }

  .laptop\:mb-24{
    margin-bottom: 6rem;
  }

  .laptop\:ml-24{
    margin-left: 6rem;
  }

  .laptop\:mt-25{
    margin-top: 6.5rem;
  }

  .laptop\:mr-25{
    margin-right: 6.5rem;
  }

  .laptop\:mb-25{
    margin-bottom: 6.5rem;
  }

  .laptop\:ml-25{
    margin-left: 6.5rem;
  }

  .laptop\:mt-26{
    margin-top: 6.75rem;
  }

  .laptop\:mr-26{
    margin-right: 6.75rem;
  }

  .laptop\:mb-26{
    margin-bottom: 6.75rem;
  }

  .laptop\:ml-26{
    margin-left: 6.75rem;
  }

  .laptop\:mt-27{
    margin-top: 6.25rem;
  }

  .laptop\:mr-27{
    margin-right: 6.25rem;
  }

  .laptop\:mb-27{
    margin-bottom: 6.25rem;
  }

  .laptop\:ml-27{
    margin-left: 6.25rem;
  }

  .laptop\:mt-28{
    margin-top: 7rem;
  }

  .laptop\:mr-28{
    margin-right: 7rem;
  }

  .laptop\:mb-28{
    margin-bottom: 7rem;
  }

  .laptop\:ml-28{
    margin-left: 7rem;
  }

  .laptop\:mt-29{
    margin-top: 7.5rem;
  }

  .laptop\:mr-29{
    margin-right: 7.5rem;
  }

  .laptop\:mb-29{
    margin-bottom: 7.5rem;
  }

  .laptop\:ml-29{
    margin-left: 7.5rem;
  }

  .laptop\:mt-32{
    margin-top: 8rem;
  }

  .laptop\:mr-32{
    margin-right: 8rem;
  }

  .laptop\:mb-32{
    margin-bottom: 8rem;
  }

  .laptop\:ml-32{
    margin-left: 8rem;
  }

  .laptop\:mt-34{
    margin-top: 8.5rem;
  }

  .laptop\:mr-34{
    margin-right: 8.5rem;
  }

  .laptop\:mb-34{
    margin-bottom: 8.5rem;
  }

  .laptop\:ml-34{
    margin-left: 8.5rem;
  }

  .laptop\:mt-35{
    margin-top: 8.75rem;
  }

  .laptop\:mr-35{
    margin-right: 8.75rem;
  }

  .laptop\:mb-35{
    margin-bottom: 8.75rem;
  }

  .laptop\:ml-35{
    margin-left: 8.75rem;
  }

  .laptop\:mt-36{
    margin-top: 9rem;
  }

  .laptop\:mr-36{
    margin-right: 9rem;
  }

  .laptop\:mb-36{
    margin-bottom: 9rem;
  }

  .laptop\:ml-36{
    margin-left: 9rem;
  }

  .laptop\:mt-37{
    margin-top: 9.125rem;
  }

  .laptop\:mr-37{
    margin-right: 9.125rem;
  }

  .laptop\:mb-37{
    margin-bottom: 9.125rem;
  }

  .laptop\:ml-37{
    margin-left: 9.125rem;
  }

  .laptop\:mt-38{
    margin-top: 9.5rem;
  }

  .laptop\:mr-38{
    margin-right: 9.5rem;
  }

  .laptop\:mb-38{
    margin-bottom: 9.5rem;
  }

  .laptop\:ml-38{
    margin-left: 9.5rem;
  }

  .laptop\:mt-40{
    margin-top: 10rem;
  }

  .laptop\:mr-40{
    margin-right: 10rem;
  }

  .laptop\:mb-40{
    margin-bottom: 10rem;
  }

  .laptop\:ml-40{
    margin-left: 10rem;
  }

  .laptop\:mt-41{
    margin-top: 10.5rem;
  }

  .laptop\:mr-41{
    margin-right: 10.5rem;
  }

  .laptop\:mb-41{
    margin-bottom: 10.5rem;
  }

  .laptop\:ml-41{
    margin-left: 10.5rem;
  }

  .laptop\:mt-42{
    margin-top: 10.625rem;
  }

  .laptop\:mr-42{
    margin-right: 10.625rem;
  }

  .laptop\:mb-42{
    margin-bottom: 10.625rem;
  }

  .laptop\:ml-42{
    margin-left: 10.625rem;
  }

  .laptop\:mt-44{
    margin-top: 11rem;
  }

  .laptop\:mr-44{
    margin-right: 11rem;
  }

  .laptop\:mb-44{
    margin-bottom: 11rem;
  }

  .laptop\:ml-44{
    margin-left: 11rem;
  }

  .laptop\:mt-45{
    margin-top: 11.25rem;
  }

  .laptop\:mr-45{
    margin-right: 11.25rem;
  }

  .laptop\:mb-45{
    margin-bottom: 11.25rem;
  }

  .laptop\:ml-45{
    margin-left: 11.25rem;
  }

  .laptop\:mt-48{
    margin-top: 12rem;
  }

  .laptop\:mr-48{
    margin-right: 12rem;
  }

  .laptop\:mb-48{
    margin-bottom: 12rem;
  }

  .laptop\:ml-48{
    margin-left: 12rem;
  }

  .laptop\:mt-49{
    margin-top: 12.5rem;
  }

  .laptop\:mr-49{
    margin-right: 12.5rem;
  }

  .laptop\:mb-49{
    margin-bottom: 12.5rem;
  }

  .laptop\:ml-49{
    margin-left: 12.5rem;
  }

  .laptop\:mt-52{
    margin-top: 13rem;
  }

  .laptop\:mr-52{
    margin-right: 13rem;
  }

  .laptop\:mb-52{
    margin-bottom: 13rem;
  }

  .laptop\:ml-52{
    margin-left: 13rem;
  }

  .laptop\:mt-56{
    margin-top: 14rem;
  }

  .laptop\:mr-56{
    margin-right: 14rem;
  }

  .laptop\:mb-56{
    margin-bottom: 14rem;
  }

  .laptop\:ml-56{
    margin-left: 14rem;
  }

  .laptop\:mt-57{
    margin-top: 14.375rem;
  }

  .laptop\:mr-57{
    margin-right: 14.375rem;
  }

  .laptop\:mb-57{
    margin-bottom: 14.375rem;
  }

  .laptop\:ml-57{
    margin-left: 14.375rem;
  }

  .laptop\:mt-60{
    margin-top: 15rem;
  }

  .laptop\:mr-60{
    margin-right: 15rem;
  }

  .laptop\:mb-60{
    margin-bottom: 15rem;
  }

  .laptop\:ml-60{
    margin-left: 15rem;
  }

  .laptop\:mt-64{
    margin-top: 16rem;
  }

  .laptop\:mr-64{
    margin-right: 16rem;
  }

  .laptop\:mb-64{
    margin-bottom: 16rem;
  }

  .laptop\:ml-64{
    margin-left: 16rem;
  }

  .laptop\:mt-72{
    margin-top: 18rem;
  }

  .laptop\:mr-72{
    margin-right: 18rem;
  }

  .laptop\:mb-72{
    margin-bottom: 18rem;
  }

  .laptop\:ml-72{
    margin-left: 18rem;
  }

  .laptop\:mt-80{
    margin-top: 20rem;
  }

  .laptop\:mr-80{
    margin-right: 20rem;
  }

  .laptop\:mb-80{
    margin-bottom: 20rem;
  }

  .laptop\:ml-80{
    margin-left: 20rem;
  }

  .laptop\:mt-82{
    margin-top: 22rem;
  }

  .laptop\:mr-82{
    margin-right: 22rem;
  }

  .laptop\:mb-82{
    margin-bottom: 22rem;
  }

  .laptop\:ml-82{
    margin-left: 22rem;
  }

  .laptop\:mt-83{
    margin-top: 23.8125rem;
  }

  .laptop\:mr-83{
    margin-right: 23.8125rem;
  }

  .laptop\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .laptop\:ml-83{
    margin-left: 23.8125rem;
  }

  .laptop\:mt-96{
    margin-top: 24rem;
  }

  .laptop\:mr-96{
    margin-right: 24rem;
  }

  .laptop\:mb-96{
    margin-bottom: 24rem;
  }

  .laptop\:ml-96{
    margin-left: 24rem;
  }

  .laptop\:mt-auto{
    margin-top: auto;
  }

  .laptop\:mr-auto{
    margin-right: auto;
  }

  .laptop\:mb-auto{
    margin-bottom: auto;
  }

  .laptop\:ml-auto{
    margin-left: auto;
  }

  .laptop\:mt-px{
    margin-top: 1px;
  }

  .laptop\:mr-px{
    margin-right: 1px;
  }

  .laptop\:mb-px{
    margin-bottom: 1px;
  }

  .laptop\:ml-px{
    margin-left: 1px;
  }

  .laptop\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .laptop\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .laptop\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .laptop\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .laptop\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .laptop\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .laptop\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .laptop\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .laptop\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .laptop\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .laptop\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .laptop\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .laptop\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .laptop\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .laptop\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .laptop\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .laptop\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .laptop\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .laptop\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .laptop\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .laptop\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .laptop\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .laptop\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .laptop\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .laptop\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .laptop\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .laptop\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .laptop\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .laptop\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .laptop\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .laptop\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .laptop\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .laptop\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .laptop\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .laptop\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .laptop\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .laptop\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .laptop\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .laptop\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .laptop\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .laptop\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .laptop\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .laptop\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .laptop\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .laptop\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .laptop\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .laptop\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .laptop\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .laptop\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .laptop\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .laptop\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .laptop\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .laptop\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .laptop\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .laptop\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .laptop\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .laptop\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .laptop\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .laptop\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .laptop\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .laptop\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .laptop\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .laptop\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .laptop\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .laptop\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .laptop\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .laptop\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .laptop\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .laptop\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .laptop\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .laptop\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .laptop\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .laptop\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .laptop\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .laptop\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .laptop\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .laptop\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .laptop\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .laptop\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .laptop\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .laptop\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .laptop\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .laptop\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .laptop\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .laptop\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .laptop\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .laptop\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .laptop\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .laptop\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .laptop\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .laptop\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .laptop\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .laptop\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .laptop\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .laptop\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .laptop\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .laptop\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .laptop\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .laptop\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .laptop\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .laptop\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .laptop\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .laptop\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .laptop\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .laptop\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .laptop\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .laptop\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .laptop\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .laptop\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .laptop\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .laptop\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .laptop\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .laptop\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .laptop\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .laptop\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .laptop\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .laptop\:-mt-0{
    margin-top: 0px;
  }

  .laptop\:-mr-0{
    margin-right: 0px;
  }

  .laptop\:-mb-0{
    margin-bottom: 0px;
  }

  .laptop\:-ml-0{
    margin-left: 0px;
  }

  .laptop\:-mt-1{
    margin-top: -0.25rem;
  }

  .laptop\:-mr-1{
    margin-right: -0.25rem;
  }

  .laptop\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .laptop\:-ml-1{
    margin-left: -0.25rem;
  }

  .laptop\:-mt-2{
    margin-top: -0.5rem;
  }

  .laptop\:-mr-2{
    margin-right: -0.5rem;
  }

  .laptop\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .laptop\:-ml-2{
    margin-left: -0.5rem;
  }

  .laptop\:-mt-3{
    margin-top: -0.75rem;
  }

  .laptop\:-mr-3{
    margin-right: -0.75rem;
  }

  .laptop\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .laptop\:-ml-3{
    margin-left: -0.75rem;
  }

  .laptop\:-mt-4{
    margin-top: -1rem;
  }

  .laptop\:-mr-4{
    margin-right: -1rem;
  }

  .laptop\:-mb-4{
    margin-bottom: -1rem;
  }

  .laptop\:-ml-4{
    margin-left: -1rem;
  }

  .laptop\:-mt-5{
    margin-top: -1.25rem;
  }

  .laptop\:-mr-5{
    margin-right: -1.25rem;
  }

  .laptop\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .laptop\:-ml-5{
    margin-left: -1.25rem;
  }

  .laptop\:-mt-6{
    margin-top: -1.5rem;
  }

  .laptop\:-mr-6{
    margin-right: -1.5rem;
  }

  .laptop\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .laptop\:-ml-6{
    margin-left: -1.5rem;
  }

  .laptop\:-mt-7{
    margin-top: -1.75rem;
  }

  .laptop\:-mr-7{
    margin-right: -1.75rem;
  }

  .laptop\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .laptop\:-ml-7{
    margin-left: -1.75rem;
  }

  .laptop\:-mt-8{
    margin-top: -2rem;
  }

  .laptop\:-mr-8{
    margin-right: -2rem;
  }

  .laptop\:-mb-8{
    margin-bottom: -2rem;
  }

  .laptop\:-ml-8{
    margin-left: -2rem;
  }

  .laptop\:-mt-9{
    margin-top: -2.25rem;
  }

  .laptop\:-mr-9{
    margin-right: -2.25rem;
  }

  .laptop\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .laptop\:-ml-9{
    margin-left: -2.25rem;
  }

  .laptop\:-mt-10{
    margin-top: -2.5rem;
  }

  .laptop\:-mr-10{
    margin-right: -2.5rem;
  }

  .laptop\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .laptop\:-ml-10{
    margin-left: -2.5rem;
  }

  .laptop\:-mt-11{
    margin-top: -2.75rem;
  }

  .laptop\:-mr-11{
    margin-right: -2.75rem;
  }

  .laptop\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .laptop\:-ml-11{
    margin-left: -2.75rem;
  }

  .laptop\:-mt-12{
    margin-top: -3rem;
  }

  .laptop\:-mr-12{
    margin-right: -3rem;
  }

  .laptop\:-mb-12{
    margin-bottom: -3rem;
  }

  .laptop\:-ml-12{
    margin-left: -3rem;
  }

  .laptop\:-mt-13{
    margin-top: -3.375rem;
  }

  .laptop\:-mr-13{
    margin-right: -3.375rem;
  }

  .laptop\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .laptop\:-ml-13{
    margin-left: -3.375rem;
  }

  .laptop\:-mt-14{
    margin-top: -3.5rem;
  }

  .laptop\:-mr-14{
    margin-right: -3.5rem;
  }

  .laptop\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .laptop\:-ml-14{
    margin-left: -3.5rem;
  }

  .laptop\:-mt-15{
    margin-top: -3.75rem;
  }

  .laptop\:-mr-15{
    margin-right: -3.75rem;
  }

  .laptop\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .laptop\:-ml-15{
    margin-left: -3.75rem;
  }

  .laptop\:-mt-16{
    margin-top: -4rem;
  }

  .laptop\:-mr-16{
    margin-right: -4rem;
  }

  .laptop\:-mb-16{
    margin-bottom: -4rem;
  }

  .laptop\:-ml-16{
    margin-left: -4rem;
  }

  .laptop\:-mt-17{
    margin-top: -4.375rem;
  }

  .laptop\:-mr-17{
    margin-right: -4.375rem;
  }

  .laptop\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .laptop\:-ml-17{
    margin-left: -4.375rem;
  }

  .laptop\:-mt-18{
    margin-top: -4.5rem;
  }

  .laptop\:-mr-18{
    margin-right: -4.5rem;
  }

  .laptop\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .laptop\:-ml-18{
    margin-left: -4.5rem;
  }

  .laptop\:-mt-19{
    margin-top: -4.75rem;
  }

  .laptop\:-mr-19{
    margin-right: -4.75rem;
  }

  .laptop\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .laptop\:-ml-19{
    margin-left: -4.75rem;
  }

  .laptop\:-mt-20{
    margin-top: -5rem;
  }

  .laptop\:-mr-20{
    margin-right: -5rem;
  }

  .laptop\:-mb-20{
    margin-bottom: -5rem;
  }

  .laptop\:-ml-20{
    margin-left: -5rem;
  }

  .laptop\:-mt-21{
    margin-top: -5.5rem;
  }

  .laptop\:-mr-21{
    margin-right: -5.5rem;
  }

  .laptop\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .laptop\:-ml-21{
    margin-left: -5.5rem;
  }

  .laptop\:-mt-22{
    margin-top: -5.625rem;
  }

  .laptop\:-mr-22{
    margin-right: -5.625rem;
  }

  .laptop\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .laptop\:-ml-22{
    margin-left: -5.625rem;
  }

  .laptop\:-mt-23{
    margin-top: -6.125rem;
  }

  .laptop\:-mr-23{
    margin-right: -6.125rem;
  }

  .laptop\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .laptop\:-ml-23{
    margin-left: -6.125rem;
  }

  .laptop\:-mt-24{
    margin-top: -6rem;
  }

  .laptop\:-mr-24{
    margin-right: -6rem;
  }

  .laptop\:-mb-24{
    margin-bottom: -6rem;
  }

  .laptop\:-ml-24{
    margin-left: -6rem;
  }

  .laptop\:-mt-25{
    margin-top: -6.5rem;
  }

  .laptop\:-mr-25{
    margin-right: -6.5rem;
  }

  .laptop\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .laptop\:-ml-25{
    margin-left: -6.5rem;
  }

  .laptop\:-mt-26{
    margin-top: -6.75rem;
  }

  .laptop\:-mr-26{
    margin-right: -6.75rem;
  }

  .laptop\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .laptop\:-ml-26{
    margin-left: -6.75rem;
  }

  .laptop\:-mt-27{
    margin-top: -6.25rem;
  }

  .laptop\:-mr-27{
    margin-right: -6.25rem;
  }

  .laptop\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .laptop\:-ml-27{
    margin-left: -6.25rem;
  }

  .laptop\:-mt-28{
    margin-top: -7rem;
  }

  .laptop\:-mr-28{
    margin-right: -7rem;
  }

  .laptop\:-mb-28{
    margin-bottom: -7rem;
  }

  .laptop\:-ml-28{
    margin-left: -7rem;
  }

  .laptop\:-mt-29{
    margin-top: -7.5rem;
  }

  .laptop\:-mr-29{
    margin-right: -7.5rem;
  }

  .laptop\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .laptop\:-ml-29{
    margin-left: -7.5rem;
  }

  .laptop\:-mt-32{
    margin-top: -8rem;
  }

  .laptop\:-mr-32{
    margin-right: -8rem;
  }

  .laptop\:-mb-32{
    margin-bottom: -8rem;
  }

  .laptop\:-ml-32{
    margin-left: -8rem;
  }

  .laptop\:-mt-34{
    margin-top: -8.5rem;
  }

  .laptop\:-mr-34{
    margin-right: -8.5rem;
  }

  .laptop\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .laptop\:-ml-34{
    margin-left: -8.5rem;
  }

  .laptop\:-mt-35{
    margin-top: -8.75rem;
  }

  .laptop\:-mr-35{
    margin-right: -8.75rem;
  }

  .laptop\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .laptop\:-ml-35{
    margin-left: -8.75rem;
  }

  .laptop\:-mt-36{
    margin-top: -9rem;
  }

  .laptop\:-mr-36{
    margin-right: -9rem;
  }

  .laptop\:-mb-36{
    margin-bottom: -9rem;
  }

  .laptop\:-ml-36{
    margin-left: -9rem;
  }

  .laptop\:-mt-37{
    margin-top: -9.125rem;
  }

  .laptop\:-mr-37{
    margin-right: -9.125rem;
  }

  .laptop\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .laptop\:-ml-37{
    margin-left: -9.125rem;
  }

  .laptop\:-mt-38{
    margin-top: -9.5rem;
  }

  .laptop\:-mr-38{
    margin-right: -9.5rem;
  }

  .laptop\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .laptop\:-ml-38{
    margin-left: -9.5rem;
  }

  .laptop\:-mt-40{
    margin-top: -10rem;
  }

  .laptop\:-mr-40{
    margin-right: -10rem;
  }

  .laptop\:-mb-40{
    margin-bottom: -10rem;
  }

  .laptop\:-ml-40{
    margin-left: -10rem;
  }

  .laptop\:-mt-41{
    margin-top: -10.5rem;
  }

  .laptop\:-mr-41{
    margin-right: -10.5rem;
  }

  .laptop\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .laptop\:-ml-41{
    margin-left: -10.5rem;
  }

  .laptop\:-mt-42{
    margin-top: -10.625rem;
  }

  .laptop\:-mr-42{
    margin-right: -10.625rem;
  }

  .laptop\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .laptop\:-ml-42{
    margin-left: -10.625rem;
  }

  .laptop\:-mt-44{
    margin-top: -11rem;
  }

  .laptop\:-mr-44{
    margin-right: -11rem;
  }

  .laptop\:-mb-44{
    margin-bottom: -11rem;
  }

  .laptop\:-ml-44{
    margin-left: -11rem;
  }

  .laptop\:-mt-45{
    margin-top: -11.25rem;
  }

  .laptop\:-mr-45{
    margin-right: -11.25rem;
  }

  .laptop\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .laptop\:-ml-45{
    margin-left: -11.25rem;
  }

  .laptop\:-mt-48{
    margin-top: -12rem;
  }

  .laptop\:-mr-48{
    margin-right: -12rem;
  }

  .laptop\:-mb-48{
    margin-bottom: -12rem;
  }

  .laptop\:-ml-48{
    margin-left: -12rem;
  }

  .laptop\:-mt-49{
    margin-top: -12.5rem;
  }

  .laptop\:-mr-49{
    margin-right: -12.5rem;
  }

  .laptop\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .laptop\:-ml-49{
    margin-left: -12.5rem;
  }

  .laptop\:-mt-52{
    margin-top: -13rem;
  }

  .laptop\:-mr-52{
    margin-right: -13rem;
  }

  .laptop\:-mb-52{
    margin-bottom: -13rem;
  }

  .laptop\:-ml-52{
    margin-left: -13rem;
  }

  .laptop\:-mt-56{
    margin-top: -14rem;
  }

  .laptop\:-mr-56{
    margin-right: -14rem;
  }

  .laptop\:-mb-56{
    margin-bottom: -14rem;
  }

  .laptop\:-ml-56{
    margin-left: -14rem;
  }

  .laptop\:-mt-57{
    margin-top: -14.375rem;
  }

  .laptop\:-mr-57{
    margin-right: -14.375rem;
  }

  .laptop\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .laptop\:-ml-57{
    margin-left: -14.375rem;
  }

  .laptop\:-mt-60{
    margin-top: -15rem;
  }

  .laptop\:-mr-60{
    margin-right: -15rem;
  }

  .laptop\:-mb-60{
    margin-bottom: -15rem;
  }

  .laptop\:-ml-60{
    margin-left: -15rem;
  }

  .laptop\:-mt-64{
    margin-top: -16rem;
  }

  .laptop\:-mr-64{
    margin-right: -16rem;
  }

  .laptop\:-mb-64{
    margin-bottom: -16rem;
  }

  .laptop\:-ml-64{
    margin-left: -16rem;
  }

  .laptop\:-mt-72{
    margin-top: -18rem;
  }

  .laptop\:-mr-72{
    margin-right: -18rem;
  }

  .laptop\:-mb-72{
    margin-bottom: -18rem;
  }

  .laptop\:-ml-72{
    margin-left: -18rem;
  }

  .laptop\:-mt-80{
    margin-top: -20rem;
  }

  .laptop\:-mr-80{
    margin-right: -20rem;
  }

  .laptop\:-mb-80{
    margin-bottom: -20rem;
  }

  .laptop\:-ml-80{
    margin-left: -20rem;
  }

  .laptop\:-mt-82{
    margin-top: -22rem;
  }

  .laptop\:-mr-82{
    margin-right: -22rem;
  }

  .laptop\:-mb-82{
    margin-bottom: -22rem;
  }

  .laptop\:-ml-82{
    margin-left: -22rem;
  }

  .laptop\:-mt-83{
    margin-top: -23.8125rem;
  }

  .laptop\:-mr-83{
    margin-right: -23.8125rem;
  }

  .laptop\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .laptop\:-ml-83{
    margin-left: -23.8125rem;
  }

  .laptop\:-mt-96{
    margin-top: -24rem;
  }

  .laptop\:-mr-96{
    margin-right: -24rem;
  }

  .laptop\:-mb-96{
    margin-bottom: -24rem;
  }

  .laptop\:-ml-96{
    margin-left: -24rem;
  }

  .laptop\:-mt-px{
    margin-top: -1px;
  }

  .laptop\:-mr-px{
    margin-right: -1px;
  }

  .laptop\:-mb-px{
    margin-bottom: -1px;
  }

  .laptop\:-ml-px{
    margin-left: -1px;
  }

  .laptop\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .laptop\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .laptop\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .laptop\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .laptop\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .laptop\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .laptop\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .laptop\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .laptop\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .laptop\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .laptop\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .laptop\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .laptop\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .laptop\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .laptop\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .laptop\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .laptop\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .laptop\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .laptop\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .laptop\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .laptop\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .laptop\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .laptop\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .laptop\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .laptop\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .laptop\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .laptop\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .laptop\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .laptop\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .laptop\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .laptop\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .laptop\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .laptop\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .laptop\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .laptop\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .laptop\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .laptop\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .laptop\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .laptop\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .laptop\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .laptop\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .laptop\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .laptop\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .laptop\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .laptop\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .laptop\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .laptop\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .laptop\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .laptop\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .laptop\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .laptop\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .laptop\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .laptop\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .laptop\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .laptop\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .laptop\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .laptop\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .laptop\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .laptop\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .laptop\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .laptop\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .laptop\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .laptop\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .laptop\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .laptop\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .laptop\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .laptop\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .laptop\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .laptop\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .laptop\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .laptop\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .laptop\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .laptop\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .laptop\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .laptop\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .laptop\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .laptop\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .laptop\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .laptop\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .laptop\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .laptop\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .laptop\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .laptop\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .laptop\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .laptop\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .laptop\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .laptop\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .laptop\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .laptop\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .laptop\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .laptop\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .laptop\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .laptop\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .laptop\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .laptop\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .laptop\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .laptop\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .laptop\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .laptop\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .laptop\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .laptop\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .laptop\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .laptop\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .laptop\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .laptop\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .laptop\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .laptop\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .laptop\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .laptop\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .laptop\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .laptop\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .laptop\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .laptop\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .laptop\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .laptop\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .laptop\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .laptop\:max-h-0{
    max-height: 0px;
  }

  .laptop\:max-h-1{
    max-height: 0.25rem;
  }

  .laptop\:max-h-2{
    max-height: 0.5rem;
  }

  .laptop\:max-h-3{
    max-height: 0.75rem;
  }

  .laptop\:max-h-4{
    max-height: 1rem;
  }

  .laptop\:max-h-5{
    max-height: 1.25rem;
  }

  .laptop\:max-h-6{
    max-height: 1.5rem;
  }

  .laptop\:max-h-7{
    max-height: 1.75rem;
  }

  .laptop\:max-h-8{
    max-height: 2rem;
  }

  .laptop\:max-h-9{
    max-height: 2.25rem;
  }

  .laptop\:max-h-10{
    max-height: 2.5rem;
  }

  .laptop\:max-h-11{
    max-height: 2.75rem;
  }

  .laptop\:max-h-12{
    max-height: 3rem;
  }

  .laptop\:max-h-13{
    max-height: 3.375rem;
  }

  .laptop\:max-h-14{
    max-height: 3.5rem;
  }

  .laptop\:max-h-15{
    max-height: 3.75rem;
  }

  .laptop\:max-h-16{
    max-height: 4rem;
  }

  .laptop\:max-h-17{
    max-height: 4.375rem;
  }

  .laptop\:max-h-18{
    max-height: 4.5rem;
  }

  .laptop\:max-h-19{
    max-height: 4.75rem;
  }

  .laptop\:max-h-20{
    max-height: 5rem;
  }

  .laptop\:max-h-21{
    max-height: 5.5rem;
  }

  .laptop\:max-h-22{
    max-height: 5.625rem;
  }

  .laptop\:max-h-23{
    max-height: 6.125rem;
  }

  .laptop\:max-h-24{
    max-height: 6rem;
  }

  .laptop\:max-h-25{
    max-height: 6.5rem;
  }

  .laptop\:max-h-26{
    max-height: 6.75rem;
  }

  .laptop\:max-h-27{
    max-height: 6.25rem;
  }

  .laptop\:max-h-28{
    max-height: 7rem;
  }

  .laptop\:max-h-29{
    max-height: 7.5rem;
  }

  .laptop\:max-h-32{
    max-height: 8rem;
  }

  .laptop\:max-h-34{
    max-height: 8.5rem;
  }

  .laptop\:max-h-35{
    max-height: 8.75rem;
  }

  .laptop\:max-h-36{
    max-height: 9rem;
  }

  .laptop\:max-h-37{
    max-height: 9.125rem;
  }

  .laptop\:max-h-38{
    max-height: 9.5rem;
  }

  .laptop\:max-h-40{
    max-height: 10rem;
  }

  .laptop\:max-h-41{
    max-height: 10.5rem;
  }

  .laptop\:max-h-42{
    max-height: 10.625rem;
  }

  .laptop\:max-h-44{
    max-height: 11rem;
  }

  .laptop\:max-h-45{
    max-height: 11.25rem;
  }

  .laptop\:max-h-48{
    max-height: 12rem;
  }

  .laptop\:max-h-49{
    max-height: 12.5rem;
  }

  .laptop\:max-h-52{
    max-height: 13rem;
  }

  .laptop\:max-h-56{
    max-height: 14rem;
  }

  .laptop\:max-h-57{
    max-height: 14.375rem;
  }

  .laptop\:max-h-60{
    max-height: 15rem;
  }

  .laptop\:max-h-64{
    max-height: 16rem;
  }

  .laptop\:max-h-72{
    max-height: 18rem;
  }

  .laptop\:max-h-80{
    max-height: 20rem;
  }

  .laptop\:max-h-82{
    max-height: 22rem;
  }

  .laptop\:max-h-83{
    max-height: 23.8125rem;
  }

  .laptop\:max-h-96{
    max-height: 24rem;
  }

  .laptop\:max-h-px{
    max-height: 1px;
  }

  .laptop\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .laptop\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .laptop\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .laptop\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .laptop\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .laptop\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .laptop\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .laptop\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .laptop\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .laptop\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .laptop\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .laptop\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .laptop\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .laptop\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .laptop\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .laptop\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .laptop\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .laptop\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .laptop\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .laptop\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .laptop\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .laptop\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .laptop\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .laptop\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .laptop\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .laptop\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .laptop\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .laptop\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .laptop\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .laptop\:max-h-full{
    max-height: 100%;
  }

  .laptop\:max-h-screen{
    max-height: 100vh;
  }

  .laptop\:max-w-0{
    max-width: 0rem;
  }

  .laptop\:max-w-13{
    max-width: 3.375rem;
  }

  .laptop\:max-w-23{
    max-width: 380px;
  }

  .laptop\:max-w-28{
    max-width: 7rem;
  }

  .laptop\:max-w-29{
    max-width: 27.5rem;
  }

  .laptop\:max-w-33{
    max-width: 8.75rem;
  }

  .laptop\:max-w-56{
    max-width: 14rem;
  }

  .laptop\:max-w-70{
    max-width: 26.4375rem;
  }

  .laptop\:max-w-98{
    max-width: 48rem;
  }

  .laptop\:max-w-100{
    max-width: 922px;
  }

  .laptop\:max-w-none{
    max-width: none;
  }

  .laptop\:max-w-xs{
    max-width: 20rem;
  }

  .laptop\:max-w-sm{
    max-width: 24rem;
  }

  .laptop\:max-w-md{
    max-width: 28rem;
  }

  .laptop\:max-w-lg{
    max-width: 32rem;
  }

  .laptop\:max-w-xl{
    max-width: 36rem;
  }

  .laptop\:max-w-2xl{
    max-width: 42rem;
  }

  .laptop\:max-w-3xl{
    max-width: 48rem;
  }

  .laptop\:max-w-4xl{
    max-width: 56rem;
  }

  .laptop\:max-w-5xl{
    max-width: 64rem;
  }

  .laptop\:max-w-6xl{
    max-width: 72rem;
  }

  .laptop\:max-w-7xl{
    max-width: 80rem;
  }

  .laptop\:max-w-full{
    max-width: 100%;
  }

  .laptop\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .laptop\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .laptop\:max-w-prose{
    max-width: 65ch;
  }

  .laptop\:max-w-screen-sm{
    max-width: 576px;
  }

  .laptop\:max-w-screen-md{
    max-width: 768px;
  }

  .laptop\:max-w-screen-lg{
    max-width: 992px;
  }

  .laptop\:max-w-screen-xl{
    max-width: 1200px;
  }

  .laptop\:max-w-screen-xs{
    max-width: 322px;
  }

  .laptop\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .laptop\:max-w-received{
    max-width: 592px;
  }

  .laptop\:max-w-about{
    max-width: 618px;
  }

  .laptop\:max-w-commission{
    max-width: 1378px;
  }

  .laptop\:max-w-commission-lg{
    max-width: 1000px;
  }

  .laptop\:max-w-status{
    max-width: 963px;
  }

  .laptop\:max-w-pdf{
    max-width: 515px;
  }

  .laptop\:max-w-detail{
    max-width: 731px;
  }

  .laptop\:max-w-inscription{
    max-width: 825px;
  }

  .laptop\:max-w-info-caption{
    max-width: 587px;
  }

  .laptop\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .laptop\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .laptop\:max-w-info-caption-md{
    max-width: 550px;
  }

  .laptop\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .laptop\:max-w-dashboard{
    max-width: 1054px;
  }

  .laptop\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .laptop\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .laptop\:max-w-dashboard-md{
    max-width: 500px;
  }

  .laptop\:max-w-profile{
    max-width: 960px;
  }

  .laptop\:max-w-debate{
    max-width: 755px;
  }

  .laptop\:max-w-debate-md{
    max-width: 660px;
  }

  .laptop\:max-w-galery{
    max-width: 918px;
  }

  .laptop\:max-w-approach{
    max-width: 916px;
  }

  .laptop\:min-h-0{
    min-height: 0px;
  }

  .laptop\:min-h-full{
    min-height: 100%;
  }

  .laptop\:min-h-screen{
    min-height: 100vh;
  }

  .laptop\:min-w-0{
    min-width: 0px;
  }

  .laptop\:min-w-7{
    min-width: 1.75rem;
  }

  .laptop\:min-w-13{
    min-width: 44px;
  }

  .laptop\:min-w-22{
    min-width: 5.625rem;
  }

  .laptop\:min-w-33{
    min-width: 8.125rem;
  }

  .laptop\:min-w-34{
    min-width: 8.75rem;
  }

  .laptop\:min-w-50{
    min-width: 12.5rem;
  }

  .laptop\:min-w-53{
    min-width: 17rem;
  }

  .laptop\:min-w-56{
    min-width: 14rem;
  }

  .laptop\:min-w-60{
    min-width: 16rem;
  }

  .laptop\:min-w-70{
    min-width: 20rem;
  }

  .laptop\:min-w-full{
    min-width: 100%;
  }

  .laptop\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .laptop\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .laptop\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .laptop\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .laptop\:min-w-info-activities{
    min-width: 372px;
  }

  .laptop\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .laptop\:min-w-activities{
    min-width: 430px;
  }

  .laptop\:min-w-activities-lg{
    min-width: 300px;
  }

  .laptop\:min-w-session{
    min-width: 545px;
  }

  .laptop\:min-w-session-lg{
    min-width: 410px;
  }

  .laptop\:min-w-session-xl{
    min-width: 460px;
  }

  .laptop\:min-w-login{
    min-width: 826px;
  }

  .laptop\:min-w-login-xl{
    min-width: 680px;
  }

  .laptop\:min-w-login-lg{
    min-width: 450px;
  }

  .laptop\:min-w-control-dashboard{
    min-width: 298px;
  }

  .laptop\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .laptop\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .laptop\:min-w-objective{
    min-width: 1163px;
  }

  .laptop\:min-w-objective-xl{
    min-width: 1040px;
  }

  .laptop\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .laptop\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .laptop\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .laptop\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .laptop\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .laptop\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .laptop\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .laptop\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .laptop\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .laptop\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .laptop\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .laptop\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .laptop\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .laptop\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .laptop\:opacity-0{
    opacity: 0;
  }

  .laptop\:opacity-5{
    opacity: 0.05;
  }

  .laptop\:opacity-10{
    opacity: 0.1;
  }

  .laptop\:opacity-11{
    opacity: .86;
  }

  .laptop\:opacity-20{
    opacity: 0.2;
  }

  .laptop\:opacity-25{
    opacity: 0.25;
  }

  .laptop\:opacity-30{
    opacity: 0.3;
  }

  .laptop\:opacity-40{
    opacity: 0.4;
  }

  .laptop\:opacity-45{
    opacity: .45;
  }

  .laptop\:opacity-50{
    opacity: 0.5;
  }

  .laptop\:opacity-58{
    opacity: .58;
  }

  .laptop\:opacity-60{
    opacity: 0.6;
  }

  .laptop\:opacity-70{
    opacity: 0.7;
  }

  .laptop\:opacity-74{
    opacity: .74;
  }

  .laptop\:opacity-75{
    opacity: 0.75;
  }

  .laptop\:opacity-80{
    opacity: 0.8;
  }

  .laptop\:opacity-90{
    opacity: 0.9;
  }

  .laptop\:opacity-95{
    opacity: 0.95;
  }

  .laptop\:opacity-100{
    opacity: 1;
  }

  .group:hover .laptop\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .laptop\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .laptop\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .laptop\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .laptop\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .laptop\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:opacity-100{
    opacity: 1;
  }

  .laptop\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .laptop\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .laptop\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .laptop\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .laptop\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .laptop\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .laptop\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .laptop\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .laptop\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .laptop\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .laptop\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .laptop\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .laptop\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .laptop\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .laptop\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .laptop\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .laptop\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .laptop\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .laptop\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .laptop\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .laptop\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .laptop\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .laptop\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .laptop\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .laptop\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .laptop\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .laptop\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .laptop\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .laptop\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .laptop\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .laptop\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .laptop\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .laptop\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .laptop\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .laptop\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .laptop\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .laptop\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .laptop\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .laptop\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .laptop\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .laptop\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .laptop\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .laptop\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .laptop\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .laptop\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .laptop\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .laptop\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .laptop\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .laptop\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .laptop\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .laptop\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .laptop\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .laptop\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .laptop\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .laptop\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .laptop\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .laptop\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .laptop\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .laptop\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .laptop\:overflow-auto{
    overflow: auto;
  }

  .laptop\:overflow-hidden{
    overflow: hidden;
  }

  .laptop\:overflow-visible{
    overflow: visible;
  }

  .laptop\:overflow-scroll{
    overflow: scroll;
  }

  .laptop\:overflow-x-auto{
    overflow-x: auto;
  }

  .laptop\:overflow-y-auto{
    overflow-y: auto;
  }

  .laptop\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .laptop\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .laptop\:overflow-x-visible{
    overflow-x: visible;
  }

  .laptop\:overflow-y-visible{
    overflow-y: visible;
  }

  .laptop\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .laptop\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .laptop\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .laptop\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .laptop\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .laptop\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .laptop\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .laptop\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .laptop\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .laptop\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .laptop\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .laptop\:p-0{
    padding: 0px;
  }

  .laptop\:p-1{
    padding: 0.25rem;
  }

  .laptop\:p-2{
    padding: 0.5rem;
  }

  .laptop\:p-3{
    padding: 0.75rem;
  }

  .laptop\:p-4{
    padding: 1rem;
  }

  .laptop\:p-5{
    padding: 1.25rem;
  }

  .laptop\:p-6{
    padding: 1.5rem;
  }

  .laptop\:p-7{
    padding: 1.75rem;
  }

  .laptop\:p-8{
    padding: 2rem;
  }

  .laptop\:p-9{
    padding: 2.25rem;
  }

  .laptop\:p-10{
    padding: 2.5rem;
  }

  .laptop\:p-11{
    padding: 2.75rem;
  }

  .laptop\:p-12{
    padding: 3rem;
  }

  .laptop\:p-13{
    padding: 3.375rem;
  }

  .laptop\:p-14{
    padding: 3.5rem;
  }

  .laptop\:p-15{
    padding: 3.75rem;
  }

  .laptop\:p-16{
    padding: 4rem;
  }

  .laptop\:p-17{
    padding: 4.375rem;
  }

  .laptop\:p-18{
    padding: 4.5rem;
  }

  .laptop\:p-19{
    padding: 4.75rem;
  }

  .laptop\:p-20{
    padding: 5rem;
  }

  .laptop\:p-21{
    padding: 5.5rem;
  }

  .laptop\:p-22{
    padding: 5.625rem;
  }

  .laptop\:p-23{
    padding: 6.125rem;
  }

  .laptop\:p-24{
    padding: 6rem;
  }

  .laptop\:p-25{
    padding: 6.5rem;
  }

  .laptop\:p-26{
    padding: 6.75rem;
  }

  .laptop\:p-27{
    padding: 6.25rem;
  }

  .laptop\:p-28{
    padding: 7rem;
  }

  .laptop\:p-29{
    padding: 7.5rem;
  }

  .laptop\:p-32{
    padding: 8rem;
  }

  .laptop\:p-34{
    padding: 8.5rem;
  }

  .laptop\:p-35{
    padding: 8.75rem;
  }

  .laptop\:p-36{
    padding: 9rem;
  }

  .laptop\:p-37{
    padding: 9.125rem;
  }

  .laptop\:p-38{
    padding: 9.5rem;
  }

  .laptop\:p-40{
    padding: 10rem;
  }

  .laptop\:p-41{
    padding: 10.5rem;
  }

  .laptop\:p-42{
    padding: 10.625rem;
  }

  .laptop\:p-44{
    padding: 11rem;
  }

  .laptop\:p-45{
    padding: 11.25rem;
  }

  .laptop\:p-48{
    padding: 12rem;
  }

  .laptop\:p-49{
    padding: 12.5rem;
  }

  .laptop\:p-52{
    padding: 13rem;
  }

  .laptop\:p-56{
    padding: 14rem;
  }

  .laptop\:p-57{
    padding: 14.375rem;
  }

  .laptop\:p-60{
    padding: 15rem;
  }

  .laptop\:p-64{
    padding: 16rem;
  }

  .laptop\:p-72{
    padding: 18rem;
  }

  .laptop\:p-80{
    padding: 20rem;
  }

  .laptop\:p-82{
    padding: 22rem;
  }

  .laptop\:p-83{
    padding: 23.8125rem;
  }

  .laptop\:p-96{
    padding: 24rem;
  }

  .laptop\:p-px{
    padding: 1px;
  }

  .laptop\:p-0\.5{
    padding: 0.125rem;
  }

  .laptop\:p-1\.5{
    padding: 0.375rem;
  }

  .laptop\:p-2\.5{
    padding: 0.625rem;
  }

  .laptop\:p-3\.5{
    padding: 0.875rem;
  }

  .laptop\:p-4\.5{
    padding: 1.125rem;
  }

  .laptop\:p-5\.5{
    padding: 1.375rem;
  }

  .laptop\:p-6\.5{
    padding: 1.625rem;
  }

  .laptop\:p-7\.5{
    padding: 1.875rem;
  }

  .laptop\:p-8\.5{
    padding: 2.125rem;
  }

  .laptop\:p-9\.5{
    padding: 2.375rem;
  }

  .laptop\:p-10\.5{
    padding: 2.625rem;
  }

  .laptop\:p-11\.5{
    padding: 2.875rem;
  }

  .laptop\:p-12\.5{
    padding: 3.125rem;
  }

  .laptop\:p-13\.5{
    padding: 3.25rem;
  }

  .laptop\:p-15\.5{
    padding: 3.8rem;
  }

  .laptop\:p-16\.5{
    padding: 4.125rem;
  }

  .laptop\:p-17\.5{
    padding: 4.25rem;
  }

  .laptop\:p-18\.5{
    padding: 4.625rem;
  }

  .laptop\:p-20\.5{
    padding: 5.25rem;
  }

  .laptop\:p-21\.5{
    padding: 5.75rem;
  }

  .laptop\:p-22\.5{
    padding: 5.875rem;
  }

  .laptop\:p-24\.5{
    padding: 6.8125rem;
  }

  .laptop\:p-28\.5{
    padding: 7.375rem;
  }

  .laptop\:p-29\.5{
    padding: 7.75rem;
  }

  .laptop\:p-32\.5{
    padding: 8.125rem;
  }

  .laptop\:p-33\.5{
    padding: 8.8125rem;
  }

  .laptop\:p-42\.5{
    padding: 10.875rem;
  }

  .laptop\:p-49\.5{
    padding: 12.75rem;
  }

  .laptop\:p-72\.5{
    padding: 18.25rem;
  }

  .laptop\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .laptop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .laptop\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .laptop\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .laptop\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .laptop\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .laptop\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .laptop\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .laptop\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .laptop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .laptop\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .laptop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .laptop\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .laptop\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .laptop\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .laptop\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .laptop\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laptop\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .laptop\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .laptop\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .laptop\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .laptop\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .laptop\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .laptop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .laptop\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .laptop\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .laptop\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .laptop\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .laptop\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .laptop\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .laptop\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .laptop\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .laptop\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .laptop\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .laptop\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .laptop\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .laptop\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .laptop\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .laptop\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .laptop\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .laptop\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .laptop\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .laptop\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .laptop\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .laptop\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .laptop\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .laptop\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .laptop\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .laptop\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .laptop\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .laptop\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .laptop\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .laptop\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .laptop\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .laptop\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .laptop\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .laptop\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .laptop\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .laptop\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .laptop\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .laptop\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .laptop\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .laptop\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .laptop\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .laptop\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .laptop\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .laptop\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .laptop\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .laptop\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .laptop\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .laptop\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .laptop\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .laptop\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .laptop\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .laptop\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .laptop\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .laptop\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .laptop\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .laptop\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .laptop\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .laptop\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .laptop\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .laptop\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .laptop\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .laptop\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .laptop\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .laptop\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .laptop\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .laptop\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .laptop\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .laptop\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .laptop\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .laptop\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .laptop\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .laptop\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .laptop\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .laptop\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .laptop\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .laptop\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .laptop\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .laptop\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .laptop\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .laptop\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .laptop\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .laptop\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .laptop\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .laptop\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .laptop\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .laptop\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .laptop\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .laptop\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .laptop\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .laptop\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .laptop\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .laptop\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .laptop\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .laptop\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .laptop\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .laptop\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .laptop\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .laptop\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .laptop\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .laptop\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .laptop\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .laptop\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .laptop\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .laptop\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .laptop\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .laptop\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .laptop\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .laptop\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .laptop\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .laptop\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .laptop\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .laptop\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .laptop\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .laptop\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .laptop\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .laptop\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .laptop\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .laptop\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .laptop\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .laptop\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .laptop\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .laptop\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .laptop\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .laptop\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .laptop\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .laptop\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .laptop\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .laptop\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .laptop\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .laptop\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .laptop\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .laptop\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .laptop\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .laptop\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .laptop\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .laptop\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .laptop\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .laptop\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .laptop\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .laptop\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .laptop\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .laptop\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .laptop\:pt-0{
    padding-top: 0px;
  }

  .laptop\:pr-0{
    padding-right: 0px;
  }

  .laptop\:pb-0{
    padding-bottom: 0px;
  }

  .laptop\:pl-0{
    padding-left: 0px;
  }

  .laptop\:pt-1{
    padding-top: 0.25rem;
  }

  .laptop\:pr-1{
    padding-right: 0.25rem;
  }

  .laptop\:pb-1{
    padding-bottom: 0.25rem;
  }

  .laptop\:pl-1{
    padding-left: 0.25rem;
  }

  .laptop\:pt-2{
    padding-top: 0.5rem;
  }

  .laptop\:pr-2{
    padding-right: 0.5rem;
  }

  .laptop\:pb-2{
    padding-bottom: 0.5rem;
  }

  .laptop\:pl-2{
    padding-left: 0.5rem;
  }

  .laptop\:pt-3{
    padding-top: 0.75rem;
  }

  .laptop\:pr-3{
    padding-right: 0.75rem;
  }

  .laptop\:pb-3{
    padding-bottom: 0.75rem;
  }

  .laptop\:pl-3{
    padding-left: 0.75rem;
  }

  .laptop\:pt-4{
    padding-top: 1rem;
  }

  .laptop\:pr-4{
    padding-right: 1rem;
  }

  .laptop\:pb-4{
    padding-bottom: 1rem;
  }

  .laptop\:pl-4{
    padding-left: 1rem;
  }

  .laptop\:pt-5{
    padding-top: 1.25rem;
  }

  .laptop\:pr-5{
    padding-right: 1.25rem;
  }

  .laptop\:pb-5{
    padding-bottom: 1.25rem;
  }

  .laptop\:pl-5{
    padding-left: 1.25rem;
  }

  .laptop\:pt-6{
    padding-top: 1.5rem;
  }

  .laptop\:pr-6{
    padding-right: 1.5rem;
  }

  .laptop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .laptop\:pl-6{
    padding-left: 1.5rem;
  }

  .laptop\:pt-7{
    padding-top: 1.75rem;
  }

  .laptop\:pr-7{
    padding-right: 1.75rem;
  }

  .laptop\:pb-7{
    padding-bottom: 1.75rem;
  }

  .laptop\:pl-7{
    padding-left: 1.75rem;
  }

  .laptop\:pt-8{
    padding-top: 2rem;
  }

  .laptop\:pr-8{
    padding-right: 2rem;
  }

  .laptop\:pb-8{
    padding-bottom: 2rem;
  }

  .laptop\:pl-8{
    padding-left: 2rem;
  }

  .laptop\:pt-9{
    padding-top: 2.25rem;
  }

  .laptop\:pr-9{
    padding-right: 2.25rem;
  }

  .laptop\:pb-9{
    padding-bottom: 2.25rem;
  }

  .laptop\:pl-9{
    padding-left: 2.25rem;
  }

  .laptop\:pt-10{
    padding-top: 2.5rem;
  }

  .laptop\:pr-10{
    padding-right: 2.5rem;
  }

  .laptop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .laptop\:pl-10{
    padding-left: 2.5rem;
  }

  .laptop\:pt-11{
    padding-top: 2.75rem;
  }

  .laptop\:pr-11{
    padding-right: 2.75rem;
  }

  .laptop\:pb-11{
    padding-bottom: 2.75rem;
  }

  .laptop\:pl-11{
    padding-left: 2.75rem;
  }

  .laptop\:pt-12{
    padding-top: 3rem;
  }

  .laptop\:pr-12{
    padding-right: 3rem;
  }

  .laptop\:pb-12{
    padding-bottom: 3rem;
  }

  .laptop\:pl-12{
    padding-left: 3rem;
  }

  .laptop\:pt-13{
    padding-top: 3.375rem;
  }

  .laptop\:pr-13{
    padding-right: 3.375rem;
  }

  .laptop\:pb-13{
    padding-bottom: 3.375rem;
  }

  .laptop\:pl-13{
    padding-left: 3.375rem;
  }

  .laptop\:pt-14{
    padding-top: 3.5rem;
  }

  .laptop\:pr-14{
    padding-right: 3.5rem;
  }

  .laptop\:pb-14{
    padding-bottom: 3.5rem;
  }

  .laptop\:pl-14{
    padding-left: 3.5rem;
  }

  .laptop\:pt-15{
    padding-top: 3.75rem;
  }

  .laptop\:pr-15{
    padding-right: 3.75rem;
  }

  .laptop\:pb-15{
    padding-bottom: 3.75rem;
  }

  .laptop\:pl-15{
    padding-left: 3.75rem;
  }

  .laptop\:pt-16{
    padding-top: 4rem;
  }

  .laptop\:pr-16{
    padding-right: 4rem;
  }

  .laptop\:pb-16{
    padding-bottom: 4rem;
  }

  .laptop\:pl-16{
    padding-left: 4rem;
  }

  .laptop\:pt-17{
    padding-top: 4.375rem;
  }

  .laptop\:pr-17{
    padding-right: 4.375rem;
  }

  .laptop\:pb-17{
    padding-bottom: 4.375rem;
  }

  .laptop\:pl-17{
    padding-left: 4.375rem;
  }

  .laptop\:pt-18{
    padding-top: 4.5rem;
  }

  .laptop\:pr-18{
    padding-right: 4.5rem;
  }

  .laptop\:pb-18{
    padding-bottom: 4.5rem;
  }

  .laptop\:pl-18{
    padding-left: 4.5rem;
  }

  .laptop\:pt-19{
    padding-top: 4.75rem;
  }

  .laptop\:pr-19{
    padding-right: 4.75rem;
  }

  .laptop\:pb-19{
    padding-bottom: 4.75rem;
  }

  .laptop\:pl-19{
    padding-left: 4.75rem;
  }

  .laptop\:pt-20{
    padding-top: 5rem;
  }

  .laptop\:pr-20{
    padding-right: 5rem;
  }

  .laptop\:pb-20{
    padding-bottom: 5rem;
  }

  .laptop\:pl-20{
    padding-left: 5rem;
  }

  .laptop\:pt-21{
    padding-top: 5.5rem;
  }

  .laptop\:pr-21{
    padding-right: 5.5rem;
  }

  .laptop\:pb-21{
    padding-bottom: 5.5rem;
  }

  .laptop\:pl-21{
    padding-left: 5.5rem;
  }

  .laptop\:pt-22{
    padding-top: 5.625rem;
  }

  .laptop\:pr-22{
    padding-right: 5.625rem;
  }

  .laptop\:pb-22{
    padding-bottom: 5.625rem;
  }

  .laptop\:pl-22{
    padding-left: 5.625rem;
  }

  .laptop\:pt-23{
    padding-top: 6.125rem;
  }

  .laptop\:pr-23{
    padding-right: 6.125rem;
  }

  .laptop\:pb-23{
    padding-bottom: 6.125rem;
  }

  .laptop\:pl-23{
    padding-left: 6.125rem;
  }

  .laptop\:pt-24{
    padding-top: 6rem;
  }

  .laptop\:pr-24{
    padding-right: 6rem;
  }

  .laptop\:pb-24{
    padding-bottom: 6rem;
  }

  .laptop\:pl-24{
    padding-left: 6rem;
  }

  .laptop\:pt-25{
    padding-top: 6.5rem;
  }

  .laptop\:pr-25{
    padding-right: 6.5rem;
  }

  .laptop\:pb-25{
    padding-bottom: 6.5rem;
  }

  .laptop\:pl-25{
    padding-left: 6.5rem;
  }

  .laptop\:pt-26{
    padding-top: 6.75rem;
  }

  .laptop\:pr-26{
    padding-right: 6.75rem;
  }

  .laptop\:pb-26{
    padding-bottom: 6.75rem;
  }

  .laptop\:pl-26{
    padding-left: 6.75rem;
  }

  .laptop\:pt-27{
    padding-top: 6.25rem;
  }

  .laptop\:pr-27{
    padding-right: 6.25rem;
  }

  .laptop\:pb-27{
    padding-bottom: 6.25rem;
  }

  .laptop\:pl-27{
    padding-left: 6.25rem;
  }

  .laptop\:pt-28{
    padding-top: 7rem;
  }

  .laptop\:pr-28{
    padding-right: 7rem;
  }

  .laptop\:pb-28{
    padding-bottom: 7rem;
  }

  .laptop\:pl-28{
    padding-left: 7rem;
  }

  .laptop\:pt-29{
    padding-top: 7.5rem;
  }

  .laptop\:pr-29{
    padding-right: 7.5rem;
  }

  .laptop\:pb-29{
    padding-bottom: 7.5rem;
  }

  .laptop\:pl-29{
    padding-left: 7.5rem;
  }

  .laptop\:pt-32{
    padding-top: 8rem;
  }

  .laptop\:pr-32{
    padding-right: 8rem;
  }

  .laptop\:pb-32{
    padding-bottom: 8rem;
  }

  .laptop\:pl-32{
    padding-left: 8rem;
  }

  .laptop\:pt-34{
    padding-top: 8.5rem;
  }

  .laptop\:pr-34{
    padding-right: 8.5rem;
  }

  .laptop\:pb-34{
    padding-bottom: 8.5rem;
  }

  .laptop\:pl-34{
    padding-left: 8.5rem;
  }

  .laptop\:pt-35{
    padding-top: 8.75rem;
  }

  .laptop\:pr-35{
    padding-right: 8.75rem;
  }

  .laptop\:pb-35{
    padding-bottom: 8.75rem;
  }

  .laptop\:pl-35{
    padding-left: 8.75rem;
  }

  .laptop\:pt-36{
    padding-top: 9rem;
  }

  .laptop\:pr-36{
    padding-right: 9rem;
  }

  .laptop\:pb-36{
    padding-bottom: 9rem;
  }

  .laptop\:pl-36{
    padding-left: 9rem;
  }

  .laptop\:pt-37{
    padding-top: 9.125rem;
  }

  .laptop\:pr-37{
    padding-right: 9.125rem;
  }

  .laptop\:pb-37{
    padding-bottom: 9.125rem;
  }

  .laptop\:pl-37{
    padding-left: 9.125rem;
  }

  .laptop\:pt-38{
    padding-top: 9.5rem;
  }

  .laptop\:pr-38{
    padding-right: 9.5rem;
  }

  .laptop\:pb-38{
    padding-bottom: 9.5rem;
  }

  .laptop\:pl-38{
    padding-left: 9.5rem;
  }

  .laptop\:pt-40{
    padding-top: 10rem;
  }

  .laptop\:pr-40{
    padding-right: 10rem;
  }

  .laptop\:pb-40{
    padding-bottom: 10rem;
  }

  .laptop\:pl-40{
    padding-left: 10rem;
  }

  .laptop\:pt-41{
    padding-top: 10.5rem;
  }

  .laptop\:pr-41{
    padding-right: 10.5rem;
  }

  .laptop\:pb-41{
    padding-bottom: 10.5rem;
  }

  .laptop\:pl-41{
    padding-left: 10.5rem;
  }

  .laptop\:pt-42{
    padding-top: 10.625rem;
  }

  .laptop\:pr-42{
    padding-right: 10.625rem;
  }

  .laptop\:pb-42{
    padding-bottom: 10.625rem;
  }

  .laptop\:pl-42{
    padding-left: 10.625rem;
  }

  .laptop\:pt-44{
    padding-top: 11rem;
  }

  .laptop\:pr-44{
    padding-right: 11rem;
  }

  .laptop\:pb-44{
    padding-bottom: 11rem;
  }

  .laptop\:pl-44{
    padding-left: 11rem;
  }

  .laptop\:pt-45{
    padding-top: 11.25rem;
  }

  .laptop\:pr-45{
    padding-right: 11.25rem;
  }

  .laptop\:pb-45{
    padding-bottom: 11.25rem;
  }

  .laptop\:pl-45{
    padding-left: 11.25rem;
  }

  .laptop\:pt-48{
    padding-top: 12rem;
  }

  .laptop\:pr-48{
    padding-right: 12rem;
  }

  .laptop\:pb-48{
    padding-bottom: 12rem;
  }

  .laptop\:pl-48{
    padding-left: 12rem;
  }

  .laptop\:pt-49{
    padding-top: 12.5rem;
  }

  .laptop\:pr-49{
    padding-right: 12.5rem;
  }

  .laptop\:pb-49{
    padding-bottom: 12.5rem;
  }

  .laptop\:pl-49{
    padding-left: 12.5rem;
  }

  .laptop\:pt-52{
    padding-top: 13rem;
  }

  .laptop\:pr-52{
    padding-right: 13rem;
  }

  .laptop\:pb-52{
    padding-bottom: 13rem;
  }

  .laptop\:pl-52{
    padding-left: 13rem;
  }

  .laptop\:pt-56{
    padding-top: 14rem;
  }

  .laptop\:pr-56{
    padding-right: 14rem;
  }

  .laptop\:pb-56{
    padding-bottom: 14rem;
  }

  .laptop\:pl-56{
    padding-left: 14rem;
  }

  .laptop\:pt-57{
    padding-top: 14.375rem;
  }

  .laptop\:pr-57{
    padding-right: 14.375rem;
  }

  .laptop\:pb-57{
    padding-bottom: 14.375rem;
  }

  .laptop\:pl-57{
    padding-left: 14.375rem;
  }

  .laptop\:pt-60{
    padding-top: 15rem;
  }

  .laptop\:pr-60{
    padding-right: 15rem;
  }

  .laptop\:pb-60{
    padding-bottom: 15rem;
  }

  .laptop\:pl-60{
    padding-left: 15rem;
  }

  .laptop\:pt-64{
    padding-top: 16rem;
  }

  .laptop\:pr-64{
    padding-right: 16rem;
  }

  .laptop\:pb-64{
    padding-bottom: 16rem;
  }

  .laptop\:pl-64{
    padding-left: 16rem;
  }

  .laptop\:pt-72{
    padding-top: 18rem;
  }

  .laptop\:pr-72{
    padding-right: 18rem;
  }

  .laptop\:pb-72{
    padding-bottom: 18rem;
  }

  .laptop\:pl-72{
    padding-left: 18rem;
  }

  .laptop\:pt-80{
    padding-top: 20rem;
  }

  .laptop\:pr-80{
    padding-right: 20rem;
  }

  .laptop\:pb-80{
    padding-bottom: 20rem;
  }

  .laptop\:pl-80{
    padding-left: 20rem;
  }

  .laptop\:pt-82{
    padding-top: 22rem;
  }

  .laptop\:pr-82{
    padding-right: 22rem;
  }

  .laptop\:pb-82{
    padding-bottom: 22rem;
  }

  .laptop\:pl-82{
    padding-left: 22rem;
  }

  .laptop\:pt-83{
    padding-top: 23.8125rem;
  }

  .laptop\:pr-83{
    padding-right: 23.8125rem;
  }

  .laptop\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .laptop\:pl-83{
    padding-left: 23.8125rem;
  }

  .laptop\:pt-96{
    padding-top: 24rem;
  }

  .laptop\:pr-96{
    padding-right: 24rem;
  }

  .laptop\:pb-96{
    padding-bottom: 24rem;
  }

  .laptop\:pl-96{
    padding-left: 24rem;
  }

  .laptop\:pt-px{
    padding-top: 1px;
  }

  .laptop\:pr-px{
    padding-right: 1px;
  }

  .laptop\:pb-px{
    padding-bottom: 1px;
  }

  .laptop\:pl-px{
    padding-left: 1px;
  }

  .laptop\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .laptop\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .laptop\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .laptop\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .laptop\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .laptop\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .laptop\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .laptop\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .laptop\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .laptop\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .laptop\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .laptop\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .laptop\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .laptop\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .laptop\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .laptop\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .laptop\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .laptop\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .laptop\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .laptop\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .laptop\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .laptop\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .laptop\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .laptop\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .laptop\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .laptop\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .laptop\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .laptop\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .laptop\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .laptop\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .laptop\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .laptop\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .laptop\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .laptop\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .laptop\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .laptop\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .laptop\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .laptop\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .laptop\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .laptop\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .laptop\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .laptop\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .laptop\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .laptop\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .laptop\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .laptop\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .laptop\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .laptop\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .laptop\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .laptop\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .laptop\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .laptop\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .laptop\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .laptop\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .laptop\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .laptop\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .laptop\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .laptop\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .laptop\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .laptop\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .laptop\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .laptop\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .laptop\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .laptop\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .laptop\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .laptop\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .laptop\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .laptop\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .laptop\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .laptop\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .laptop\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .laptop\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .laptop\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .laptop\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .laptop\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .laptop\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .laptop\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .laptop\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .laptop\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .laptop\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .laptop\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .laptop\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .laptop\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .laptop\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .laptop\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .laptop\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .laptop\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .laptop\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .laptop\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .laptop\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .laptop\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .laptop\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .laptop\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .laptop\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .laptop\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .laptop\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .laptop\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .laptop\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .laptop\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .laptop\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .laptop\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .laptop\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .laptop\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .laptop\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .laptop\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .laptop\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .laptop\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .laptop\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .laptop\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .laptop\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .laptop\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .laptop\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .laptop\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .laptop\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .laptop\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .laptop\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .laptop\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .laptop\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .laptop\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .laptop\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .laptop\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .laptop\:placeholder-current::placeholder{
    color: currentColor;
  }

  .laptop\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .laptop\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .laptop\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .laptop\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .laptop\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .laptop\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .laptop\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .laptop\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .laptop\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .laptop\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .laptop\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .laptop\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .laptop\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .laptop\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .laptop\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .laptop\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .laptop\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .laptop\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .laptop\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .laptop\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .laptop\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .laptop\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .laptop\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .laptop\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .laptop\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .laptop\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .laptop\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .laptop\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .laptop\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .laptop\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .laptop\:pointer-events-none{
    pointer-events: none;
  }

  .laptop\:pointer-events-auto{
    pointer-events: auto;
  }

  .laptop\:static{
    position: static;
  }

  .laptop\:fixed{
    position: fixed;
  }

  .laptop\:absolute{
    position: absolute;
  }

  .laptop\:relative{
    position: relative;
  }

  .laptop\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .laptop\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .laptop\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .laptop\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .laptop\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .laptop\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .laptop\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .laptop\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .laptop\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .laptop\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .laptop\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .laptop\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .laptop\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .laptop\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .laptop\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .laptop\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .laptop\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .laptop\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .laptop\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .laptop\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .laptop\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .laptop\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .laptop\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .laptop\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .laptop\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .laptop\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .laptop\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .laptop\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .laptop\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .laptop\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .laptop\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .laptop\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .laptop\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .laptop\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .laptop\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .laptop\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .laptop\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .laptop\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .laptop\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .laptop\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .laptop\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .laptop\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .laptop\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .laptop\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .laptop\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .laptop\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .laptop\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .laptop\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .laptop\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .laptop\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .laptop\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .laptop\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .laptop\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .laptop\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .laptop\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .laptop\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .laptop\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .laptop\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .laptop\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .laptop\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .laptop\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .laptop\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .laptop\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .laptop\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .laptop\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .laptop\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .laptop\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .laptop\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .laptop\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .laptop\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .laptop\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .laptop\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .laptop\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .laptop\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .laptop\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .laptop\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .laptop\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .laptop\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .laptop\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .laptop\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .laptop\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .laptop\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .laptop\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .laptop\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .laptop\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .laptop\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .laptop\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .laptop\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .laptop\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .laptop\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .laptop\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .laptop\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .laptop\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .laptop\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .laptop\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .laptop\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .laptop\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .laptop\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .laptop\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .laptop\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .laptop\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .laptop\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .laptop\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .laptop\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .laptop\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .laptop\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .laptop\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .laptop\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .laptop\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .laptop\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .laptop\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .laptop\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .laptop\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .laptop\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .laptop\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .laptop\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .laptop\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .laptop\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .laptop\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .laptop\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .laptop\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .laptop\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .laptop\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .laptop\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .laptop\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .laptop\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .laptop\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .laptop\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .laptop\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .laptop\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .laptop\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .laptop\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .laptop\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .laptop\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .laptop\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .laptop\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .laptop\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .laptop\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .laptop\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .laptop\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .laptop\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .laptop\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .laptop\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .laptop\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .laptop\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .laptop\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .laptop\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .laptop\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .laptop\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .laptop\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .laptop\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .laptop\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .laptop\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .laptop\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .laptop\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .laptop\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .laptop\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .laptop\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .laptop\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .laptop\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .laptop\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .laptop\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .laptop\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .laptop\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .laptop\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .laptop\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .laptop\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .laptop\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .laptop\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .laptop\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .laptop\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .laptop\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .laptop\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .laptop\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .laptop\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .laptop\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .laptop\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .laptop\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .laptop\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .laptop\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .laptop\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .laptop\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .laptop\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .laptop\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .laptop\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .laptop\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .laptop\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .laptop\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .laptop\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .laptop\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .laptop\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .laptop\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .laptop\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .laptop\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .laptop\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .laptop\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .laptop\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .laptop\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .laptop\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .laptop\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .laptop\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .laptop\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .laptop\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .laptop\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .laptop\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .laptop\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .laptop\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .laptop\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .laptop\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .laptop\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .laptop\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .laptop\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .laptop\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .laptop\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .laptop\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .laptop\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .laptop\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .laptop\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .laptop\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .laptop\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .laptop\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .laptop\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .laptop\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .laptop\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .laptop\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .laptop\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .laptop\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .laptop\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .laptop\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .laptop\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .laptop\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .laptop\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .laptop\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .laptop\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .laptop\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .laptop\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .laptop\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .laptop\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .laptop\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .laptop\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .laptop\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .laptop\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .laptop\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .laptop\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .laptop\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .laptop\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .laptop\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .laptop\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .laptop\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .laptop\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .laptop\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .laptop\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .laptop\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .laptop\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .laptop\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .laptop\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .laptop\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .laptop\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .laptop\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .laptop\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .laptop\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .laptop\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .laptop\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .laptop\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .laptop\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .laptop\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .laptop\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .laptop\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .laptop\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .laptop\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .laptop\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .laptop\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .laptop\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .laptop\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .laptop\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .laptop\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .laptop\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .laptop\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .laptop\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .laptop\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .laptop\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .laptop\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .laptop\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .laptop\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .laptop\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .laptop\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .laptop\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .laptop\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .laptop\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .laptop\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .laptop\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .laptop\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .laptop\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .laptop\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .laptop\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .laptop\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .laptop\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .laptop\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .laptop\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .laptop\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .laptop\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .laptop\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .laptop\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .laptop\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .laptop\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .laptop\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .laptop\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .laptop\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .laptop\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .laptop\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .laptop\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .laptop\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .laptop\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .laptop\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .laptop\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .laptop\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .laptop\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .laptop\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .laptop\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .laptop\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .laptop\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .laptop\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .laptop\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .laptop\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .laptop\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .laptop\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .laptop\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .laptop\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .laptop\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .laptop\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .laptop\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .laptop\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .laptop\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .laptop\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .laptop\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .laptop\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .laptop\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .laptop\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .laptop\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .laptop\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .laptop\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .laptop\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .laptop\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .laptop\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .laptop\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .laptop\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .laptop\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .laptop\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .laptop\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .laptop\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .laptop\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .laptop\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .laptop\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .laptop\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .laptop\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .laptop\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .laptop\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .laptop\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .laptop\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .laptop\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .laptop\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .laptop\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .laptop\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .laptop\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .laptop\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .laptop\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .laptop\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .laptop\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .laptop\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .laptop\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .laptop\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .laptop\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .laptop\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .laptop\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .laptop\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .laptop\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .laptop\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .laptop\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .laptop\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .laptop\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .laptop\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .laptop\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .laptop\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .laptop\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .laptop\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .laptop\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .laptop\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .laptop\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .laptop\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .laptop\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .laptop\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .laptop\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .laptop\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .laptop\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .laptop\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .laptop\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .laptop\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .laptop\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .laptop\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .laptop\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .laptop\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .laptop\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .laptop\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .laptop\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .laptop\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .laptop\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .laptop\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .laptop\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .laptop\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .laptop\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .laptop\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .laptop\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .laptop\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .laptop\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .laptop\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .laptop\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .laptop\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .laptop\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .laptop\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .laptop\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .laptop\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .laptop\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .laptop\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .laptop\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .laptop\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .laptop\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .laptop\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .laptop\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .laptop\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .laptop\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .laptop\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .laptop\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .laptop\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .laptop\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .laptop\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .laptop\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .laptop\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .laptop\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .laptop\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .laptop\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .laptop\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .laptop\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .laptop\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .laptop\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .laptop\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .laptop\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .laptop\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .laptop\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .laptop\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .laptop\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .laptop\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .laptop\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .laptop\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .laptop\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .laptop\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .laptop\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .laptop\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .laptop\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .laptop\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .laptop\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .laptop\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .laptop\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .laptop\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .laptop\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .laptop\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .laptop\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .laptop\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .laptop\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .laptop\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .laptop\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .laptop\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .laptop\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .laptop\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .laptop\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .laptop\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .laptop\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .laptop\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .laptop\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .laptop\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .laptop\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .laptop\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .laptop\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .laptop\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .laptop\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .laptop\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .laptop\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .laptop\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .laptop\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .laptop\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .laptop\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .laptop\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .laptop\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .laptop\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .laptop\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .laptop\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .laptop\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .laptop\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .laptop\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .laptop\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .laptop\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .laptop\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .laptop\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .laptop\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .laptop\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .laptop\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .laptop\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .laptop\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .laptop\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .laptop\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .laptop\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .laptop\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .laptop\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .laptop\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .laptop\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .laptop\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .laptop\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .laptop\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .laptop\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .laptop\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .laptop\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .laptop\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .laptop\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .laptop\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .laptop\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .laptop\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .laptop\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .laptop\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .laptop\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .laptop\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .laptop\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .laptop\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .laptop\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .laptop\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .laptop\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .laptop\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .laptop\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .laptop\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .laptop\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .laptop\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .laptop\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .laptop\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .laptop\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .laptop\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .laptop\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .laptop\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .laptop\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .laptop\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .laptop\:top-0{
    top: 0px;
  }

  .laptop\:right-0{
    right: 0px;
  }

  .laptop\:bottom-0{
    bottom: 0px;
  }

  .laptop\:left-0{
    left: 0px;
  }

  .laptop\:top-1{
    top: 0.25rem;
  }

  .laptop\:right-1{
    right: 0.25rem;
  }

  .laptop\:bottom-1{
    bottom: 0.25rem;
  }

  .laptop\:left-1{
    left: 0.25rem;
  }

  .laptop\:top-2{
    top: 0.5rem;
  }

  .laptop\:right-2{
    right: 0.5rem;
  }

  .laptop\:bottom-2{
    bottom: 0.5rem;
  }

  .laptop\:left-2{
    left: 0.5rem;
  }

  .laptop\:top-3{
    top: 0.75rem;
  }

  .laptop\:right-3{
    right: 0.75rem;
  }

  .laptop\:bottom-3{
    bottom: 0.75rem;
  }

  .laptop\:left-3{
    left: 0.75rem;
  }

  .laptop\:top-4{
    top: 1rem;
  }

  .laptop\:right-4{
    right: 1rem;
  }

  .laptop\:bottom-4{
    bottom: 1rem;
  }

  .laptop\:left-4{
    left: 1rem;
  }

  .laptop\:top-5{
    top: 1.25rem;
  }

  .laptop\:right-5{
    right: 1.25rem;
  }

  .laptop\:bottom-5{
    bottom: 1.25rem;
  }

  .laptop\:left-5{
    left: 1.25rem;
  }

  .laptop\:top-6{
    top: 1.5rem;
  }

  .laptop\:right-6{
    right: 1.5rem;
  }

  .laptop\:bottom-6{
    bottom: 1.5rem;
  }

  .laptop\:left-6{
    left: 1.5rem;
  }

  .laptop\:top-7{
    top: 1.75rem;
  }

  .laptop\:right-7{
    right: 1.75rem;
  }

  .laptop\:bottom-7{
    bottom: 1.75rem;
  }

  .laptop\:left-7{
    left: 1.75rem;
  }

  .laptop\:top-8{
    top: 2rem;
  }

  .laptop\:right-8{
    right: 2rem;
  }

  .laptop\:bottom-8{
    bottom: 2rem;
  }

  .laptop\:left-8{
    left: 2rem;
  }

  .laptop\:top-9{
    top: 2.25rem;
  }

  .laptop\:right-9{
    right: 2.25rem;
  }

  .laptop\:bottom-9{
    bottom: 2.25rem;
  }

  .laptop\:left-9{
    left: 2.25rem;
  }

  .laptop\:top-10{
    top: 2.5rem;
  }

  .laptop\:right-10{
    right: 2.5rem;
  }

  .laptop\:bottom-10{
    bottom: 2.5rem;
  }

  .laptop\:left-10{
    left: 2.5rem;
  }

  .laptop\:top-11{
    top: 2.75rem;
  }

  .laptop\:right-11{
    right: 2.75rem;
  }

  .laptop\:bottom-11{
    bottom: 2.75rem;
  }

  .laptop\:left-11{
    left: 2.75rem;
  }

  .laptop\:top-12{
    top: 3rem;
  }

  .laptop\:right-12{
    right: 3rem;
  }

  .laptop\:bottom-12{
    bottom: 3rem;
  }

  .laptop\:left-12{
    left: 3rem;
  }

  .laptop\:top-13{
    top: 3.375rem;
  }

  .laptop\:right-13{
    right: 3.375rem;
  }

  .laptop\:bottom-13{
    bottom: 3.375rem;
  }

  .laptop\:left-13{
    left: 3.375rem;
  }

  .laptop\:top-14{
    top: 3.5rem;
  }

  .laptop\:right-14{
    right: 3.5rem;
  }

  .laptop\:bottom-14{
    bottom: 3.5rem;
  }

  .laptop\:left-14{
    left: 3.5rem;
  }

  .laptop\:top-15{
    top: 3.75rem;
  }

  .laptop\:right-15{
    right: 3.75rem;
  }

  .laptop\:bottom-15{
    bottom: 3.75rem;
  }

  .laptop\:left-15{
    left: 3.75rem;
  }

  .laptop\:top-16{
    top: 4rem;
  }

  .laptop\:right-16{
    right: 4rem;
  }

  .laptop\:bottom-16{
    bottom: 4rem;
  }

  .laptop\:left-16{
    left: 4rem;
  }

  .laptop\:top-17{
    top: 4.375rem;
  }

  .laptop\:right-17{
    right: 4.375rem;
  }

  .laptop\:bottom-17{
    bottom: 4.375rem;
  }

  .laptop\:left-17{
    left: 4.375rem;
  }

  .laptop\:top-18{
    top: 4.5rem;
  }

  .laptop\:right-18{
    right: 4.5rem;
  }

  .laptop\:bottom-18{
    bottom: 4.5rem;
  }

  .laptop\:left-18{
    left: 4.5rem;
  }

  .laptop\:top-19{
    top: 4.75rem;
  }

  .laptop\:right-19{
    right: 4.75rem;
  }

  .laptop\:bottom-19{
    bottom: 4.75rem;
  }

  .laptop\:left-19{
    left: 4.75rem;
  }

  .laptop\:top-20{
    top: 5rem;
  }

  .laptop\:right-20{
    right: 5rem;
  }

  .laptop\:bottom-20{
    bottom: 5rem;
  }

  .laptop\:left-20{
    left: 5rem;
  }

  .laptop\:top-21{
    top: 5.5rem;
  }

  .laptop\:right-21{
    right: 5.5rem;
  }

  .laptop\:bottom-21{
    bottom: 5.5rem;
  }

  .laptop\:left-21{
    left: 5.5rem;
  }

  .laptop\:top-22{
    top: 5.625rem;
  }

  .laptop\:right-22{
    right: 5.625rem;
  }

  .laptop\:bottom-22{
    bottom: 5.625rem;
  }

  .laptop\:left-22{
    left: 5.625rem;
  }

  .laptop\:top-23{
    top: 6.125rem;
  }

  .laptop\:right-23{
    right: 6.125rem;
  }

  .laptop\:bottom-23{
    bottom: 6.125rem;
  }

  .laptop\:left-23{
    left: 6.125rem;
  }

  .laptop\:top-24{
    top: 6rem;
  }

  .laptop\:right-24{
    right: 6rem;
  }

  .laptop\:bottom-24{
    bottom: 6rem;
  }

  .laptop\:left-24{
    left: 6rem;
  }

  .laptop\:top-25{
    top: 6.5rem;
  }

  .laptop\:right-25{
    right: 6.5rem;
  }

  .laptop\:bottom-25{
    bottom: 6.5rem;
  }

  .laptop\:left-25{
    left: 6.5rem;
  }

  .laptop\:top-26{
    top: 6.75rem;
  }

  .laptop\:right-26{
    right: 6.75rem;
  }

  .laptop\:bottom-26{
    bottom: 6.75rem;
  }

  .laptop\:left-26{
    left: 6.75rem;
  }

  .laptop\:top-27{
    top: 6.25rem;
  }

  .laptop\:right-27{
    right: 6.25rem;
  }

  .laptop\:bottom-27{
    bottom: 6.25rem;
  }

  .laptop\:left-27{
    left: 6.25rem;
  }

  .laptop\:top-28{
    top: 7rem;
  }

  .laptop\:right-28{
    right: 7rem;
  }

  .laptop\:bottom-28{
    bottom: 7rem;
  }

  .laptop\:left-28{
    left: 7rem;
  }

  .laptop\:top-29{
    top: 7.5rem;
  }

  .laptop\:right-29{
    right: 7.5rem;
  }

  .laptop\:bottom-29{
    bottom: 7.5rem;
  }

  .laptop\:left-29{
    left: 7.5rem;
  }

  .laptop\:top-32{
    top: 8rem;
  }

  .laptop\:right-32{
    right: 8rem;
  }

  .laptop\:bottom-32{
    bottom: 8rem;
  }

  .laptop\:left-32{
    left: 8rem;
  }

  .laptop\:top-34{
    top: 8.5rem;
  }

  .laptop\:right-34{
    right: 8.5rem;
  }

  .laptop\:bottom-34{
    bottom: 8.5rem;
  }

  .laptop\:left-34{
    left: 8.5rem;
  }

  .laptop\:top-35{
    top: 8.75rem;
  }

  .laptop\:right-35{
    right: 8.75rem;
  }

  .laptop\:bottom-35{
    bottom: 8.75rem;
  }

  .laptop\:left-35{
    left: 8.75rem;
  }

  .laptop\:top-36{
    top: 9rem;
  }

  .laptop\:right-36{
    right: 9rem;
  }

  .laptop\:bottom-36{
    bottom: 9rem;
  }

  .laptop\:left-36{
    left: 9rem;
  }

  .laptop\:top-37{
    top: 9.125rem;
  }

  .laptop\:right-37{
    right: 9.125rem;
  }

  .laptop\:bottom-37{
    bottom: 9.125rem;
  }

  .laptop\:left-37{
    left: 9.125rem;
  }

  .laptop\:top-38{
    top: 9.5rem;
  }

  .laptop\:right-38{
    right: 9.5rem;
  }

  .laptop\:bottom-38{
    bottom: 9.5rem;
  }

  .laptop\:left-38{
    left: 9.5rem;
  }

  .laptop\:top-40{
    top: 10rem;
  }

  .laptop\:right-40{
    right: 10rem;
  }

  .laptop\:bottom-40{
    bottom: 10rem;
  }

  .laptop\:left-40{
    left: 10rem;
  }

  .laptop\:top-41{
    top: 10.5rem;
  }

  .laptop\:right-41{
    right: 10.5rem;
  }

  .laptop\:bottom-41{
    bottom: 10.5rem;
  }

  .laptop\:left-41{
    left: 10.5rem;
  }

  .laptop\:top-42{
    top: 10.625rem;
  }

  .laptop\:right-42{
    right: 10.625rem;
  }

  .laptop\:bottom-42{
    bottom: 10.625rem;
  }

  .laptop\:left-42{
    left: 10.625rem;
  }

  .laptop\:top-44{
    top: 11rem;
  }

  .laptop\:right-44{
    right: 11rem;
  }

  .laptop\:bottom-44{
    bottom: 11rem;
  }

  .laptop\:left-44{
    left: 11rem;
  }

  .laptop\:top-45{
    top: 11.25rem;
  }

  .laptop\:right-45{
    right: 11.25rem;
  }

  .laptop\:bottom-45{
    bottom: 11.25rem;
  }

  .laptop\:left-45{
    left: 11.25rem;
  }

  .laptop\:top-48{
    top: 12rem;
  }

  .laptop\:right-48{
    right: 12rem;
  }

  .laptop\:bottom-48{
    bottom: 12rem;
  }

  .laptop\:left-48{
    left: 12rem;
  }

  .laptop\:top-49{
    top: 12.5rem;
  }

  .laptop\:right-49{
    right: 12.5rem;
  }

  .laptop\:bottom-49{
    bottom: 12.5rem;
  }

  .laptop\:left-49{
    left: 12.5rem;
  }

  .laptop\:top-52{
    top: 13rem;
  }

  .laptop\:right-52{
    right: 13rem;
  }

  .laptop\:bottom-52{
    bottom: 13rem;
  }

  .laptop\:left-52{
    left: 13rem;
  }

  .laptop\:top-56{
    top: 14rem;
  }

  .laptop\:right-56{
    right: 14rem;
  }

  .laptop\:bottom-56{
    bottom: 14rem;
  }

  .laptop\:left-56{
    left: 14rem;
  }

  .laptop\:top-57{
    top: 14.375rem;
  }

  .laptop\:right-57{
    right: 14.375rem;
  }

  .laptop\:bottom-57{
    bottom: 14.375rem;
  }

  .laptop\:left-57{
    left: 14.375rem;
  }

  .laptop\:top-60{
    top: 15rem;
  }

  .laptop\:right-60{
    right: 15rem;
  }

  .laptop\:bottom-60{
    bottom: 15rem;
  }

  .laptop\:left-60{
    left: 15rem;
  }

  .laptop\:top-64{
    top: 16rem;
  }

  .laptop\:right-64{
    right: 16rem;
  }

  .laptop\:bottom-64{
    bottom: 16rem;
  }

  .laptop\:left-64{
    left: 16rem;
  }

  .laptop\:top-66{
    top: 19rem;
  }

  .laptop\:right-66{
    right: 19rem;
  }

  .laptop\:bottom-66{
    bottom: 19rem;
  }

  .laptop\:left-66{
    left: 19rem;
  }

  .laptop\:top-72{
    top: 18rem;
  }

  .laptop\:right-72{
    right: 18rem;
  }

  .laptop\:bottom-72{
    bottom: 18rem;
  }

  .laptop\:left-72{
    left: 18rem;
  }

  .laptop\:top-80{
    top: 20rem;
  }

  .laptop\:right-80{
    right: 20rem;
  }

  .laptop\:bottom-80{
    bottom: 20rem;
  }

  .laptop\:left-80{
    left: 20rem;
  }

  .laptop\:top-82{
    top: 22rem;
  }

  .laptop\:right-82{
    right: 22rem;
  }

  .laptop\:bottom-82{
    bottom: 22rem;
  }

  .laptop\:left-82{
    left: 22rem;
  }

  .laptop\:top-83{
    top: 23.8125rem;
  }

  .laptop\:right-83{
    right: 23.8125rem;
  }

  .laptop\:bottom-83{
    bottom: 23.8125rem;
  }

  .laptop\:left-83{
    left: 23.8125rem;
  }

  .laptop\:top-96{
    top: 24rem;
  }

  .laptop\:right-96{
    right: 24rem;
  }

  .laptop\:bottom-96{
    bottom: 24rem;
  }

  .laptop\:left-96{
    left: 24rem;
  }

  .laptop\:top-auto{
    top: auto;
  }

  .laptop\:right-auto{
    right: auto;
  }

  .laptop\:bottom-auto{
    bottom: auto;
  }

  .laptop\:left-auto{
    left: auto;
  }

  .laptop\:top-px{
    top: 1px;
  }

  .laptop\:right-px{
    right: 1px;
  }

  .laptop\:bottom-px{
    bottom: 1px;
  }

  .laptop\:left-px{
    left: 1px;
  }

  .laptop\:top-0\.5{
    top: 0.125rem;
  }

  .laptop\:right-0\.5{
    right: 0.125rem;
  }

  .laptop\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .laptop\:left-0\.5{
    left: 0.125rem;
  }

  .laptop\:top-1\.5{
    top: 0.375rem;
  }

  .laptop\:right-1\.5{
    right: 0.375rem;
  }

  .laptop\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .laptop\:left-1\.5{
    left: 0.375rem;
  }

  .laptop\:top-2\.5{
    top: 0.625rem;
  }

  .laptop\:right-2\.5{
    right: 0.625rem;
  }

  .laptop\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .laptop\:left-2\.5{
    left: 0.625rem;
  }

  .laptop\:top-3\.5{
    top: 0.875rem;
  }

  .laptop\:right-3\.5{
    right: 0.875rem;
  }

  .laptop\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .laptop\:left-3\.5{
    left: 0.875rem;
  }

  .laptop\:top-4\.5{
    top: 1.125rem;
  }

  .laptop\:right-4\.5{
    right: 1.125rem;
  }

  .laptop\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .laptop\:left-4\.5{
    left: 1.125rem;
  }

  .laptop\:top-5\.5{
    top: 1.375rem;
  }

  .laptop\:right-5\.5{
    right: 1.375rem;
  }

  .laptop\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .laptop\:left-5\.5{
    left: 1.375rem;
  }

  .laptop\:top-6\.5{
    top: 1.625rem;
  }

  .laptop\:right-6\.5{
    right: 1.625rem;
  }

  .laptop\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .laptop\:left-6\.5{
    left: 1.625rem;
  }

  .laptop\:top-7\.5{
    top: 1.875rem;
  }

  .laptop\:right-7\.5{
    right: 1.875rem;
  }

  .laptop\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .laptop\:left-7\.5{
    left: 1.875rem;
  }

  .laptop\:top-8\.5{
    top: 2.125rem;
  }

  .laptop\:right-8\.5{
    right: 2.125rem;
  }

  .laptop\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .laptop\:left-8\.5{
    left: 2.125rem;
  }

  .laptop\:top-9\.5{
    top: 2.375rem;
  }

  .laptop\:right-9\.5{
    right: 2.375rem;
  }

  .laptop\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .laptop\:left-9\.5{
    left: 2.375rem;
  }

  .laptop\:top-10\.5{
    top: 2.625rem;
  }

  .laptop\:right-10\.5{
    right: 2.625rem;
  }

  .laptop\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .laptop\:left-10\.5{
    left: 2.625rem;
  }

  .laptop\:top-11\.5{
    top: 2.875rem;
  }

  .laptop\:right-11\.5{
    right: 2.875rem;
  }

  .laptop\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .laptop\:left-11\.5{
    left: 2.875rem;
  }

  .laptop\:top-12\.5{
    top: 3.125rem;
  }

  .laptop\:right-12\.5{
    right: 3.125rem;
  }

  .laptop\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .laptop\:left-12\.5{
    left: 3.125rem;
  }

  .laptop\:top-13\.5{
    top: 3.25rem;
  }

  .laptop\:right-13\.5{
    right: 3.25rem;
  }

  .laptop\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .laptop\:left-13\.5{
    left: 3.25rem;
  }

  .laptop\:top-15\.5{
    top: 3.8rem;
  }

  .laptop\:right-15\.5{
    right: 3.8rem;
  }

  .laptop\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .laptop\:left-15\.5{
    left: 3.8rem;
  }

  .laptop\:top-16\.5{
    top: 4.125rem;
  }

  .laptop\:right-16\.5{
    right: 4.125rem;
  }

  .laptop\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .laptop\:left-16\.5{
    left: 4.125rem;
  }

  .laptop\:top-17\.5{
    top: 4.25rem;
  }

  .laptop\:right-17\.5{
    right: 4.25rem;
  }

  .laptop\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .laptop\:left-17\.5{
    left: 4.25rem;
  }

  .laptop\:top-18\.5{
    top: 4.625rem;
  }

  .laptop\:right-18\.5{
    right: 4.625rem;
  }

  .laptop\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .laptop\:left-18\.5{
    left: 4.625rem;
  }

  .laptop\:top-20\.5{
    top: 5.25rem;
  }

  .laptop\:right-20\.5{
    right: 5.25rem;
  }

  .laptop\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .laptop\:left-20\.5{
    left: 5.25rem;
  }

  .laptop\:top-21\.5{
    top: 5.75rem;
  }

  .laptop\:right-21\.5{
    right: 5.75rem;
  }

  .laptop\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .laptop\:left-21\.5{
    left: 5.75rem;
  }

  .laptop\:top-22\.5{
    top: 5.875rem;
  }

  .laptop\:right-22\.5{
    right: 5.875rem;
  }

  .laptop\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .laptop\:left-22\.5{
    left: 5.875rem;
  }

  .laptop\:top-24\.5{
    top: 6.8125rem;
  }

  .laptop\:right-24\.5{
    right: 6.8125rem;
  }

  .laptop\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .laptop\:left-24\.5{
    left: 6.8125rem;
  }

  .laptop\:top-28\.5{
    top: 7.375rem;
  }

  .laptop\:right-28\.5{
    right: 7.375rem;
  }

  .laptop\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .laptop\:left-28\.5{
    left: 7.375rem;
  }

  .laptop\:top-29\.5{
    top: 7.75rem;
  }

  .laptop\:right-29\.5{
    right: 7.75rem;
  }

  .laptop\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .laptop\:left-29\.5{
    left: 7.75rem;
  }

  .laptop\:top-32\.5{
    top: 8.125rem;
  }

  .laptop\:right-32\.5{
    right: 8.125rem;
  }

  .laptop\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .laptop\:left-32\.5{
    left: 8.125rem;
  }

  .laptop\:top-33\.5{
    top: 8.8125rem;
  }

  .laptop\:right-33\.5{
    right: 8.8125rem;
  }

  .laptop\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .laptop\:left-33\.5{
    left: 8.8125rem;
  }

  .laptop\:top-42\.5{
    top: 10.875rem;
  }

  .laptop\:right-42\.5{
    right: 10.875rem;
  }

  .laptop\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .laptop\:left-42\.5{
    left: 10.875rem;
  }

  .laptop\:top-49\.5{
    top: 12.75rem;
  }

  .laptop\:right-49\.5{
    right: 12.75rem;
  }

  .laptop\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .laptop\:left-49\.5{
    left: 12.75rem;
  }

  .laptop\:top-72\.5{
    top: 18.25rem;
  }

  .laptop\:right-72\.5{
    right: 18.25rem;
  }

  .laptop\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .laptop\:left-72\.5{
    left: 18.25rem;
  }

  .laptop\:-top-0{
    top: 0px;
  }

  .laptop\:-right-0{
    right: 0px;
  }

  .laptop\:-bottom-0{
    bottom: 0px;
  }

  .laptop\:-left-0{
    left: 0px;
  }

  .laptop\:-top-1{
    top: -0.25rem;
  }

  .laptop\:-right-1{
    right: -0.25rem;
  }

  .laptop\:-bottom-1{
    bottom: -0.25rem;
  }

  .laptop\:-left-1{
    left: -0.25rem;
  }

  .laptop\:-top-2{
    top: -0.5rem;
  }

  .laptop\:-right-2{
    right: -0.5rem;
  }

  .laptop\:-bottom-2{
    bottom: -0.5rem;
  }

  .laptop\:-left-2{
    left: -0.5rem;
  }

  .laptop\:-top-3{
    top: -0.75rem;
  }

  .laptop\:-right-3{
    right: -0.75rem;
  }

  .laptop\:-bottom-3{
    bottom: -0.75rem;
  }

  .laptop\:-left-3{
    left: -0.75rem;
  }

  .laptop\:-top-4{
    top: -1rem;
  }

  .laptop\:-right-4{
    right: -1rem;
  }

  .laptop\:-bottom-4{
    bottom: -1rem;
  }

  .laptop\:-left-4{
    left: -1rem;
  }

  .laptop\:-top-5{
    top: -1.25rem;
  }

  .laptop\:-right-5{
    right: -1.25rem;
  }

  .laptop\:-bottom-5{
    bottom: -1.25rem;
  }

  .laptop\:-left-5{
    left: -1.25rem;
  }

  .laptop\:-top-6{
    top: -1.5rem;
  }

  .laptop\:-right-6{
    right: -1.5rem;
  }

  .laptop\:-bottom-6{
    bottom: -1.5rem;
  }

  .laptop\:-left-6{
    left: -1.5rem;
  }

  .laptop\:-top-7{
    top: -1.75rem;
  }

  .laptop\:-right-7{
    right: -1.75rem;
  }

  .laptop\:-bottom-7{
    bottom: -1.75rem;
  }

  .laptop\:-left-7{
    left: -1.75rem;
  }

  .laptop\:-top-8{
    top: -2rem;
  }

  .laptop\:-right-8{
    right: -2rem;
  }

  .laptop\:-bottom-8{
    bottom: -2rem;
  }

  .laptop\:-left-8{
    left: -2rem;
  }

  .laptop\:-top-9{
    top: -2.25rem;
  }

  .laptop\:-right-9{
    right: -2.25rem;
  }

  .laptop\:-bottom-9{
    bottom: -2.25rem;
  }

  .laptop\:-left-9{
    left: -2.25rem;
  }

  .laptop\:-top-10{
    top: -2.5rem;
  }

  .laptop\:-right-10{
    right: -2.5rem;
  }

  .laptop\:-bottom-10{
    bottom: -2.5rem;
  }

  .laptop\:-left-10{
    left: -2.5rem;
  }

  .laptop\:-top-11{
    top: -2.75rem;
  }

  .laptop\:-right-11{
    right: -2.75rem;
  }

  .laptop\:-bottom-11{
    bottom: -2.75rem;
  }

  .laptop\:-left-11{
    left: -2.75rem;
  }

  .laptop\:-top-12{
    top: -3rem;
  }

  .laptop\:-right-12{
    right: -3rem;
  }

  .laptop\:-bottom-12{
    bottom: -3rem;
  }

  .laptop\:-left-12{
    left: -3rem;
  }

  .laptop\:-top-13{
    top: -3.375rem;
  }

  .laptop\:-right-13{
    right: -3.375rem;
  }

  .laptop\:-bottom-13{
    bottom: -3.375rem;
  }

  .laptop\:-left-13{
    left: -3.375rem;
  }

  .laptop\:-top-14{
    top: -3.5rem;
  }

  .laptop\:-right-14{
    right: -3.5rem;
  }

  .laptop\:-bottom-14{
    bottom: -3.5rem;
  }

  .laptop\:-left-14{
    left: -3.5rem;
  }

  .laptop\:-top-15{
    top: -3.75rem;
  }

  .laptop\:-right-15{
    right: -3.75rem;
  }

  .laptop\:-bottom-15{
    bottom: -3.75rem;
  }

  .laptop\:-left-15{
    left: -3.75rem;
  }

  .laptop\:-top-16{
    top: -4rem;
  }

  .laptop\:-right-16{
    right: -4rem;
  }

  .laptop\:-bottom-16{
    bottom: -4rem;
  }

  .laptop\:-left-16{
    left: -4rem;
  }

  .laptop\:-top-17{
    top: -4.375rem;
  }

  .laptop\:-right-17{
    right: -4.375rem;
  }

  .laptop\:-bottom-17{
    bottom: -4.375rem;
  }

  .laptop\:-left-17{
    left: -4.375rem;
  }

  .laptop\:-top-18{
    top: -4.5rem;
  }

  .laptop\:-right-18{
    right: -4.5rem;
  }

  .laptop\:-bottom-18{
    bottom: -4.5rem;
  }

  .laptop\:-left-18{
    left: -4.5rem;
  }

  .laptop\:-top-19{
    top: -4.75rem;
  }

  .laptop\:-right-19{
    right: -4.75rem;
  }

  .laptop\:-bottom-19{
    bottom: -4.75rem;
  }

  .laptop\:-left-19{
    left: -4.75rem;
  }

  .laptop\:-top-20{
    top: -5rem;
  }

  .laptop\:-right-20{
    right: -5rem;
  }

  .laptop\:-bottom-20{
    bottom: -5rem;
  }

  .laptop\:-left-20{
    left: -5rem;
  }

  .laptop\:-top-21{
    top: -5.5rem;
  }

  .laptop\:-right-21{
    right: -5.5rem;
  }

  .laptop\:-bottom-21{
    bottom: -5.5rem;
  }

  .laptop\:-left-21{
    left: -5.5rem;
  }

  .laptop\:-top-22{
    top: -5.625rem;
  }

  .laptop\:-right-22{
    right: -5.625rem;
  }

  .laptop\:-bottom-22{
    bottom: -5.625rem;
  }

  .laptop\:-left-22{
    left: -5.625rem;
  }

  .laptop\:-top-23{
    top: -6.125rem;
  }

  .laptop\:-right-23{
    right: -6.125rem;
  }

  .laptop\:-bottom-23{
    bottom: -6.125rem;
  }

  .laptop\:-left-23{
    left: -6.125rem;
  }

  .laptop\:-top-24{
    top: -6rem;
  }

  .laptop\:-right-24{
    right: -6rem;
  }

  .laptop\:-bottom-24{
    bottom: -6rem;
  }

  .laptop\:-left-24{
    left: -6rem;
  }

  .laptop\:-top-25{
    top: -6.5rem;
  }

  .laptop\:-right-25{
    right: -6.5rem;
  }

  .laptop\:-bottom-25{
    bottom: -6.5rem;
  }

  .laptop\:-left-25{
    left: -6.5rem;
  }

  .laptop\:-top-26{
    top: -6.75rem;
  }

  .laptop\:-right-26{
    right: -6.75rem;
  }

  .laptop\:-bottom-26{
    bottom: -6.75rem;
  }

  .laptop\:-left-26{
    left: -6.75rem;
  }

  .laptop\:-top-27{
    top: -6.25rem;
  }

  .laptop\:-right-27{
    right: -6.25rem;
  }

  .laptop\:-bottom-27{
    bottom: -6.25rem;
  }

  .laptop\:-left-27{
    left: -6.25rem;
  }

  .laptop\:-top-28{
    top: -7rem;
  }

  .laptop\:-right-28{
    right: -7rem;
  }

  .laptop\:-bottom-28{
    bottom: -7rem;
  }

  .laptop\:-left-28{
    left: -7rem;
  }

  .laptop\:-top-29{
    top: -7.5rem;
  }

  .laptop\:-right-29{
    right: -7.5rem;
  }

  .laptop\:-bottom-29{
    bottom: -7.5rem;
  }

  .laptop\:-left-29{
    left: -7.5rem;
  }

  .laptop\:-top-32{
    top: -8rem;
  }

  .laptop\:-right-32{
    right: -8rem;
  }

  .laptop\:-bottom-32{
    bottom: -8rem;
  }

  .laptop\:-left-32{
    left: -8rem;
  }

  .laptop\:-top-34{
    top: -8.5rem;
  }

  .laptop\:-right-34{
    right: -8.5rem;
  }

  .laptop\:-bottom-34{
    bottom: -8.5rem;
  }

  .laptop\:-left-34{
    left: -8.5rem;
  }

  .laptop\:-top-35{
    top: -8.75rem;
  }

  .laptop\:-right-35{
    right: -8.75rem;
  }

  .laptop\:-bottom-35{
    bottom: -8.75rem;
  }

  .laptop\:-left-35{
    left: -8.75rem;
  }

  .laptop\:-top-36{
    top: -9rem;
  }

  .laptop\:-right-36{
    right: -9rem;
  }

  .laptop\:-bottom-36{
    bottom: -9rem;
  }

  .laptop\:-left-36{
    left: -9rem;
  }

  .laptop\:-top-37{
    top: -9.125rem;
  }

  .laptop\:-right-37{
    right: -9.125rem;
  }

  .laptop\:-bottom-37{
    bottom: -9.125rem;
  }

  .laptop\:-left-37{
    left: -9.125rem;
  }

  .laptop\:-top-38{
    top: -9.5rem;
  }

  .laptop\:-right-38{
    right: -9.5rem;
  }

  .laptop\:-bottom-38{
    bottom: -9.5rem;
  }

  .laptop\:-left-38{
    left: -9.5rem;
  }

  .laptop\:-top-40{
    top: -10rem;
  }

  .laptop\:-right-40{
    right: -10rem;
  }

  .laptop\:-bottom-40{
    bottom: -10rem;
  }

  .laptop\:-left-40{
    left: -10rem;
  }

  .laptop\:-top-41{
    top: -10.5rem;
  }

  .laptop\:-right-41{
    right: -10.5rem;
  }

  .laptop\:-bottom-41{
    bottom: -10.5rem;
  }

  .laptop\:-left-41{
    left: -10.5rem;
  }

  .laptop\:-top-42{
    top: -10.625rem;
  }

  .laptop\:-right-42{
    right: -10.625rem;
  }

  .laptop\:-bottom-42{
    bottom: -10.625rem;
  }

  .laptop\:-left-42{
    left: -10.625rem;
  }

  .laptop\:-top-44{
    top: -11rem;
  }

  .laptop\:-right-44{
    right: -11rem;
  }

  .laptop\:-bottom-44{
    bottom: -11rem;
  }

  .laptop\:-left-44{
    left: -11rem;
  }

  .laptop\:-top-45{
    top: -11.25rem;
  }

  .laptop\:-right-45{
    right: -11.25rem;
  }

  .laptop\:-bottom-45{
    bottom: -11.25rem;
  }

  .laptop\:-left-45{
    left: -11.25rem;
  }

  .laptop\:-top-48{
    top: -12rem;
  }

  .laptop\:-right-48{
    right: -12rem;
  }

  .laptop\:-bottom-48{
    bottom: -12rem;
  }

  .laptop\:-left-48{
    left: -12rem;
  }

  .laptop\:-top-49{
    top: -12.5rem;
  }

  .laptop\:-right-49{
    right: -12.5rem;
  }

  .laptop\:-bottom-49{
    bottom: -12.5rem;
  }

  .laptop\:-left-49{
    left: -12.5rem;
  }

  .laptop\:-top-52{
    top: -13rem;
  }

  .laptop\:-right-52{
    right: -13rem;
  }

  .laptop\:-bottom-52{
    bottom: -13rem;
  }

  .laptop\:-left-52{
    left: -13rem;
  }

  .laptop\:-top-56{
    top: -14rem;
  }

  .laptop\:-right-56{
    right: -14rem;
  }

  .laptop\:-bottom-56{
    bottom: -14rem;
  }

  .laptop\:-left-56{
    left: -14rem;
  }

  .laptop\:-top-57{
    top: -14.375rem;
  }

  .laptop\:-right-57{
    right: -14.375rem;
  }

  .laptop\:-bottom-57{
    bottom: -14.375rem;
  }

  .laptop\:-left-57{
    left: -14.375rem;
  }

  .laptop\:-top-60{
    top: -15rem;
  }

  .laptop\:-right-60{
    right: -15rem;
  }

  .laptop\:-bottom-60{
    bottom: -15rem;
  }

  .laptop\:-left-60{
    left: -15rem;
  }

  .laptop\:-top-64{
    top: -16rem;
  }

  .laptop\:-right-64{
    right: -16rem;
  }

  .laptop\:-bottom-64{
    bottom: -16rem;
  }

  .laptop\:-left-64{
    left: -16rem;
  }

  .laptop\:-top-72{
    top: -18rem;
  }

  .laptop\:-right-72{
    right: -18rem;
  }

  .laptop\:-bottom-72{
    bottom: -18rem;
  }

  .laptop\:-left-72{
    left: -18rem;
  }

  .laptop\:-top-80{
    top: -20rem;
  }

  .laptop\:-right-80{
    right: -20rem;
  }

  .laptop\:-bottom-80{
    bottom: -20rem;
  }

  .laptop\:-left-80{
    left: -20rem;
  }

  .laptop\:-top-82{
    top: -22rem;
  }

  .laptop\:-right-82{
    right: -22rem;
  }

  .laptop\:-bottom-82{
    bottom: -22rem;
  }

  .laptop\:-left-82{
    left: -22rem;
  }

  .laptop\:-top-83{
    top: -23.8125rem;
  }

  .laptop\:-right-83{
    right: -23.8125rem;
  }

  .laptop\:-bottom-83{
    bottom: -23.8125rem;
  }

  .laptop\:-left-83{
    left: -23.8125rem;
  }

  .laptop\:-top-96{
    top: -24rem;
  }

  .laptop\:-right-96{
    right: -24rem;
  }

  .laptop\:-bottom-96{
    bottom: -24rem;
  }

  .laptop\:-left-96{
    left: -24rem;
  }

  .laptop\:-top-px{
    top: -1px;
  }

  .laptop\:-right-px{
    right: -1px;
  }

  .laptop\:-bottom-px{
    bottom: -1px;
  }

  .laptop\:-left-px{
    left: -1px;
  }

  .laptop\:-top-0\.5{
    top: -0.125rem;
  }

  .laptop\:-right-0\.5{
    right: -0.125rem;
  }

  .laptop\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .laptop\:-left-0\.5{
    left: -0.125rem;
  }

  .laptop\:-top-1\.5{
    top: -0.375rem;
  }

  .laptop\:-right-1\.5{
    right: -0.375rem;
  }

  .laptop\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .laptop\:-left-1\.5{
    left: -0.375rem;
  }

  .laptop\:-top-2\.5{
    top: -0.625rem;
  }

  .laptop\:-right-2\.5{
    right: -0.625rem;
  }

  .laptop\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .laptop\:-left-2\.5{
    left: -0.625rem;
  }

  .laptop\:-top-3\.5{
    top: -0.875rem;
  }

  .laptop\:-right-3\.5{
    right: -0.875rem;
  }

  .laptop\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .laptop\:-left-3\.5{
    left: -0.875rem;
  }

  .laptop\:-top-4\.5{
    top: -1.125rem;
  }

  .laptop\:-right-4\.5{
    right: -1.125rem;
  }

  .laptop\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .laptop\:-left-4\.5{
    left: -1.125rem;
  }

  .laptop\:-top-5\.5{
    top: -1.375rem;
  }

  .laptop\:-right-5\.5{
    right: -1.375rem;
  }

  .laptop\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .laptop\:-left-5\.5{
    left: -1.375rem;
  }

  .laptop\:-top-6\.5{
    top: -1.625rem;
  }

  .laptop\:-right-6\.5{
    right: -1.625rem;
  }

  .laptop\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .laptop\:-left-6\.5{
    left: -1.625rem;
  }

  .laptop\:-top-7\.5{
    top: -1.875rem;
  }

  .laptop\:-right-7\.5{
    right: -1.875rem;
  }

  .laptop\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .laptop\:-left-7\.5{
    left: -1.875rem;
  }

  .laptop\:-top-8\.5{
    top: -2.125rem;
  }

  .laptop\:-right-8\.5{
    right: -2.125rem;
  }

  .laptop\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .laptop\:-left-8\.5{
    left: -2.125rem;
  }

  .laptop\:-top-9\.5{
    top: -2.375rem;
  }

  .laptop\:-right-9\.5{
    right: -2.375rem;
  }

  .laptop\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .laptop\:-left-9\.5{
    left: -2.375rem;
  }

  .laptop\:-top-10\.5{
    top: -2.625rem;
  }

  .laptop\:-right-10\.5{
    right: -2.625rem;
  }

  .laptop\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .laptop\:-left-10\.5{
    left: -2.625rem;
  }

  .laptop\:-top-11\.5{
    top: -2.875rem;
  }

  .laptop\:-right-11\.5{
    right: -2.875rem;
  }

  .laptop\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .laptop\:-left-11\.5{
    left: -2.875rem;
  }

  .laptop\:-top-12\.5{
    top: -3.125rem;
  }

  .laptop\:-right-12\.5{
    right: -3.125rem;
  }

  .laptop\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .laptop\:-left-12\.5{
    left: -3.125rem;
  }

  .laptop\:-top-13\.5{
    top: -3.25rem;
  }

  .laptop\:-right-13\.5{
    right: -3.25rem;
  }

  .laptop\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .laptop\:-left-13\.5{
    left: -3.25rem;
  }

  .laptop\:-top-15\.5{
    top: -3.8rem;
  }

  .laptop\:-right-15\.5{
    right: -3.8rem;
  }

  .laptop\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .laptop\:-left-15\.5{
    left: -3.8rem;
  }

  .laptop\:-top-16\.5{
    top: -4.125rem;
  }

  .laptop\:-right-16\.5{
    right: -4.125rem;
  }

  .laptop\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .laptop\:-left-16\.5{
    left: -4.125rem;
  }

  .laptop\:-top-17\.5{
    top: -4.25rem;
  }

  .laptop\:-right-17\.5{
    right: -4.25rem;
  }

  .laptop\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .laptop\:-left-17\.5{
    left: -4.25rem;
  }

  .laptop\:-top-18\.5{
    top: -4.625rem;
  }

  .laptop\:-right-18\.5{
    right: -4.625rem;
  }

  .laptop\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .laptop\:-left-18\.5{
    left: -4.625rem;
  }

  .laptop\:-top-20\.5{
    top: -5.25rem;
  }

  .laptop\:-right-20\.5{
    right: -5.25rem;
  }

  .laptop\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .laptop\:-left-20\.5{
    left: -5.25rem;
  }

  .laptop\:-top-21\.5{
    top: -5.75rem;
  }

  .laptop\:-right-21\.5{
    right: -5.75rem;
  }

  .laptop\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .laptop\:-left-21\.5{
    left: -5.75rem;
  }

  .laptop\:-top-22\.5{
    top: -5.875rem;
  }

  .laptop\:-right-22\.5{
    right: -5.875rem;
  }

  .laptop\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .laptop\:-left-22\.5{
    left: -5.875rem;
  }

  .laptop\:-top-24\.5{
    top: -6.8125rem;
  }

  .laptop\:-right-24\.5{
    right: -6.8125rem;
  }

  .laptop\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .laptop\:-left-24\.5{
    left: -6.8125rem;
  }

  .laptop\:-top-28\.5{
    top: -7.375rem;
  }

  .laptop\:-right-28\.5{
    right: -7.375rem;
  }

  .laptop\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .laptop\:-left-28\.5{
    left: -7.375rem;
  }

  .laptop\:-top-29\.5{
    top: -7.75rem;
  }

  .laptop\:-right-29\.5{
    right: -7.75rem;
  }

  .laptop\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .laptop\:-left-29\.5{
    left: -7.75rem;
  }

  .laptop\:-top-32\.5{
    top: -8.125rem;
  }

  .laptop\:-right-32\.5{
    right: -8.125rem;
  }

  .laptop\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .laptop\:-left-32\.5{
    left: -8.125rem;
  }

  .laptop\:-top-33\.5{
    top: -8.8125rem;
  }

  .laptop\:-right-33\.5{
    right: -8.8125rem;
  }

  .laptop\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .laptop\:-left-33\.5{
    left: -8.8125rem;
  }

  .laptop\:-top-42\.5{
    top: -10.875rem;
  }

  .laptop\:-right-42\.5{
    right: -10.875rem;
  }

  .laptop\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .laptop\:-left-42\.5{
    left: -10.875rem;
  }

  .laptop\:-top-49\.5{
    top: -12.75rem;
  }

  .laptop\:-right-49\.5{
    right: -12.75rem;
  }

  .laptop\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .laptop\:-left-49\.5{
    left: -12.75rem;
  }

  .laptop\:-top-72\.5{
    top: -18.25rem;
  }

  .laptop\:-right-72\.5{
    right: -18.25rem;
  }

  .laptop\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .laptop\:-left-72\.5{
    left: -18.25rem;
  }

  .laptop\:top-1\/2{
    top: 50%;
  }

  .laptop\:right-1\/2{
    right: 50%;
  }

  .laptop\:bottom-1\/2{
    bottom: 50%;
  }

  .laptop\:left-1\/2{
    left: 50%;
  }

  .laptop\:top-1\/3{
    top: 33.333333%;
  }

  .laptop\:right-1\/3{
    right: 33.333333%;
  }

  .laptop\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .laptop\:left-1\/3{
    left: 33.333333%;
  }

  .laptop\:top-2\/3{
    top: 66.666667%;
  }

  .laptop\:right-2\/3{
    right: 66.666667%;
  }

  .laptop\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .laptop\:left-2\/3{
    left: 66.666667%;
  }

  .laptop\:top-1\/4{
    top: 25%;
  }

  .laptop\:right-1\/4{
    right: 25%;
  }

  .laptop\:bottom-1\/4{
    bottom: 25%;
  }

  .laptop\:left-1\/4{
    left: 25%;
  }

  .laptop\:top-2\/4{
    top: 50%;
  }

  .laptop\:right-2\/4{
    right: 50%;
  }

  .laptop\:bottom-2\/4{
    bottom: 50%;
  }

  .laptop\:left-2\/4{
    left: 50%;
  }

  .laptop\:top-3\/4{
    top: 75%;
  }

  .laptop\:right-3\/4{
    right: 75%;
  }

  .laptop\:bottom-3\/4{
    bottom: 75%;
  }

  .laptop\:left-3\/4{
    left: 75%;
  }

  .laptop\:top-full{
    top: 100%;
  }

  .laptop\:right-full{
    right: 100%;
  }

  .laptop\:bottom-full{
    bottom: 100%;
  }

  .laptop\:left-full{
    left: 100%;
  }

  .laptop\:-top-1\/2{
    top: -50%;
  }

  .laptop\:-right-1\/2{
    right: -50%;
  }

  .laptop\:-bottom-1\/2{
    bottom: -50%;
  }

  .laptop\:-left-1\/2{
    left: -50%;
  }

  .laptop\:-top-1\/3{
    top: -33.333333%;
  }

  .laptop\:-right-1\/3{
    right: -33.333333%;
  }

  .laptop\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .laptop\:-left-1\/3{
    left: -33.333333%;
  }

  .laptop\:-top-2\/3{
    top: -66.666667%;
  }

  .laptop\:-right-2\/3{
    right: -66.666667%;
  }

  .laptop\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .laptop\:-left-2\/3{
    left: -66.666667%;
  }

  .laptop\:-top-1\/4{
    top: -25%;
  }

  .laptop\:-right-1\/4{
    right: -25%;
  }

  .laptop\:-bottom-1\/4{
    bottom: -25%;
  }

  .laptop\:-left-1\/4{
    left: -25%;
  }

  .laptop\:-top-2\/4{
    top: -50%;
  }

  .laptop\:-right-2\/4{
    right: -50%;
  }

  .laptop\:-bottom-2\/4{
    bottom: -50%;
  }

  .laptop\:-left-2\/4{
    left: -50%;
  }

  .laptop\:-top-3\/4{
    top: -75%;
  }

  .laptop\:-right-3\/4{
    right: -75%;
  }

  .laptop\:-bottom-3\/4{
    bottom: -75%;
  }

  .laptop\:-left-3\/4{
    left: -75%;
  }

  .laptop\:-top-full{
    top: -100%;
  }

  .laptop\:-right-full{
    right: -100%;
  }

  .laptop\:-bottom-full{
    bottom: -100%;
  }

  .laptop\:-left-full{
    left: -100%;
  }

  .laptop\:resize-none{
    resize: none;
  }

  .laptop\:resize-y{
    resize: vertical;
  }

  .laptop\:resize-x{
    resize: horizontal;
  }

  .laptop\:resize{
    resize: both;
  }

  .laptop\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .laptop\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .laptop\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:ring-inset{
    --tw-ring-inset: inset;
  }

  .laptop\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .laptop\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .laptop\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .laptop\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .laptop\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .laptop\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .laptop\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .laptop\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .laptop\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .laptop\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .laptop\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .laptop\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .laptop\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .laptop\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .laptop\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .laptop\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .laptop\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .laptop\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .laptop\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .laptop\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .laptop\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .laptop\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .laptop\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .laptop\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .laptop\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .laptop\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .laptop\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .laptop\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .laptop\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .laptop\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .laptop\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .laptop\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .laptop\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .laptop\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .laptop\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .laptop\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .laptop\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .laptop\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .laptop\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .laptop\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .laptop\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .laptop\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .laptop\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .laptop\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .laptop\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .laptop\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .laptop\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .laptop\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .laptop\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .laptop\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .laptop\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .laptop\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .laptop\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .laptop\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .laptop\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .laptop\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .laptop\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .laptop\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .laptop\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .laptop\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .laptop\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .laptop\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .laptop\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .laptop\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .laptop\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .laptop\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .laptop\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .laptop\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .laptop\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .laptop\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .laptop\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .laptop\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .laptop\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .laptop\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .laptop\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .laptop\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .laptop\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .laptop\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .laptop\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .laptop\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .laptop\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .laptop\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .laptop\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .laptop\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .laptop\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .laptop\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .laptop\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .laptop\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .laptop\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .laptop\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .laptop\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .laptop\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .laptop\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .laptop\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .laptop\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .laptop\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .laptop\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .laptop\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .laptop\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .laptop\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .laptop\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .laptop\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .laptop\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .laptop\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .laptop\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .laptop\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .laptop\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .laptop\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .laptop\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .laptop\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .laptop\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .laptop\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .laptop\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .laptop\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .laptop\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .laptop\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .laptop\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .laptop\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .laptop\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .laptop\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .laptop\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .laptop\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .laptop\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .laptop\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .laptop\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .laptop\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .laptop\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .laptop\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .laptop\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .laptop\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .laptop\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .laptop\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .laptop\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .laptop\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .laptop\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .laptop\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .laptop\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .laptop\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .laptop\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .laptop\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .laptop\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .laptop\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .laptop\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .laptop\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .laptop\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .laptop\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .laptop\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .laptop\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .laptop\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .laptop\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .laptop\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .laptop\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .laptop\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .laptop\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .laptop\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .laptop\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .laptop\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .laptop\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .laptop\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .laptop\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .laptop\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .laptop\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .laptop\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .laptop\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .laptop\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .laptop\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .laptop\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .laptop\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .laptop\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .laptop\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .laptop\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .laptop\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .laptop\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .laptop\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .laptop\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .laptop\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .laptop\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .laptop\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .laptop\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .laptop\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .laptop\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .laptop\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .laptop\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .laptop\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .laptop\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .laptop\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .laptop\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .laptop\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .laptop\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .laptop\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .laptop\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .laptop\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .laptop\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .laptop\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .laptop\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .laptop\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .laptop\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .laptop\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .laptop\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .laptop\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .laptop\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .laptop\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .laptop\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .laptop\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .laptop\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .laptop\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .laptop\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .laptop\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .laptop\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .laptop\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .laptop\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .laptop\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .laptop\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .laptop\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .laptop\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .laptop\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .laptop\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .laptop\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .laptop\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .laptop\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .laptop\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .laptop\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .laptop\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .laptop\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .laptop\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .laptop\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .laptop\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .laptop\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .laptop\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .laptop\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .laptop\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .laptop\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .laptop\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .laptop\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .laptop\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .laptop\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .laptop\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .laptop\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .laptop\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .laptop\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .laptop\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .laptop\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .laptop\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .laptop\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .laptop\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .laptop\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .laptop\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .laptop\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .laptop\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .laptop\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .laptop\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .laptop\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .laptop\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .laptop\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .laptop\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .laptop\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .laptop\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .laptop\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .laptop\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .laptop\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .laptop\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .laptop\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .laptop\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .laptop\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .laptop\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .laptop\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .laptop\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .laptop\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .laptop\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .laptop\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .laptop\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .laptop\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .laptop\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .laptop\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .laptop\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .laptop\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .laptop\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .laptop\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .laptop\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .laptop\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .laptop\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .laptop\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .laptop\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .laptop\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .laptop\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .laptop\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .laptop\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .laptop\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .laptop\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .laptop\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .laptop\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .laptop\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .laptop\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .laptop\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .laptop\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .laptop\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .laptop\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .laptop\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .laptop\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .laptop\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .laptop\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .laptop\:ring-current{
    --tw-ring-color: currentColor;
  }

  .laptop\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .laptop\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .laptop\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .laptop\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .laptop\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .laptop\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .laptop\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .laptop\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .laptop\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .laptop\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .laptop\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .laptop\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .laptop\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .laptop\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .laptop\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .laptop\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .laptop\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .laptop\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .laptop\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .laptop\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .laptop\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .laptop\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .laptop\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .laptop\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .laptop\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .laptop\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .laptop\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .laptop\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .laptop\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .laptop\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .laptop\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .laptop\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .laptop\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .laptop\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .laptop\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .laptop\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .laptop\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .laptop\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .laptop\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .laptop\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .laptop\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .laptop\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .laptop\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .laptop\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .laptop\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .laptop\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .laptop\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .laptop\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .laptop\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .laptop\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .laptop\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .laptop\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .laptop\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .laptop\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .laptop\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .laptop\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .laptop\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .laptop\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .laptop\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .laptop\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .laptop\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .laptop\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .laptop\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .laptop\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .laptop\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .laptop\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .laptop\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .laptop\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .laptop\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .laptop\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .laptop\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .laptop\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .laptop\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .laptop\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .laptop\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .laptop\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .laptop\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .laptop\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .laptop\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .laptop\:fill-current{
    fill: currentColor;
  }

  .laptop\:stroke-current{
    stroke: currentColor;
  }

  .laptop\:stroke-0{
    stroke-width: 0;
  }

  .laptop\:stroke-1{
    stroke-width: 1;
  }

  .laptop\:stroke-2{
    stroke-width: 2;
  }

  .laptop\:table-auto{
    table-layout: auto;
  }

  .laptop\:table-fixed{
    table-layout: fixed;
  }

  .laptop\:text-left{
    text-align: left;
  }

  .laptop\:text-center{
    text-align: center;
  }

  .laptop\:text-right{
    text-align: right;
  }

  .laptop\:text-justify{
    text-align: justify;
  }

  .laptop\:text-transparent{
    color: transparent;
  }

  .laptop\:text-current{
    color: currentColor;
  }

  .laptop\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .laptop\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .laptop\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .laptop\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .laptop\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .laptop\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .laptop\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .laptop\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .laptop\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .laptop\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .laptop\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .laptop\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .laptop\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .laptop\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .laptop\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .laptop\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .laptop\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .laptop\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .laptop\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .laptop\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .laptop\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .laptop\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .laptop\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .laptop\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .laptop\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .laptop\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .laptop\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .laptop\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .laptop\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .laptop\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .laptop\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .laptop\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .laptop\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .laptop\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .laptop\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .laptop\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .laptop\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .laptop\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .laptop\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .laptop\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .laptop\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .laptop\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .laptop\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .laptop\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .laptop\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .laptop\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .laptop\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .laptop\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .laptop\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .laptop\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-transparent:hover{
    color: transparent;
  }

  .laptop\:hover\:text-current:hover{
    color: currentColor;
  }

  .laptop\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .laptop\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-transparent:focus{
    color: transparent;
  }

  .laptop\:focus\:text-current:focus{
    color: currentColor;
  }

  .laptop\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .laptop\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .laptop\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .laptop\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .laptop\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .laptop\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .laptop\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .laptop\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .laptop\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .laptop\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .laptop\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .laptop\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .laptop\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .laptop\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .laptop\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .laptop\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .laptop\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .laptop\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .laptop\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .laptop\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .laptop\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .laptop\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .laptop\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .laptop\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .laptop\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .laptop\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .laptop\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .laptop\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .laptop\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .laptop\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .laptop\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .laptop\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .laptop\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .laptop\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .laptop\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .laptop\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .laptop\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .laptop\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .laptop\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .laptop\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .laptop\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .laptop\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .laptop\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .laptop\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .laptop\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .laptop\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .laptop\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .laptop\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .laptop\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .laptop\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .laptop\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .laptop\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .laptop\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .laptop\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .laptop\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .laptop\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .laptop\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .laptop\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .laptop\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .laptop\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .laptop\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .laptop\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .laptop\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .laptop\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .laptop\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .laptop\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .laptop\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .laptop\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .laptop\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .laptop\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .laptop\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .laptop\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .laptop\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .laptop\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .laptop\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .laptop\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .laptop\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .laptop\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .laptop\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .laptop\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .laptop\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .laptop\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .laptop\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .laptop\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .laptop\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .laptop\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .laptop\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .laptop\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .laptop\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .laptop\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .laptop\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .laptop\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .laptop\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .laptop\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .laptop\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .laptop\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .laptop\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .laptop\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .laptop\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .laptop\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .laptop\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .laptop\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .laptop\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .laptop\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .laptop\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .laptop\:overflow-clip{
    text-overflow: clip;
  }

  .laptop\:italic{
    font-style: italic;
  }

  .laptop\:not-italic{
    font-style: normal;
  }

  .laptop\:uppercase{
    text-transform: uppercase;
  }

  .laptop\:lowercase{
    text-transform: lowercase;
  }

  .laptop\:capitalize{
    text-transform: capitalize;
  }

  .laptop\:normal-case{
    text-transform: none;
  }

  .laptop\:underline{
    text-decoration: underline;
  }

  .laptop\:line-through{
    text-decoration: line-through;
  }

  .laptop\:no-underline{
    text-decoration: none;
  }

  .group:hover .laptop\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .laptop\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .laptop\:group-hover\:no-underline{
    text-decoration: none;
  }

  .laptop\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .laptop\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .laptop\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .laptop\:hover\:underline:hover{
    text-decoration: underline;
  }

  .laptop\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .laptop\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .laptop\:focus\:underline:focus{
    text-decoration: underline;
  }

  .laptop\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .laptop\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .laptop\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .laptop\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .laptop\:ordinal, .laptop\:slashed-zero, .laptop\:lining-nums, .laptop\:oldstyle-nums, .laptop\:proportional-nums, .laptop\:tabular-nums, .laptop\:diagonal-fractions, .laptop\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .laptop\:normal-nums{
    font-variant-numeric: normal;
  }

  .laptop\:ordinal{
    --tw-ordinal: ordinal;
  }

  .laptop\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .laptop\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .laptop\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .laptop\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .laptop\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .laptop\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .laptop\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .laptop\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .laptop\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .laptop\:tracking-normal{
    letter-spacing: 0em;
  }

  .laptop\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .laptop\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .laptop\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .laptop\:tracking-base{
    letter-spacing: 0.34em;
  }

  .laptop\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .laptop\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .laptop\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .laptop\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .laptop\:align-baseline{
    vertical-align: baseline;
  }

  .laptop\:align-top{
    vertical-align: top;
  }

  .laptop\:align-middle{
    vertical-align: middle;
  }

  .laptop\:align-bottom{
    vertical-align: bottom;
  }

  .laptop\:align-text-top{
    vertical-align: text-top;
  }

  .laptop\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .laptop\:visible{
    visibility: visible;
  }

  .laptop\:invisible{
    visibility: hidden;
  }

  .laptop\:whitespace-normal{
    white-space: normal;
  }

  .laptop\:whitespace-nowrap{
    white-space: nowrap;
  }

  .laptop\:whitespace-pre{
    white-space: pre;
  }

  .laptop\:whitespace-pre-line{
    white-space: pre-line;
  }

  .laptop\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .laptop\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .laptop\:break-words{
    overflow-wrap: break-word;
  }

  .laptop\:break-all{
    word-break: break-all;
  }

  .laptop\:w-0{
    width: 0px;
  }

  .laptop\:w-1{
    width: 0.25rem;
  }

  .laptop\:w-2{
    width: 0.5rem;
  }

  .laptop\:w-3{
    width: 0.75rem;
  }

  .laptop\:w-4{
    width: 1rem;
  }

  .laptop\:w-5{
    width: 1.25rem;
  }

  .laptop\:w-6{
    width: 1.5rem;
  }

  .laptop\:w-7{
    width: 1.75rem;
  }

  .laptop\:w-8{
    width: 2rem;
  }

  .laptop\:w-9{
    width: 2.25rem;
  }

  .laptop\:w-10{
    width: 2.5rem;
  }

  .laptop\:w-11{
    width: 2.75rem;
  }

  .laptop\:w-12{
    width: 3rem;
  }

  .laptop\:w-13{
    width: 3.375rem;
  }

  .laptop\:w-14{
    width: 3.5rem;
  }

  .laptop\:w-15{
    width: 3.75rem;
  }

  .laptop\:w-16{
    width: 4rem;
  }

  .laptop\:w-17{
    width: 4.375rem;
  }

  .laptop\:w-18{
    width: 4.5rem;
  }

  .laptop\:w-19{
    width: 4.75rem;
  }

  .laptop\:w-20{
    width: 5rem;
  }

  .laptop\:w-21{
    width: 5.5rem;
  }

  .laptop\:w-22{
    width: 5.625rem;
  }

  .laptop\:w-23{
    width: 6.375rem;
  }

  .laptop\:w-24{
    width: 6rem;
  }

  .laptop\:w-25{
    width: 6.5rem;
  }

  .laptop\:w-26{
    width: 6.75rem;
  }

  .laptop\:w-27{
    width: 6.25rem;
  }

  .laptop\:w-28{
    width: 7rem;
  }

  .laptop\:w-29{
    width: 7.5rem;
  }

  .laptop\:w-30{
    width: 7.75rem;
  }

  .laptop\:w-31{
    width: 8.75rem;
  }

  .laptop\:w-32{
    width: 8rem;
  }

  .laptop\:w-33{
    width: 8.125rem;
  }

  .laptop\:w-34{
    width: 8.5rem;
  }

  .laptop\:w-35{
    width: 8.75rem;
  }

  .laptop\:w-36{
    width: 9rem;
  }

  .laptop\:w-37{
    width: 9.125rem;
  }

  .laptop\:w-38{
    width: 9.5rem;
  }

  .laptop\:w-40{
    width: 10rem;
  }

  .laptop\:w-41{
    width: 10.5rem;
  }

  .laptop\:w-42{
    width: 10.625rem;
  }

  .laptop\:w-44{
    width: 11rem;
  }

  .laptop\:w-45{
    width: 11.25rem;
  }

  .laptop\:w-48{
    width: 12rem;
  }

  .laptop\:w-49{
    width: 12.5rem;
  }

  .laptop\:w-52{
    width: 13rem;
  }

  .laptop\:w-53{
    width: 13.125rem;
  }

  .laptop\:w-56{
    width: 14rem;
  }

  .laptop\:w-57{
    width: 14.375rem;
  }

  .laptop\:w-60{
    width: 15rem;
  }

  .laptop\:w-64{
    width: 16rem;
  }

  .laptop\:w-72{
    width: 18rem;
  }

  .laptop\:w-73{
    width: 19rem;
  }

  .laptop\:w-74{
    width: 25.5rem;
  }

  .laptop\:w-78{
    width: 37.4375rem;
  }

  .laptop\:w-80{
    width: 20rem;
  }

  .laptop\:w-82{
    width: 22rem;
  }

  .laptop\:w-83{
    width: 23.8125rem;
  }

  .laptop\:w-96{
    width: 24rem;
  }

  .laptop\:w-98{
    width: 50.625rem;
  }

  .laptop\:w-99{
    width: 60.75rem;
  }

  .laptop\:w-100{
    width: 45%;
  }

  .laptop\:w-110{
    width: 70%;
  }

  .laptop\:w-auto{
    width: auto;
  }

  .laptop\:w-px{
    width: 1px;
  }

  .laptop\:w-0\.5{
    width: 0.125rem;
  }

  .laptop\:w-1\.5{
    width: 0.375rem;
  }

  .laptop\:w-2\.5{
    width: 0.625rem;
  }

  .laptop\:w-3\.5{
    width: 0.875rem;
  }

  .laptop\:w-4\.5{
    width: 1.125rem;
  }

  .laptop\:w-5\.5{
    width: 1.375rem;
  }

  .laptop\:w-6\.5{
    width: 1.625rem;
  }

  .laptop\:w-7\.5{
    width: 1.875rem;
  }

  .laptop\:w-8\.5{
    width: 2.125rem;
  }

  .laptop\:w-9\.5{
    width: 2.375rem;
  }

  .laptop\:w-10\.5{
    width: 2.625rem;
  }

  .laptop\:w-11\.5{
    width: 2.875rem;
  }

  .laptop\:w-12\.5{
    width: 3.125rem;
  }

  .laptop\:w-13\.5{
    width: 3.25rem;
  }

  .laptop\:w-15\.5{
    width: 3.8rem;
  }

  .laptop\:w-16\.5{
    width: 4.125rem;
  }

  .laptop\:w-17\.5{
    width: 4.25rem;
  }

  .laptop\:w-18\.5{
    width: 4.625rem;
  }

  .laptop\:w-20\.5{
    width: 5.25rem;
  }

  .laptop\:w-21\.5{
    width: 5.75rem;
  }

  .laptop\:w-22\.5{
    width: 5.875rem;
  }

  .laptop\:w-24\.5{
    width: 6.625rem;
  }

  .laptop\:w-28\.5{
    width: 7.375rem;
  }

  .laptop\:w-29\.5{
    width: 7.75rem;
  }

  .laptop\:w-32\.5{
    width: 8.125rem;
  }

  .laptop\:w-33\.5{
    width: 8.8125rem;
  }

  .laptop\:w-42\.5{
    width: 10.875rem;
  }

  .laptop\:w-49\.5{
    width: 12.75rem;
  }

  .laptop\:w-72\.5{
    width: 18.25rem;
  }

  .laptop\:w-1\/2{
    width: 50%;
  }

  .laptop\:w-1\/3{
    width: 33.333333%;
  }

  .laptop\:w-2\/3{
    width: 66.666667%;
  }

  .laptop\:w-1\/4{
    width: 25%;
  }

  .laptop\:w-2\/4{
    width: 50%;
  }

  .laptop\:w-3\/4{
    width: 75%;
  }

  .laptop\:w-1\/5{
    width: 20%;
  }

  .laptop\:w-2\/5{
    width: 40%;
  }

  .laptop\:w-3\/5{
    width: 60%;
  }

  .laptop\:w-4\/5{
    width: 80%;
  }

  .laptop\:w-1\/6{
    width: 16.666667%;
  }

  .laptop\:w-2\/6{
    width: 33.333333%;
  }

  .laptop\:w-3\/6{
    width: 50%;
  }

  .laptop\:w-4\/6{
    width: 66.666667%;
  }

  .laptop\:w-5\/6{
    width: 83.333333%;
  }

  .laptop\:w-1\/12{
    width: 8.333333%;
  }

  .laptop\:w-2\/12{
    width: 16.666667%;
  }

  .laptop\:w-3\/12{
    width: 25%;
  }

  .laptop\:w-4\/12{
    width: 33.333333%;
  }

  .laptop\:w-5\/12{
    width: 41.666667%;
  }

  .laptop\:w-6\/12{
    width: 50%;
  }

  .laptop\:w-7\/12{
    width: 58.333333%;
  }

  .laptop\:w-8\/12{
    width: 66.666667%;
  }

  .laptop\:w-9\/12{
    width: 75%;
  }

  .laptop\:w-10\/12{
    width: 83.333333%;
  }

  .laptop\:w-11\/12{
    width: 91.666667%;
  }

  .laptop\:w-full{
    width: 100%;
  }

  .laptop\:w-screen{
    width: 100vw;
  }

  .laptop\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .laptop\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .laptop\:w-2\.2{
    width: 0.5625rem;
  }

  .laptop\:w-48\.5{
    width: 12.125rem;
  }

  .laptop\:w-community{
    width: 816px;
  }

  .laptop\:w-slide{
    width: 705px;
  }

  .laptop\:w-slide-md{
    width: 600px;
  }

  .laptop\:w-sporson{
    width: 1064px;
  }

  .laptop\:w-sporson-lg{
    width: 900px;
  }

  .laptop\:w-line{
    width: 11%;
  }

  .laptop\:w-line-lg{
    width: 4%;
  }

  .laptop\:w-box-about{
    width: 928px;
  }

  .laptop\:w-box-about-alt{
    width: 1024px;
  }

  .laptop\:w-box-about-alt-lg{
    width: 660px;
  }

  .laptop\:w-circle{
    width: 120px;
  }

  .laptop\:w-circle-xl{
    width: 158px;
  }

  .laptop\:w-guide{
    width: 280px;
  }

  .laptop\:w-value{
    width: 205px;
  }

  .laptop\:w-sub-menu{
    width: 335px;
  }

  .laptop\:w-because{
    width: 397px;
  }

  .laptop\:w-because-sm{
    width: 280px;
  }

  .laptop\:w-table{
    width: 66%;
  }

  .laptop\:z-0{
    z-index: 0;
  }

  .laptop\:z-10{
    z-index: 10;
  }

  .laptop\:z-20{
    z-index: 20;
  }

  .laptop\:z-30{
    z-index: 30;
  }

  .laptop\:z-40{
    z-index: 40;
  }

  .laptop\:z-50{
    z-index: 50;
  }

  .laptop\:z-100{
    z-index: 9999;
  }

  .laptop\:z-auto{
    z-index: auto;
  }

  .laptop\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .laptop\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .laptop\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .laptop\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .laptop\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .laptop\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .laptop\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .laptop\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .laptop\:focus\:z-0:focus{
    z-index: 0;
  }

  .laptop\:focus\:z-10:focus{
    z-index: 10;
  }

  .laptop\:focus\:z-20:focus{
    z-index: 20;
  }

  .laptop\:focus\:z-30:focus{
    z-index: 30;
  }

  .laptop\:focus\:z-40:focus{
    z-index: 40;
  }

  .laptop\:focus\:z-50:focus{
    z-index: 50;
  }

  .laptop\:focus\:z-100:focus{
    z-index: 9999;
  }

  .laptop\:focus\:z-auto:focus{
    z-index: auto;
  }

  .laptop\:gap-0{
    gap: 0px;
  }

  .laptop\:gap-1{
    gap: 0.25rem;
  }

  .laptop\:gap-2{
    gap: 0.5rem;
  }

  .laptop\:gap-3{
    gap: 0.75rem;
  }

  .laptop\:gap-4{
    gap: 1rem;
  }

  .laptop\:gap-5{
    gap: 1.25rem;
  }

  .laptop\:gap-6{
    gap: 1.5rem;
  }

  .laptop\:gap-7{
    gap: 1.75rem;
  }

  .laptop\:gap-8{
    gap: 2rem;
  }

  .laptop\:gap-9{
    gap: 2.25rem;
  }

  .laptop\:gap-10{
    gap: 2.5rem;
  }

  .laptop\:gap-11{
    gap: 2.75rem;
  }

  .laptop\:gap-12{
    gap: 3rem;
  }

  .laptop\:gap-13{
    gap: 3.375rem;
  }

  .laptop\:gap-14{
    gap: 3.5rem;
  }

  .laptop\:gap-15{
    gap: 3.75rem;
  }

  .laptop\:gap-16{
    gap: 4rem;
  }

  .laptop\:gap-17{
    gap: 4.375rem;
  }

  .laptop\:gap-18{
    gap: 4.5rem;
  }

  .laptop\:gap-19{
    gap: 4.75rem;
  }

  .laptop\:gap-20{
    gap: 5rem;
  }

  .laptop\:gap-21{
    gap: 5.5rem;
  }

  .laptop\:gap-22{
    gap: 5.625rem;
  }

  .laptop\:gap-23{
    gap: 6.125rem;
  }

  .laptop\:gap-24{
    gap: 6rem;
  }

  .laptop\:gap-25{
    gap: 6.5rem;
  }

  .laptop\:gap-26{
    gap: 6.75rem;
  }

  .laptop\:gap-27{
    gap: 6.25rem;
  }

  .laptop\:gap-28{
    gap: 7rem;
  }

  .laptop\:gap-29{
    gap: 7.5rem;
  }

  .laptop\:gap-32{
    gap: 8rem;
  }

  .laptop\:gap-34{
    gap: 8.5rem;
  }

  .laptop\:gap-35{
    gap: 8.75rem;
  }

  .laptop\:gap-36{
    gap: 9rem;
  }

  .laptop\:gap-37{
    gap: 9.125rem;
  }

  .laptop\:gap-38{
    gap: 9.5rem;
  }

  .laptop\:gap-40{
    gap: 10rem;
  }

  .laptop\:gap-41{
    gap: 10.5rem;
  }

  .laptop\:gap-42{
    gap: 10.625rem;
  }

  .laptop\:gap-44{
    gap: 11rem;
  }

  .laptop\:gap-45{
    gap: 11.25rem;
  }

  .laptop\:gap-48{
    gap: 12rem;
  }

  .laptop\:gap-49{
    gap: 12.5rem;
  }

  .laptop\:gap-52{
    gap: 13rem;
  }

  .laptop\:gap-56{
    gap: 14rem;
  }

  .laptop\:gap-57{
    gap: 14.375rem;
  }

  .laptop\:gap-60{
    gap: 15rem;
  }

  .laptop\:gap-64{
    gap: 16rem;
  }

  .laptop\:gap-72{
    gap: 18rem;
  }

  .laptop\:gap-80{
    gap: 20rem;
  }

  .laptop\:gap-82{
    gap: 22rem;
  }

  .laptop\:gap-83{
    gap: 23.8125rem;
  }

  .laptop\:gap-96{
    gap: 24rem;
  }

  .laptop\:gap-px{
    gap: 1px;
  }

  .laptop\:gap-0\.5{
    gap: 0.125rem;
  }

  .laptop\:gap-1\.5{
    gap: 0.375rem;
  }

  .laptop\:gap-2\.5{
    gap: 0.625rem;
  }

  .laptop\:gap-3\.5{
    gap: 0.875rem;
  }

  .laptop\:gap-4\.5{
    gap: 1.125rem;
  }

  .laptop\:gap-5\.5{
    gap: 1.375rem;
  }

  .laptop\:gap-6\.5{
    gap: 1.625rem;
  }

  .laptop\:gap-7\.5{
    gap: 1.875rem;
  }

  .laptop\:gap-8\.5{
    gap: 2.125rem;
  }

  .laptop\:gap-9\.5{
    gap: 2.375rem;
  }

  .laptop\:gap-10\.5{
    gap: 2.625rem;
  }

  .laptop\:gap-11\.5{
    gap: 2.875rem;
  }

  .laptop\:gap-12\.5{
    gap: 3.125rem;
  }

  .laptop\:gap-13\.5{
    gap: 3.25rem;
  }

  .laptop\:gap-15\.5{
    gap: 3.8rem;
  }

  .laptop\:gap-16\.5{
    gap: 4.125rem;
  }

  .laptop\:gap-17\.5{
    gap: 4.25rem;
  }

  .laptop\:gap-18\.5{
    gap: 4.625rem;
  }

  .laptop\:gap-20\.5{
    gap: 5.25rem;
  }

  .laptop\:gap-21\.5{
    gap: 5.75rem;
  }

  .laptop\:gap-22\.5{
    gap: 5.875rem;
  }

  .laptop\:gap-24\.5{
    gap: 6.8125rem;
  }

  .laptop\:gap-28\.5{
    gap: 7.375rem;
  }

  .laptop\:gap-29\.5{
    gap: 7.75rem;
  }

  .laptop\:gap-32\.5{
    gap: 8.125rem;
  }

  .laptop\:gap-33\.5{
    gap: 8.8125rem;
  }

  .laptop\:gap-42\.5{
    gap: 10.875rem;
  }

  .laptop\:gap-49\.5{
    gap: 12.75rem;
  }

  .laptop\:gap-72\.5{
    gap: 18.25rem;
  }

  .laptop\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .laptop\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .laptop\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .laptop\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .laptop\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .laptop\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .laptop\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .laptop\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .laptop\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .laptop\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .laptop\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .laptop\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .laptop\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .laptop\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .laptop\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .laptop\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .laptop\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .laptop\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .laptop\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .laptop\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .laptop\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .laptop\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .laptop\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .laptop\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .laptop\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .laptop\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .laptop\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .laptop\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .laptop\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .laptop\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .laptop\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .laptop\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .laptop\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .laptop\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .laptop\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .laptop\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .laptop\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .laptop\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .laptop\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .laptop\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .laptop\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .laptop\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .laptop\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .laptop\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .laptop\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .laptop\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .laptop\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .laptop\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .laptop\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .laptop\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .laptop\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .laptop\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .laptop\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .laptop\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .laptop\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .laptop\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .laptop\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .laptop\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .laptop\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .laptop\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .laptop\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .laptop\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .laptop\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .laptop\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .laptop\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .laptop\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .laptop\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .laptop\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .laptop\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .laptop\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .laptop\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .laptop\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .laptop\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .laptop\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .laptop\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .laptop\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .laptop\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .laptop\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .laptop\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .laptop\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .laptop\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .laptop\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .laptop\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .laptop\:gap-y-0{
    row-gap: 0px;
  }

  .laptop\:gap-y-1{
    row-gap: 0.25rem;
  }

  .laptop\:gap-y-2{
    row-gap: 0.5rem;
  }

  .laptop\:gap-y-3{
    row-gap: 0.75rem;
  }

  .laptop\:gap-y-4{
    row-gap: 1rem;
  }

  .laptop\:gap-y-5{
    row-gap: 1.25rem;
  }

  .laptop\:gap-y-6{
    row-gap: 1.5rem;
  }

  .laptop\:gap-y-7{
    row-gap: 1.75rem;
  }

  .laptop\:gap-y-8{
    row-gap: 2rem;
  }

  .laptop\:gap-y-9{
    row-gap: 2.25rem;
  }

  .laptop\:gap-y-10{
    row-gap: 2.5rem;
  }

  .laptop\:gap-y-11{
    row-gap: 2.75rem;
  }

  .laptop\:gap-y-12{
    row-gap: 3rem;
  }

  .laptop\:gap-y-13{
    row-gap: 3.375rem;
  }

  .laptop\:gap-y-14{
    row-gap: 3.5rem;
  }

  .laptop\:gap-y-15{
    row-gap: 3.75rem;
  }

  .laptop\:gap-y-16{
    row-gap: 4rem;
  }

  .laptop\:gap-y-17{
    row-gap: 4.375rem;
  }

  .laptop\:gap-y-18{
    row-gap: 4.5rem;
  }

  .laptop\:gap-y-19{
    row-gap: 4.75rem;
  }

  .laptop\:gap-y-20{
    row-gap: 5rem;
  }

  .laptop\:gap-y-21{
    row-gap: 5.5rem;
  }

  .laptop\:gap-y-22{
    row-gap: 5.625rem;
  }

  .laptop\:gap-y-23{
    row-gap: 6.125rem;
  }

  .laptop\:gap-y-24{
    row-gap: 6rem;
  }

  .laptop\:gap-y-25{
    row-gap: 6.5rem;
  }

  .laptop\:gap-y-26{
    row-gap: 6.75rem;
  }

  .laptop\:gap-y-27{
    row-gap: 6.25rem;
  }

  .laptop\:gap-y-28{
    row-gap: 7rem;
  }

  .laptop\:gap-y-29{
    row-gap: 7.5rem;
  }

  .laptop\:gap-y-32{
    row-gap: 8rem;
  }

  .laptop\:gap-y-34{
    row-gap: 8.5rem;
  }

  .laptop\:gap-y-35{
    row-gap: 8.75rem;
  }

  .laptop\:gap-y-36{
    row-gap: 9rem;
  }

  .laptop\:gap-y-37{
    row-gap: 9.125rem;
  }

  .laptop\:gap-y-38{
    row-gap: 9.5rem;
  }

  .laptop\:gap-y-40{
    row-gap: 10rem;
  }

  .laptop\:gap-y-41{
    row-gap: 10.5rem;
  }

  .laptop\:gap-y-42{
    row-gap: 10.625rem;
  }

  .laptop\:gap-y-44{
    row-gap: 11rem;
  }

  .laptop\:gap-y-45{
    row-gap: 11.25rem;
  }

  .laptop\:gap-y-48{
    row-gap: 12rem;
  }

  .laptop\:gap-y-49{
    row-gap: 12.5rem;
  }

  .laptop\:gap-y-52{
    row-gap: 13rem;
  }

  .laptop\:gap-y-56{
    row-gap: 14rem;
  }

  .laptop\:gap-y-57{
    row-gap: 14.375rem;
  }

  .laptop\:gap-y-60{
    row-gap: 15rem;
  }

  .laptop\:gap-y-64{
    row-gap: 16rem;
  }

  .laptop\:gap-y-72{
    row-gap: 18rem;
  }

  .laptop\:gap-y-80{
    row-gap: 20rem;
  }

  .laptop\:gap-y-82{
    row-gap: 22rem;
  }

  .laptop\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .laptop\:gap-y-96{
    row-gap: 24rem;
  }

  .laptop\:gap-y-px{
    row-gap: 1px;
  }

  .laptop\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .laptop\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .laptop\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .laptop\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .laptop\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .laptop\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .laptop\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .laptop\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .laptop\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .laptop\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .laptop\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .laptop\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .laptop\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .laptop\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .laptop\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .laptop\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .laptop\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .laptop\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .laptop\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .laptop\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .laptop\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .laptop\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .laptop\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .laptop\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .laptop\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .laptop\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .laptop\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .laptop\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .laptop\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .laptop\:grid-flow-row{
    grid-auto-flow: row;
  }

  .laptop\:grid-flow-col{
    grid-auto-flow: column;
  }

  .laptop\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .laptop\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .laptop\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .laptop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .laptop\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .laptop\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .laptop\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .laptop\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .laptop\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .laptop\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .laptop\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .laptop\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .laptop\:grid-cols-none{
    grid-template-columns: none;
  }

  .laptop\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .laptop\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .laptop\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .laptop\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .laptop\:col-auto{
    grid-column: auto;
  }

  .laptop\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .laptop\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .laptop\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .laptop\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .laptop\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .laptop\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .laptop\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .laptop\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .laptop\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .laptop\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .laptop\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .laptop\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .laptop\:col-span-full{
    grid-column: 1 / -1;
  }

  .laptop\:col-start-1{
    grid-column-start: 1;
  }

  .laptop\:col-start-2{
    grid-column-start: 2;
  }

  .laptop\:col-start-3{
    grid-column-start: 3;
  }

  .laptop\:col-start-4{
    grid-column-start: 4;
  }

  .laptop\:col-start-5{
    grid-column-start: 5;
  }

  .laptop\:col-start-6{
    grid-column-start: 6;
  }

  .laptop\:col-start-7{
    grid-column-start: 7;
  }

  .laptop\:col-start-8{
    grid-column-start: 8;
  }

  .laptop\:col-start-9{
    grid-column-start: 9;
  }

  .laptop\:col-start-10{
    grid-column-start: 10;
  }

  .laptop\:col-start-11{
    grid-column-start: 11;
  }

  .laptop\:col-start-12{
    grid-column-start: 12;
  }

  .laptop\:col-start-13{
    grid-column-start: 13;
  }

  .laptop\:col-start-auto{
    grid-column-start: auto;
  }

  .laptop\:col-end-1{
    grid-column-end: 1;
  }

  .laptop\:col-end-2{
    grid-column-end: 2;
  }

  .laptop\:col-end-3{
    grid-column-end: 3;
  }

  .laptop\:col-end-4{
    grid-column-end: 4;
  }

  .laptop\:col-end-5{
    grid-column-end: 5;
  }

  .laptop\:col-end-6{
    grid-column-end: 6;
  }

  .laptop\:col-end-7{
    grid-column-end: 7;
  }

  .laptop\:col-end-8{
    grid-column-end: 8;
  }

  .laptop\:col-end-9{
    grid-column-end: 9;
  }

  .laptop\:col-end-10{
    grid-column-end: 10;
  }

  .laptop\:col-end-11{
    grid-column-end: 11;
  }

  .laptop\:col-end-12{
    grid-column-end: 12;
  }

  .laptop\:col-end-13{
    grid-column-end: 13;
  }

  .laptop\:col-end-auto{
    grid-column-end: auto;
  }

  .laptop\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .laptop\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .laptop\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .laptop\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .laptop\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .laptop\:grid-rows-none{
    grid-template-rows: none;
  }

  .laptop\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .laptop\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .laptop\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .laptop\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .laptop\:row-auto{
    grid-row: auto;
  }

  .laptop\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .laptop\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .laptop\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .laptop\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .laptop\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .laptop\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .laptop\:row-span-full{
    grid-row: 1 / -1;
  }

  .laptop\:row-start-1{
    grid-row-start: 1;
  }

  .laptop\:row-start-2{
    grid-row-start: 2;
  }

  .laptop\:row-start-3{
    grid-row-start: 3;
  }

  .laptop\:row-start-4{
    grid-row-start: 4;
  }

  .laptop\:row-start-5{
    grid-row-start: 5;
  }

  .laptop\:row-start-6{
    grid-row-start: 6;
  }

  .laptop\:row-start-7{
    grid-row-start: 7;
  }

  .laptop\:row-start-auto{
    grid-row-start: auto;
  }

  .laptop\:row-end-1{
    grid-row-end: 1;
  }

  .laptop\:row-end-2{
    grid-row-end: 2;
  }

  .laptop\:row-end-3{
    grid-row-end: 3;
  }

  .laptop\:row-end-4{
    grid-row-end: 4;
  }

  .laptop\:row-end-5{
    grid-row-end: 5;
  }

  .laptop\:row-end-6{
    grid-row-end: 6;
  }

  .laptop\:row-end-7{
    grid-row-end: 7;
  }

  .laptop\:row-end-auto{
    grid-row-end: auto;
  }

  .laptop\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .laptop\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .laptop\:transform-none{
    transform: none;
  }

  .laptop\:origin-center{
    transform-origin: center;
  }

  .laptop\:origin-top{
    transform-origin: top;
  }

  .laptop\:origin-top-right{
    transform-origin: top right;
  }

  .laptop\:origin-right{
    transform-origin: right;
  }

  .laptop\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .laptop\:origin-bottom{
    transform-origin: bottom;
  }

  .laptop\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .laptop\:origin-left{
    transform-origin: left;
  }

  .laptop\:origin-top-left{
    transform-origin: top left;
  }

  .laptop\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:scale-x-0{
    --tw-scale-x: 0;
  }

  .laptop\:scale-x-50{
    --tw-scale-x: .5;
  }

  .laptop\:scale-x-75{
    --tw-scale-x: .75;
  }

  .laptop\:scale-x-90{
    --tw-scale-x: .9;
  }

  .laptop\:scale-x-95{
    --tw-scale-x: .95;
  }

  .laptop\:scale-x-100{
    --tw-scale-x: 1;
  }

  .laptop\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .laptop\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .laptop\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .laptop\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .laptop\:scale-y-0{
    --tw-scale-y: 0;
  }

  .laptop\:scale-y-50{
    --tw-scale-y: .5;
  }

  .laptop\:scale-y-75{
    --tw-scale-y: .75;
  }

  .laptop\:scale-y-90{
    --tw-scale-y: .9;
  }

  .laptop\:scale-y-95{
    --tw-scale-y: .95;
  }

  .laptop\:scale-y-100{
    --tw-scale-y: 1;
  }

  .laptop\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .laptop\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .laptop\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .laptop\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .laptop\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .laptop\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .laptop\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .laptop\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .laptop\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .laptop\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .laptop\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .laptop\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .laptop\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .laptop\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .laptop\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .laptop\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .laptop\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .laptop\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .laptop\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .laptop\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .laptop\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .laptop\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .laptop\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .laptop\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .laptop\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .laptop\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .laptop\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .laptop\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .laptop\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .laptop\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .laptop\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .laptop\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .laptop\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .laptop\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .laptop\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .laptop\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .laptop\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .laptop\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .laptop\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .laptop\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .laptop\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .laptop\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .laptop\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .laptop\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .laptop\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .laptop\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .laptop\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .laptop\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .laptop\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .laptop\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .laptop\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .laptop\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .laptop\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .laptop\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .laptop\:rotate-0{
    --tw-rotate: 0deg;
  }

  .laptop\:rotate-1{
    --tw-rotate: 1deg;
  }

  .laptop\:rotate-2{
    --tw-rotate: 2deg;
  }

  .laptop\:rotate-3{
    --tw-rotate: 3deg;
  }

  .laptop\:rotate-6{
    --tw-rotate: 6deg;
  }

  .laptop\:rotate-12{
    --tw-rotate: 12deg;
  }

  .laptop\:rotate-45{
    --tw-rotate: 45deg;
  }

  .laptop\:rotate-90{
    --tw-rotate: 90deg;
  }

  .laptop\:rotate-180{
    --tw-rotate: 180deg;
  }

  .laptop\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .laptop\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .laptop\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .laptop\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .laptop\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .laptop\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .laptop\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .laptop\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .laptop\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .laptop\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .laptop\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .laptop\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .laptop\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .laptop\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .laptop\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .laptop\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .laptop\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .laptop\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .laptop\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .laptop\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .laptop\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .laptop\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .laptop\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .laptop\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .laptop\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .laptop\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .laptop\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .laptop\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .laptop\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .laptop\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .laptop\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .laptop\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .laptop\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .laptop\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .laptop\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .laptop\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .laptop\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .laptop\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .laptop\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .laptop\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .laptop\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .laptop\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .laptop\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .laptop\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .laptop\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .laptop\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .laptop\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .laptop\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .laptop\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .laptop\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .laptop\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .laptop\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .laptop\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .laptop\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .laptop\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .laptop\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .laptop\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .laptop\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .laptop\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .laptop\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .laptop\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .laptop\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .laptop\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .laptop\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .laptop\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .laptop\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .laptop\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .laptop\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .laptop\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .laptop\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .laptop\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .laptop\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .laptop\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .laptop\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .laptop\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .laptop\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .laptop\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .laptop\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .laptop\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .laptop\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .laptop\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .laptop\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .laptop\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .laptop\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .laptop\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .laptop\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .laptop\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .laptop\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .laptop\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .laptop\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .laptop\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .laptop\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .laptop\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .laptop\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .laptop\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .laptop\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .laptop\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .laptop\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .laptop\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .laptop\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .laptop\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .laptop\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .laptop\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .laptop\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .laptop\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .laptop\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .laptop\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .laptop\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .laptop\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .laptop\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .laptop\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .laptop\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .laptop\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .laptop\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .laptop\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .laptop\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .laptop\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .laptop\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .laptop\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .laptop\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .laptop\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .laptop\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .laptop\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .laptop\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .laptop\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .laptop\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .laptop\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .laptop\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .laptop\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .laptop\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .laptop\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .laptop\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .laptop\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .laptop\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .laptop\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .laptop\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .laptop\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .laptop\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .laptop\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .laptop\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .laptop\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .laptop\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .laptop\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .laptop\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .laptop\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .laptop\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .laptop\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .laptop\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .laptop\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .laptop\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .laptop\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .laptop\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .laptop\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .laptop\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .laptop\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .laptop\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .laptop\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .laptop\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .laptop\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .laptop\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .laptop\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .laptop\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .laptop\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .laptop\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .laptop\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .laptop\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .laptop\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .laptop\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .laptop\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .laptop\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .laptop\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .laptop\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .laptop\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .laptop\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .laptop\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .laptop\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .laptop\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .laptop\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .laptop\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .laptop\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .laptop\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .laptop\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .laptop\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .laptop\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .laptop\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .laptop\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .laptop\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .laptop\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .laptop\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .laptop\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .laptop\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .laptop\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .laptop\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .laptop\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .laptop\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .laptop\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .laptop\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .laptop\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .laptop\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .laptop\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .laptop\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .laptop\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .laptop\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .laptop\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .laptop\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .laptop\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .laptop\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .laptop\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .laptop\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .laptop\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .laptop\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .laptop\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .laptop\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .laptop\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .laptop\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .laptop\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .laptop\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .laptop\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .laptop\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .laptop\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .laptop\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .laptop\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .laptop\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .laptop\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .laptop\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .laptop\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .laptop\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .laptop\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .laptop\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .laptop\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .laptop\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .laptop\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .laptop\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .laptop\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .laptop\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .laptop\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .laptop\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .laptop\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .laptop\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .laptop\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .laptop\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .laptop\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .laptop\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .laptop\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .laptop\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .laptop\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .laptop\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .laptop\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .laptop\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .laptop\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .laptop\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .laptop\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .laptop\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .laptop\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .laptop\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .laptop\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .laptop\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .laptop\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .laptop\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .laptop\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .laptop\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .laptop\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .laptop\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .laptop\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .laptop\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .laptop\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .laptop\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .laptop\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .laptop\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .laptop\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .laptop\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .laptop\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .laptop\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .laptop\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .laptop\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .laptop\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .laptop\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .laptop\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .laptop\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .laptop\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .laptop\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .laptop\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .laptop\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .laptop\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .laptop\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .laptop\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .laptop\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .laptop\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .laptop\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .laptop\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .laptop\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .laptop\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .laptop\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .laptop\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .laptop\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .laptop\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .laptop\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .laptop\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .laptop\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .laptop\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .laptop\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .laptop\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .laptop\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .laptop\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .laptop\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .laptop\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .laptop\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .laptop\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .laptop\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .laptop\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .laptop\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .laptop\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .laptop\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .laptop\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .laptop\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .laptop\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .laptop\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .laptop\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .laptop\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .laptop\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .laptop\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .laptop\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .laptop\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .laptop\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .laptop\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .laptop\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .laptop\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .laptop\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .laptop\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .laptop\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .laptop\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .laptop\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .laptop\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .laptop\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .laptop\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .laptop\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .laptop\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .laptop\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .laptop\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .laptop\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .laptop\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .laptop\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .laptop\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .laptop\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .laptop\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .laptop\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .laptop\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .laptop\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .laptop\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .laptop\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .laptop\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .laptop\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .laptop\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .laptop\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .laptop\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .laptop\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .laptop\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .laptop\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .laptop\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .laptop\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .laptop\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .laptop\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .laptop\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .laptop\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .laptop\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .laptop\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .laptop\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .laptop\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .laptop\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .laptop\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .laptop\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .laptop\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .laptop\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .laptop\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .laptop\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .laptop\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .laptop\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .laptop\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .laptop\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .laptop\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .laptop\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .laptop\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .laptop\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .laptop\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .laptop\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .laptop\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .laptop\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .laptop\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .laptop\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .laptop\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .laptop\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .laptop\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .laptop\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .laptop\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .laptop\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .laptop\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .laptop\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .laptop\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .laptop\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .laptop\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .laptop\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .laptop\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .laptop\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .laptop\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .laptop\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .laptop\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .laptop\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .laptop\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .laptop\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .laptop\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .laptop\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .laptop\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .laptop\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .laptop\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .laptop\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .laptop\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .laptop\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .laptop\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .laptop\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .laptop\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .laptop\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .laptop\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .laptop\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .laptop\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .laptop\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .laptop\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .laptop\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .laptop\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .laptop\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .laptop\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .laptop\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .laptop\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .laptop\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .laptop\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .laptop\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .laptop\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .laptop\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .laptop\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .laptop\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .laptop\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .laptop\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .laptop\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .laptop\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .laptop\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .laptop\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .laptop\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .laptop\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .laptop\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .laptop\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .laptop\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .laptop\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .laptop\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .laptop\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .laptop\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .laptop\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .laptop\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .laptop\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .laptop\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .laptop\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .laptop\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .laptop\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .laptop\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .laptop\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .laptop\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .laptop\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .laptop\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .laptop\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .laptop\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .laptop\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .laptop\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .laptop\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .laptop\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .laptop\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .laptop\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .laptop\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .laptop\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .laptop\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .laptop\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .laptop\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .laptop\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .laptop\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .laptop\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .laptop\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .laptop\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .laptop\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .laptop\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .laptop\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .laptop\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .laptop\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .laptop\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .laptop\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .laptop\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .laptop\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .laptop\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .laptop\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .laptop\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .laptop\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .laptop\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .laptop\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .laptop\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .laptop\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .laptop\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .laptop\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .laptop\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .laptop\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .laptop\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .laptop\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .laptop\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .laptop\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .laptop\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .laptop\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .laptop\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .laptop\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .laptop\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .laptop\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .laptop\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .laptop\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .laptop\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .laptop\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .laptop\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .laptop\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .laptop\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .laptop\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .laptop\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .laptop\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .laptop\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .laptop\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .laptop\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .laptop\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .laptop\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .laptop\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .laptop\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .laptop\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .laptop\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .laptop\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .laptop\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .laptop\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .laptop\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .laptop\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .laptop\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .laptop\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .laptop\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .laptop\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .laptop\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .laptop\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .laptop\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .laptop\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .laptop\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .laptop\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .laptop\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .laptop\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .laptop\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .laptop\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .laptop\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .laptop\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .laptop\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .laptop\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .laptop\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .laptop\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .laptop\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .laptop\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .laptop\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .laptop\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .laptop\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .laptop\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .laptop\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .laptop\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .laptop\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .laptop\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .laptop\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .laptop\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .laptop\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .laptop\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .laptop\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .laptop\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .laptop\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .laptop\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .laptop\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .laptop\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .laptop\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .laptop\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .laptop\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .laptop\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .laptop\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .laptop\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .laptop\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .laptop\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .laptop\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .laptop\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .laptop\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .laptop\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .laptop\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .laptop\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .laptop\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .laptop\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .laptop\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .laptop\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .laptop\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .laptop\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .laptop\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .laptop\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .laptop\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .laptop\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .laptop\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .laptop\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .laptop\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .laptop\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .laptop\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .laptop\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .laptop\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .laptop\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .laptop\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .laptop\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .laptop\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .laptop\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .laptop\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .laptop\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .laptop\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .laptop\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .laptop\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .laptop\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .laptop\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .laptop\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .laptop\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .laptop\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .laptop\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .laptop\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .laptop\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .laptop\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .laptop\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .laptop\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .laptop\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .laptop\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .laptop\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .laptop\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .laptop\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .laptop\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .laptop\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .laptop\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .laptop\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .laptop\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .laptop\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .laptop\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .laptop\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .laptop\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .laptop\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .laptop\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .laptop\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .laptop\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .laptop\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .laptop\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .laptop\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .laptop\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .laptop\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .laptop\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .laptop\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .laptop\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .laptop\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .laptop\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .laptop\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .laptop\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .laptop\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .laptop\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .laptop\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .laptop\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .laptop\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .laptop\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .laptop\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .laptop\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .laptop\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .laptop\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .laptop\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .laptop\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .laptop\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .laptop\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .laptop\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .laptop\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .laptop\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .laptop\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .laptop\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .laptop\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .laptop\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .laptop\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .laptop\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .laptop\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .laptop\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .laptop\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .laptop\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .laptop\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .laptop\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .laptop\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .laptop\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .laptop\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .laptop\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .laptop\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .laptop\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .laptop\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .laptop\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .laptop\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .laptop\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .laptop\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .laptop\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .laptop\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .laptop\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .laptop\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .laptop\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .laptop\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .laptop\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .laptop\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .laptop\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .laptop\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .laptop\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .laptop\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .laptop\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .laptop\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .laptop\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .laptop\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .laptop\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .laptop\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .laptop\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .laptop\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .laptop\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .laptop\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .laptop\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .laptop\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .laptop\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .laptop\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .laptop\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .laptop\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .laptop\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .laptop\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .laptop\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .laptop\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .laptop\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .laptop\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .laptop\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .laptop\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .laptop\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .laptop\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .laptop\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .laptop\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .laptop\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .laptop\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .laptop\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .laptop\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .laptop\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .laptop\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .laptop\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .laptop\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .laptop\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .laptop\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .laptop\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .laptop\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .laptop\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .laptop\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .laptop\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .laptop\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .laptop\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .laptop\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .laptop\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .laptop\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .laptop\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .laptop\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .laptop\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .laptop\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .laptop\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .laptop\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .laptop\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .laptop\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .laptop\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .laptop\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .laptop\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .laptop\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .laptop\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .laptop\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .laptop\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .laptop\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .laptop\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .laptop\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .laptop\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .laptop\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .laptop\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .laptop\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .laptop\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .laptop\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .laptop\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .laptop\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .laptop\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .laptop\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .laptop\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .laptop\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .laptop\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .laptop\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .laptop\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .laptop\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .laptop\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .laptop\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .laptop\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .laptop\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .laptop\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .laptop\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .laptop\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .laptop\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .laptop\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .laptop\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .laptop\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .laptop\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .laptop\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .laptop\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .laptop\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .laptop\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .laptop\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .laptop\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .laptop\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .laptop\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .laptop\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .laptop\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .laptop\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .laptop\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .laptop\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .laptop\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .laptop\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .laptop\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .laptop\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .laptop\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .laptop\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .laptop\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .laptop\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .laptop\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .laptop\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .laptop\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .laptop\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .laptop\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .laptop\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .laptop\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .laptop\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .laptop\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .laptop\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .laptop\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .laptop\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .laptop\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .laptop\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .laptop\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .laptop\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .laptop\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .laptop\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .laptop\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .laptop\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .laptop\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .laptop\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .laptop\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .laptop\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .laptop\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .laptop\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .laptop\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .laptop\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .laptop\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .laptop\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .laptop\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .laptop\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .laptop\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .laptop\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .laptop\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .laptop\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .laptop\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .laptop\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .laptop\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .laptop\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .laptop\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .laptop\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .laptop\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .laptop\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .laptop\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .laptop\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .laptop\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .laptop\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .laptop\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .laptop\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .laptop\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .laptop\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .laptop\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .laptop\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .laptop\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .laptop\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .laptop\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .laptop\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .laptop\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .laptop\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .laptop\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .laptop\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .laptop\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .laptop\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .laptop\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .laptop\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .laptop\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .laptop\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .laptop\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .laptop\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .laptop\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .laptop\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .laptop\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .laptop\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .laptop\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .laptop\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .laptop\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .laptop\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .laptop\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .laptop\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .laptop\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .laptop\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .laptop\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .laptop\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .laptop\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .laptop\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .laptop\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .laptop\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .laptop\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .laptop\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .laptop\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .laptop\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .laptop\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .laptop\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .laptop\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .laptop\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .laptop\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .laptop\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .laptop\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .laptop\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .laptop\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .laptop\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .laptop\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .laptop\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .laptop\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .laptop\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .laptop\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .laptop\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .laptop\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .laptop\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .laptop\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .laptop\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .laptop\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .laptop\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .laptop\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .laptop\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .laptop\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .laptop\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .laptop\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .laptop\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .laptop\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .laptop\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .laptop\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .laptop\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .laptop\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .laptop\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .laptop\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .laptop\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .laptop\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .laptop\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .laptop\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .laptop\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .laptop\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .laptop\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .laptop\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .laptop\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .laptop\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .laptop\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .laptop\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .laptop\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .laptop\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .laptop\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .laptop\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .laptop\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .laptop\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .laptop\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .laptop\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .laptop\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .laptop\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .laptop\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .laptop\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .laptop\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .laptop\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .laptop\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .laptop\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .laptop\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .laptop\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .laptop\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .laptop\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .laptop\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .laptop\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .laptop\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .laptop\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .laptop\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .laptop\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .laptop\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .laptop\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .laptop\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .laptop\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .laptop\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .laptop\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .laptop\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .laptop\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .laptop\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .laptop\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .laptop\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .laptop\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .laptop\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .laptop\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .laptop\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .laptop\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .laptop\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .laptop\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .laptop\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .laptop\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .laptop\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .laptop\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .laptop\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .laptop\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .laptop\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .laptop\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .laptop\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .laptop\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .laptop\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .laptop\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .laptop\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .laptop\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .laptop\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .laptop\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .laptop\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .laptop\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .laptop\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .laptop\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .laptop\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .laptop\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .laptop\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .laptop\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .laptop\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .laptop\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .laptop\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .laptop\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .laptop\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .laptop\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .laptop\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .laptop\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .laptop\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .laptop\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .laptop\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .laptop\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .laptop\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .laptop\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .laptop\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .laptop\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .laptop\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .laptop\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .laptop\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .laptop\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .laptop\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .laptop\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .laptop\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .laptop\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .laptop\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .laptop\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .laptop\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .laptop\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .laptop\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .laptop\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .laptop\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .laptop\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .laptop\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .laptop\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .laptop\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .laptop\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .laptop\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .laptop\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .laptop\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .laptop\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .laptop\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .laptop\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .laptop\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .laptop\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .laptop\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .laptop\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .laptop\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .laptop\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .laptop\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .laptop\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .laptop\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .laptop\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .laptop\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .laptop\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .laptop\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .laptop\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .laptop\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .laptop\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .laptop\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .laptop\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .laptop\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .laptop\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .laptop\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .laptop\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .laptop\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .laptop\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .laptop\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .laptop\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .laptop\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .laptop\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .laptop\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .laptop\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .laptop\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .laptop\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .laptop\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .laptop\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .laptop\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .laptop\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .laptop\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .laptop\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .laptop\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .laptop\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .laptop\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .laptop\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .laptop\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .laptop\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .laptop\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .laptop\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .laptop\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .laptop\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .laptop\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .laptop\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .laptop\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .laptop\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .laptop\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .laptop\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .laptop\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .laptop\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .laptop\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .laptop\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .laptop\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .laptop\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .laptop\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .laptop\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .laptop\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .laptop\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .laptop\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .laptop\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .laptop\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .laptop\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .laptop\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .laptop\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .laptop\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .laptop\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .laptop\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .laptop\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .laptop\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .laptop\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .laptop\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .laptop\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .laptop\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .laptop\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .laptop\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .laptop\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .laptop\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .laptop\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .laptop\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .laptop\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .laptop\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .laptop\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .laptop\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .laptop\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .laptop\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .laptop\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .laptop\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .laptop\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .laptop\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .laptop\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .laptop\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .laptop\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .laptop\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .laptop\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .laptop\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .laptop\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .laptop\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .laptop\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .laptop\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .laptop\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .laptop\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .laptop\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .laptop\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .laptop\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .laptop\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .laptop\:transition-none{
    transition-property: none;
  }

  .laptop\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .laptop\:ease-linear{
    transition-timing-function: linear;
  }

  .laptop\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .laptop\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .laptop\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .laptop\:duration-75{
    transition-duration: 75ms;
  }

  .laptop\:duration-100{
    transition-duration: 100ms;
  }

  .laptop\:duration-150{
    transition-duration: 150ms;
  }

  .laptop\:duration-200{
    transition-duration: 200ms;
  }

  .laptop\:duration-300{
    transition-duration: 300ms;
  }

  .laptop\:duration-500{
    transition-duration: 500ms;
  }

  .laptop\:duration-700{
    transition-duration: 700ms;
  }

  .laptop\:duration-1000{
    transition-duration: 1000ms;
  }

  .laptop\:delay-75{
    transition-delay: 75ms;
  }

  .laptop\:delay-100{
    transition-delay: 100ms;
  }

  .laptop\:delay-150{
    transition-delay: 150ms;
  }

  .laptop\:delay-200{
    transition-delay: 200ms;
  }

  .laptop\:delay-300{
    transition-delay: 300ms;
  }

  .laptop\:delay-500{
    transition-delay: 500ms;
  }

  .laptop\:delay-700{
    transition-delay: 700ms;
  }

  .laptop\:delay-1000{
    transition-delay: 1000ms;
  }

  .laptop\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .laptop\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .laptop\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .laptop\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .laptop\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}

@media (min-width: 1282px){
  .xxl\:container{
    width: 100%;
  }

  @media (min-width: 322px){
    .xxl\:container{
      max-width: 322px;
    }
  }

  @media (min-width: 576px){
    .xxl\:container{
      max-width: 576px;
    }
  }

  @media (min-width: 768px){
    .xxl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 992px){
    .xxl\:container{
      max-width: 992px;
    }
  }

  @media (min-width: 1025px){
    .xxl\:container{
      max-width: 1025px;
    }
  }

  @media (min-width: 1200px){
    .xxl\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1282px){
    .xxl\:container{
      max-width: 1282px;
    }
  }

  @media (min-width: 1536px){
    .xxl\:container{
      max-width: 1536px;
    }
  }

  .xxl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(22rem * var(--tw-space-x-reverse));
    margin-left: calc(22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.8125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.8rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.8125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.8125rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-13 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-15 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-17 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-18 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-19 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-21 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-22 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-23 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-25 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-26 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-27 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-29 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-34 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-35 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-37 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-38 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-41 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-42 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-44 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-45 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-49 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-52 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-14.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-57 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-14.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-14.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-80 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-22rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-22rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-82 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-22rem * var(--tw-space-x-reverse));
    margin-left: calc(-22rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.8125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-83 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-96 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-5\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-6\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-8\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-10\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-11\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.8rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-15\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.8rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-16\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-17\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.625rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-18\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-20\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-21\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-22\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.8125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-24\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.375rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-28\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-29\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-32\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.8125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.8125rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-33\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.8125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.8125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.875rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-42\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.75rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-49\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-12.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:-space-y-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.25rem * var(--tw-space-y-reverse));
  }

  .xxl\:-space-x-72\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xxl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xxl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xxl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(6px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(6px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(6px * var(--tw-divide-x-reverse));
    border-left-width: calc(6px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(9px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(9px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(9px * var(--tw-divide-x-reverse));
    border-left-width: calc(9px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(10px * var(--tw-divide-x-reverse));
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(14px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(14px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(14px * var(--tw-divide-x-reverse));
    border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xxl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xxl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xxl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xxl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xxl\:divide-current > :not([hidden]) ~ :not([hidden]){
    border-color: currentColor;
  }

  .xxl\:divide-black-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:divide-black-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:divide-black-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:divide-black-350 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:divide-black-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity));
  }

  .xxl\:divide-black-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-divide-opacity));
  }

  .xxl\:divide-white-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-divide-opacity));
  }

  .xxl\:divide-white-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-divide-opacity));
  }

  .xxl\:divide-white-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xxl\:divide-white-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-divide-opacity));
  }

  .xxl\:divide-gray-950 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-200 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:divide-red-350 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-450 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-650 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-750 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-850 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-divide-opacity));
  }

  .xxl\:divide-red-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
  }

  .xxl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-300 > :not([hidden]) ~ :not([hidden]){
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:divide-green-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-550 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
  }

  .xxl\:divide-green-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .xxl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
  }

  .xxl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .xxl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
  }

  .xxl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
  }

  .xxl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-divide-opacity));
  }

  .xxl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-divide-opacity));
  }

  .xxl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xxl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xxl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xxl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xxl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xxl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xxl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05;
  }

  .xxl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1;
  }

  .xxl\:divide-opacity-11 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .86;
  }

  .xxl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2;
  }

  .xxl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xxl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3;
  }

  .xxl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4;
  }

  .xxl\:divide-opacity-45 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .45;
  }

  .xxl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xxl\:divide-opacity-58 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .58;
  }

  .xxl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6;
  }

  .xxl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7;
  }

  .xxl\:divide-opacity-74 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: .74;
  }

  .xxl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xxl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8;
  }

  .xxl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9;
  }

  .xxl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95;
  }

  .xxl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xxl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:focus-within\:sr-only:focus-within{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:focus-within\:not-sr-only:focus-within{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxl\:bg-fixed{
    background-attachment: fixed;
  }

  .xxl\:bg-local{
    background-attachment: local;
  }

  .xxl\:bg-scroll{
    background-attachment: scroll;
  }

  .xxl\:bg-clip-border{
    background-clip: border-box;
  }

  .xxl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xxl\:bg-clip-content{
    background-clip: content-box;
  }

  .xxl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xxl\:bg-transparent{
    background-color: transparent;
  }

  .xxl\:bg-current{
    background-color: currentColor;
  }

  .xxl\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xxl\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xxl\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xxl\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xxl\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xxl\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xxl\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxl\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxl\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxl\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxl\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxl\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxl\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxl\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xxl\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-transparent{
    background-color: transparent;
  }

  .group:hover .xxl\:group-hover\:bg-current{
    background-color: currentColor;
  }

  .group:hover .xxl\:group-hover\:bg-black-100{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xxl\:group-hover\:bg-black-200{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xxl\:group-hover\:bg-black-300{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xxl\:group-hover\:bg-black-350{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xxl\:group-hover\:bg-black-400{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-450{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-600{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-black-700{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-white-200{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-white-300{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-white-400{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-white-600{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-90{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-350{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-450{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-550{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-850{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-gray-950{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-50{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-200{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xxl\:group-hover\:bg-red-300{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xxl\:group-hover\:bg-red-350{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-450{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-600{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-650{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-700{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-750{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-800{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-850{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-red-900{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-50{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-300{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-600{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-700{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-800{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-yellow-900{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-50{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-300{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xxl\:group-hover\:bg-green-400{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-550{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-600{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-700{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-800{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-green-900{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-50{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-100{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-500{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-600{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-800{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-blue-900{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-50{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-100{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-300{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-400{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-500{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-600{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-700{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-800{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-indigo-900{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-50{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-100{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-200{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-300{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-400{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-600{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-700{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-800{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-purple-900{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-50{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-100{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-300{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-400{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-500{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-600{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-700{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-800{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-pink-900{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-orange-400{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .group:hover .xxl\:group-hover\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent;
  }

  .xxl\:focus-within\:bg-current:focus-within{
    background-color: currentColor;
  }

  .xxl\:focus-within\:bg-black-100:focus-within{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus-within\:bg-black-200:focus-within{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus-within\:bg-black-300:focus-within{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus-within\:bg-black-350:focus-within{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus-within\:bg-black-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-black-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-white-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-white-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-white-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-white-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-90:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-gray-950:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-200:focus-within{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus-within\:bg-red-300:focus-within{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus-within\:bg-red-350:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-450:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-650:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-750:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-850:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-red-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-yellow-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-300:focus-within{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus-within\:bg-green-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-550:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-green-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-blue-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-indigo-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-purple-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-50:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-100:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-200:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-300:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-600:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-700:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-800:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-pink-900:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-orange-400:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xxl\:focus-within\:bg-orange-500:focus-within{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xxl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xxl\:hover\:bg-black-100:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:hover\:bg-black-200:hover{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:hover\:bg-black-300:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:hover\:bg-black-350:hover{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:hover\:bg-black-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-black-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-white-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-white-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-white-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-white-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-90:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-gray-950:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-200:hover{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:hover\:bg-red-300:hover{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:hover\:bg-red-350:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-450:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-650:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-750:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-850:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-red-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-yellow-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-300:hover{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:hover\:bg-green-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-550:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-green-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-blue-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-indigo-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-purple-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-pink-900:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-orange-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xxl\:hover\:bg-orange-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xxl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xxl\:focus\:bg-black-100:focus{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:bg-black-200:focus{
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:bg-black-300:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:bg-black-350:focus{
    background-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:bg-black-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-black-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 96, 96, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-white-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 208, 220, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-white-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 66, 62, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-white-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-white-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 208, 209, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-90:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 139, 139, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 243, 244, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(174, 174, 174, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 89, 89, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 231, 237, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(122, 122, 122, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 235, 235, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(114, 114, 114, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-gray-950:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-200:focus{
    background-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:bg-red-300:focus{
    background-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:bg-red-350:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 245, 245, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 62, 58, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-450:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 247, 247, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(234, 27, 96, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 48, 44, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-650:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 49, 49, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(182, 20, 80, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-750:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(203, 54, 51, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(160, 40, 37, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-850:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 44, 41, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-red-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(119, 6, 3, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 217, 15, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-yellow-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-300:focus{
    background-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:bg-green-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 240, 118, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(97, 190, 121, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-550:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(112, 196, 134, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(89, 184, 178, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 252, 248, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-green-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(10, 56, 82, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-blue-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-indigo-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-purple-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-50:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-700:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-800:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-pink-900:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-orange-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 101, 40, var(--tw-bg-opacity));
  }

  .xxl\:focus\:bg-orange-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 60, 0, var(--tw-bg-opacity));
  }

  .xxl\:bg-none{
    background-image: none;
  }

  .xxl\:bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xxl\:bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xxl\:bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xxl\:bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xxl\:bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xxl\:bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xxl\:bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xxl\:bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xxl\:bg-circle{
    background-image: url('../img/bg-circle.png');
  }

  .xxl\:bg-circle-2{
    background-image: url('../img/bg-circle-2.png');
  }

  .xxl\:bg-img-about{
    background-image: url('../img/bg-about.jpg');
  }

  .xxl\:bg-login{
    background-image: url('../img/bg-login.jpg');
  }

  .xxl\:bg-user{
    background-image: url('../img/bgCollaborating.png');
  }

  .xxl\:bg-img-news{
    background-image: url('../img/bg-news.jpg');
  }

  .xxl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-current{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:from-black-100{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-black-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-black-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-black-350{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-black-400{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-black-450{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xxl\:from-black-500{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:from-black-600{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xxl\:from-black-700{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xxl\:from-white-200{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xxl\:from-white-300{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xxl\:from-white-400{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:from-white-600{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xxl\:from-gray-50{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxl\:from-gray-90{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xxl\:from-gray-100{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xxl\:from-gray-200{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xxl\:from-gray-300{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xxl\:from-gray-350{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xxl\:from-gray-400{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xxl\:from-gray-450{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:from-gray-500{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xxl\:from-gray-550{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xxl\:from-gray-600{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xxl\:from-gray-700{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xxl\:from-gray-800{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xxl\:from-gray-850{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xxl\:from-gray-900{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xxl\:from-gray-950{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xxl\:from-red-50{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxl\:from-red-100{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxl\:from-red-200{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-red-300{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:from-red-350{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xxl\:from-red-400{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:from-red-450{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xxl\:from-red-500{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xxl\:from-red-600{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xxl\:from-red-650{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xxl\:from-red-700{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xxl\:from-red-750{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xxl\:from-red-800{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xxl\:from-red-850{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xxl\:from-red-900{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xxl\:from-yellow-50{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxl\:from-yellow-100{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxl\:from-yellow-200{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxl\:from-yellow-300{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxl\:from-yellow-400{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xxl\:from-yellow-500{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxl\:from-yellow-600{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxl\:from-yellow-700{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxl\:from-yellow-800{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxl\:from-yellow-900{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxl\:from-green-50{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxl\:from-green-100{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxl\:from-green-200{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxl\:from-green-300{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:from-green-400{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xxl\:from-green-500{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xxl\:from-green-550{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xxl\:from-green-600{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xxl\:from-green-700{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xxl\:from-green-800{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxl\:from-green-900{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxl\:from-blue-50{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxl\:from-blue-100{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxl\:from-blue-200{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxl\:from-blue-300{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxl\:from-blue-400{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xxl\:from-blue-500{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxl\:from-blue-600{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxl\:from-blue-700{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxl\:from-blue-800{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxl\:from-blue-900{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxl\:from-indigo-50{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxl\:from-indigo-100{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxl\:from-indigo-200{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxl\:from-indigo-300{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxl\:from-indigo-400{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxl\:from-indigo-500{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxl\:from-indigo-600{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxl\:from-indigo-700{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxl\:from-indigo-800{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxl\:from-indigo-900{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxl\:from-purple-50{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxl\:from-purple-100{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxl\:from-purple-200{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxl\:from-purple-300{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxl\:from-purple-400{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxl\:from-purple-500{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxl\:from-purple-600{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxl\:from-purple-700{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxl\:from-purple-800{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxl\:from-purple-900{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxl\:from-pink-50{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxl\:from-pink-100{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxl\:from-pink-200{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxl\:from-pink-300{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxl\:from-pink-400{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxl\:from-pink-500{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxl\:from-pink-600{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxl\:from-pink-700{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxl\:from-pink-800{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxl\:from-pink-900{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxl\:from-orange-400{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xxl\:from-orange-500{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xxl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-current{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:via-black-100{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-black-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-black-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-black-350{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-black-400{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-black-450{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xxl\:via-black-500{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:via-black-600{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xxl\:via-black-700{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xxl\:via-white-200{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xxl\:via-white-300{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xxl\:via-white-400{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:via-white-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xxl\:via-gray-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxl\:via-gray-90{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xxl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xxl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xxl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xxl\:via-gray-350{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xxl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xxl\:via-gray-450{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xxl\:via-gray-550{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xxl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xxl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xxl\:via-gray-800{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xxl\:via-gray-850{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xxl\:via-gray-900{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xxl\:via-gray-950{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xxl\:via-red-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxl\:via-red-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxl\:via-red-200{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:via-red-350{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xxl\:via-red-400{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:via-red-450{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xxl\:via-red-500{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xxl\:via-red-600{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xxl\:via-red-650{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xxl\:via-red-700{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xxl\:via-red-750{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xxl\:via-red-800{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xxl\:via-red-850{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xxl\:via-red-900{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xxl\:via-yellow-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxl\:via-yellow-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxl\:via-yellow-300{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxl\:via-yellow-400{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xxl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxl\:via-yellow-600{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxl\:via-yellow-700{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxl\:via-yellow-800{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxl\:via-yellow-900{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxl\:via-green-50{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxl\:via-green-100{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxl\:via-green-200{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxl\:via-green-300{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:via-green-400{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xxl\:via-green-500{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xxl\:via-green-550{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xxl\:via-green-600{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xxl\:via-green-700{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xxl\:via-green-800{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxl\:via-green-900{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxl\:via-blue-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxl\:via-blue-100{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xxl\:via-blue-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxl\:via-blue-600{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxl\:via-blue-700{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxl\:via-blue-800{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxl\:via-blue-900{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxl\:via-indigo-50{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxl\:via-indigo-100{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxl\:via-indigo-200{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxl\:via-indigo-300{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxl\:via-indigo-400{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxl\:via-indigo-500{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxl\:via-indigo-600{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxl\:via-indigo-700{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxl\:via-indigo-800{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxl\:via-indigo-900{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxl\:via-purple-50{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxl\:via-purple-100{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxl\:via-purple-200{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxl\:via-purple-300{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxl\:via-purple-400{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxl\:via-purple-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxl\:via-purple-600{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxl\:via-purple-700{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxl\:via-purple-800{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxl\:via-purple-900{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxl\:via-pink-50{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxl\:via-pink-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxl\:via-pink-200{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxl\:via-pink-300{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxl\:via-pink-400{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxl\:via-pink-500{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxl\:via-pink-600{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxl\:via-pink-700{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxl\:via-pink-800{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxl\:via-pink-900{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxl\:via-orange-400{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xxl\:via-orange-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xxl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xxl\:to-current{
    --tw-gradient-to: currentColor;
  }

  .xxl\:to-black-100{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xxl\:to-black-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xxl\:to-black-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xxl\:to-black-350{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xxl\:to-black-400{
    --tw-gradient-to: #000000;
  }

  .xxl\:to-black-450{
    --tw-gradient-to: #020202;
  }

  .xxl\:to-black-500{
    --tw-gradient-to: #aeaeae;
  }

  .xxl\:to-black-600{
    --tw-gradient-to: #706F6F;
  }

  .xxl\:to-black-700{
    --tw-gradient-to: #616060;
  }

  .xxl\:to-white-200{
    --tw-gradient-to: #f2d0dc;
  }

  .xxl\:to-white-300{
    --tw-gradient-to: #55423e;
  }

  .xxl\:to-white-400{
    --tw-gradient-to: #FFFFFF;
  }

  .xxl\:to-white-600{
    --tw-gradient-to: #d1d0d1;
  }

  .xxl\:to-gray-50{
    --tw-gradient-to: #f9fafb;
  }

  .xxl\:to-gray-90{
    --tw-gradient-to: #EFEFEF;
  }

  .xxl\:to-gray-100{
    --tw-gradient-to: #8B8B8B;
  }

  .xxl\:to-gray-200{
    --tw-gradient-to: #d3d3d3;
  }

  .xxl\:to-gray-300{
    --tw-gradient-to: #dedede;
  }

  .xxl\:to-gray-350{
    --tw-gradient-to: #aaaaaa;
  }

  .xxl\:to-gray-400{
    --tw-gradient-to: #F2F3F4;
  }

  .xxl\:to-gray-450{
    --tw-gradient-to: #aeaeae;
  }

  .xxl\:to-gray-500{
    --tw-gradient-to: #595959;
  }

  .xxl\:to-gray-550{
    --tw-gradient-to: #e7e7ed;
  }

  .xxl\:to-gray-600{
    --tw-gradient-to: #d8d8d8;
  }

  .xxl\:to-gray-700{
    --tw-gradient-to: #7a7a7a;
  }

  .xxl\:to-gray-800{
    --tw-gradient-to: #f5f6f6;
  }

  .xxl\:to-gray-850{
    --tw-gradient-to: #ebebeb;
  }

  .xxl\:to-gray-900{
    --tw-gradient-to: #727272;
  }

  .xxl\:to-gray-950{
    --tw-gradient-to: #f8f9f9;
  }

  .xxl\:to-red-50{
    --tw-gradient-to: #fef2f2;
  }

  .xxl\:to-red-100{
    --tw-gradient-to: #fee2e2;
  }

  .xxl\:to-red-200{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xxl\:to-red-300{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xxl\:to-red-350{
    --tw-gradient-to: #fef5f5;
  }

  .xxl\:to-red-400{
    --tw-gradient-to: #EA3E3A;
  }

  .xxl\:to-red-450{
    --tw-gradient-to: #fef7f7;
  }

  .xxl\:to-red-500{
    --tw-gradient-to: #EA1B60;
  }

  .xxl\:to-red-600{
    --tw-gradient-to: #BE302C;
  }

  .xxl\:to-red-650{
    --tw-gradient-to: #ff3131;
  }

  .xxl\:to-red-700{
    --tw-gradient-to: #B61450;
  }

  .xxl\:to-red-750{
    --tw-gradient-to: #cb3633;
  }

  .xxl\:to-red-800{
    --tw-gradient-to: #A02825;
  }

  .xxl\:to-red-850{
    --tw-gradient-to: #A82c29;
  }

  .xxl\:to-red-900{
    --tw-gradient-to: #770603;
  }

  .xxl\:to-yellow-50{
    --tw-gradient-to: #fffbeb;
  }

  .xxl\:to-yellow-100{
    --tw-gradient-to: #fef3c7;
  }

  .xxl\:to-yellow-200{
    --tw-gradient-to: #fde68a;
  }

  .xxl\:to-yellow-300{
    --tw-gradient-to: #fcd34d;
  }

  .xxl\:to-yellow-400{
    --tw-gradient-to: #F8D90F;
  }

  .xxl\:to-yellow-500{
    --tw-gradient-to: #f59e0b;
  }

  .xxl\:to-yellow-600{
    --tw-gradient-to: #d97706;
  }

  .xxl\:to-yellow-700{
    --tw-gradient-to: #b45309;
  }

  .xxl\:to-yellow-800{
    --tw-gradient-to: #92400e;
  }

  .xxl\:to-yellow-900{
    --tw-gradient-to: #78350f;
  }

  .xxl\:to-green-50{
    --tw-gradient-to: #ecfdf5;
  }

  .xxl\:to-green-100{
    --tw-gradient-to: #d1fae5;
  }

  .xxl\:to-green-200{
    --tw-gradient-to: #a7f3d0;
  }

  .xxl\:to-green-300{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xxl\:to-green-400{
    --tw-gradient-to: #3EF076;
  }

  .xxl\:to-green-500{
    --tw-gradient-to: #61BE79;
  }

  .xxl\:to-green-550{
    --tw-gradient-to: #70c486;
  }

  .xxl\:to-green-600{
    --tw-gradient-to: #59B8B2;
  }

  .xxl\:to-green-700{
    --tw-gradient-to: #f7fcf8;
  }

  .xxl\:to-green-800{
    --tw-gradient-to: #065f46;
  }

  .xxl\:to-green-900{
    --tw-gradient-to: #064e3b;
  }

  .xxl\:to-blue-50{
    --tw-gradient-to: #eff6ff;
  }

  .xxl\:to-blue-100{
    --tw-gradient-to: #dbeafe;
  }

  .xxl\:to-blue-200{
    --tw-gradient-to: #bfdbfe;
  }

  .xxl\:to-blue-300{
    --tw-gradient-to: #93c5fd;
  }

  .xxl\:to-blue-400{
    --tw-gradient-to: #0a3852;
  }

  .xxl\:to-blue-500{
    --tw-gradient-to: #3b82f6;
  }

  .xxl\:to-blue-600{
    --tw-gradient-to: #2563eb;
  }

  .xxl\:to-blue-700{
    --tw-gradient-to: #1d4ed8;
  }

  .xxl\:to-blue-800{
    --tw-gradient-to: #1e40af;
  }

  .xxl\:to-blue-900{
    --tw-gradient-to: #1e3a8a;
  }

  .xxl\:to-indigo-50{
    --tw-gradient-to: #eef2ff;
  }

  .xxl\:to-indigo-100{
    --tw-gradient-to: #e0e7ff;
  }

  .xxl\:to-indigo-200{
    --tw-gradient-to: #c7d2fe;
  }

  .xxl\:to-indigo-300{
    --tw-gradient-to: #a5b4fc;
  }

  .xxl\:to-indigo-400{
    --tw-gradient-to: #818cf8;
  }

  .xxl\:to-indigo-500{
    --tw-gradient-to: #6366f1;
  }

  .xxl\:to-indigo-600{
    --tw-gradient-to: #4f46e5;
  }

  .xxl\:to-indigo-700{
    --tw-gradient-to: #4338ca;
  }

  .xxl\:to-indigo-800{
    --tw-gradient-to: #3730a3;
  }

  .xxl\:to-indigo-900{
    --tw-gradient-to: #312e81;
  }

  .xxl\:to-purple-50{
    --tw-gradient-to: #f5f3ff;
  }

  .xxl\:to-purple-100{
    --tw-gradient-to: #ede9fe;
  }

  .xxl\:to-purple-200{
    --tw-gradient-to: #ddd6fe;
  }

  .xxl\:to-purple-300{
    --tw-gradient-to: #c4b5fd;
  }

  .xxl\:to-purple-400{
    --tw-gradient-to: #a78bfa;
  }

  .xxl\:to-purple-500{
    --tw-gradient-to: #8b5cf6;
  }

  .xxl\:to-purple-600{
    --tw-gradient-to: #7c3aed;
  }

  .xxl\:to-purple-700{
    --tw-gradient-to: #6d28d9;
  }

  .xxl\:to-purple-800{
    --tw-gradient-to: #5b21b6;
  }

  .xxl\:to-purple-900{
    --tw-gradient-to: #4c1d95;
  }

  .xxl\:to-pink-50{
    --tw-gradient-to: #fdf2f8;
  }

  .xxl\:to-pink-100{
    --tw-gradient-to: #fce7f3;
  }

  .xxl\:to-pink-200{
    --tw-gradient-to: #fbcfe8;
  }

  .xxl\:to-pink-300{
    --tw-gradient-to: #f9a8d4;
  }

  .xxl\:to-pink-400{
    --tw-gradient-to: #f472b6;
  }

  .xxl\:to-pink-500{
    --tw-gradient-to: #ec4899;
  }

  .xxl\:to-pink-600{
    --tw-gradient-to: #db2777;
  }

  .xxl\:to-pink-700{
    --tw-gradient-to: #be185d;
  }

  .xxl\:to-pink-800{
    --tw-gradient-to: #9d174d;
  }

  .xxl\:to-pink-900{
    --tw-gradient-to: #831843;
  }

  .xxl\:to-orange-400{
    --tw-gradient-to: #E26528;
  }

  .xxl\:to-orange-500{
    --tw-gradient-to: #FD3C00;
  }

  .xxl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-current:hover{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:from-black-100:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-black-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-black-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-black-350:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-black-400:hover{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-black-450:hover{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xxl\:hover\:from-black-500:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:hover\:from-black-600:hover{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xxl\:hover\:from-black-700:hover{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xxl\:hover\:from-white-200:hover{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xxl\:hover\:from-white-300:hover{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xxl\:hover\:from-white-400:hover{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:from-white-600:hover{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xxl\:hover\:from-gray-50:hover{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxl\:hover\:from-gray-90:hover{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xxl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xxl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xxl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xxl\:hover\:from-gray-350:hover{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xxl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xxl\:hover\:from-gray-450:hover{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xxl\:hover\:from-gray-550:hover{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xxl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xxl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xxl\:hover\:from-gray-800:hover{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xxl\:hover\:from-gray-850:hover{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xxl\:hover\:from-gray-900:hover{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xxl\:hover\:from-gray-950:hover{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xxl\:hover\:from-red-50:hover{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxl\:hover\:from-red-100:hover{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxl\:hover\:from-red-200:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-red-300:hover{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:hover\:from-red-350:hover{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xxl\:hover\:from-red-400:hover{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:hover\:from-red-450:hover{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xxl\:hover\:from-red-500:hover{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xxl\:hover\:from-red-600:hover{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xxl\:hover\:from-red-650:hover{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xxl\:hover\:from-red-700:hover{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xxl\:hover\:from-red-750:hover{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xxl\:hover\:from-red-800:hover{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xxl\:hover\:from-red-850:hover{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xxl\:hover\:from-red-900:hover{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xxl\:hover\:from-yellow-50:hover{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxl\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxl\:hover\:from-yellow-200:hover{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxl\:hover\:from-yellow-300:hover{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxl\:hover\:from-yellow-400:hover{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xxl\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxl\:hover\:from-yellow-600:hover{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxl\:hover\:from-yellow-700:hover{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxl\:hover\:from-yellow-800:hover{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxl\:hover\:from-yellow-900:hover{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxl\:hover\:from-green-50:hover{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxl\:hover\:from-green-100:hover{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxl\:hover\:from-green-200:hover{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxl\:hover\:from-green-300:hover{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:from-green-400:hover{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xxl\:hover\:from-green-500:hover{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xxl\:hover\:from-green-550:hover{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xxl\:hover\:from-green-600:hover{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xxl\:hover\:from-green-700:hover{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xxl\:hover\:from-green-800:hover{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxl\:hover\:from-green-900:hover{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxl\:hover\:from-blue-50:hover{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxl\:hover\:from-blue-100:hover{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xxl\:hover\:from-blue-500:hover{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxl\:hover\:from-blue-600:hover{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxl\:hover\:from-blue-700:hover{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxl\:hover\:from-blue-800:hover{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxl\:hover\:from-blue-900:hover{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxl\:hover\:from-indigo-50:hover{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxl\:hover\:from-indigo-100:hover{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxl\:hover\:from-indigo-200:hover{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxl\:hover\:from-indigo-300:hover{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxl\:hover\:from-indigo-400:hover{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxl\:hover\:from-indigo-500:hover{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxl\:hover\:from-indigo-600:hover{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxl\:hover\:from-indigo-700:hover{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxl\:hover\:from-indigo-800:hover{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxl\:hover\:from-indigo-900:hover{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxl\:hover\:from-purple-50:hover{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxl\:hover\:from-purple-100:hover{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxl\:hover\:from-purple-200:hover{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxl\:hover\:from-purple-300:hover{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxl\:hover\:from-purple-400:hover{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxl\:hover\:from-purple-500:hover{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxl\:hover\:from-purple-600:hover{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxl\:hover\:from-purple-700:hover{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxl\:hover\:from-purple-800:hover{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxl\:hover\:from-purple-900:hover{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxl\:hover\:from-pink-50:hover{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxl\:hover\:from-pink-100:hover{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxl\:hover\:from-pink-200:hover{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxl\:hover\:from-pink-300:hover{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxl\:hover\:from-pink-400:hover{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxl\:hover\:from-pink-500:hover{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxl\:hover\:from-pink-600:hover{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxl\:hover\:from-pink-700:hover{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxl\:hover\:from-pink-800:hover{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxl\:hover\:from-pink-900:hover{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxl\:hover\:from-orange-400:hover{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xxl\:hover\:from-orange-500:hover{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xxl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-current:hover{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:via-black-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-black-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-black-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-black-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-black-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-black-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xxl\:hover\:via-black-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:hover\:via-black-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xxl\:hover\:via-black-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xxl\:hover\:via-white-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xxl\:hover\:via-white-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xxl\:hover\:via-white-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:hover\:via-white-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xxl\:hover\:via-gray-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxl\:hover\:via-gray-90:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xxl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xxl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xxl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xxl\:hover\:via-gray-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xxl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xxl\:hover\:via-gray-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xxl\:hover\:via-gray-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xxl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xxl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xxl\:hover\:via-gray-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xxl\:hover\:via-gray-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xxl\:hover\:via-gray-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xxl\:hover\:via-gray-950:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xxl\:hover\:via-red-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxl\:hover\:via-red-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxl\:hover\:via-red-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:hover\:via-red-350:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xxl\:hover\:via-red-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:hover\:via-red-450:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xxl\:hover\:via-red-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xxl\:hover\:via-red-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xxl\:hover\:via-red-650:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xxl\:hover\:via-red-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xxl\:hover\:via-red-750:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xxl\:hover\:via-red-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xxl\:hover\:via-red-850:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xxl\:hover\:via-red-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xxl\:hover\:via-yellow-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxl\:hover\:via-yellow-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxl\:hover\:via-yellow-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxl\:hover\:via-yellow-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xxl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxl\:hover\:via-yellow-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxl\:hover\:via-yellow-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxl\:hover\:via-yellow-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxl\:hover\:via-yellow-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxl\:hover\:via-green-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxl\:hover\:via-green-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxl\:hover\:via-green-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxl\:hover\:via-green-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:hover\:via-green-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xxl\:hover\:via-green-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xxl\:hover\:via-green-550:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xxl\:hover\:via-green-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xxl\:hover\:via-green-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xxl\:hover\:via-green-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxl\:hover\:via-green-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxl\:hover\:via-blue-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxl\:hover\:via-blue-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xxl\:hover\:via-blue-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxl\:hover\:via-blue-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxl\:hover\:via-blue-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxl\:hover\:via-blue-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxl\:hover\:via-blue-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxl\:hover\:via-indigo-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxl\:hover\:via-indigo-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxl\:hover\:via-indigo-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxl\:hover\:via-indigo-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxl\:hover\:via-indigo-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxl\:hover\:via-indigo-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxl\:hover\:via-indigo-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxl\:hover\:via-indigo-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxl\:hover\:via-indigo-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxl\:hover\:via-indigo-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxl\:hover\:via-purple-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxl\:hover\:via-purple-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxl\:hover\:via-purple-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxl\:hover\:via-purple-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxl\:hover\:via-purple-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxl\:hover\:via-purple-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxl\:hover\:via-purple-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxl\:hover\:via-purple-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxl\:hover\:via-purple-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxl\:hover\:via-purple-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxl\:hover\:via-pink-50:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxl\:hover\:via-pink-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxl\:hover\:via-pink-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxl\:hover\:via-pink-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxl\:hover\:via-pink-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxl\:hover\:via-pink-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxl\:hover\:via-pink-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxl\:hover\:via-pink-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxl\:hover\:via-pink-800:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxl\:hover\:via-pink-900:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxl\:hover\:via-orange-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xxl\:hover\:via-orange-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xxl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xxl\:hover\:to-current:hover{
    --tw-gradient-to: currentColor;
  }

  .xxl\:hover\:to-black-100:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xxl\:hover\:to-black-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xxl\:hover\:to-black-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xxl\:hover\:to-black-350:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xxl\:hover\:to-black-400:hover{
    --tw-gradient-to: #000000;
  }

  .xxl\:hover\:to-black-450:hover{
    --tw-gradient-to: #020202;
  }

  .xxl\:hover\:to-black-500:hover{
    --tw-gradient-to: #aeaeae;
  }

  .xxl\:hover\:to-black-600:hover{
    --tw-gradient-to: #706F6F;
  }

  .xxl\:hover\:to-black-700:hover{
    --tw-gradient-to: #616060;
  }

  .xxl\:hover\:to-white-200:hover{
    --tw-gradient-to: #f2d0dc;
  }

  .xxl\:hover\:to-white-300:hover{
    --tw-gradient-to: #55423e;
  }

  .xxl\:hover\:to-white-400:hover{
    --tw-gradient-to: #FFFFFF;
  }

  .xxl\:hover\:to-white-600:hover{
    --tw-gradient-to: #d1d0d1;
  }

  .xxl\:hover\:to-gray-50:hover{
    --tw-gradient-to: #f9fafb;
  }

  .xxl\:hover\:to-gray-90:hover{
    --tw-gradient-to: #EFEFEF;
  }

  .xxl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #8B8B8B;
  }

  .xxl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #d3d3d3;
  }

  .xxl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #dedede;
  }

  .xxl\:hover\:to-gray-350:hover{
    --tw-gradient-to: #aaaaaa;
  }

  .xxl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #F2F3F4;
  }

  .xxl\:hover\:to-gray-450:hover{
    --tw-gradient-to: #aeaeae;
  }

  .xxl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #595959;
  }

  .xxl\:hover\:to-gray-550:hover{
    --tw-gradient-to: #e7e7ed;
  }

  .xxl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #d8d8d8;
  }

  .xxl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #7a7a7a;
  }

  .xxl\:hover\:to-gray-800:hover{
    --tw-gradient-to: #f5f6f6;
  }

  .xxl\:hover\:to-gray-850:hover{
    --tw-gradient-to: #ebebeb;
  }

  .xxl\:hover\:to-gray-900:hover{
    --tw-gradient-to: #727272;
  }

  .xxl\:hover\:to-gray-950:hover{
    --tw-gradient-to: #f8f9f9;
  }

  .xxl\:hover\:to-red-50:hover{
    --tw-gradient-to: #fef2f2;
  }

  .xxl\:hover\:to-red-100:hover{
    --tw-gradient-to: #fee2e2;
  }

  .xxl\:hover\:to-red-200:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xxl\:hover\:to-red-300:hover{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xxl\:hover\:to-red-350:hover{
    --tw-gradient-to: #fef5f5;
  }

  .xxl\:hover\:to-red-400:hover{
    --tw-gradient-to: #EA3E3A;
  }

  .xxl\:hover\:to-red-450:hover{
    --tw-gradient-to: #fef7f7;
  }

  .xxl\:hover\:to-red-500:hover{
    --tw-gradient-to: #EA1B60;
  }

  .xxl\:hover\:to-red-600:hover{
    --tw-gradient-to: #BE302C;
  }

  .xxl\:hover\:to-red-650:hover{
    --tw-gradient-to: #ff3131;
  }

  .xxl\:hover\:to-red-700:hover{
    --tw-gradient-to: #B61450;
  }

  .xxl\:hover\:to-red-750:hover{
    --tw-gradient-to: #cb3633;
  }

  .xxl\:hover\:to-red-800:hover{
    --tw-gradient-to: #A02825;
  }

  .xxl\:hover\:to-red-850:hover{
    --tw-gradient-to: #A82c29;
  }

  .xxl\:hover\:to-red-900:hover{
    --tw-gradient-to: #770603;
  }

  .xxl\:hover\:to-yellow-50:hover{
    --tw-gradient-to: #fffbeb;
  }

  .xxl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fef3c7;
  }

  .xxl\:hover\:to-yellow-200:hover{
    --tw-gradient-to: #fde68a;
  }

  .xxl\:hover\:to-yellow-300:hover{
    --tw-gradient-to: #fcd34d;
  }

  .xxl\:hover\:to-yellow-400:hover{
    --tw-gradient-to: #F8D90F;
  }

  .xxl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #f59e0b;
  }

  .xxl\:hover\:to-yellow-600:hover{
    --tw-gradient-to: #d97706;
  }

  .xxl\:hover\:to-yellow-700:hover{
    --tw-gradient-to: #b45309;
  }

  .xxl\:hover\:to-yellow-800:hover{
    --tw-gradient-to: #92400e;
  }

  .xxl\:hover\:to-yellow-900:hover{
    --tw-gradient-to: #78350f;
  }

  .xxl\:hover\:to-green-50:hover{
    --tw-gradient-to: #ecfdf5;
  }

  .xxl\:hover\:to-green-100:hover{
    --tw-gradient-to: #d1fae5;
  }

  .xxl\:hover\:to-green-200:hover{
    --tw-gradient-to: #a7f3d0;
  }

  .xxl\:hover\:to-green-300:hover{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xxl\:hover\:to-green-400:hover{
    --tw-gradient-to: #3EF076;
  }

  .xxl\:hover\:to-green-500:hover{
    --tw-gradient-to: #61BE79;
  }

  .xxl\:hover\:to-green-550:hover{
    --tw-gradient-to: #70c486;
  }

  .xxl\:hover\:to-green-600:hover{
    --tw-gradient-to: #59B8B2;
  }

  .xxl\:hover\:to-green-700:hover{
    --tw-gradient-to: #f7fcf8;
  }

  .xxl\:hover\:to-green-800:hover{
    --tw-gradient-to: #065f46;
  }

  .xxl\:hover\:to-green-900:hover{
    --tw-gradient-to: #064e3b;
  }

  .xxl\:hover\:to-blue-50:hover{
    --tw-gradient-to: #eff6ff;
  }

  .xxl\:hover\:to-blue-100:hover{
    --tw-gradient-to: #dbeafe;
  }

  .xxl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #bfdbfe;
  }

  .xxl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #93c5fd;
  }

  .xxl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #0a3852;
  }

  .xxl\:hover\:to-blue-500:hover{
    --tw-gradient-to: #3b82f6;
  }

  .xxl\:hover\:to-blue-600:hover{
    --tw-gradient-to: #2563eb;
  }

  .xxl\:hover\:to-blue-700:hover{
    --tw-gradient-to: #1d4ed8;
  }

  .xxl\:hover\:to-blue-800:hover{
    --tw-gradient-to: #1e40af;
  }

  .xxl\:hover\:to-blue-900:hover{
    --tw-gradient-to: #1e3a8a;
  }

  .xxl\:hover\:to-indigo-50:hover{
    --tw-gradient-to: #eef2ff;
  }

  .xxl\:hover\:to-indigo-100:hover{
    --tw-gradient-to: #e0e7ff;
  }

  .xxl\:hover\:to-indigo-200:hover{
    --tw-gradient-to: #c7d2fe;
  }

  .xxl\:hover\:to-indigo-300:hover{
    --tw-gradient-to: #a5b4fc;
  }

  .xxl\:hover\:to-indigo-400:hover{
    --tw-gradient-to: #818cf8;
  }

  .xxl\:hover\:to-indigo-500:hover{
    --tw-gradient-to: #6366f1;
  }

  .xxl\:hover\:to-indigo-600:hover{
    --tw-gradient-to: #4f46e5;
  }

  .xxl\:hover\:to-indigo-700:hover{
    --tw-gradient-to: #4338ca;
  }

  .xxl\:hover\:to-indigo-800:hover{
    --tw-gradient-to: #3730a3;
  }

  .xxl\:hover\:to-indigo-900:hover{
    --tw-gradient-to: #312e81;
  }

  .xxl\:hover\:to-purple-50:hover{
    --tw-gradient-to: #f5f3ff;
  }

  .xxl\:hover\:to-purple-100:hover{
    --tw-gradient-to: #ede9fe;
  }

  .xxl\:hover\:to-purple-200:hover{
    --tw-gradient-to: #ddd6fe;
  }

  .xxl\:hover\:to-purple-300:hover{
    --tw-gradient-to: #c4b5fd;
  }

  .xxl\:hover\:to-purple-400:hover{
    --tw-gradient-to: #a78bfa;
  }

  .xxl\:hover\:to-purple-500:hover{
    --tw-gradient-to: #8b5cf6;
  }

  .xxl\:hover\:to-purple-600:hover{
    --tw-gradient-to: #7c3aed;
  }

  .xxl\:hover\:to-purple-700:hover{
    --tw-gradient-to: #6d28d9;
  }

  .xxl\:hover\:to-purple-800:hover{
    --tw-gradient-to: #5b21b6;
  }

  .xxl\:hover\:to-purple-900:hover{
    --tw-gradient-to: #4c1d95;
  }

  .xxl\:hover\:to-pink-50:hover{
    --tw-gradient-to: #fdf2f8;
  }

  .xxl\:hover\:to-pink-100:hover{
    --tw-gradient-to: #fce7f3;
  }

  .xxl\:hover\:to-pink-200:hover{
    --tw-gradient-to: #fbcfe8;
  }

  .xxl\:hover\:to-pink-300:hover{
    --tw-gradient-to: #f9a8d4;
  }

  .xxl\:hover\:to-pink-400:hover{
    --tw-gradient-to: #f472b6;
  }

  .xxl\:hover\:to-pink-500:hover{
    --tw-gradient-to: #ec4899;
  }

  .xxl\:hover\:to-pink-600:hover{
    --tw-gradient-to: #db2777;
  }

  .xxl\:hover\:to-pink-700:hover{
    --tw-gradient-to: #be185d;
  }

  .xxl\:hover\:to-pink-800:hover{
    --tw-gradient-to: #9d174d;
  }

  .xxl\:hover\:to-pink-900:hover{
    --tw-gradient-to: #831843;
  }

  .xxl\:hover\:to-orange-400:hover{
    --tw-gradient-to: #E26528;
  }

  .xxl\:hover\:to-orange-500:hover{
    --tw-gradient-to: #FD3C00;
  }

  .xxl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-current:focus{
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:from-black-100:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-black-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-black-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-black-350:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.24);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-black-400:focus{
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-black-450:focus{
    --tw-gradient-from: #020202;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xxl\:focus\:from-black-500:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:focus\:from-black-600:focus{
    --tw-gradient-from: #706F6F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xxl\:focus\:from-black-700:focus{
    --tw-gradient-from: #616060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xxl\:focus\:from-white-200:focus{
    --tw-gradient-from: #f2d0dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xxl\:focus\:from-white-300:focus{
    --tw-gradient-from: #55423e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xxl\:focus\:from-white-400:focus{
    --tw-gradient-from: #FFFFFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:from-white-600:focus{
    --tw-gradient-from: #d1d0d1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xxl\:focus\:from-gray-50:focus{
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxl\:focus\:from-gray-90:focus{
    --tw-gradient-from: #EFEFEF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xxl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #8B8B8B;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xxl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xxl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #dedede;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xxl\:focus\:from-gray-350:focus{
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xxl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #F2F3F4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xxl\:focus\:from-gray-450:focus{
    --tw-gradient-from: #aeaeae;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #595959;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xxl\:focus\:from-gray-550:focus{
    --tw-gradient-from: #e7e7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xxl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #d8d8d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xxl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #7a7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xxl\:focus\:from-gray-800:focus{
    --tw-gradient-from: #f5f6f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xxl\:focus\:from-gray-850:focus{
    --tw-gradient-from: #ebebeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xxl\:focus\:from-gray-900:focus{
    --tw-gradient-from: #727272;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xxl\:focus\:from-gray-950:focus{
    --tw-gradient-from: #f8f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xxl\:focus\:from-red-50:focus{
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxl\:focus\:from-red-100:focus{
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxl\:focus\:from-red-200:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.13);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-red-300:focus{
    --tw-gradient-from: rgba(234, 62, 58, 0.04);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:focus\:from-red-350:focus{
    --tw-gradient-from: #fef5f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xxl\:focus\:from-red-400:focus{
    --tw-gradient-from: #EA3E3A;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:focus\:from-red-450:focus{
    --tw-gradient-from: #fef7f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xxl\:focus\:from-red-500:focus{
    --tw-gradient-from: #EA1B60;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xxl\:focus\:from-red-600:focus{
    --tw-gradient-from: #BE302C;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xxl\:focus\:from-red-650:focus{
    --tw-gradient-from: #ff3131;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xxl\:focus\:from-red-700:focus{
    --tw-gradient-from: #B61450;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xxl\:focus\:from-red-750:focus{
    --tw-gradient-from: #cb3633;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xxl\:focus\:from-red-800:focus{
    --tw-gradient-from: #A02825;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xxl\:focus\:from-red-850:focus{
    --tw-gradient-from: #A82c29;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xxl\:focus\:from-red-900:focus{
    --tw-gradient-from: #770603;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xxl\:focus\:from-yellow-50:focus{
    --tw-gradient-from: #fffbeb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxl\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fef3c7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxl\:focus\:from-yellow-200:focus{
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxl\:focus\:from-yellow-300:focus{
    --tw-gradient-from: #fcd34d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxl\:focus\:from-yellow-400:focus{
    --tw-gradient-from: #F8D90F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xxl\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxl\:focus\:from-yellow-600:focus{
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxl\:focus\:from-yellow-700:focus{
    --tw-gradient-from: #b45309;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxl\:focus\:from-yellow-800:focus{
    --tw-gradient-from: #92400e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxl\:focus\:from-yellow-900:focus{
    --tw-gradient-from: #78350f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxl\:focus\:from-green-50:focus{
    --tw-gradient-from: #ecfdf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxl\:focus\:from-green-100:focus{
    --tw-gradient-from: #d1fae5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxl\:focus\:from-green-200:focus{
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxl\:focus\:from-green-300:focus{
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:from-green-400:focus{
    --tw-gradient-from: #3EF076;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xxl\:focus\:from-green-500:focus{
    --tw-gradient-from: #61BE79;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xxl\:focus\:from-green-550:focus{
    --tw-gradient-from: #70c486;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xxl\:focus\:from-green-600:focus{
    --tw-gradient-from: #59B8B2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xxl\:focus\:from-green-700:focus{
    --tw-gradient-from: #f7fcf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xxl\:focus\:from-green-800:focus{
    --tw-gradient-from: #065f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxl\:focus\:from-green-900:focus{
    --tw-gradient-from: #064e3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxl\:focus\:from-blue-50:focus{
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxl\:focus\:from-blue-100:focus{
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #0a3852;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xxl\:focus\:from-blue-500:focus{
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxl\:focus\:from-blue-600:focus{
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxl\:focus\:from-blue-700:focus{
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxl\:focus\:from-blue-800:focus{
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxl\:focus\:from-blue-900:focus{
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxl\:focus\:from-indigo-50:focus{
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxl\:focus\:from-indigo-100:focus{
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxl\:focus\:from-indigo-200:focus{
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxl\:focus\:from-indigo-300:focus{
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxl\:focus\:from-indigo-400:focus{
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxl\:focus\:from-indigo-500:focus{
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxl\:focus\:from-indigo-600:focus{
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxl\:focus\:from-indigo-700:focus{
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxl\:focus\:from-indigo-800:focus{
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxl\:focus\:from-indigo-900:focus{
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxl\:focus\:from-purple-50:focus{
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxl\:focus\:from-purple-100:focus{
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxl\:focus\:from-purple-200:focus{
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxl\:focus\:from-purple-300:focus{
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxl\:focus\:from-purple-400:focus{
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxl\:focus\:from-purple-500:focus{
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxl\:focus\:from-purple-600:focus{
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxl\:focus\:from-purple-700:focus{
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxl\:focus\:from-purple-800:focus{
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxl\:focus\:from-purple-900:focus{
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxl\:focus\:from-pink-50:focus{
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxl\:focus\:from-pink-100:focus{
    --tw-gradient-from: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxl\:focus\:from-pink-200:focus{
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxl\:focus\:from-pink-300:focus{
    --tw-gradient-from: #f9a8d4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxl\:focus\:from-pink-400:focus{
    --tw-gradient-from: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxl\:focus\:from-pink-500:focus{
    --tw-gradient-from: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxl\:focus\:from-pink-600:focus{
    --tw-gradient-from: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxl\:focus\:from-pink-700:focus{
    --tw-gradient-from: #be185d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxl\:focus\:from-pink-800:focus{
    --tw-gradient-from: #9d174d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxl\:focus\:from-pink-900:focus{
    --tw-gradient-from: #831843;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxl\:focus\:from-orange-400:focus{
    --tw-gradient-from: #E26528;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xxl\:focus\:from-orange-500:focus{
    --tw-gradient-from: #FD3C00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xxl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-current:focus{
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:via-black-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-black-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-black-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-black-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.24), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-black-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-black-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #020202, var(--tw-gradient-to, rgba(2, 2, 2, 0));
  }

  .xxl\:focus\:via-black-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:focus\:via-black-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0));
  }

  .xxl\:focus\:via-black-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #616060, var(--tw-gradient-to, rgba(97, 96, 96, 0));
  }

  .xxl\:focus\:via-white-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f2d0dc, var(--tw-gradient-to, rgba(242, 208, 220, 0));
  }

  .xxl\:focus\:via-white-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #55423e, var(--tw-gradient-to, rgba(85, 66, 62, 0));
  }

  .xxl\:focus\:via-white-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xxl\:focus\:via-white-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1d0d1, var(--tw-gradient-to, rgba(209, 208, 209, 0));
  }

  .xxl\:focus\:via-gray-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
  }

  .xxl\:focus\:via-gray-90:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EFEFEF, var(--tw-gradient-to, rgba(239, 239, 239, 0));
  }

  .xxl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B8B8B, var(--tw-gradient-to, rgba(139, 139, 139, 0));
  }

  .xxl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
  }

  .xxl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dedede, var(--tw-gradient-to, rgba(222, 222, 222, 0));
  }

  .xxl\:focus\:via-gray-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xxl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F2F3F4, var(--tw-gradient-to, rgba(242, 243, 244, 0));
  }

  .xxl\:focus\:via-gray-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #aeaeae, var(--tw-gradient-to, rgba(174, 174, 174, 0));
  }

  .xxl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #595959, var(--tw-gradient-to, rgba(89, 89, 89, 0));
  }

  .xxl\:focus\:via-gray-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e7e7ed, var(--tw-gradient-to, rgba(231, 231, 237, 0));
  }

  .xxl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d8d8d8, var(--tw-gradient-to, rgba(216, 216, 216, 0));
  }

  .xxl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7a7a7a, var(--tw-gradient-to, rgba(122, 122, 122, 0));
  }

  .xxl\:focus\:via-gray-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0));
  }

  .xxl\:focus\:via-gray-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ebebeb, var(--tw-gradient-to, rgba(235, 235, 235, 0));
  }

  .xxl\:focus\:via-gray-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #727272, var(--tw-gradient-to, rgba(114, 114, 114, 0));
  }

  .xxl\:focus\:via-gray-950:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f8f9f9, var(--tw-gradient-to, rgba(248, 249, 249, 0));
  }

  .xxl\:focus\:via-red-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .xxl\:focus\:via-red-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .xxl\:focus\:via-red-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.13), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234, 62, 58, 0.04), var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:focus\:via-red-350:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef5f5, var(--tw-gradient-to, rgba(254, 245, 245, 0));
  }

  .xxl\:focus\:via-red-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA3E3A, var(--tw-gradient-to, rgba(234, 62, 58, 0));
  }

  .xxl\:focus\:via-red-450:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef7f7, var(--tw-gradient-to, rgba(254, 247, 247, 0));
  }

  .xxl\:focus\:via-red-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #EA1B60, var(--tw-gradient-to, rgba(234, 27, 96, 0));
  }

  .xxl\:focus\:via-red-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BE302C, var(--tw-gradient-to, rgba(190, 48, 44, 0));
  }

  .xxl\:focus\:via-red-650:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ff3131, var(--tw-gradient-to, rgba(255, 49, 49, 0));
  }

  .xxl\:focus\:via-red-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #B61450, var(--tw-gradient-to, rgba(182, 20, 80, 0));
  }

  .xxl\:focus\:via-red-750:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #cb3633, var(--tw-gradient-to, rgba(203, 54, 51, 0));
  }

  .xxl\:focus\:via-red-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A02825, var(--tw-gradient-to, rgba(160, 40, 37, 0));
  }

  .xxl\:focus\:via-red-850:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A82c29, var(--tw-gradient-to, rgba(168, 44, 41, 0));
  }

  .xxl\:focus\:via-red-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #770603, var(--tw-gradient-to, rgba(119, 6, 3, 0));
  }

  .xxl\:focus\:via-yellow-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
  }

  .xxl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
  }

  .xxl\:focus\:via-yellow-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
  }

  .xxl\:focus\:via-yellow-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
  }

  .xxl\:focus\:via-yellow-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F8D90F, var(--tw-gradient-to, rgba(248, 217, 15, 0));
  }

  .xxl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
  }

  .xxl\:focus\:via-yellow-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
  }

  .xxl\:focus\:via-yellow-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
  }

  .xxl\:focus\:via-yellow-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
  }

  .xxl\:focus\:via-yellow-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
  }

  .xxl\:focus\:via-green-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
  }

  .xxl\:focus\:via-green-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
  }

  .xxl\:focus\:via-green-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
  }

  .xxl\:focus\:via-green-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xxl\:focus\:via-green-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3EF076, var(--tw-gradient-to, rgba(62, 240, 118, 0));
  }

  .xxl\:focus\:via-green-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #61BE79, var(--tw-gradient-to, rgba(97, 190, 121, 0));
  }

  .xxl\:focus\:via-green-550:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #70c486, var(--tw-gradient-to, rgba(112, 196, 134, 0));
  }

  .xxl\:focus\:via-green-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #59B8B2, var(--tw-gradient-to, rgba(89, 184, 178, 0));
  }

  .xxl\:focus\:via-green-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f7fcf8, var(--tw-gradient-to, rgba(247, 252, 248, 0));
  }

  .xxl\:focus\:via-green-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
  }

  .xxl\:focus\:via-green-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
  }

  .xxl\:focus\:via-blue-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .xxl\:focus\:via-blue-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .xxl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .xxl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .xxl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #0a3852, var(--tw-gradient-to, rgba(10, 56, 82, 0));
  }

  .xxl\:focus\:via-blue-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .xxl\:focus\:via-blue-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .xxl\:focus\:via-blue-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .xxl\:focus\:via-blue-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .xxl\:focus\:via-blue-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .xxl\:focus\:via-indigo-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
  }

  .xxl\:focus\:via-indigo-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
  }

  .xxl\:focus\:via-indigo-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
  }

  .xxl\:focus\:via-indigo-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
  }

  .xxl\:focus\:via-indigo-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
  }

  .xxl\:focus\:via-indigo-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
  }

  .xxl\:focus\:via-indigo-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
  }

  .xxl\:focus\:via-indigo-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
  }

  .xxl\:focus\:via-indigo-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
  }

  .xxl\:focus\:via-indigo-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
  }

  .xxl\:focus\:via-purple-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .xxl\:focus\:via-purple-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .xxl\:focus\:via-purple-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .xxl\:focus\:via-purple-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .xxl\:focus\:via-purple-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .xxl\:focus\:via-purple-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .xxl\:focus\:via-purple-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .xxl\:focus\:via-purple-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .xxl\:focus\:via-purple-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .xxl\:focus\:via-purple-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .xxl\:focus\:via-pink-50:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
  }

  .xxl\:focus\:via-pink-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
  }

  .xxl\:focus\:via-pink-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
  }

  .xxl\:focus\:via-pink-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
  }

  .xxl\:focus\:via-pink-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
  }

  .xxl\:focus\:via-pink-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
  }

  .xxl\:focus\:via-pink-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
  }

  .xxl\:focus\:via-pink-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
  }

  .xxl\:focus\:via-pink-800:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
  }

  .xxl\:focus\:via-pink-900:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
  }

  .xxl\:focus\:via-orange-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E26528, var(--tw-gradient-to, rgba(226, 101, 40, 0));
  }

  .xxl\:focus\:via-orange-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FD3C00, var(--tw-gradient-to, rgba(253, 60, 0, 0));
  }

  .xxl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xxl\:focus\:to-current:focus{
    --tw-gradient-to: currentColor;
  }

  .xxl\:focus\:to-black-100:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:to-black-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:to-black-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:to-black-350:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:to-black-400:focus{
    --tw-gradient-to: #000000;
  }

  .xxl\:focus\:to-black-450:focus{
    --tw-gradient-to: #020202;
  }

  .xxl\:focus\:to-black-500:focus{
    --tw-gradient-to: #aeaeae;
  }

  .xxl\:focus\:to-black-600:focus{
    --tw-gradient-to: #706F6F;
  }

  .xxl\:focus\:to-black-700:focus{
    --tw-gradient-to: #616060;
  }

  .xxl\:focus\:to-white-200:focus{
    --tw-gradient-to: #f2d0dc;
  }

  .xxl\:focus\:to-white-300:focus{
    --tw-gradient-to: #55423e;
  }

  .xxl\:focus\:to-white-400:focus{
    --tw-gradient-to: #FFFFFF;
  }

  .xxl\:focus\:to-white-600:focus{
    --tw-gradient-to: #d1d0d1;
  }

  .xxl\:focus\:to-gray-50:focus{
    --tw-gradient-to: #f9fafb;
  }

  .xxl\:focus\:to-gray-90:focus{
    --tw-gradient-to: #EFEFEF;
  }

  .xxl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #8B8B8B;
  }

  .xxl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #d3d3d3;
  }

  .xxl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #dedede;
  }

  .xxl\:focus\:to-gray-350:focus{
    --tw-gradient-to: #aaaaaa;
  }

  .xxl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #F2F3F4;
  }

  .xxl\:focus\:to-gray-450:focus{
    --tw-gradient-to: #aeaeae;
  }

  .xxl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #595959;
  }

  .xxl\:focus\:to-gray-550:focus{
    --tw-gradient-to: #e7e7ed;
  }

  .xxl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #d8d8d8;
  }

  .xxl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #7a7a7a;
  }

  .xxl\:focus\:to-gray-800:focus{
    --tw-gradient-to: #f5f6f6;
  }

  .xxl\:focus\:to-gray-850:focus{
    --tw-gradient-to: #ebebeb;
  }

  .xxl\:focus\:to-gray-900:focus{
    --tw-gradient-to: #727272;
  }

  .xxl\:focus\:to-gray-950:focus{
    --tw-gradient-to: #f8f9f9;
  }

  .xxl\:focus\:to-red-50:focus{
    --tw-gradient-to: #fef2f2;
  }

  .xxl\:focus\:to-red-100:focus{
    --tw-gradient-to: #fee2e2;
  }

  .xxl\:focus\:to-red-200:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:to-red-300:focus{
    --tw-gradient-to: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:to-red-350:focus{
    --tw-gradient-to: #fef5f5;
  }

  .xxl\:focus\:to-red-400:focus{
    --tw-gradient-to: #EA3E3A;
  }

  .xxl\:focus\:to-red-450:focus{
    --tw-gradient-to: #fef7f7;
  }

  .xxl\:focus\:to-red-500:focus{
    --tw-gradient-to: #EA1B60;
  }

  .xxl\:focus\:to-red-600:focus{
    --tw-gradient-to: #BE302C;
  }

  .xxl\:focus\:to-red-650:focus{
    --tw-gradient-to: #ff3131;
  }

  .xxl\:focus\:to-red-700:focus{
    --tw-gradient-to: #B61450;
  }

  .xxl\:focus\:to-red-750:focus{
    --tw-gradient-to: #cb3633;
  }

  .xxl\:focus\:to-red-800:focus{
    --tw-gradient-to: #A02825;
  }

  .xxl\:focus\:to-red-850:focus{
    --tw-gradient-to: #A82c29;
  }

  .xxl\:focus\:to-red-900:focus{
    --tw-gradient-to: #770603;
  }

  .xxl\:focus\:to-yellow-50:focus{
    --tw-gradient-to: #fffbeb;
  }

  .xxl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fef3c7;
  }

  .xxl\:focus\:to-yellow-200:focus{
    --tw-gradient-to: #fde68a;
  }

  .xxl\:focus\:to-yellow-300:focus{
    --tw-gradient-to: #fcd34d;
  }

  .xxl\:focus\:to-yellow-400:focus{
    --tw-gradient-to: #F8D90F;
  }

  .xxl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #f59e0b;
  }

  .xxl\:focus\:to-yellow-600:focus{
    --tw-gradient-to: #d97706;
  }

  .xxl\:focus\:to-yellow-700:focus{
    --tw-gradient-to: #b45309;
  }

  .xxl\:focus\:to-yellow-800:focus{
    --tw-gradient-to: #92400e;
  }

  .xxl\:focus\:to-yellow-900:focus{
    --tw-gradient-to: #78350f;
  }

  .xxl\:focus\:to-green-50:focus{
    --tw-gradient-to: #ecfdf5;
  }

  .xxl\:focus\:to-green-100:focus{
    --tw-gradient-to: #d1fae5;
  }

  .xxl\:focus\:to-green-200:focus{
    --tw-gradient-to: #a7f3d0;
  }

  .xxl\:focus\:to-green-300:focus{
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:to-green-400:focus{
    --tw-gradient-to: #3EF076;
  }

  .xxl\:focus\:to-green-500:focus{
    --tw-gradient-to: #61BE79;
  }

  .xxl\:focus\:to-green-550:focus{
    --tw-gradient-to: #70c486;
  }

  .xxl\:focus\:to-green-600:focus{
    --tw-gradient-to: #59B8B2;
  }

  .xxl\:focus\:to-green-700:focus{
    --tw-gradient-to: #f7fcf8;
  }

  .xxl\:focus\:to-green-800:focus{
    --tw-gradient-to: #065f46;
  }

  .xxl\:focus\:to-green-900:focus{
    --tw-gradient-to: #064e3b;
  }

  .xxl\:focus\:to-blue-50:focus{
    --tw-gradient-to: #eff6ff;
  }

  .xxl\:focus\:to-blue-100:focus{
    --tw-gradient-to: #dbeafe;
  }

  .xxl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #bfdbfe;
  }

  .xxl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #93c5fd;
  }

  .xxl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #0a3852;
  }

  .xxl\:focus\:to-blue-500:focus{
    --tw-gradient-to: #3b82f6;
  }

  .xxl\:focus\:to-blue-600:focus{
    --tw-gradient-to: #2563eb;
  }

  .xxl\:focus\:to-blue-700:focus{
    --tw-gradient-to: #1d4ed8;
  }

  .xxl\:focus\:to-blue-800:focus{
    --tw-gradient-to: #1e40af;
  }

  .xxl\:focus\:to-blue-900:focus{
    --tw-gradient-to: #1e3a8a;
  }

  .xxl\:focus\:to-indigo-50:focus{
    --tw-gradient-to: #eef2ff;
  }

  .xxl\:focus\:to-indigo-100:focus{
    --tw-gradient-to: #e0e7ff;
  }

  .xxl\:focus\:to-indigo-200:focus{
    --tw-gradient-to: #c7d2fe;
  }

  .xxl\:focus\:to-indigo-300:focus{
    --tw-gradient-to: #a5b4fc;
  }

  .xxl\:focus\:to-indigo-400:focus{
    --tw-gradient-to: #818cf8;
  }

  .xxl\:focus\:to-indigo-500:focus{
    --tw-gradient-to: #6366f1;
  }

  .xxl\:focus\:to-indigo-600:focus{
    --tw-gradient-to: #4f46e5;
  }

  .xxl\:focus\:to-indigo-700:focus{
    --tw-gradient-to: #4338ca;
  }

  .xxl\:focus\:to-indigo-800:focus{
    --tw-gradient-to: #3730a3;
  }

  .xxl\:focus\:to-indigo-900:focus{
    --tw-gradient-to: #312e81;
  }

  .xxl\:focus\:to-purple-50:focus{
    --tw-gradient-to: #f5f3ff;
  }

  .xxl\:focus\:to-purple-100:focus{
    --tw-gradient-to: #ede9fe;
  }

  .xxl\:focus\:to-purple-200:focus{
    --tw-gradient-to: #ddd6fe;
  }

  .xxl\:focus\:to-purple-300:focus{
    --tw-gradient-to: #c4b5fd;
  }

  .xxl\:focus\:to-purple-400:focus{
    --tw-gradient-to: #a78bfa;
  }

  .xxl\:focus\:to-purple-500:focus{
    --tw-gradient-to: #8b5cf6;
  }

  .xxl\:focus\:to-purple-600:focus{
    --tw-gradient-to: #7c3aed;
  }

  .xxl\:focus\:to-purple-700:focus{
    --tw-gradient-to: #6d28d9;
  }

  .xxl\:focus\:to-purple-800:focus{
    --tw-gradient-to: #5b21b6;
  }

  .xxl\:focus\:to-purple-900:focus{
    --tw-gradient-to: #4c1d95;
  }

  .xxl\:focus\:to-pink-50:focus{
    --tw-gradient-to: #fdf2f8;
  }

  .xxl\:focus\:to-pink-100:focus{
    --tw-gradient-to: #fce7f3;
  }

  .xxl\:focus\:to-pink-200:focus{
    --tw-gradient-to: #fbcfe8;
  }

  .xxl\:focus\:to-pink-300:focus{
    --tw-gradient-to: #f9a8d4;
  }

  .xxl\:focus\:to-pink-400:focus{
    --tw-gradient-to: #f472b6;
  }

  .xxl\:focus\:to-pink-500:focus{
    --tw-gradient-to: #ec4899;
  }

  .xxl\:focus\:to-pink-600:focus{
    --tw-gradient-to: #db2777;
  }

  .xxl\:focus\:to-pink-700:focus{
    --tw-gradient-to: #be185d;
  }

  .xxl\:focus\:to-pink-800:focus{
    --tw-gradient-to: #9d174d;
  }

  .xxl\:focus\:to-pink-900:focus{
    --tw-gradient-to: #831843;
  }

  .xxl\:focus\:to-orange-400:focus{
    --tw-gradient-to: #E26528;
  }

  .xxl\:focus\:to-orange-500:focus{
    --tw-gradient-to: #FD3C00;
  }

  .xxl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xxl\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .xxl\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .xxl\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .xxl\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .xxl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xxl\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .xxl\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .xxl\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .xxl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xxl\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .xxl\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .xxl\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .xxl\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .xxl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xxl\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .xxl\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .xxl\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .xxl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-11{
    --tw-bg-opacity: .86;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-45{
    --tw-bg-opacity: .45;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-58{
    --tw-bg-opacity: .58;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-74{
    --tw-bg-opacity: .74;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xxl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xxl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05;
  }

  .xxl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1;
  }

  .xxl\:focus-within\:bg-opacity-11:focus-within{
    --tw-bg-opacity: .86;
  }

  .xxl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2;
  }

  .xxl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xxl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3;
  }

  .xxl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4;
  }

  .xxl\:focus-within\:bg-opacity-45:focus-within{
    --tw-bg-opacity: .45;
  }

  .xxl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xxl\:focus-within\:bg-opacity-58:focus-within{
    --tw-bg-opacity: .58;
  }

  .xxl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6;
  }

  .xxl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7;
  }

  .xxl\:focus-within\:bg-opacity-74:focus-within{
    --tw-bg-opacity: .74;
  }

  .xxl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xxl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8;
  }

  .xxl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9;
  }

  .xxl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95;
  }

  .xxl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xxl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xxl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05;
  }

  .xxl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;
  }

  .xxl\:hover\:bg-opacity-11:hover{
    --tw-bg-opacity: .86;
  }

  .xxl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2;
  }

  .xxl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xxl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3;
  }

  .xxl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4;
  }

  .xxl\:hover\:bg-opacity-45:hover{
    --tw-bg-opacity: .45;
  }

  .xxl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xxl\:hover\:bg-opacity-58:hover{
    --tw-bg-opacity: .58;
  }

  .xxl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6;
  }

  .xxl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7;
  }

  .xxl\:hover\:bg-opacity-74:hover{
    --tw-bg-opacity: .74;
  }

  .xxl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xxl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8;
  }

  .xxl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9;
  }

  .xxl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95;
  }

  .xxl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xxl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xxl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05;
  }

  .xxl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1;
  }

  .xxl\:focus\:bg-opacity-11:focus{
    --tw-bg-opacity: .86;
  }

  .xxl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2;
  }

  .xxl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xxl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3;
  }

  .xxl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4;
  }

  .xxl\:focus\:bg-opacity-45:focus{
    --tw-bg-opacity: .45;
  }

  .xxl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xxl\:focus\:bg-opacity-58:focus{
    --tw-bg-opacity: .58;
  }

  .xxl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6;
  }

  .xxl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7;
  }

  .xxl\:focus\:bg-opacity-74:focus{
    --tw-bg-opacity: .74;
  }

  .xxl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xxl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8;
  }

  .xxl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9;
  }

  .xxl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95;
  }

  .xxl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xxl\:bg-bottom{
    background-position: bottom;
  }

  .xxl\:bg-center{
    background-position: center;
  }

  .xxl\:bg-left{
    background-position: left;
  }

  .xxl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xxl\:bg-left-top{
    background-position: left top;
  }

  .xxl\:bg-right{
    background-position: right;
  }

  .xxl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xxl\:bg-right-top{
    background-position: right top;
  }

  .xxl\:bg-top{
    background-position: top;
  }

  .xxl\:bg-repeat{
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xxl\:bg-repeat-round{
    background-repeat: round;
  }

  .xxl\:bg-repeat-space{
    background-repeat: space;
  }

  .xxl\:bg-auto{
    background-size: auto;
  }

  .xxl\:bg-cover{
    background-size: cover;
  }

  .xxl\:bg-contain{
    background-size: contain;
  }

  .xxl\:border-collapse{
    border-collapse: collapse;
  }

  .xxl\:border-separate{
    border-collapse: separate;
  }

  .xxl\:border-transparent{
    border-color: transparent;
  }

  .xxl\:border-current{
    border-color: currentColor;
  }

  .xxl\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xxl\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xxl\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xxl\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xxl\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xxl\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xxl\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxl\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xxl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xxl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xxl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xxl\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xxl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xxl\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xxl\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xxl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xxl\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xxl\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xxl\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xxl\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xxl\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xxl\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxl\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxl\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xxl\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xxl\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xxl\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xxl\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xxl\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xxl\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xxl\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xxl\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xxl\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xxl\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxl\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxl\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxl\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxl\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxl\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xxl\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xxl\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xxl\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xxl\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xxl\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxl\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxl\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxl\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxl\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxl\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxl\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xxl\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxl\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxl\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxl\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxl\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxl\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxl\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxl\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxl\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxl\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxl\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxl\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxl\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxl\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxl\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxl\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxl\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxl\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxl\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxl\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxl\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxl\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxl\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxl\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxl\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxl\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxl\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xxl\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xxl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xxl\:group-hover\:border-black-100{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xxl\:group-hover\:border-black-200{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xxl\:group-hover\:border-black-300{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xxl\:group-hover\:border-black-350{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xxl\:group-hover\:border-black-400{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-450{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-500{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-600{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-black-700{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-white-200{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-white-300{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-white-400{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-white-600{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-50{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-90{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-350{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-450{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-550{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-850{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-900{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-gray-950{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-50{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-200{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xxl\:group-hover\:border-red-300{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xxl\:group-hover\:border-red-350{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-400{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-450{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-500{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-600{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-650{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-700{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-750{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-800{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-850{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-red-900{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-50{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-200{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-300{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-400{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-700{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-800{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-yellow-900{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-50{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-100{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-200{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-300{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xxl\:group-hover\:border-green-400{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-500{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-550{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-600{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-700{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-800{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-green-900{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-50{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-100{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-500{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-blue-900{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-50{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-100{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-300{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-400{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-500{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-600{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-700{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-800{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-indigo-900{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-50{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-100{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-200{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-300{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-400{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-600{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-700{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-800{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-purple-900{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-50{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-100{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-200{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-300{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-400{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-500{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-600{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-700{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-800{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-pink-900{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-orange-400{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .group:hover .xxl\:group-hover\:border-orange-500{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-transparent:focus-within{
    border-color: transparent;
  }

  .xxl\:focus-within\:border-current:focus-within{
    border-color: currentColor;
  }

  .xxl\:focus-within\:border-black-100:focus-within{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus-within\:border-black-200:focus-within{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus-within\:border-black-300:focus-within{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus-within\:border-black-350:focus-within{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus-within\:border-black-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-black-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-white-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-white-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-white-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-white-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-90:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-gray-950:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-200:focus-within{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus-within\:border-red-300:focus-within{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus-within\:border-red-350:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-450:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-650:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-750:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-850:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-red-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-yellow-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-300:focus-within{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus-within\:border-green-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-550:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-green-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-blue-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-indigo-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-purple-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-50:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-100:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-200:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-300:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-600:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-700:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-800:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-pink-900:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-orange-400:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xxl\:focus-within\:border-orange-500:focus-within{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xxl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xxl\:hover\:border-black-100:hover{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:hover\:border-black-200:hover{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:hover\:border-black-300:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:hover\:border-black-350:hover{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:hover\:border-black-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-black-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-white-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-white-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-white-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-white-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-90:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-gray-950:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-200:hover{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:hover\:border-red-300:hover{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:hover\:border-red-350:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-450:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-650:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-750:hover{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-850:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-red-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-yellow-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-300:hover{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:hover\:border-green-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-550:hover{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-green-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-blue-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-indigo-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-purple-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-50:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-700:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-800:hover{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-pink-900:hover{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-orange-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xxl\:hover\:border-orange-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xxl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xxl\:focus\:border-black-100:focus{
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:border-black-200:focus{
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:border-black-300:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:border-black-350:focus{
    border-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:border-black-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(2, 2, 2, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-black-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 96, 96, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-white-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 208, 220, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-white-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(85, 66, 62, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-white-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-white-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 208, 209, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-90:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 239, 239, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 139, 139, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(222, 222, 222, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(242, 243, 244, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(174, 174, 174, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 89, 89, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(231, 231, 237, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(122, 122, 122, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(235, 235, 235, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(114, 114, 114, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-gray-950:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-200:focus{
    border-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:border-red-300:focus{
    border-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:border-red-350:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 245, 245, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 62, 58, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-450:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 247, 247, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(234, 27, 96, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 48, 44, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-650:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 49, 49, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(182, 20, 80, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-750:focus{
    --tw-border-opacity: 1;
    border-color: rgba(203, 54, 51, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(160, 40, 37, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-850:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 44, 41, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-red-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(119, 6, 3, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(248, 217, 15, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-yellow-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-300:focus{
    border-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:border-green-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 240, 118, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(97, 190, 121, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-550:focus{
    --tw-border-opacity: 1;
    border-color: rgba(112, 196, 134, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(89, 184, 178, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(247, 252, 248, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-green-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(10, 56, 82, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-blue-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-indigo-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-purple-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-50:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-700:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-800:focus{
    --tw-border-opacity: 1;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-pink-900:focus{
    --tw-border-opacity: 1;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-orange-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(226, 101, 40, var(--tw-border-opacity));
  }

  .xxl\:focus\:border-orange-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(253, 60, 0, var(--tw-border-opacity));
  }

  .xxl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xxl\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .xxl\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .xxl\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .xxl\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .xxl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xxl\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .xxl\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .xxl\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .xxl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xxl\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .xxl\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .xxl\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .xxl\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .xxl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xxl\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .xxl\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .xxl\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .xxl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xxl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xxl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05;
  }

  .group:hover .xxl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1;
  }

  .group:hover .xxl\:group-hover\:border-opacity-11{
    --tw-border-opacity: .86;
  }

  .group:hover .xxl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2;
  }

  .group:hover .xxl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xxl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3;
  }

  .group:hover .xxl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4;
  }

  .group:hover .xxl\:group-hover\:border-opacity-45{
    --tw-border-opacity: .45;
  }

  .group:hover .xxl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .xxl\:group-hover\:border-opacity-58{
    --tw-border-opacity: .58;
  }

  .group:hover .xxl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6;
  }

  .group:hover .xxl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7;
  }

  .group:hover .xxl\:group-hover\:border-opacity-74{
    --tw-border-opacity: .74;
  }

  .group:hover .xxl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xxl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8;
  }

  .group:hover .xxl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9;
  }

  .group:hover .xxl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95;
  }

  .group:hover .xxl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xxl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xxl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05;
  }

  .xxl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1;
  }

  .xxl\:focus-within\:border-opacity-11:focus-within{
    --tw-border-opacity: .86;
  }

  .xxl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2;
  }

  .xxl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xxl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3;
  }

  .xxl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4;
  }

  .xxl\:focus-within\:border-opacity-45:focus-within{
    --tw-border-opacity: .45;
  }

  .xxl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xxl\:focus-within\:border-opacity-58:focus-within{
    --tw-border-opacity: .58;
  }

  .xxl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6;
  }

  .xxl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7;
  }

  .xxl\:focus-within\:border-opacity-74:focus-within{
    --tw-border-opacity: .74;
  }

  .xxl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xxl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8;
  }

  .xxl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9;
  }

  .xxl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95;
  }

  .xxl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xxl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xxl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05;
  }

  .xxl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1;
  }

  .xxl\:hover\:border-opacity-11:hover{
    --tw-border-opacity: .86;
  }

  .xxl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2;
  }

  .xxl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xxl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3;
  }

  .xxl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4;
  }

  .xxl\:hover\:border-opacity-45:hover{
    --tw-border-opacity: .45;
  }

  .xxl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xxl\:hover\:border-opacity-58:hover{
    --tw-border-opacity: .58;
  }

  .xxl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6;
  }

  .xxl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7;
  }

  .xxl\:hover\:border-opacity-74:hover{
    --tw-border-opacity: .74;
  }

  .xxl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xxl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8;
  }

  .xxl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9;
  }

  .xxl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95;
  }

  .xxl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xxl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xxl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05;
  }

  .xxl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1;
  }

  .xxl\:focus\:border-opacity-11:focus{
    --tw-border-opacity: .86;
  }

  .xxl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2;
  }

  .xxl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xxl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3;
  }

  .xxl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4;
  }

  .xxl\:focus\:border-opacity-45:focus{
    --tw-border-opacity: .45;
  }

  .xxl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xxl\:focus\:border-opacity-58:focus{
    --tw-border-opacity: .58;
  }

  .xxl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6;
  }

  .xxl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7;
  }

  .xxl\:focus\:border-opacity-74:focus{
    --tw-border-opacity: .74;
  }

  .xxl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xxl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8;
  }

  .xxl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9;
  }

  .xxl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95;
  }

  .xxl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xxl\:rounded-none{
    border-radius: 0px;
  }

  .xxl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xxl\:rounded{
    border-radius: 0.25rem;
  }

  .xxl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xxl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xxl\:rounded-xl{
    border-radius: 0.75rem;
  }

  .xxl\:rounded-2xl{
    border-radius: 1rem;
  }

  .xxl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xxl\:rounded-full{
    border-radius: 9999px;
  }

  .xxl\:rounded-base{
    border-radius: 1.875rem;
  }

  .xxl\:rounded-bar{
    border-radius: 4rem;
  }

  .xxl\:rounded-btn{
    border-radius: 25px;
  }

  .xxl\:rounded-activities{
    border-radius: 20px;
  }

  .xxl\:rounded-img{
    border-radius: 7px;
  }

  .xxl\:rounded-input{
    border-radius: 40px;
  }

  .xxl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xxl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xxl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xxl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xxl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xxl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xxl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xxl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xxl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xxl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xxl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xxl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xxl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xxl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xxl\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xxl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xxl\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xxl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xxl\:rounded-r-2xl{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xxl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xxl\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xxl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xxl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xxl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xxl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xxl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-t-base{
    border-top-left-radius: 1.875rem;
    border-top-right-radius: 1.875rem;
  }

  .xxl\:rounded-r-base{
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
  }

  .xxl\:rounded-b-base{
    border-bottom-right-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xxl\:rounded-l-base{
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }

  .xxl\:rounded-t-bar{
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .xxl\:rounded-r-bar{
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .xxl\:rounded-b-bar{
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .xxl\:rounded-l-bar{
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }

  .xxl\:rounded-t-btn{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .xxl\:rounded-r-btn{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .xxl\:rounded-b-btn{
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .xxl\:rounded-l-btn{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .xxl\:rounded-t-activities{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .xxl\:rounded-r-activities{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .xxl\:rounded-b-activities{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-l-activities{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-t-img{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .xxl\:rounded-r-img{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .xxl\:rounded-b-img{
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .xxl\:rounded-l-img{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }

  .xxl\:rounded-t-input{
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .xxl\:rounded-r-input{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .xxl\:rounded-b-input{
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .xxl\:rounded-l-input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .xxl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xxl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xxl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xxl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xxl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xxl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xxl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xxl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xxl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xxl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xxl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xxl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xxl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xxl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xxl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xxl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xxl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xxl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xxl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xxl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xxl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .xxl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

  .xxl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem;
  }

  .xxl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem;
  }

  .xxl\:rounded-tl-2xl{
    border-top-left-radius: 1rem;
  }

  .xxl\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .xxl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem;
  }

  .xxl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem;
  }

  .xxl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem;
  }

  .xxl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem;
  }

  .xxl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem;
  }

  .xxl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem;
  }

  .xxl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xxl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-tl-base{
    border-top-left-radius: 1.875rem;
  }

  .xxl\:rounded-tr-base{
    border-top-right-radius: 1.875rem;
  }

  .xxl\:rounded-br-base{
    border-bottom-right-radius: 1.875rem;
  }

  .xxl\:rounded-bl-base{
    border-bottom-left-radius: 1.875rem;
  }

  .xxl\:rounded-tl-bar{
    border-top-left-radius: 4rem;
  }

  .xxl\:rounded-tr-bar{
    border-top-right-radius: 4rem;
  }

  .xxl\:rounded-br-bar{
    border-bottom-right-radius: 4rem;
  }

  .xxl\:rounded-bl-bar{
    border-bottom-left-radius: 4rem;
  }

  .xxl\:rounded-tl-btn{
    border-top-left-radius: 25px;
  }

  .xxl\:rounded-tr-btn{
    border-top-right-radius: 25px;
  }

  .xxl\:rounded-br-btn{
    border-bottom-right-radius: 25px;
  }

  .xxl\:rounded-bl-btn{
    border-bottom-left-radius: 25px;
  }

  .xxl\:rounded-tl-activities{
    border-top-left-radius: 20px;
  }

  .xxl\:rounded-tr-activities{
    border-top-right-radius: 20px;
  }

  .xxl\:rounded-br-activities{
    border-bottom-right-radius: 20px;
  }

  .xxl\:rounded-bl-activities{
    border-bottom-left-radius: 20px;
  }

  .xxl\:rounded-tl-img{
    border-top-left-radius: 7px;
  }

  .xxl\:rounded-tr-img{
    border-top-right-radius: 7px;
  }

  .xxl\:rounded-br-img{
    border-bottom-right-radius: 7px;
  }

  .xxl\:rounded-bl-img{
    border-bottom-left-radius: 7px;
  }

  .xxl\:rounded-tl-input{
    border-top-left-radius: 40px;
  }

  .xxl\:rounded-tr-input{
    border-top-right-radius: 40px;
  }

  .xxl\:rounded-br-input{
    border-bottom-right-radius: 40px;
  }

  .xxl\:rounded-bl-input{
    border-bottom-left-radius: 40px;
  }

  .xxl\:border-solid{
    border-style: solid;
  }

  .xxl\:border-dashed{
    border-style: dashed;
  }

  .xxl\:border-dotted{
    border-style: dotted;
  }

  .xxl\:border-double{
    border-style: double;
  }

  .xxl\:border-none{
    border-style: none;
  }

  .xxl\:border-0{
    border-width: 0px;
  }

  .xxl\:border-1{
    border-width: 1px;
  }

  .xxl\:border-2{
    border-width: 2px;
  }

  .xxl\:border-3{
    border-width: 3px;
  }

  .xxl\:border-4{
    border-width: 4px;
  }

  .xxl\:border-6{
    border-width: 6px;
  }

  .xxl\:border-8{
    border-width: 8px;
  }

  .xxl\:border-9{
    border-width: 9px;
  }

  .xxl\:border-10{
    border-width: 10px;
  }

  .xxl\:border-14{
    border-width: 14px;
  }

  .xxl\:border{
    border-width: 1px;
  }

  .xxl\:border-t-0{
    border-top-width: 0px;
  }

  .xxl\:border-r-0{
    border-right-width: 0px;
  }

  .xxl\:border-b-0{
    border-bottom-width: 0px;
  }

  .xxl\:border-l-0{
    border-left-width: 0px;
  }

  .xxl\:border-t-1{
    border-top-width: 1px;
  }

  .xxl\:border-r-1{
    border-right-width: 1px;
  }

  .xxl\:border-b-1{
    border-bottom-width: 1px;
  }

  .xxl\:border-l-1{
    border-left-width: 1px;
  }

  .xxl\:border-t-2{
    border-top-width: 2px;
  }

  .xxl\:border-r-2{
    border-right-width: 2px;
  }

  .xxl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xxl\:border-l-2{
    border-left-width: 2px;
  }

  .xxl\:border-t-3{
    border-top-width: 3px;
  }

  .xxl\:border-r-3{
    border-right-width: 3px;
  }

  .xxl\:border-b-3{
    border-bottom-width: 3px;
  }

  .xxl\:border-l-3{
    border-left-width: 3px;
  }

  .xxl\:border-t-4{
    border-top-width: 4px;
  }

  .xxl\:border-r-4{
    border-right-width: 4px;
  }

  .xxl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4{
    border-left-width: 4px;
  }

  .xxl\:border-t-6{
    border-top-width: 6px;
  }

  .xxl\:border-r-6{
    border-right-width: 6px;
  }

  .xxl\:border-b-6{
    border-bottom-width: 6px;
  }

  .xxl\:border-l-6{
    border-left-width: 6px;
  }

  .xxl\:border-t-8{
    border-top-width: 8px;
  }

  .xxl\:border-r-8{
    border-right-width: 8px;
  }

  .xxl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xxl\:border-l-8{
    border-left-width: 8px;
  }

  .xxl\:border-t-9{
    border-top-width: 9px;
  }

  .xxl\:border-r-9{
    border-right-width: 9px;
  }

  .xxl\:border-b-9{
    border-bottom-width: 9px;
  }

  .xxl\:border-l-9{
    border-left-width: 9px;
  }

  .xxl\:border-t-10{
    border-top-width: 10px;
  }

  .xxl\:border-r-10{
    border-right-width: 10px;
  }

  .xxl\:border-b-10{
    border-bottom-width: 10px;
  }

  .xxl\:border-l-10{
    border-left-width: 10px;
  }

  .xxl\:border-t-14{
    border-top-width: 14px;
  }

  .xxl\:border-r-14{
    border-right-width: 14px;
  }

  .xxl\:border-b-14{
    border-bottom-width: 14px;
  }

  .xxl\:border-l-14{
    border-left-width: 14px;
  }

  .xxl\:border-t{
    border-top-width: 1px;
  }

  .xxl\:border-r{
    border-right-width: 1px;
  }

  .xxl\:border-b{
    border-bottom-width: 1px;
  }

  .xxl\:border-l{
    border-left-width: 1px;
  }

  .xxl\:box-border{
    box-sizing: border-box;
  }

  .xxl\:box-content{
    box-sizing: content-box;
  }

  .xxl\:cursor-auto{
    cursor: auto;
  }

  .xxl\:cursor-default{
    cursor: default;
  }

  .xxl\:cursor-pointer{
    cursor: pointer;
  }

  .xxl\:cursor-wait{
    cursor: wait;
  }

  .xxl\:cursor-text{
    cursor: text;
  }

  .xxl\:cursor-move{
    cursor: move;
  }

  .xxl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xxl\:block{
    display: block;
  }

  .xxl\:inline-block{
    display: inline-block;
  }

  .xxl\:inline{
    display: inline;
  }

  .xxl\:flex{
    display: flex;
  }

  .xxl\:inline-flex{
    display: inline-flex;
  }

  .xxl\:table{
    display: table;
  }

  .xxl\:table-caption{
    display: table-caption;
  }

  .xxl\:table-cell{
    display: table-cell;
  }

  .xxl\:table-column{
    display: table-column;
  }

  .xxl\:table-column-group{
    display: table-column-group;
  }

  .xxl\:table-footer-group{
    display: table-footer-group;
  }

  .xxl\:table-header-group{
    display: table-header-group;
  }

  .xxl\:table-row-group{
    display: table-row-group;
  }

  .xxl\:table-row{
    display: table-row;
  }

  .xxl\:flow-root{
    display: flow-root;
  }

  .xxl\:grid{
    display: grid;
  }

  .xxl\:inline-grid{
    display: inline-grid;
  }

  .xxl\:contents{
    display: contents;
  }

  .xxl\:hidden{
    display: none;
  }

  .xxl\:flex-row{
    flex-direction: row;
  }

  .xxl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xxl\:flex-col{
    flex-direction: column;
  }

  .xxl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xxl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xxl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xxl\:place-items-auto{
    place-items: auto;
  }

  .xxl\:place-items-start{
    place-items: start;
  }

  .xxl\:place-items-end{
    place-items: end;
  }

  .xxl\:place-items-center{
    place-items: center;
  }

  .xxl\:place-items-stretch{
    place-items: stretch;
  }

  .xxl\:place-content-center{
    place-content: center;
  }

  .xxl\:place-content-start{
    place-content: start;
  }

  .xxl\:place-content-end{
    place-content: end;
  }

  .xxl\:place-content-between{
    place-content: space-between;
  }

  .xxl\:place-content-around{
    place-content: space-around;
  }

  .xxl\:place-content-evenly{
    place-content: space-evenly;
  }

  .xxl\:place-content-stretch{
    place-content: stretch;
  }

  .xxl\:place-self-auto{
    place-self: auto;
  }

  .xxl\:place-self-start{
    place-self: start;
  }

  .xxl\:place-self-end{
    place-self: end;
  }

  .xxl\:place-self-center{
    place-self: center;
  }

  .xxl\:place-self-stretch{
    place-self: stretch;
  }

  .xxl\:items-start{
    align-items: flex-start;
  }

  .xxl\:items-end{
    align-items: flex-end;
  }

  .xxl\:items-center{
    align-items: center;
  }

  .xxl\:items-baseline{
    align-items: baseline;
  }

  .xxl\:items-stretch{
    align-items: stretch;
  }

  .xxl\:content-center{
    align-content: center;
  }

  .xxl\:content-start{
    align-content: flex-start;
  }

  .xxl\:content-end{
    align-content: flex-end;
  }

  .xxl\:content-between{
    align-content: space-between;
  }

  .xxl\:content-around{
    align-content: space-around;
  }

  .xxl\:content-evenly{
    align-content: space-evenly;
  }

  .xxl\:self-auto{
    align-self: auto;
  }

  .xxl\:self-start{
    align-self: flex-start;
  }

  .xxl\:self-end{
    align-self: flex-end;
  }

  .xxl\:self-center{
    align-self: center;
  }

  .xxl\:self-stretch{
    align-self: stretch;
  }

  .xxl\:justify-items-auto{
    justify-items: auto;
  }

  .xxl\:justify-items-start{
    justify-items: start;
  }

  .xxl\:justify-items-end{
    justify-items: end;
  }

  .xxl\:justify-items-center{
    justify-items: center;
  }

  .xxl\:justify-items-stretch{
    justify-items: stretch;
  }

  .xxl\:justify-start{
    justify-content: flex-start;
  }

  .xxl\:justify-end{
    justify-content: flex-end;
  }

  .xxl\:justify-center{
    justify-content: center;
  }

  .xxl\:justify-between{
    justify-content: space-between;
  }

  .xxl\:justify-around{
    justify-content: space-around;
  }

  .xxl\:justify-evenly{
    justify-content: space-evenly;
  }

  .xxl\:justify-self-auto{
    justify-self: auto;
  }

  .xxl\:justify-self-start{
    justify-self: start;
  }

  .xxl\:justify-self-end{
    justify-self: end;
  }

  .xxl\:justify-self-center{
    justify-self: center;
  }

  .xxl\:justify-self-stretch{
    justify-self: stretch;
  }

  .xxl\:flex-1{
    flex: 1 1 0%;
  }

  .xxl\:flex-auto{
    flex: 1 1 auto;
  }

  .xxl\:flex-initial{
    flex: 0 1 auto;
  }

  .xxl\:flex-none{
    flex: none;
  }

  .xxl\:flex-grow-0{
    flex-grow: 0;
  }

  .xxl\:flex-grow{
    flex-grow: 1;
  }

  .xxl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xxl\:flex-shrink{
    flex-shrink: 1;
  }

  .xxl\:order-1{
    order: 1;
  }

  .xxl\:order-2{
    order: 2;
  }

  .xxl\:order-3{
    order: 3;
  }

  .xxl\:order-4{
    order: 4;
  }

  .xxl\:order-5{
    order: 5;
  }

  .xxl\:order-6{
    order: 6;
  }

  .xxl\:order-7{
    order: 7;
  }

  .xxl\:order-8{
    order: 8;
  }

  .xxl\:order-9{
    order: 9;
  }

  .xxl\:order-10{
    order: 10;
  }

  .xxl\:order-11{
    order: 11;
  }

  .xxl\:order-12{
    order: 12;
  }

  .xxl\:order-first{
    order: -9999;
  }

  .xxl\:order-last{
    order: 9999;
  }

  .xxl\:order-none{
    order: 0;
  }

  .xxl\:float-right{
    float: right;
  }

  .xxl\:float-left{
    float: left;
  }

  .xxl\:float-none{
    float: none;
  }

  .xxl\:clear-left{
    clear: left;
  }

  .xxl\:clear-right{
    clear: right;
  }

  .xxl\:clear-both{
    clear: both;
  }

  .xxl\:clear-none{
    clear: none;
  }

  .xxl\:font-sans{
    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";
  }

  .xxl\:font-serif{
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xxl\:font-mono{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xxl\:font-OpenSans{
    font-family: Open Sans;
  }

  .xxl\:font-Poppins{
    font-family: Poppins;
  }

  .xxl\:font-thin{
    font-weight: 100;
  }

  .xxl\:font-extralight{
    font-weight: 200;
  }

  .xxl\:font-light{
    font-weight: 300;
  }

  .xxl\:font-normal{
    font-weight: 400;
  }

  .xxl\:font-medium{
    font-weight: 500;
  }

  .xxl\:font-semibold{
    font-weight: 600;
  }

  .xxl\:font-bold{
    font-weight: 700;
  }

  .xxl\:font-extrabold{
    font-weight: 800;
  }

  .xxl\:font-black{
    font-weight: 900;
  }

  .xxl\:h-0{
    height: 0px;
  }

  .xxl\:h-1{
    height: 0.25rem;
  }

  .xxl\:h-2{
    height: 0.5rem;
  }

  .xxl\:h-3{
    height: 0.75rem;
  }

  .xxl\:h-4{
    height: 1rem;
  }

  .xxl\:h-5{
    height: 1.25rem;
  }

  .xxl\:h-6{
    height: 1.5rem;
  }

  .xxl\:h-7{
    height: 1.75rem;
  }

  .xxl\:h-8{
    height: 2rem;
  }

  .xxl\:h-9{
    height: 2.25rem;
  }

  .xxl\:h-10{
    height: 2.5rem;
  }

  .xxl\:h-11{
    height: 2.75rem;
  }

  .xxl\:h-12{
    height: 3rem;
  }

  .xxl\:h-13{
    height: 3.25rem;
  }

  .xxl\:h-14{
    height: 3.5rem;
  }

  .xxl\:h-15{
    height: 3.75rem;
  }

  .xxl\:h-16{
    height: 4rem;
  }

  .xxl\:h-17{
    height: 4.375rem;
  }

  .xxl\:h-18{
    height: 4.5rem;
  }

  .xxl\:h-19{
    height: 4.75rem;
  }

  .xxl\:h-20{
    height: 5rem;
  }

  .xxl\:h-21{
    height: 5.5rem;
  }

  .xxl\:h-22{
    height: 5.625rem;
  }

  .xxl\:h-23{
    height: 6.375rem;
  }

  .xxl\:h-24{
    height: 6rem;
  }

  .xxl\:h-25{
    height: 6.5rem;
  }

  .xxl\:h-26{
    height: 6.75rem;
  }

  .xxl\:h-27{
    height: 6.25rem;
  }

  .xxl\:h-28{
    height: 7rem;
  }

  .xxl\:h-29{
    height: 7.5rem;
  }

  .xxl\:h-32{
    height: 8rem;
  }

  .xxl\:h-34{
    height: 8.5rem;
  }

  .xxl\:h-35{
    height: 8.75rem;
  }

  .xxl\:h-36{
    height: 9rem;
  }

  .xxl\:h-37{
    height: 9.125rem;
  }

  .xxl\:h-38{
    height: 9.5rem;
  }

  .xxl\:h-40{
    height: 10rem;
  }

  .xxl\:h-41{
    height: 10.5rem;
  }

  .xxl\:h-42{
    height: 10.625rem;
  }

  .xxl\:h-44{
    height: 11rem;
  }

  .xxl\:h-45{
    height: 11.875rem;
  }

  .xxl\:h-48{
    height: 12rem;
  }

  .xxl\:h-49{
    height: 12.5rem;
  }

  .xxl\:h-51{
    height: 13.375rem;
  }

  .xxl\:h-52{
    height: 13rem;
  }

  .xxl\:h-56{
    height: 14rem;
  }

  .xxl\:h-57{
    height: 14.375rem;
  }

  .xxl\:h-60{
    height: 15rem;
  }

  .xxl\:h-64{
    height: 16rem;
  }

  .xxl\:h-65{
    height: 17rem;
  }

  .xxl\:h-66{
    height: 17.5rem;
  }

  .xxl\:h-72{
    height: 18rem;
  }

  .xxl\:h-73{
    height: 18.5rem;
  }

  .xxl\:h-80{
    height: 20rem;
  }

  .xxl\:h-81{
    height: 21.5rem;
  }

  .xxl\:h-82{
    height: 22rem;
  }

  .xxl\:h-83{
    height: 23.8125rem;
  }

  .xxl\:h-84{
    height: 23rem;
  }

  .xxl\:h-94{
    height: 28rem;
  }

  .xxl\:h-96{
    height: 24rem;
  }

  .xxl\:h-98{
    height: 32rem;
  }

  .xxl\:h-100{
    height: 90%;
  }

  .xxl\:h-auto{
    height: auto;
  }

  .xxl\:h-px{
    height: 1px;
  }

  .xxl\:h-0\.5{
    height: 0.125rem;
  }

  .xxl\:h-1\.5{
    height: 0.375rem;
  }

  .xxl\:h-2\.5{
    height: 0.625rem;
  }

  .xxl\:h-3\.5{
    height: 0.875rem;
  }

  .xxl\:h-4\.5{
    height: 1.125rem;
  }

  .xxl\:h-5\.5{
    height: 1.375rem;
  }

  .xxl\:h-6\.5{
    height: 1.625rem;
  }

  .xxl\:h-7\.5{
    height: 1.875rem;
  }

  .xxl\:h-8\.5{
    height: 2.125rem;
  }

  .xxl\:h-9\.5{
    height: 2.375rem;
  }

  .xxl\:h-10\.5{
    height: 2.625rem;
  }

  .xxl\:h-11\.5{
    height: 2.875rem;
  }

  .xxl\:h-12\.5{
    height: 3.125rem;
  }

  .xxl\:h-13\.5{
    height: 3.375rem;
  }

  .xxl\:h-15\.5{
    height: 3.8rem;
  }

  .xxl\:h-16\.5{
    height: 4.25rem;
  }

  .xxl\:h-17\.5{
    height: 4.25rem;
  }

  .xxl\:h-18\.5{
    height: 4.625rem;
  }

  .xxl\:h-20\.5{
    height: 5.25rem;
  }

  .xxl\:h-21\.5{
    height: 5.75rem;
  }

  .xxl\:h-22\.5{
    height: 5.875rem;
  }

  .xxl\:h-24\.5{
    height: 6.625rem;
  }

  .xxl\:h-28\.5{
    height: 7.375rem;
  }

  .xxl\:h-29\.5{
    height: 7.75rem;
  }

  .xxl\:h-32\.5{
    height: 8.5rem;
  }

  .xxl\:h-33\.5{
    height: 8.8125rem;
  }

  .xxl\:h-42\.5{
    height: 10.875rem;
  }

  .xxl\:h-49\.5{
    height: 12.75rem;
  }

  .xxl\:h-72\.5{
    height: 18.25rem;
  }

  .xxl\:h-1\/2{
    height: 50%;
  }

  .xxl\:h-1\/3{
    height: 33.333333%;
  }

  .xxl\:h-2\/3{
    height: 66.666667%;
  }

  .xxl\:h-1\/4{
    height: 25%;
  }

  .xxl\:h-2\/4{
    height: 50%;
  }

  .xxl\:h-3\/4{
    height: 75%;
  }

  .xxl\:h-1\/5{
    height: 20%;
  }

  .xxl\:h-2\/5{
    height: 40%;
  }

  .xxl\:h-3\/5{
    height: 60%;
  }

  .xxl\:h-4\/5{
    height: 80%;
  }

  .xxl\:h-1\/6{
    height: 16.666667%;
  }

  .xxl\:h-2\/6{
    height: 33.333333%;
  }

  .xxl\:h-3\/6{
    height: 50%;
  }

  .xxl\:h-4\/6{
    height: 66.666667%;
  }

  .xxl\:h-5\/6{
    height: 83.333333%;
  }

  .xxl\:h-full{
    height: 100%;
  }

  .xxl\:h-screen{
    height: 100vh;
  }

  .xxl\:h-1\.4{
    height: 0.3125rem;
  }

  .xxl\:h-14\.5{
    height: 3.875rem;
  }

  .xxl\:h-52\.5{
    height: 13.5rem;
  }

  .xxl\:h-56\.5{
    height: 14.625rem;
  }

  .xxl\:h-64\.5{
    height: 16.5rem;
  }

  .xxl\:h-66\.5{
    height: 17.625rem;
  }

  .xxl\:h-80\.5{
    height: 20.25rem;
  }

  .xxl\:h-81\.5{
    height: 21.125rem;
  }

  .xxl\:h-icons-xxl{
    height: 103px;
  }

  .xxl\:h-activities{
    height: 416px;
  }

  .xxl\:h-activities-sm{
    height: 215px;
  }

  .xxl\:h-community{
    height: 390px;
  }

  .xxl\:h-community-md{
    height: 420px;
  }

  .xxl\:h-community-sm{
    height: 515px;
  }

  .xxl\:h-slide{
    height: 792px;
  }

  .xxl\:h-slide-md{
    height: 640px;
  }

  .xxl\:h-slide-sm{
    height: 443px;
  }

  .xxl\:h-bg-commission{
    height: 303px;
  }

  .xxl\:h-bg-commission-sm{
    height: 94px;
  }

  .xxl\:h-bg-commission-md{
    height: 200px;
  }

  .xxl\:h-item-commission{
    height: 201px;
  }

  .xxl\:h-item-commission-sm{
    height: 165px;
  }

  .xxl\:h-about{
    height: 661px;
  }

  .xxl\:h-about-sm{
    height: 290px;
  }

  .xxl\:h-about-md{
    height: 350px;
  }

  .xxl\:h-items{
    height: 273px;
  }

  .xxl\:h-items-sm{
    height: 230px;
  }

  .xxl\:h-items-2{
    height: 317px;
  }

  .xxl\:h-items-2-sm{
    height: 260px;
  }

  .xxl\:h-news{
    height: 568px;
  }

  .xxl\:h-news-sm{
    height: 240px;
  }

  .xxl\:h-news2{
    height: 277px;
  }

  .xxl\:h-news3{
    height: 259px;
  }

  .xxl\:h-img-vision{
    height: 496px;
  }

  .xxl\:h-directive{
    height: 492px;
  }

  .xxl\:h-directive-md{
    height: 392px;
  }

  .xxl\:h-directive-sm{
    height: 270px;
  }

  .xxl\:h-img-vision-md{
    height: 300px;
  }

  .xxl\:h-img-vision-sm{
    height: 220px;
  }

  .xxl\:h-circle{
    height: 120px;
  }

  .xxl\:h-circle-xl{
    height: 215px;
  }

  .xxl\:h-value{
    height: 196px;
  }

  .xxl\:h-modal{
    height: 661px;
  }

  .xxl\:h-modal-lg{
    height: 480px;
  }

  .xxl\:h-modal-md{
    height: 400px;
  }

  .xxl\:h-modal-sm{
    height: 280px;
  }

  .xxl\:h-hero{
    height: 424px;
  }

  .xxl\:h-hero-md{
    height: 300px;
  }

  .xxl\:h-hero-sm{
    height: 240px;
  }

  .xxl\:h-form{
    height: 382px;
  }

  .xxl\:h-login{
    height: 1008px;
  }

  .xxl\:h-login-lg{
    height: 900px;
  }

  .xxl\:h-login-sm{
    height: 500px;
  }

  .xxl\:h-because{
    height: 117px;
  }

  .xxl\:h-because-sm{
    height: 80px;
  }

  .xxl\:h-debate{
    height: 368px;
  }

  .xxl\:h-debate-sm{
    height: 280px;
  }

  .xxl\:text-404{
    font-size: 200px;
    line-height: 300px;
  }

  .xxl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xxl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xxl\:text-base{
    font-size: 28px;
    line-height: 32px;
  }

  .xxl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xxl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xxl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xxl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xxl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xxl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xxl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xxl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  .xxl\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .xxl\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .xxl\:text-xsCap{
    font-size: 12px;
    line-height: 16px;
  }

  .xxl\:text-smCap{
    font-size: 14px;
    line-height: 24px;
  }

  .xxl\:text-mdCap{
    font-size: 16px;
    line-height: 28px;
  }

  .xxl\:text-lgCap{
    font-size: 24px;
    line-height: 24px;
  }

  .xxl\:text-btn{
    font-size: 16px;
    line-height: 32px;
  }

  .xxl\:text-btn-sm{
    font-size: 14px;
    line-height: 28px;
  }

  .xxl\:text-icon-arrow{
    font-size: 8px;
    line-height: auto;
  }

  .xxl\:text-icon{
    font-size: 22px;
    line-height: auto;
  }

  .xxl\:text-icon-xs{
    font-size: 12px;
    line-height: auto;
  }

  .xxl\:text-body{
    font-size: 14px;
    line-height: 16px;
  }

  .xxl\:text-icon-sm{
    font-size: 16px;
    line-height: auto;
  }

  .xxl\:text-info-h2{
    font-size: 48px;
    line-height: 72px;
  }

  .xxl\:text-info-h2-xl{
    font-size: 120px;
    line-height: 120px;
  }

  .xxl\:text-info-h2-md{
    font-size: 38px;
    line-height: 52px;
  }

  .xxl\:text-info-h2-sm{
    font-size: 28px;
    line-height: 42px;
  }

  .xxl\:text-info-h3{
    font-size: 40px;
    line-height: 60px;
  }

  .xxl\:text-info-h3-sm{
    font-size: 22px;
    line-height: 38px;
  }

  .xxl\:text-info-h3-md{
    font-size: 24px;
    line-height: 40px;
  }

  .xxl\:text-info-h3-lg{
    font-size: 30px;
    line-height: 60px;
  }

  .xxl\:text-info-h4{
    font-size: 32px;
    line-height: 40px;
  }

  .xxl\:text-info-h4-md{
    font-size: 28px;
    line-height: 40px;
  }

  .xxl\:text-info-h4-sm{
    font-size: 20px;
    line-height: 40px;
  }

  .xxl\:text-info-p{
    font-size: 18px;
    line-height: 32px;
  }

  .xxl\:text-info-p-xl{
    font-size: 24px;
    line-height: 32px;
  }

  .xxl\:text-info-p-lg{
    font-size: 20px;
    line-height: 32px;
  }

  .xxl\:text-info-p-md{
    font-size: 20px;
    line-height: 28px;
  }

  .xxl\:text-info-span{
    font-size: 24px;
    line-height: 36px;
  }

  .xxl\:text-play{
    font-size: 52px;
    line-height: auto;
  }

  .xxl\:text-icons-xxl{
    font-size: 90px;
    line-height: auto;
  }

  .xxl\:text-icons-sub{
    font-size: 40px;
    line-height: 0px;
  }

  .xxl\:text-404-md{
    font-size: 150px;
    line-height: 200px;
  }

  .xxl\:text-404-sm{
    font-size: 100px;
    line-height: 120px;
  }

  .xxl\:text-check{
    font-size: 51px;
    line-height: 50px;
  }

  .xxl\:leading-3{
    line-height: .75rem;
  }

  .xxl\:leading-4{
    line-height: 1rem;
  }

  .xxl\:leading-5{
    line-height: 1.25rem;
  }

  .xxl\:leading-6{
    line-height: 1.5rem;
  }

  .xxl\:leading-7{
    line-height: 1.75rem;
  }

  .xxl\:leading-8{
    line-height: 2rem;
  }

  .xxl\:leading-9{
    line-height: 2.25rem;
  }

  .xxl\:leading-10{
    line-height: 2.5rem;
  }

  .xxl\:leading-none{
    line-height: 1;
  }

  .xxl\:leading-tight{
    line-height: 1.25;
  }

  .xxl\:leading-snug{
    line-height: 1.375;
  }

  .xxl\:leading-normal{
    line-height: 1.5;
  }

  .xxl\:leading-relaxed{
    line-height: 1.625;
  }

  .xxl\:leading-loose{
    line-height: 2;
  }

  .xxl\:list-inside{
    list-style-position: inside;
  }

  .xxl\:list-outside{
    list-style-position: outside;
  }

  .xxl\:list-none{
    list-style-type: none;
  }

  .xxl\:list-disc{
    list-style-type: disc;
  }

  .xxl\:list-decimal{
    list-style-type: decimal;
  }

  .xxl\:m-0{
    margin: 0px;
  }

  .xxl\:m-1{
    margin: 0.25rem;
  }

  .xxl\:m-2{
    margin: 0.5rem;
  }

  .xxl\:m-3{
    margin: 0.75rem;
  }

  .xxl\:m-4{
    margin: 1rem;
  }

  .xxl\:m-5{
    margin: 1.25rem;
  }

  .xxl\:m-6{
    margin: 1.5rem;
  }

  .xxl\:m-7{
    margin: 1.75rem;
  }

  .xxl\:m-8{
    margin: 2rem;
  }

  .xxl\:m-9{
    margin: 2.25rem;
  }

  .xxl\:m-10{
    margin: 2.5rem;
  }

  .xxl\:m-11{
    margin: 2.75rem;
  }

  .xxl\:m-12{
    margin: 3rem;
  }

  .xxl\:m-13{
    margin: 3.375rem;
  }

  .xxl\:m-14{
    margin: 3.5rem;
  }

  .xxl\:m-15{
    margin: 3.75rem;
  }

  .xxl\:m-16{
    margin: 4rem;
  }

  .xxl\:m-17{
    margin: 4.375rem;
  }

  .xxl\:m-18{
    margin: 4.5rem;
  }

  .xxl\:m-19{
    margin: 4.75rem;
  }

  .xxl\:m-20{
    margin: 5rem;
  }

  .xxl\:m-21{
    margin: 5.5rem;
  }

  .xxl\:m-22{
    margin: 5.625rem;
  }

  .xxl\:m-23{
    margin: 6.125rem;
  }

  .xxl\:m-24{
    margin: 6rem;
  }

  .xxl\:m-25{
    margin: 6.5rem;
  }

  .xxl\:m-26{
    margin: 6.75rem;
  }

  .xxl\:m-27{
    margin: 6.25rem;
  }

  .xxl\:m-28{
    margin: 7rem;
  }

  .xxl\:m-29{
    margin: 7.5rem;
  }

  .xxl\:m-32{
    margin: 8rem;
  }

  .xxl\:m-34{
    margin: 8.5rem;
  }

  .xxl\:m-35{
    margin: 8.75rem;
  }

  .xxl\:m-36{
    margin: 9rem;
  }

  .xxl\:m-37{
    margin: 9.125rem;
  }

  .xxl\:m-38{
    margin: 9.5rem;
  }

  .xxl\:m-40{
    margin: 10rem;
  }

  .xxl\:m-41{
    margin: 10.5rem;
  }

  .xxl\:m-42{
    margin: 10.625rem;
  }

  .xxl\:m-44{
    margin: 11rem;
  }

  .xxl\:m-45{
    margin: 11.25rem;
  }

  .xxl\:m-48{
    margin: 12rem;
  }

  .xxl\:m-49{
    margin: 12.5rem;
  }

  .xxl\:m-52{
    margin: 13rem;
  }

  .xxl\:m-56{
    margin: 14rem;
  }

  .xxl\:m-57{
    margin: 14.375rem;
  }

  .xxl\:m-60{
    margin: 15rem;
  }

  .xxl\:m-64{
    margin: 16rem;
  }

  .xxl\:m-72{
    margin: 18rem;
  }

  .xxl\:m-80{
    margin: 20rem;
  }

  .xxl\:m-82{
    margin: 22rem;
  }

  .xxl\:m-83{
    margin: 23.8125rem;
  }

  .xxl\:m-96{
    margin: 24rem;
  }

  .xxl\:m-auto{
    margin: auto;
  }

  .xxl\:m-px{
    margin: 1px;
  }

  .xxl\:m-0\.5{
    margin: 0.125rem;
  }

  .xxl\:m-1\.5{
    margin: 0.375rem;
  }

  .xxl\:m-2\.5{
    margin: 0.625rem;
  }

  .xxl\:m-3\.5{
    margin: 0.875rem;
  }

  .xxl\:m-4\.5{
    margin: 1.125rem;
  }

  .xxl\:m-5\.5{
    margin: 1.375rem;
  }

  .xxl\:m-6\.5{
    margin: 1.625rem;
  }

  .xxl\:m-7\.5{
    margin: 1.875rem;
  }

  .xxl\:m-8\.5{
    margin: 2.125rem;
  }

  .xxl\:m-9\.5{
    margin: 2.375rem;
  }

  .xxl\:m-10\.5{
    margin: 2.625rem;
  }

  .xxl\:m-11\.5{
    margin: 2.875rem;
  }

  .xxl\:m-12\.5{
    margin: 3.125rem;
  }

  .xxl\:m-13\.5{
    margin: 3.25rem;
  }

  .xxl\:m-15\.5{
    margin: 3.8rem;
  }

  .xxl\:m-16\.5{
    margin: 4.125rem;
  }

  .xxl\:m-17\.5{
    margin: 4.25rem;
  }

  .xxl\:m-18\.5{
    margin: 4.625rem;
  }

  .xxl\:m-20\.5{
    margin: 5.25rem;
  }

  .xxl\:m-21\.5{
    margin: 5.75rem;
  }

  .xxl\:m-22\.5{
    margin: 5.875rem;
  }

  .xxl\:m-24\.5{
    margin: 6.8125rem;
  }

  .xxl\:m-28\.5{
    margin: 7.375rem;
  }

  .xxl\:m-29\.5{
    margin: 7.75rem;
  }

  .xxl\:m-32\.5{
    margin: 8.125rem;
  }

  .xxl\:m-33\.5{
    margin: 8.8125rem;
  }

  .xxl\:m-42\.5{
    margin: 10.875rem;
  }

  .xxl\:m-49\.5{
    margin: 12.75rem;
  }

  .xxl\:m-72\.5{
    margin: 18.25rem;
  }

  .xxl\:-m-0{
    margin: 0px;
  }

  .xxl\:-m-1{
    margin: -0.25rem;
  }

  .xxl\:-m-2{
    margin: -0.5rem;
  }

  .xxl\:-m-3{
    margin: -0.75rem;
  }

  .xxl\:-m-4{
    margin: -1rem;
  }

  .xxl\:-m-5{
    margin: -1.25rem;
  }

  .xxl\:-m-6{
    margin: -1.5rem;
  }

  .xxl\:-m-7{
    margin: -1.75rem;
  }

  .xxl\:-m-8{
    margin: -2rem;
  }

  .xxl\:-m-9{
    margin: -2.25rem;
  }

  .xxl\:-m-10{
    margin: -2.5rem;
  }

  .xxl\:-m-11{
    margin: -2.75rem;
  }

  .xxl\:-m-12{
    margin: -3rem;
  }

  .xxl\:-m-13{
    margin: -3.375rem;
  }

  .xxl\:-m-14{
    margin: -3.5rem;
  }

  .xxl\:-m-15{
    margin: -3.75rem;
  }

  .xxl\:-m-16{
    margin: -4rem;
  }

  .xxl\:-m-17{
    margin: -4.375rem;
  }

  .xxl\:-m-18{
    margin: -4.5rem;
  }

  .xxl\:-m-19{
    margin: -4.75rem;
  }

  .xxl\:-m-20{
    margin: -5rem;
  }

  .xxl\:-m-21{
    margin: -5.5rem;
  }

  .xxl\:-m-22{
    margin: -5.625rem;
  }

  .xxl\:-m-23{
    margin: -6.125rem;
  }

  .xxl\:-m-24{
    margin: -6rem;
  }

  .xxl\:-m-25{
    margin: -6.5rem;
  }

  .xxl\:-m-26{
    margin: -6.75rem;
  }

  .xxl\:-m-27{
    margin: -6.25rem;
  }

  .xxl\:-m-28{
    margin: -7rem;
  }

  .xxl\:-m-29{
    margin: -7.5rem;
  }

  .xxl\:-m-32{
    margin: -8rem;
  }

  .xxl\:-m-34{
    margin: -8.5rem;
  }

  .xxl\:-m-35{
    margin: -8.75rem;
  }

  .xxl\:-m-36{
    margin: -9rem;
  }

  .xxl\:-m-37{
    margin: -9.125rem;
  }

  .xxl\:-m-38{
    margin: -9.5rem;
  }

  .xxl\:-m-40{
    margin: -10rem;
  }

  .xxl\:-m-41{
    margin: -10.5rem;
  }

  .xxl\:-m-42{
    margin: -10.625rem;
  }

  .xxl\:-m-44{
    margin: -11rem;
  }

  .xxl\:-m-45{
    margin: -11.25rem;
  }

  .xxl\:-m-48{
    margin: -12rem;
  }

  .xxl\:-m-49{
    margin: -12.5rem;
  }

  .xxl\:-m-52{
    margin: -13rem;
  }

  .xxl\:-m-56{
    margin: -14rem;
  }

  .xxl\:-m-57{
    margin: -14.375rem;
  }

  .xxl\:-m-60{
    margin: -15rem;
  }

  .xxl\:-m-64{
    margin: -16rem;
  }

  .xxl\:-m-72{
    margin: -18rem;
  }

  .xxl\:-m-80{
    margin: -20rem;
  }

  .xxl\:-m-82{
    margin: -22rem;
  }

  .xxl\:-m-83{
    margin: -23.8125rem;
  }

  .xxl\:-m-96{
    margin: -24rem;
  }

  .xxl\:-m-px{
    margin: -1px;
  }

  .xxl\:-m-0\.5{
    margin: -0.125rem;
  }

  .xxl\:-m-1\.5{
    margin: -0.375rem;
  }

  .xxl\:-m-2\.5{
    margin: -0.625rem;
  }

  .xxl\:-m-3\.5{
    margin: -0.875rem;
  }

  .xxl\:-m-4\.5{
    margin: -1.125rem;
  }

  .xxl\:-m-5\.5{
    margin: -1.375rem;
  }

  .xxl\:-m-6\.5{
    margin: -1.625rem;
  }

  .xxl\:-m-7\.5{
    margin: -1.875rem;
  }

  .xxl\:-m-8\.5{
    margin: -2.125rem;
  }

  .xxl\:-m-9\.5{
    margin: -2.375rem;
  }

  .xxl\:-m-10\.5{
    margin: -2.625rem;
  }

  .xxl\:-m-11\.5{
    margin: -2.875rem;
  }

  .xxl\:-m-12\.5{
    margin: -3.125rem;
  }

  .xxl\:-m-13\.5{
    margin: -3.25rem;
  }

  .xxl\:-m-15\.5{
    margin: -3.8rem;
  }

  .xxl\:-m-16\.5{
    margin: -4.125rem;
  }

  .xxl\:-m-17\.5{
    margin: -4.25rem;
  }

  .xxl\:-m-18\.5{
    margin: -4.625rem;
  }

  .xxl\:-m-20\.5{
    margin: -5.25rem;
  }

  .xxl\:-m-21\.5{
    margin: -5.75rem;
  }

  .xxl\:-m-22\.5{
    margin: -5.875rem;
  }

  .xxl\:-m-24\.5{
    margin: -6.8125rem;
  }

  .xxl\:-m-28\.5{
    margin: -7.375rem;
  }

  .xxl\:-m-29\.5{
    margin: -7.75rem;
  }

  .xxl\:-m-32\.5{
    margin: -8.125rem;
  }

  .xxl\:-m-33\.5{
    margin: -8.8125rem;
  }

  .xxl\:-m-42\.5{
    margin: -10.875rem;
  }

  .xxl\:-m-49\.5{
    margin: -12.75rem;
  }

  .xxl\:-m-72\.5{
    margin: -18.25rem;
  }

  .xxl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xxl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xxl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xxl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xxl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xxl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xxl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xxl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xxl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xxl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xxl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xxl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xxl\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xxl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xxl\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xxl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xxl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xxl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xxl\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xxl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:my-13{
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .xxl\:mx-13{
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .xxl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xxl\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xxl\:my-15{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xxl\:mx-15{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xxl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:my-17{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .xxl\:mx-17{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .xxl\:my-18{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xxl\:mx-18{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xxl\:my-19{
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }

  .xxl\:mx-19{
    margin-left: 4.75rem;
    margin-right: 4.75rem;
  }

  .xxl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xxl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xxl\:my-21{
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xxl\:mx-21{
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xxl\:my-22{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .xxl\:mx-22{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .xxl\:my-23{
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }

  .xxl\:mx-23{
    margin-left: 6.125rem;
    margin-right: 6.125rem;
  }

  .xxl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:my-25{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xxl\:mx-25{
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xxl\:my-26{
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }

  .xxl\:mx-26{
    margin-left: 6.75rem;
    margin-right: 6.75rem;
  }

  .xxl\:my-27{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .xxl\:mx-27{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .xxl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xxl\:mx-28{
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xxl\:my-29{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xxl\:mx-29{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xxl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:my-34{
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xxl\:mx-34{
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xxl\:my-35{
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }

  .xxl\:mx-35{
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }

  .xxl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xxl\:mx-36{
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xxl\:my-37{
    margin-top: 9.125rem;
    margin-bottom: 9.125rem;
  }

  .xxl\:mx-37{
    margin-left: 9.125rem;
    margin-right: 9.125rem;
  }

  .xxl\:my-38{
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xxl\:mx-38{
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xxl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xxl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xxl\:my-41{
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xxl\:mx-41{
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xxl\:my-42{
    margin-top: 10.625rem;
    margin-bottom: 10.625rem;
  }

  .xxl\:mx-42{
    margin-left: 10.625rem;
    margin-right: 10.625rem;
  }

  .xxl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xxl\:mx-44{
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xxl\:my-45{
    margin-top: 11.25rem;
    margin-bottom: 11.25rem;
  }

  .xxl\:mx-45{
    margin-left: 11.25rem;
    margin-right: 11.25rem;
  }

  .xxl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xxl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xxl\:my-49{
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }

  .xxl\:mx-49{
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }

  .xxl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xxl\:mx-52{
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xxl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xxl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xxl\:my-57{
    margin-top: 14.375rem;
    margin-bottom: 14.375rem;
  }

  .xxl\:mx-57{
    margin-left: 14.375rem;
    margin-right: 14.375rem;
  }

  .xxl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xxl\:mx-60{
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xxl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xxl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xxl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xxl\:mx-72{
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xxl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xxl\:mx-80{
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xxl\:my-82{
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xxl\:mx-82{
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xxl\:my-83{
    margin-top: 23.8125rem;
    margin-bottom: 23.8125rem;
  }

  .xxl\:mx-83{
    margin-left: 23.8125rem;
    margin-right: 23.8125rem;
  }

  .xxl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xxl\:mx-96{
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xxl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xxl\:mx-0\.5{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xxl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xxl\:mx-1\.5{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xxl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xxl\:mx-2\.5{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xxl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xxl\:mx-3\.5{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xxl\:my-4\.5{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xxl\:mx-4\.5{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xxl\:my-5\.5{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .xxl\:mx-5\.5{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .xxl\:my-6\.5{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .xxl\:mx-6\.5{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .xxl\:my-7\.5{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xxl\:mx-7\.5{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xxl\:my-8\.5{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .xxl\:mx-8\.5{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .xxl\:my-9\.5{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .xxl\:mx-9\.5{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .xxl\:my-10\.5{
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
  }

  .xxl\:mx-10\.5{
    margin-left: 2.625rem;
    margin-right: 2.625rem;
  }

  .xxl\:my-11\.5{
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
  }

  .xxl\:mx-11\.5{
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

  .xxl\:my-12\.5{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xxl\:mx-12\.5{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xxl\:my-13\.5{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xxl\:mx-13\.5{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xxl\:my-15\.5{
    margin-top: 3.8rem;
    margin-bottom: 3.8rem;
  }

  .xxl\:mx-15\.5{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
  }

  .xxl\:my-16\.5{
    margin-top: 4.125rem;
    margin-bottom: 4.125rem;
  }

  .xxl\:mx-16\.5{
    margin-left: 4.125rem;
    margin-right: 4.125rem;
  }

  .xxl\:my-17\.5{
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
  }

  .xxl\:mx-17\.5{
    margin-left: 4.25rem;
    margin-right: 4.25rem;
  }

  .xxl\:my-18\.5{
    margin-top: 4.625rem;
    margin-bottom: 4.625rem;
  }

  .xxl\:mx-18\.5{
    margin-left: 4.625rem;
    margin-right: 4.625rem;
  }

  .xxl\:my-20\.5{
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xxl\:mx-20\.5{
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xxl\:my-21\.5{
    margin-top: 5.75rem;
    margin-bottom: 5.75rem;
  }

  .xxl\:mx-21\.5{
    margin-left: 5.75rem;
    margin-right: 5.75rem;
  }

  .xxl\:my-22\.5{
    margin-top: 5.875rem;
    margin-bottom: 5.875rem;
  }

  .xxl\:mx-22\.5{
    margin-left: 5.875rem;
    margin-right: 5.875rem;
  }

  .xxl\:my-24\.5{
    margin-top: 6.8125rem;
    margin-bottom: 6.8125rem;
  }

  .xxl\:mx-24\.5{
    margin-left: 6.8125rem;
    margin-right: 6.8125rem;
  }

  .xxl\:my-28\.5{
    margin-top: 7.375rem;
    margin-bottom: 7.375rem;
  }

  .xxl\:mx-28\.5{
    margin-left: 7.375rem;
    margin-right: 7.375rem;
  }

  .xxl\:my-29\.5{
    margin-top: 7.75rem;
    margin-bottom: 7.75rem;
  }

  .xxl\:mx-29\.5{
    margin-left: 7.75rem;
    margin-right: 7.75rem;
  }

  .xxl\:my-32\.5{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .xxl\:mx-32\.5{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .xxl\:my-33\.5{
    margin-top: 8.8125rem;
    margin-bottom: 8.8125rem;
  }

  .xxl\:mx-33\.5{
    margin-left: 8.8125rem;
    margin-right: 8.8125rem;
  }

  .xxl\:my-42\.5{
    margin-top: 10.875rem;
    margin-bottom: 10.875rem;
  }

  .xxl\:mx-42\.5{
    margin-left: 10.875rem;
    margin-right: 10.875rem;
  }

  .xxl\:my-49\.5{
    margin-top: 12.75rem;
    margin-bottom: 12.75rem;
  }

  .xxl\:mx-49\.5{
    margin-left: 12.75rem;
    margin-right: 12.75rem;
  }

  .xxl\:my-72\.5{
    margin-top: 18.25rem;
    margin-bottom: 18.25rem;
  }

  .xxl\:mx-72\.5{
    margin-left: 18.25rem;
    margin-right: 18.25rem;
  }

  .xxl\:-my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xxl\:-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xxl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xxl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xxl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xxl\:-mx-7{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xxl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xxl\:-mx-9{
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xxl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xxl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xxl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xxl\:-mx-11{
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xxl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xxl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xxl\:-my-13{
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .xxl\:-mx-13{
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .xxl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xxl\:-mx-14{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xxl\:-my-15{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xxl\:-mx-15{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xxl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xxl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xxl\:-my-17{
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
  }

  .xxl\:-mx-17{
    margin-left: -4.375rem;
    margin-right: -4.375rem;
  }

  .xxl\:-my-18{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xxl\:-mx-18{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xxl\:-my-19{
    margin-top: -4.75rem;
    margin-bottom: -4.75rem;
  }

  .xxl\:-mx-19{
    margin-left: -4.75rem;
    margin-right: -4.75rem;
  }

  .xxl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xxl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xxl\:-my-21{
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xxl\:-mx-21{
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xxl\:-my-22{
    margin-top: -5.625rem;
    margin-bottom: -5.625rem;
  }

  .xxl\:-mx-22{
    margin-left: -5.625rem;
    margin-right: -5.625rem;
  }

  .xxl\:-my-23{
    margin-top: -6.125rem;
    margin-bottom: -6.125rem;
  }

  .xxl\:-mx-23{
    margin-left: -6.125rem;
    margin-right: -6.125rem;
  }

  .xxl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xxl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xxl\:-my-25{
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xxl\:-mx-25{
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xxl\:-my-26{
    margin-top: -6.75rem;
    margin-bottom: -6.75rem;
  }

  .xxl\:-mx-26{
    margin-left: -6.75rem;
    margin-right: -6.75rem;
  }

  .xxl\:-my-27{
    margin-top: -6.25rem;
    margin-bottom: -6.25rem;
  }

  .xxl\:-mx-27{
    margin-left: -6.25rem;
    margin-right: -6.25rem;
  }

  .xxl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xxl\:-mx-28{
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xxl\:-my-29{
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xxl\:-mx-29{
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xxl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xxl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xxl\:-my-34{
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xxl\:-mx-34{
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xxl\:-my-35{
    margin-top: -8.75rem;
    margin-bottom: -8.75rem;
  }

  .xxl\:-mx-35{
    margin-left: -8.75rem;
    margin-right: -8.75rem;
  }

  .xxl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xxl\:-mx-36{
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xxl\:-my-37{
    margin-top: -9.125rem;
    margin-bottom: -9.125rem;
  }

  .xxl\:-mx-37{
    margin-left: -9.125rem;
    margin-right: -9.125rem;
  }

  .xxl\:-my-38{
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xxl\:-mx-38{
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xxl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xxl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xxl\:-my-41{
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xxl\:-mx-41{
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xxl\:-my-42{
    margin-top: -10.625rem;
    margin-bottom: -10.625rem;
  }

  .xxl\:-mx-42{
    margin-left: -10.625rem;
    margin-right: -10.625rem;
  }

  .xxl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xxl\:-mx-44{
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xxl\:-my-45{
    margin-top: -11.25rem;
    margin-bottom: -11.25rem;
  }

  .xxl\:-mx-45{
    margin-left: -11.25rem;
    margin-right: -11.25rem;
  }

  .xxl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xxl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xxl\:-my-49{
    margin-top: -12.5rem;
    margin-bottom: -12.5rem;
  }

  .xxl\:-mx-49{
    margin-left: -12.5rem;
    margin-right: -12.5rem;
  }

  .xxl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xxl\:-mx-52{
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xxl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xxl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xxl\:-my-57{
    margin-top: -14.375rem;
    margin-bottom: -14.375rem;
  }

  .xxl\:-mx-57{
    margin-left: -14.375rem;
    margin-right: -14.375rem;
  }

  .xxl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xxl\:-mx-60{
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xxl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xxl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xxl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xxl\:-mx-72{
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xxl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xxl\:-mx-80{
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xxl\:-my-82{
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xxl\:-mx-82{
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xxl\:-my-83{
    margin-top: -23.8125rem;
    margin-bottom: -23.8125rem;
  }

  .xxl\:-mx-83{
    margin-left: -23.8125rem;
    margin-right: -23.8125rem;
  }

  .xxl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xxl\:-mx-96{
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xxl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xxl\:-mx-0\.5{
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xxl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xxl\:-mx-1\.5{
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xxl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xxl\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xxl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xxl\:-mx-3\.5{
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xxl\:-my-4\.5{
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xxl\:-mx-4\.5{
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xxl\:-my-5\.5{
    margin-top: -1.375rem;
    margin-bottom: -1.375rem;
  }

  .xxl\:-mx-5\.5{
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }

  .xxl\:-my-6\.5{
    margin-top: -1.625rem;
    margin-bottom: -1.625rem;
  }

  .xxl\:-mx-6\.5{
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }

  .xxl\:-my-7\.5{
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xxl\:-mx-7\.5{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xxl\:-my-8\.5{
    margin-top: -2.125rem;
    margin-bottom: -2.125rem;
  }

  .xxl\:-mx-8\.5{
    margin-left: -2.125rem;
    margin-right: -2.125rem;
  }

  .xxl\:-my-9\.5{
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .xxl\:-mx-9\.5{
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .xxl\:-my-10\.5{
    margin-top: -2.625rem;
    margin-bottom: -2.625rem;
  }

  .xxl\:-mx-10\.5{
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }

  .xxl\:-my-11\.5{
    margin-top: -2.875rem;
    margin-bottom: -2.875rem;
  }

  .xxl\:-mx-11\.5{
    margin-left: -2.875rem;
    margin-right: -2.875rem;
  }

  .xxl\:-my-12\.5{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xxl\:-mx-12\.5{
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xxl\:-my-13\.5{
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xxl\:-mx-13\.5{
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xxl\:-my-15\.5{
    margin-top: -3.8rem;
    margin-bottom: -3.8rem;
  }

  .xxl\:-mx-15\.5{
    margin-left: -3.8rem;
    margin-right: -3.8rem;
  }

  .xxl\:-my-16\.5{
    margin-top: -4.125rem;
    margin-bottom: -4.125rem;
  }

  .xxl\:-mx-16\.5{
    margin-left: -4.125rem;
    margin-right: -4.125rem;
  }

  .xxl\:-my-17\.5{
    margin-top: -4.25rem;
    margin-bottom: -4.25rem;
  }

  .xxl\:-mx-17\.5{
    margin-left: -4.25rem;
    margin-right: -4.25rem;
  }

  .xxl\:-my-18\.5{
    margin-top: -4.625rem;
    margin-bottom: -4.625rem;
  }

  .xxl\:-mx-18\.5{
    margin-left: -4.625rem;
    margin-right: -4.625rem;
  }

  .xxl\:-my-20\.5{
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xxl\:-mx-20\.5{
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xxl\:-my-21\.5{
    margin-top: -5.75rem;
    margin-bottom: -5.75rem;
  }

  .xxl\:-mx-21\.5{
    margin-left: -5.75rem;
    margin-right: -5.75rem;
  }

  .xxl\:-my-22\.5{
    margin-top: -5.875rem;
    margin-bottom: -5.875rem;
  }

  .xxl\:-mx-22\.5{
    margin-left: -5.875rem;
    margin-right: -5.875rem;
  }

  .xxl\:-my-24\.5{
    margin-top: -6.8125rem;
    margin-bottom: -6.8125rem;
  }

  .xxl\:-mx-24\.5{
    margin-left: -6.8125rem;
    margin-right: -6.8125rem;
  }

  .xxl\:-my-28\.5{
    margin-top: -7.375rem;
    margin-bottom: -7.375rem;
  }

  .xxl\:-mx-28\.5{
    margin-left: -7.375rem;
    margin-right: -7.375rem;
  }

  .xxl\:-my-29\.5{
    margin-top: -7.75rem;
    margin-bottom: -7.75rem;
  }

  .xxl\:-mx-29\.5{
    margin-left: -7.75rem;
    margin-right: -7.75rem;
  }

  .xxl\:-my-32\.5{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .xxl\:-mx-32\.5{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .xxl\:-my-33\.5{
    margin-top: -8.8125rem;
    margin-bottom: -8.8125rem;
  }

  .xxl\:-mx-33\.5{
    margin-left: -8.8125rem;
    margin-right: -8.8125rem;
  }

  .xxl\:-my-42\.5{
    margin-top: -10.875rem;
    margin-bottom: -10.875rem;
  }

  .xxl\:-mx-42\.5{
    margin-left: -10.875rem;
    margin-right: -10.875rem;
  }

  .xxl\:-my-49\.5{
    margin-top: -12.75rem;
    margin-bottom: -12.75rem;
  }

  .xxl\:-mx-49\.5{
    margin-left: -12.75rem;
    margin-right: -12.75rem;
  }

  .xxl\:-my-72\.5{
    margin-top: -18.25rem;
    margin-bottom: -18.25rem;
  }

  .xxl\:-mx-72\.5{
    margin-left: -18.25rem;
    margin-right: -18.25rem;
  }

  .xxl\:mt-0{
    margin-top: 0px;
  }

  .xxl\:mr-0{
    margin-right: 0px;
  }

  .xxl\:mb-0{
    margin-bottom: 0px;
  }

  .xxl\:ml-0{
    margin-left: 0px;
  }

  .xxl\:mt-1{
    margin-top: 0.25rem;
  }

  .xxl\:mr-1{
    margin-right: 0.25rem;
  }

  .xxl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xxl\:ml-1{
    margin-left: 0.25rem;
  }

  .xxl\:mt-2{
    margin-top: 0.5rem;
  }

  .xxl\:mr-2{
    margin-right: 0.5rem;
  }

  .xxl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xxl\:ml-2{
    margin-left: 0.5rem;
  }

  .xxl\:mt-3{
    margin-top: 0.75rem;
  }

  .xxl\:mr-3{
    margin-right: 0.75rem;
  }

  .xxl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xxl\:ml-3{
    margin-left: 0.75rem;
  }

  .xxl\:mt-4{
    margin-top: 1rem;
  }

  .xxl\:mr-4{
    margin-right: 1rem;
  }

  .xxl\:mb-4{
    margin-bottom: 1rem;
  }

  .xxl\:ml-4{
    margin-left: 1rem;
  }

  .xxl\:mt-5{
    margin-top: 1.25rem;
  }

  .xxl\:mr-5{
    margin-right: 1.25rem;
  }

  .xxl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xxl\:ml-5{
    margin-left: 1.25rem;
  }

  .xxl\:mt-6{
    margin-top: 1.5rem;
  }

  .xxl\:mr-6{
    margin-right: 1.5rem;
  }

  .xxl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xxl\:ml-6{
    margin-left: 1.5rem;
  }

  .xxl\:mt-7{
    margin-top: 1.75rem;
  }

  .xxl\:mr-7{
    margin-right: 1.75rem;
  }

  .xxl\:mb-7{
    margin-bottom: 1.75rem;
  }

  .xxl\:ml-7{
    margin-left: 1.75rem;
  }

  .xxl\:mt-8{
    margin-top: 2rem;
  }

  .xxl\:mr-8{
    margin-right: 2rem;
  }

  .xxl\:mb-8{
    margin-bottom: 2rem;
  }

  .xxl\:ml-8{
    margin-left: 2rem;
  }

  .xxl\:mt-9{
    margin-top: 2.25rem;
  }

  .xxl\:mr-9{
    margin-right: 2.25rem;
  }

  .xxl\:mb-9{
    margin-bottom: 2.25rem;
  }

  .xxl\:ml-9{
    margin-left: 2.25rem;
  }

  .xxl\:mt-10{
    margin-top: 2.5rem;
  }

  .xxl\:mr-10{
    margin-right: 2.5rem;
  }

  .xxl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xxl\:ml-10{
    margin-left: 2.5rem;
  }

  .xxl\:mt-11{
    margin-top: 2.75rem;
  }

  .xxl\:mr-11{
    margin-right: 2.75rem;
  }

  .xxl\:mb-11{
    margin-bottom: 2.75rem;
  }

  .xxl\:ml-11{
    margin-left: 2.75rem;
  }

  .xxl\:mt-12{
    margin-top: 3rem;
  }

  .xxl\:mr-12{
    margin-right: 3rem;
  }

  .xxl\:mb-12{
    margin-bottom: 3rem;
  }

  .xxl\:ml-12{
    margin-left: 3rem;
  }

  .xxl\:mt-13{
    margin-top: 3.375rem;
  }

  .xxl\:mr-13{
    margin-right: 3.375rem;
  }

  .xxl\:mb-13{
    margin-bottom: 3.375rem;
  }

  .xxl\:ml-13{
    margin-left: 3.375rem;
  }

  .xxl\:mt-14{
    margin-top: 3.5rem;
  }

  .xxl\:mr-14{
    margin-right: 3.5rem;
  }

  .xxl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xxl\:ml-14{
    margin-left: 3.5rem;
  }

  .xxl\:mt-15{
    margin-top: 3.75rem;
  }

  .xxl\:mr-15{
    margin-right: 3.75rem;
  }

  .xxl\:mb-15{
    margin-bottom: 3.75rem;
  }

  .xxl\:ml-15{
    margin-left: 3.75rem;
  }

  .xxl\:mt-16{
    margin-top: 4rem;
  }

  .xxl\:mr-16{
    margin-right: 4rem;
  }

  .xxl\:mb-16{
    margin-bottom: 4rem;
  }

  .xxl\:ml-16{
    margin-left: 4rem;
  }

  .xxl\:mt-17{
    margin-top: 4.375rem;
  }

  .xxl\:mr-17{
    margin-right: 4.375rem;
  }

  .xxl\:mb-17{
    margin-bottom: 4.375rem;
  }

  .xxl\:ml-17{
    margin-left: 4.375rem;
  }

  .xxl\:mt-18{
    margin-top: 4.5rem;
  }

  .xxl\:mr-18{
    margin-right: 4.5rem;
  }

  .xxl\:mb-18{
    margin-bottom: 4.5rem;
  }

  .xxl\:ml-18{
    margin-left: 4.5rem;
  }

  .xxl\:mt-19{
    margin-top: 4.75rem;
  }

  .xxl\:mr-19{
    margin-right: 4.75rem;
  }

  .xxl\:mb-19{
    margin-bottom: 4.75rem;
  }

  .xxl\:ml-19{
    margin-left: 4.75rem;
  }

  .xxl\:mt-20{
    margin-top: 5rem;
  }

  .xxl\:mr-20{
    margin-right: 5rem;
  }

  .xxl\:mb-20{
    margin-bottom: 5rem;
  }

  .xxl\:ml-20{
    margin-left: 5rem;
  }

  .xxl\:mt-21{
    margin-top: 5.5rem;
  }

  .xxl\:mr-21{
    margin-right: 5.5rem;
  }

  .xxl\:mb-21{
    margin-bottom: 5.5rem;
  }

  .xxl\:ml-21{
    margin-left: 5.5rem;
  }

  .xxl\:mt-22{
    margin-top: 5.625rem;
  }

  .xxl\:mr-22{
    margin-right: 5.625rem;
  }

  .xxl\:mb-22{
    margin-bottom: 5.625rem;
  }

  .xxl\:ml-22{
    margin-left: 5.625rem;
  }

  .xxl\:mt-23{
    margin-top: 6.125rem;
  }

  .xxl\:mr-23{
    margin-right: 6.125rem;
  }

  .xxl\:mb-23{
    margin-bottom: 6.125rem;
  }

  .xxl\:ml-23{
    margin-left: 6.125rem;
  }

  .xxl\:mt-24{
    margin-top: 6rem;
  }

  .xxl\:mr-24{
    margin-right: 6rem;
  }

  .xxl\:mb-24{
    margin-bottom: 6rem;
  }

  .xxl\:ml-24{
    margin-left: 6rem;
  }

  .xxl\:mt-25{
    margin-top: 6.5rem;
  }

  .xxl\:mr-25{
    margin-right: 6.5rem;
  }

  .xxl\:mb-25{
    margin-bottom: 6.5rem;
  }

  .xxl\:ml-25{
    margin-left: 6.5rem;
  }

  .xxl\:mt-26{
    margin-top: 6.75rem;
  }

  .xxl\:mr-26{
    margin-right: 6.75rem;
  }

  .xxl\:mb-26{
    margin-bottom: 6.75rem;
  }

  .xxl\:ml-26{
    margin-left: 6.75rem;
  }

  .xxl\:mt-27{
    margin-top: 6.25rem;
  }

  .xxl\:mr-27{
    margin-right: 6.25rem;
  }

  .xxl\:mb-27{
    margin-bottom: 6.25rem;
  }

  .xxl\:ml-27{
    margin-left: 6.25rem;
  }

  .xxl\:mt-28{
    margin-top: 7rem;
  }

  .xxl\:mr-28{
    margin-right: 7rem;
  }

  .xxl\:mb-28{
    margin-bottom: 7rem;
  }

  .xxl\:ml-28{
    margin-left: 7rem;
  }

  .xxl\:mt-29{
    margin-top: 7.5rem;
  }

  .xxl\:mr-29{
    margin-right: 7.5rem;
  }

  .xxl\:mb-29{
    margin-bottom: 7.5rem;
  }

  .xxl\:ml-29{
    margin-left: 7.5rem;
  }

  .xxl\:mt-32{
    margin-top: 8rem;
  }

  .xxl\:mr-32{
    margin-right: 8rem;
  }

  .xxl\:mb-32{
    margin-bottom: 8rem;
  }

  .xxl\:ml-32{
    margin-left: 8rem;
  }

  .xxl\:mt-34{
    margin-top: 8.5rem;
  }

  .xxl\:mr-34{
    margin-right: 8.5rem;
  }

  .xxl\:mb-34{
    margin-bottom: 8.5rem;
  }

  .xxl\:ml-34{
    margin-left: 8.5rem;
  }

  .xxl\:mt-35{
    margin-top: 8.75rem;
  }

  .xxl\:mr-35{
    margin-right: 8.75rem;
  }

  .xxl\:mb-35{
    margin-bottom: 8.75rem;
  }

  .xxl\:ml-35{
    margin-left: 8.75rem;
  }

  .xxl\:mt-36{
    margin-top: 9rem;
  }

  .xxl\:mr-36{
    margin-right: 9rem;
  }

  .xxl\:mb-36{
    margin-bottom: 9rem;
  }

  .xxl\:ml-36{
    margin-left: 9rem;
  }

  .xxl\:mt-37{
    margin-top: 9.125rem;
  }

  .xxl\:mr-37{
    margin-right: 9.125rem;
  }

  .xxl\:mb-37{
    margin-bottom: 9.125rem;
  }

  .xxl\:ml-37{
    margin-left: 9.125rem;
  }

  .xxl\:mt-38{
    margin-top: 9.5rem;
  }

  .xxl\:mr-38{
    margin-right: 9.5rem;
  }

  .xxl\:mb-38{
    margin-bottom: 9.5rem;
  }

  .xxl\:ml-38{
    margin-left: 9.5rem;
  }

  .xxl\:mt-40{
    margin-top: 10rem;
  }

  .xxl\:mr-40{
    margin-right: 10rem;
  }

  .xxl\:mb-40{
    margin-bottom: 10rem;
  }

  .xxl\:ml-40{
    margin-left: 10rem;
  }

  .xxl\:mt-41{
    margin-top: 10.5rem;
  }

  .xxl\:mr-41{
    margin-right: 10.5rem;
  }

  .xxl\:mb-41{
    margin-bottom: 10.5rem;
  }

  .xxl\:ml-41{
    margin-left: 10.5rem;
  }

  .xxl\:mt-42{
    margin-top: 10.625rem;
  }

  .xxl\:mr-42{
    margin-right: 10.625rem;
  }

  .xxl\:mb-42{
    margin-bottom: 10.625rem;
  }

  .xxl\:ml-42{
    margin-left: 10.625rem;
  }

  .xxl\:mt-44{
    margin-top: 11rem;
  }

  .xxl\:mr-44{
    margin-right: 11rem;
  }

  .xxl\:mb-44{
    margin-bottom: 11rem;
  }

  .xxl\:ml-44{
    margin-left: 11rem;
  }

  .xxl\:mt-45{
    margin-top: 11.25rem;
  }

  .xxl\:mr-45{
    margin-right: 11.25rem;
  }

  .xxl\:mb-45{
    margin-bottom: 11.25rem;
  }

  .xxl\:ml-45{
    margin-left: 11.25rem;
  }

  .xxl\:mt-48{
    margin-top: 12rem;
  }

  .xxl\:mr-48{
    margin-right: 12rem;
  }

  .xxl\:mb-48{
    margin-bottom: 12rem;
  }

  .xxl\:ml-48{
    margin-left: 12rem;
  }

  .xxl\:mt-49{
    margin-top: 12.5rem;
  }

  .xxl\:mr-49{
    margin-right: 12.5rem;
  }

  .xxl\:mb-49{
    margin-bottom: 12.5rem;
  }

  .xxl\:ml-49{
    margin-left: 12.5rem;
  }

  .xxl\:mt-52{
    margin-top: 13rem;
  }

  .xxl\:mr-52{
    margin-right: 13rem;
  }

  .xxl\:mb-52{
    margin-bottom: 13rem;
  }

  .xxl\:ml-52{
    margin-left: 13rem;
  }

  .xxl\:mt-56{
    margin-top: 14rem;
  }

  .xxl\:mr-56{
    margin-right: 14rem;
  }

  .xxl\:mb-56{
    margin-bottom: 14rem;
  }

  .xxl\:ml-56{
    margin-left: 14rem;
  }

  .xxl\:mt-57{
    margin-top: 14.375rem;
  }

  .xxl\:mr-57{
    margin-right: 14.375rem;
  }

  .xxl\:mb-57{
    margin-bottom: 14.375rem;
  }

  .xxl\:ml-57{
    margin-left: 14.375rem;
  }

  .xxl\:mt-60{
    margin-top: 15rem;
  }

  .xxl\:mr-60{
    margin-right: 15rem;
  }

  .xxl\:mb-60{
    margin-bottom: 15rem;
  }

  .xxl\:ml-60{
    margin-left: 15rem;
  }

  .xxl\:mt-64{
    margin-top: 16rem;
  }

  .xxl\:mr-64{
    margin-right: 16rem;
  }

  .xxl\:mb-64{
    margin-bottom: 16rem;
  }

  .xxl\:ml-64{
    margin-left: 16rem;
  }

  .xxl\:mt-72{
    margin-top: 18rem;
  }

  .xxl\:mr-72{
    margin-right: 18rem;
  }

  .xxl\:mb-72{
    margin-bottom: 18rem;
  }

  .xxl\:ml-72{
    margin-left: 18rem;
  }

  .xxl\:mt-80{
    margin-top: 20rem;
  }

  .xxl\:mr-80{
    margin-right: 20rem;
  }

  .xxl\:mb-80{
    margin-bottom: 20rem;
  }

  .xxl\:ml-80{
    margin-left: 20rem;
  }

  .xxl\:mt-82{
    margin-top: 22rem;
  }

  .xxl\:mr-82{
    margin-right: 22rem;
  }

  .xxl\:mb-82{
    margin-bottom: 22rem;
  }

  .xxl\:ml-82{
    margin-left: 22rem;
  }

  .xxl\:mt-83{
    margin-top: 23.8125rem;
  }

  .xxl\:mr-83{
    margin-right: 23.8125rem;
  }

  .xxl\:mb-83{
    margin-bottom: 23.8125rem;
  }

  .xxl\:ml-83{
    margin-left: 23.8125rem;
  }

  .xxl\:mt-96{
    margin-top: 24rem;
  }

  .xxl\:mr-96{
    margin-right: 24rem;
  }

  .xxl\:mb-96{
    margin-bottom: 24rem;
  }

  .xxl\:ml-96{
    margin-left: 24rem;
  }

  .xxl\:mt-auto{
    margin-top: auto;
  }

  .xxl\:mr-auto{
    margin-right: auto;
  }

  .xxl\:mb-auto{
    margin-bottom: auto;
  }

  .xxl\:ml-auto{
    margin-left: auto;
  }

  .xxl\:mt-px{
    margin-top: 1px;
  }

  .xxl\:mr-px{
    margin-right: 1px;
  }

  .xxl\:mb-px{
    margin-bottom: 1px;
  }

  .xxl\:ml-px{
    margin-left: 1px;
  }

  .xxl\:mt-0\.5{
    margin-top: 0.125rem;
  }

  .xxl\:mr-0\.5{
    margin-right: 0.125rem;
  }

  .xxl\:mb-0\.5{
    margin-bottom: 0.125rem;
  }

  .xxl\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .xxl\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .xxl\:mr-1\.5{
    margin-right: 0.375rem;
  }

  .xxl\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .xxl\:ml-1\.5{
    margin-left: 0.375rem;
  }

  .xxl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xxl\:mr-2\.5{
    margin-right: 0.625rem;
  }

  .xxl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .xxl\:ml-2\.5{
    margin-left: 0.625rem;
  }

  .xxl\:mt-3\.5{
    margin-top: 0.875rem;
  }

  .xxl\:mr-3\.5{
    margin-right: 0.875rem;
  }

  .xxl\:mb-3\.5{
    margin-bottom: 0.875rem;
  }

  .xxl\:ml-3\.5{
    margin-left: 0.875rem;
  }

  .xxl\:mt-4\.5{
    margin-top: 1.125rem;
  }

  .xxl\:mr-4\.5{
    margin-right: 1.125rem;
  }

  .xxl\:mb-4\.5{
    margin-bottom: 1.125rem;
  }

  .xxl\:ml-4\.5{
    margin-left: 1.125rem;
  }

  .xxl\:mt-5\.5{
    margin-top: 1.375rem;
  }

  .xxl\:mr-5\.5{
    margin-right: 1.375rem;
  }

  .xxl\:mb-5\.5{
    margin-bottom: 1.375rem;
  }

  .xxl\:ml-5\.5{
    margin-left: 1.375rem;
  }

  .xxl\:mt-6\.5{
    margin-top: 1.625rem;
  }

  .xxl\:mr-6\.5{
    margin-right: 1.625rem;
  }

  .xxl\:mb-6\.5{
    margin-bottom: 1.625rem;
  }

  .xxl\:ml-6\.5{
    margin-left: 1.625rem;
  }

  .xxl\:mt-7\.5{
    margin-top: 1.875rem;
  }

  .xxl\:mr-7\.5{
    margin-right: 1.875rem;
  }

  .xxl\:mb-7\.5{
    margin-bottom: 1.875rem;
  }

  .xxl\:ml-7\.5{
    margin-left: 1.875rem;
  }

  .xxl\:mt-8\.5{
    margin-top: 2.125rem;
  }

  .xxl\:mr-8\.5{
    margin-right: 2.125rem;
  }

  .xxl\:mb-8\.5{
    margin-bottom: 2.125rem;
  }

  .xxl\:ml-8\.5{
    margin-left: 2.125rem;
  }

  .xxl\:mt-9\.5{
    margin-top: 2.375rem;
  }

  .xxl\:mr-9\.5{
    margin-right: 2.375rem;
  }

  .xxl\:mb-9\.5{
    margin-bottom: 2.375rem;
  }

  .xxl\:ml-9\.5{
    margin-left: 2.375rem;
  }

  .xxl\:mt-10\.5{
    margin-top: 2.625rem;
  }

  .xxl\:mr-10\.5{
    margin-right: 2.625rem;
  }

  .xxl\:mb-10\.5{
    margin-bottom: 2.625rem;
  }

  .xxl\:ml-10\.5{
    margin-left: 2.625rem;
  }

  .xxl\:mt-11\.5{
    margin-top: 2.875rem;
  }

  .xxl\:mr-11\.5{
    margin-right: 2.875rem;
  }

  .xxl\:mb-11\.5{
    margin-bottom: 2.875rem;
  }

  .xxl\:ml-11\.5{
    margin-left: 2.875rem;
  }

  .xxl\:mt-12\.5{
    margin-top: 3.125rem;
  }

  .xxl\:mr-12\.5{
    margin-right: 3.125rem;
  }

  .xxl\:mb-12\.5{
    margin-bottom: 3.125rem;
  }

  .xxl\:ml-12\.5{
    margin-left: 3.125rem;
  }

  .xxl\:mt-13\.5{
    margin-top: 3.25rem;
  }

  .xxl\:mr-13\.5{
    margin-right: 3.25rem;
  }

  .xxl\:mb-13\.5{
    margin-bottom: 3.25rem;
  }

  .xxl\:ml-13\.5{
    margin-left: 3.25rem;
  }

  .xxl\:mt-15\.5{
    margin-top: 3.8rem;
  }

  .xxl\:mr-15\.5{
    margin-right: 3.8rem;
  }

  .xxl\:mb-15\.5{
    margin-bottom: 3.8rem;
  }

  .xxl\:ml-15\.5{
    margin-left: 3.8rem;
  }

  .xxl\:mt-16\.5{
    margin-top: 4.125rem;
  }

  .xxl\:mr-16\.5{
    margin-right: 4.125rem;
  }

  .xxl\:mb-16\.5{
    margin-bottom: 4.125rem;
  }

  .xxl\:ml-16\.5{
    margin-left: 4.125rem;
  }

  .xxl\:mt-17\.5{
    margin-top: 4.25rem;
  }

  .xxl\:mr-17\.5{
    margin-right: 4.25rem;
  }

  .xxl\:mb-17\.5{
    margin-bottom: 4.25rem;
  }

  .xxl\:ml-17\.5{
    margin-left: 4.25rem;
  }

  .xxl\:mt-18\.5{
    margin-top: 4.625rem;
  }

  .xxl\:mr-18\.5{
    margin-right: 4.625rem;
  }

  .xxl\:mb-18\.5{
    margin-bottom: 4.625rem;
  }

  .xxl\:ml-18\.5{
    margin-left: 4.625rem;
  }

  .xxl\:mt-20\.5{
    margin-top: 5.25rem;
  }

  .xxl\:mr-20\.5{
    margin-right: 5.25rem;
  }

  .xxl\:mb-20\.5{
    margin-bottom: 5.25rem;
  }

  .xxl\:ml-20\.5{
    margin-left: 5.25rem;
  }

  .xxl\:mt-21\.5{
    margin-top: 5.75rem;
  }

  .xxl\:mr-21\.5{
    margin-right: 5.75rem;
  }

  .xxl\:mb-21\.5{
    margin-bottom: 5.75rem;
  }

  .xxl\:ml-21\.5{
    margin-left: 5.75rem;
  }

  .xxl\:mt-22\.5{
    margin-top: 5.875rem;
  }

  .xxl\:mr-22\.5{
    margin-right: 5.875rem;
  }

  .xxl\:mb-22\.5{
    margin-bottom: 5.875rem;
  }

  .xxl\:ml-22\.5{
    margin-left: 5.875rem;
  }

  .xxl\:mt-24\.5{
    margin-top: 6.8125rem;
  }

  .xxl\:mr-24\.5{
    margin-right: 6.8125rem;
  }

  .xxl\:mb-24\.5{
    margin-bottom: 6.8125rem;
  }

  .xxl\:ml-24\.5{
    margin-left: 6.8125rem;
  }

  .xxl\:mt-28\.5{
    margin-top: 7.375rem;
  }

  .xxl\:mr-28\.5{
    margin-right: 7.375rem;
  }

  .xxl\:mb-28\.5{
    margin-bottom: 7.375rem;
  }

  .xxl\:ml-28\.5{
    margin-left: 7.375rem;
  }

  .xxl\:mt-29\.5{
    margin-top: 7.75rem;
  }

  .xxl\:mr-29\.5{
    margin-right: 7.75rem;
  }

  .xxl\:mb-29\.5{
    margin-bottom: 7.75rem;
  }

  .xxl\:ml-29\.5{
    margin-left: 7.75rem;
  }

  .xxl\:mt-32\.5{
    margin-top: 8.125rem;
  }

  .xxl\:mr-32\.5{
    margin-right: 8.125rem;
  }

  .xxl\:mb-32\.5{
    margin-bottom: 8.125rem;
  }

  .xxl\:ml-32\.5{
    margin-left: 8.125rem;
  }

  .xxl\:mt-33\.5{
    margin-top: 8.8125rem;
  }

  .xxl\:mr-33\.5{
    margin-right: 8.8125rem;
  }

  .xxl\:mb-33\.5{
    margin-bottom: 8.8125rem;
  }

  .xxl\:ml-33\.5{
    margin-left: 8.8125rem;
  }

  .xxl\:mt-42\.5{
    margin-top: 10.875rem;
  }

  .xxl\:mr-42\.5{
    margin-right: 10.875rem;
  }

  .xxl\:mb-42\.5{
    margin-bottom: 10.875rem;
  }

  .xxl\:ml-42\.5{
    margin-left: 10.875rem;
  }

  .xxl\:mt-49\.5{
    margin-top: 12.75rem;
  }

  .xxl\:mr-49\.5{
    margin-right: 12.75rem;
  }

  .xxl\:mb-49\.5{
    margin-bottom: 12.75rem;
  }

  .xxl\:ml-49\.5{
    margin-left: 12.75rem;
  }

  .xxl\:mt-72\.5{
    margin-top: 18.25rem;
  }

  .xxl\:mr-72\.5{
    margin-right: 18.25rem;
  }

  .xxl\:mb-72\.5{
    margin-bottom: 18.25rem;
  }

  .xxl\:ml-72\.5{
    margin-left: 18.25rem;
  }

  .xxl\:-mt-0{
    margin-top: 0px;
  }

  .xxl\:-mr-0{
    margin-right: 0px;
  }

  .xxl\:-mb-0{
    margin-bottom: 0px;
  }

  .xxl\:-ml-0{
    margin-left: 0px;
  }

  .xxl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xxl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xxl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xxl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xxl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xxl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xxl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xxl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xxl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xxl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xxl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xxl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xxl\:-mt-4{
    margin-top: -1rem;
  }

  .xxl\:-mr-4{
    margin-right: -1rem;
  }

  .xxl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xxl\:-ml-4{
    margin-left: -1rem;
  }

  .xxl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xxl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xxl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xxl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xxl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xxl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xxl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xxl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xxl\:-mt-7{
    margin-top: -1.75rem;
  }

  .xxl\:-mr-7{
    margin-right: -1.75rem;
  }

  .xxl\:-mb-7{
    margin-bottom: -1.75rem;
  }

  .xxl\:-ml-7{
    margin-left: -1.75rem;
  }

  .xxl\:-mt-8{
    margin-top: -2rem;
  }

  .xxl\:-mr-8{
    margin-right: -2rem;
  }

  .xxl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xxl\:-ml-8{
    margin-left: -2rem;
  }

  .xxl\:-mt-9{
    margin-top: -2.25rem;
  }

  .xxl\:-mr-9{
    margin-right: -2.25rem;
  }

  .xxl\:-mb-9{
    margin-bottom: -2.25rem;
  }

  .xxl\:-ml-9{
    margin-left: -2.25rem;
  }

  .xxl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xxl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xxl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xxl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xxl\:-mt-11{
    margin-top: -2.75rem;
  }

  .xxl\:-mr-11{
    margin-right: -2.75rem;
  }

  .xxl\:-mb-11{
    margin-bottom: -2.75rem;
  }

  .xxl\:-ml-11{
    margin-left: -2.75rem;
  }

  .xxl\:-mt-12{
    margin-top: -3rem;
  }

  .xxl\:-mr-12{
    margin-right: -3rem;
  }

  .xxl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xxl\:-ml-12{
    margin-left: -3rem;
  }

  .xxl\:-mt-13{
    margin-top: -3.375rem;
  }

  .xxl\:-mr-13{
    margin-right: -3.375rem;
  }

  .xxl\:-mb-13{
    margin-bottom: -3.375rem;
  }

  .xxl\:-ml-13{
    margin-left: -3.375rem;
  }

  .xxl\:-mt-14{
    margin-top: -3.5rem;
  }

  .xxl\:-mr-14{
    margin-right: -3.5rem;
  }

  .xxl\:-mb-14{
    margin-bottom: -3.5rem;
  }

  .xxl\:-ml-14{
    margin-left: -3.5rem;
  }

  .xxl\:-mt-15{
    margin-top: -3.75rem;
  }

  .xxl\:-mr-15{
    margin-right: -3.75rem;
  }

  .xxl\:-mb-15{
    margin-bottom: -3.75rem;
  }

  .xxl\:-ml-15{
    margin-left: -3.75rem;
  }

  .xxl\:-mt-16{
    margin-top: -4rem;
  }

  .xxl\:-mr-16{
    margin-right: -4rem;
  }

  .xxl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xxl\:-ml-16{
    margin-left: -4rem;
  }

  .xxl\:-mt-17{
    margin-top: -4.375rem;
  }

  .xxl\:-mr-17{
    margin-right: -4.375rem;
  }

  .xxl\:-mb-17{
    margin-bottom: -4.375rem;
  }

  .xxl\:-ml-17{
    margin-left: -4.375rem;
  }

  .xxl\:-mt-18{
    margin-top: -4.5rem;
  }

  .xxl\:-mr-18{
    margin-right: -4.5rem;
  }

  .xxl\:-mb-18{
    margin-bottom: -4.5rem;
  }

  .xxl\:-ml-18{
    margin-left: -4.5rem;
  }

  .xxl\:-mt-19{
    margin-top: -4.75rem;
  }

  .xxl\:-mr-19{
    margin-right: -4.75rem;
  }

  .xxl\:-mb-19{
    margin-bottom: -4.75rem;
  }

  .xxl\:-ml-19{
    margin-left: -4.75rem;
  }

  .xxl\:-mt-20{
    margin-top: -5rem;
  }

  .xxl\:-mr-20{
    margin-right: -5rem;
  }

  .xxl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xxl\:-ml-20{
    margin-left: -5rem;
  }

  .xxl\:-mt-21{
    margin-top: -5.5rem;
  }

  .xxl\:-mr-21{
    margin-right: -5.5rem;
  }

  .xxl\:-mb-21{
    margin-bottom: -5.5rem;
  }

  .xxl\:-ml-21{
    margin-left: -5.5rem;
  }

  .xxl\:-mt-22{
    margin-top: -5.625rem;
  }

  .xxl\:-mr-22{
    margin-right: -5.625rem;
  }

  .xxl\:-mb-22{
    margin-bottom: -5.625rem;
  }

  .xxl\:-ml-22{
    margin-left: -5.625rem;
  }

  .xxl\:-mt-23{
    margin-top: -6.125rem;
  }

  .xxl\:-mr-23{
    margin-right: -6.125rem;
  }

  .xxl\:-mb-23{
    margin-bottom: -6.125rem;
  }

  .xxl\:-ml-23{
    margin-left: -6.125rem;
  }

  .xxl\:-mt-24{
    margin-top: -6rem;
  }

  .xxl\:-mr-24{
    margin-right: -6rem;
  }

  .xxl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xxl\:-ml-24{
    margin-left: -6rem;
  }

  .xxl\:-mt-25{
    margin-top: -6.5rem;
  }

  .xxl\:-mr-25{
    margin-right: -6.5rem;
  }

  .xxl\:-mb-25{
    margin-bottom: -6.5rem;
  }

  .xxl\:-ml-25{
    margin-left: -6.5rem;
  }

  .xxl\:-mt-26{
    margin-top: -6.75rem;
  }

  .xxl\:-mr-26{
    margin-right: -6.75rem;
  }

  .xxl\:-mb-26{
    margin-bottom: -6.75rem;
  }

  .xxl\:-ml-26{
    margin-left: -6.75rem;
  }

  .xxl\:-mt-27{
    margin-top: -6.25rem;
  }

  .xxl\:-mr-27{
    margin-right: -6.25rem;
  }

  .xxl\:-mb-27{
    margin-bottom: -6.25rem;
  }

  .xxl\:-ml-27{
    margin-left: -6.25rem;
  }

  .xxl\:-mt-28{
    margin-top: -7rem;
  }

  .xxl\:-mr-28{
    margin-right: -7rem;
  }

  .xxl\:-mb-28{
    margin-bottom: -7rem;
  }

  .xxl\:-ml-28{
    margin-left: -7rem;
  }

  .xxl\:-mt-29{
    margin-top: -7.5rem;
  }

  .xxl\:-mr-29{
    margin-right: -7.5rem;
  }

  .xxl\:-mb-29{
    margin-bottom: -7.5rem;
  }

  .xxl\:-ml-29{
    margin-left: -7.5rem;
  }

  .xxl\:-mt-32{
    margin-top: -8rem;
  }

  .xxl\:-mr-32{
    margin-right: -8rem;
  }

  .xxl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xxl\:-ml-32{
    margin-left: -8rem;
  }

  .xxl\:-mt-34{
    margin-top: -8.5rem;
  }

  .xxl\:-mr-34{
    margin-right: -8.5rem;
  }

  .xxl\:-mb-34{
    margin-bottom: -8.5rem;
  }

  .xxl\:-ml-34{
    margin-left: -8.5rem;
  }

  .xxl\:-mt-35{
    margin-top: -8.75rem;
  }

  .xxl\:-mr-35{
    margin-right: -8.75rem;
  }

  .xxl\:-mb-35{
    margin-bottom: -8.75rem;
  }

  .xxl\:-ml-35{
    margin-left: -8.75rem;
  }

  .xxl\:-mt-36{
    margin-top: -9rem;
  }

  .xxl\:-mr-36{
    margin-right: -9rem;
  }

  .xxl\:-mb-36{
    margin-bottom: -9rem;
  }

  .xxl\:-ml-36{
    margin-left: -9rem;
  }

  .xxl\:-mt-37{
    margin-top: -9.125rem;
  }

  .xxl\:-mr-37{
    margin-right: -9.125rem;
  }

  .xxl\:-mb-37{
    margin-bottom: -9.125rem;
  }

  .xxl\:-ml-37{
    margin-left: -9.125rem;
  }

  .xxl\:-mt-38{
    margin-top: -9.5rem;
  }

  .xxl\:-mr-38{
    margin-right: -9.5rem;
  }

  .xxl\:-mb-38{
    margin-bottom: -9.5rem;
  }

  .xxl\:-ml-38{
    margin-left: -9.5rem;
  }

  .xxl\:-mt-40{
    margin-top: -10rem;
  }

  .xxl\:-mr-40{
    margin-right: -10rem;
  }

  .xxl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xxl\:-ml-40{
    margin-left: -10rem;
  }

  .xxl\:-mt-41{
    margin-top: -10.5rem;
  }

  .xxl\:-mr-41{
    margin-right: -10.5rem;
  }

  .xxl\:-mb-41{
    margin-bottom: -10.5rem;
  }

  .xxl\:-ml-41{
    margin-left: -10.5rem;
  }

  .xxl\:-mt-42{
    margin-top: -10.625rem;
  }

  .xxl\:-mr-42{
    margin-right: -10.625rem;
  }

  .xxl\:-mb-42{
    margin-bottom: -10.625rem;
  }

  .xxl\:-ml-42{
    margin-left: -10.625rem;
  }

  .xxl\:-mt-44{
    margin-top: -11rem;
  }

  .xxl\:-mr-44{
    margin-right: -11rem;
  }

  .xxl\:-mb-44{
    margin-bottom: -11rem;
  }

  .xxl\:-ml-44{
    margin-left: -11rem;
  }

  .xxl\:-mt-45{
    margin-top: -11.25rem;
  }

  .xxl\:-mr-45{
    margin-right: -11.25rem;
  }

  .xxl\:-mb-45{
    margin-bottom: -11.25rem;
  }

  .xxl\:-ml-45{
    margin-left: -11.25rem;
  }

  .xxl\:-mt-48{
    margin-top: -12rem;
  }

  .xxl\:-mr-48{
    margin-right: -12rem;
  }

  .xxl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xxl\:-ml-48{
    margin-left: -12rem;
  }

  .xxl\:-mt-49{
    margin-top: -12.5rem;
  }

  .xxl\:-mr-49{
    margin-right: -12.5rem;
  }

  .xxl\:-mb-49{
    margin-bottom: -12.5rem;
  }

  .xxl\:-ml-49{
    margin-left: -12.5rem;
  }

  .xxl\:-mt-52{
    margin-top: -13rem;
  }

  .xxl\:-mr-52{
    margin-right: -13rem;
  }

  .xxl\:-mb-52{
    margin-bottom: -13rem;
  }

  .xxl\:-ml-52{
    margin-left: -13rem;
  }

  .xxl\:-mt-56{
    margin-top: -14rem;
  }

  .xxl\:-mr-56{
    margin-right: -14rem;
  }

  .xxl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xxl\:-ml-56{
    margin-left: -14rem;
  }

  .xxl\:-mt-57{
    margin-top: -14.375rem;
  }

  .xxl\:-mr-57{
    margin-right: -14.375rem;
  }

  .xxl\:-mb-57{
    margin-bottom: -14.375rem;
  }

  .xxl\:-ml-57{
    margin-left: -14.375rem;
  }

  .xxl\:-mt-60{
    margin-top: -15rem;
  }

  .xxl\:-mr-60{
    margin-right: -15rem;
  }

  .xxl\:-mb-60{
    margin-bottom: -15rem;
  }

  .xxl\:-ml-60{
    margin-left: -15rem;
  }

  .xxl\:-mt-64{
    margin-top: -16rem;
  }

  .xxl\:-mr-64{
    margin-right: -16rem;
  }

  .xxl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xxl\:-ml-64{
    margin-left: -16rem;
  }

  .xxl\:-mt-72{
    margin-top: -18rem;
  }

  .xxl\:-mr-72{
    margin-right: -18rem;
  }

  .xxl\:-mb-72{
    margin-bottom: -18rem;
  }

  .xxl\:-ml-72{
    margin-left: -18rem;
  }

  .xxl\:-mt-80{
    margin-top: -20rem;
  }

  .xxl\:-mr-80{
    margin-right: -20rem;
  }

  .xxl\:-mb-80{
    margin-bottom: -20rem;
  }

  .xxl\:-ml-80{
    margin-left: -20rem;
  }

  .xxl\:-mt-82{
    margin-top: -22rem;
  }

  .xxl\:-mr-82{
    margin-right: -22rem;
  }

  .xxl\:-mb-82{
    margin-bottom: -22rem;
  }

  .xxl\:-ml-82{
    margin-left: -22rem;
  }

  .xxl\:-mt-83{
    margin-top: -23.8125rem;
  }

  .xxl\:-mr-83{
    margin-right: -23.8125rem;
  }

  .xxl\:-mb-83{
    margin-bottom: -23.8125rem;
  }

  .xxl\:-ml-83{
    margin-left: -23.8125rem;
  }

  .xxl\:-mt-96{
    margin-top: -24rem;
  }

  .xxl\:-mr-96{
    margin-right: -24rem;
  }

  .xxl\:-mb-96{
    margin-bottom: -24rem;
  }

  .xxl\:-ml-96{
    margin-left: -24rem;
  }

  .xxl\:-mt-px{
    margin-top: -1px;
  }

  .xxl\:-mr-px{
    margin-right: -1px;
  }

  .xxl\:-mb-px{
    margin-bottom: -1px;
  }

  .xxl\:-ml-px{
    margin-left: -1px;
  }

  .xxl\:-mt-0\.5{
    margin-top: -0.125rem;
  }

  .xxl\:-mr-0\.5{
    margin-right: -0.125rem;
  }

  .xxl\:-mb-0\.5{
    margin-bottom: -0.125rem;
  }

  .xxl\:-ml-0\.5{
    margin-left: -0.125rem;
  }

  .xxl\:-mt-1\.5{
    margin-top: -0.375rem;
  }

  .xxl\:-mr-1\.5{
    margin-right: -0.375rem;
  }

  .xxl\:-mb-1\.5{
    margin-bottom: -0.375rem;
  }

  .xxl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .xxl\:-mt-2\.5{
    margin-top: -0.625rem;
  }

  .xxl\:-mr-2\.5{
    margin-right: -0.625rem;
  }

  .xxl\:-mb-2\.5{
    margin-bottom: -0.625rem;
  }

  .xxl\:-ml-2\.5{
    margin-left: -0.625rem;
  }

  .xxl\:-mt-3\.5{
    margin-top: -0.875rem;
  }

  .xxl\:-mr-3\.5{
    margin-right: -0.875rem;
  }

  .xxl\:-mb-3\.5{
    margin-bottom: -0.875rem;
  }

  .xxl\:-ml-3\.5{
    margin-left: -0.875rem;
  }

  .xxl\:-mt-4\.5{
    margin-top: -1.125rem;
  }

  .xxl\:-mr-4\.5{
    margin-right: -1.125rem;
  }

  .xxl\:-mb-4\.5{
    margin-bottom: -1.125rem;
  }

  .xxl\:-ml-4\.5{
    margin-left: -1.125rem;
  }

  .xxl\:-mt-5\.5{
    margin-top: -1.375rem;
  }

  .xxl\:-mr-5\.5{
    margin-right: -1.375rem;
  }

  .xxl\:-mb-5\.5{
    margin-bottom: -1.375rem;
  }

  .xxl\:-ml-5\.5{
    margin-left: -1.375rem;
  }

  .xxl\:-mt-6\.5{
    margin-top: -1.625rem;
  }

  .xxl\:-mr-6\.5{
    margin-right: -1.625rem;
  }

  .xxl\:-mb-6\.5{
    margin-bottom: -1.625rem;
  }

  .xxl\:-ml-6\.5{
    margin-left: -1.625rem;
  }

  .xxl\:-mt-7\.5{
    margin-top: -1.875rem;
  }

  .xxl\:-mr-7\.5{
    margin-right: -1.875rem;
  }

  .xxl\:-mb-7\.5{
    margin-bottom: -1.875rem;
  }

  .xxl\:-ml-7\.5{
    margin-left: -1.875rem;
  }

  .xxl\:-mt-8\.5{
    margin-top: -2.125rem;
  }

  .xxl\:-mr-8\.5{
    margin-right: -2.125rem;
  }

  .xxl\:-mb-8\.5{
    margin-bottom: -2.125rem;
  }

  .xxl\:-ml-8\.5{
    margin-left: -2.125rem;
  }

  .xxl\:-mt-9\.5{
    margin-top: -2.375rem;
  }

  .xxl\:-mr-9\.5{
    margin-right: -2.375rem;
  }

  .xxl\:-mb-9\.5{
    margin-bottom: -2.375rem;
  }

  .xxl\:-ml-9\.5{
    margin-left: -2.375rem;
  }

  .xxl\:-mt-10\.5{
    margin-top: -2.625rem;
  }

  .xxl\:-mr-10\.5{
    margin-right: -2.625rem;
  }

  .xxl\:-mb-10\.5{
    margin-bottom: -2.625rem;
  }

  .xxl\:-ml-10\.5{
    margin-left: -2.625rem;
  }

  .xxl\:-mt-11\.5{
    margin-top: -2.875rem;
  }

  .xxl\:-mr-11\.5{
    margin-right: -2.875rem;
  }

  .xxl\:-mb-11\.5{
    margin-bottom: -2.875rem;
  }

  .xxl\:-ml-11\.5{
    margin-left: -2.875rem;
  }

  .xxl\:-mt-12\.5{
    margin-top: -3.125rem;
  }

  .xxl\:-mr-12\.5{
    margin-right: -3.125rem;
  }

  .xxl\:-mb-12\.5{
    margin-bottom: -3.125rem;
  }

  .xxl\:-ml-12\.5{
    margin-left: -3.125rem;
  }

  .xxl\:-mt-13\.5{
    margin-top: -3.25rem;
  }

  .xxl\:-mr-13\.5{
    margin-right: -3.25rem;
  }

  .xxl\:-mb-13\.5{
    margin-bottom: -3.25rem;
  }

  .xxl\:-ml-13\.5{
    margin-left: -3.25rem;
  }

  .xxl\:-mt-15\.5{
    margin-top: -3.8rem;
  }

  .xxl\:-mr-15\.5{
    margin-right: -3.8rem;
  }

  .xxl\:-mb-15\.5{
    margin-bottom: -3.8rem;
  }

  .xxl\:-ml-15\.5{
    margin-left: -3.8rem;
  }

  .xxl\:-mt-16\.5{
    margin-top: -4.125rem;
  }

  .xxl\:-mr-16\.5{
    margin-right: -4.125rem;
  }

  .xxl\:-mb-16\.5{
    margin-bottom: -4.125rem;
  }

  .xxl\:-ml-16\.5{
    margin-left: -4.125rem;
  }

  .xxl\:-mt-17\.5{
    margin-top: -4.25rem;
  }

  .xxl\:-mr-17\.5{
    margin-right: -4.25rem;
  }

  .xxl\:-mb-17\.5{
    margin-bottom: -4.25rem;
  }

  .xxl\:-ml-17\.5{
    margin-left: -4.25rem;
  }

  .xxl\:-mt-18\.5{
    margin-top: -4.625rem;
  }

  .xxl\:-mr-18\.5{
    margin-right: -4.625rem;
  }

  .xxl\:-mb-18\.5{
    margin-bottom: -4.625rem;
  }

  .xxl\:-ml-18\.5{
    margin-left: -4.625rem;
  }

  .xxl\:-mt-20\.5{
    margin-top: -5.25rem;
  }

  .xxl\:-mr-20\.5{
    margin-right: -5.25rem;
  }

  .xxl\:-mb-20\.5{
    margin-bottom: -5.25rem;
  }

  .xxl\:-ml-20\.5{
    margin-left: -5.25rem;
  }

  .xxl\:-mt-21\.5{
    margin-top: -5.75rem;
  }

  .xxl\:-mr-21\.5{
    margin-right: -5.75rem;
  }

  .xxl\:-mb-21\.5{
    margin-bottom: -5.75rem;
  }

  .xxl\:-ml-21\.5{
    margin-left: -5.75rem;
  }

  .xxl\:-mt-22\.5{
    margin-top: -5.875rem;
  }

  .xxl\:-mr-22\.5{
    margin-right: -5.875rem;
  }

  .xxl\:-mb-22\.5{
    margin-bottom: -5.875rem;
  }

  .xxl\:-ml-22\.5{
    margin-left: -5.875rem;
  }

  .xxl\:-mt-24\.5{
    margin-top: -6.8125rem;
  }

  .xxl\:-mr-24\.5{
    margin-right: -6.8125rem;
  }

  .xxl\:-mb-24\.5{
    margin-bottom: -6.8125rem;
  }

  .xxl\:-ml-24\.5{
    margin-left: -6.8125rem;
  }

  .xxl\:-mt-28\.5{
    margin-top: -7.375rem;
  }

  .xxl\:-mr-28\.5{
    margin-right: -7.375rem;
  }

  .xxl\:-mb-28\.5{
    margin-bottom: -7.375rem;
  }

  .xxl\:-ml-28\.5{
    margin-left: -7.375rem;
  }

  .xxl\:-mt-29\.5{
    margin-top: -7.75rem;
  }

  .xxl\:-mr-29\.5{
    margin-right: -7.75rem;
  }

  .xxl\:-mb-29\.5{
    margin-bottom: -7.75rem;
  }

  .xxl\:-ml-29\.5{
    margin-left: -7.75rem;
  }

  .xxl\:-mt-32\.5{
    margin-top: -8.125rem;
  }

  .xxl\:-mr-32\.5{
    margin-right: -8.125rem;
  }

  .xxl\:-mb-32\.5{
    margin-bottom: -8.125rem;
  }

  .xxl\:-ml-32\.5{
    margin-left: -8.125rem;
  }

  .xxl\:-mt-33\.5{
    margin-top: -8.8125rem;
  }

  .xxl\:-mr-33\.5{
    margin-right: -8.8125rem;
  }

  .xxl\:-mb-33\.5{
    margin-bottom: -8.8125rem;
  }

  .xxl\:-ml-33\.5{
    margin-left: -8.8125rem;
  }

  .xxl\:-mt-42\.5{
    margin-top: -10.875rem;
  }

  .xxl\:-mr-42\.5{
    margin-right: -10.875rem;
  }

  .xxl\:-mb-42\.5{
    margin-bottom: -10.875rem;
  }

  .xxl\:-ml-42\.5{
    margin-left: -10.875rem;
  }

  .xxl\:-mt-49\.5{
    margin-top: -12.75rem;
  }

  .xxl\:-mr-49\.5{
    margin-right: -12.75rem;
  }

  .xxl\:-mb-49\.5{
    margin-bottom: -12.75rem;
  }

  .xxl\:-ml-49\.5{
    margin-left: -12.75rem;
  }

  .xxl\:-mt-72\.5{
    margin-top: -18.25rem;
  }

  .xxl\:-mr-72\.5{
    margin-right: -18.25rem;
  }

  .xxl\:-mb-72\.5{
    margin-bottom: -18.25rem;
  }

  .xxl\:-ml-72\.5{
    margin-left: -18.25rem;
  }

  .xxl\:max-h-0{
    max-height: 0px;
  }

  .xxl\:max-h-1{
    max-height: 0.25rem;
  }

  .xxl\:max-h-2{
    max-height: 0.5rem;
  }

  .xxl\:max-h-3{
    max-height: 0.75rem;
  }

  .xxl\:max-h-4{
    max-height: 1rem;
  }

  .xxl\:max-h-5{
    max-height: 1.25rem;
  }

  .xxl\:max-h-6{
    max-height: 1.5rem;
  }

  .xxl\:max-h-7{
    max-height: 1.75rem;
  }

  .xxl\:max-h-8{
    max-height: 2rem;
  }

  .xxl\:max-h-9{
    max-height: 2.25rem;
  }

  .xxl\:max-h-10{
    max-height: 2.5rem;
  }

  .xxl\:max-h-11{
    max-height: 2.75rem;
  }

  .xxl\:max-h-12{
    max-height: 3rem;
  }

  .xxl\:max-h-13{
    max-height: 3.375rem;
  }

  .xxl\:max-h-14{
    max-height: 3.5rem;
  }

  .xxl\:max-h-15{
    max-height: 3.75rem;
  }

  .xxl\:max-h-16{
    max-height: 4rem;
  }

  .xxl\:max-h-17{
    max-height: 4.375rem;
  }

  .xxl\:max-h-18{
    max-height: 4.5rem;
  }

  .xxl\:max-h-19{
    max-height: 4.75rem;
  }

  .xxl\:max-h-20{
    max-height: 5rem;
  }

  .xxl\:max-h-21{
    max-height: 5.5rem;
  }

  .xxl\:max-h-22{
    max-height: 5.625rem;
  }

  .xxl\:max-h-23{
    max-height: 6.125rem;
  }

  .xxl\:max-h-24{
    max-height: 6rem;
  }

  .xxl\:max-h-25{
    max-height: 6.5rem;
  }

  .xxl\:max-h-26{
    max-height: 6.75rem;
  }

  .xxl\:max-h-27{
    max-height: 6.25rem;
  }

  .xxl\:max-h-28{
    max-height: 7rem;
  }

  .xxl\:max-h-29{
    max-height: 7.5rem;
  }

  .xxl\:max-h-32{
    max-height: 8rem;
  }

  .xxl\:max-h-34{
    max-height: 8.5rem;
  }

  .xxl\:max-h-35{
    max-height: 8.75rem;
  }

  .xxl\:max-h-36{
    max-height: 9rem;
  }

  .xxl\:max-h-37{
    max-height: 9.125rem;
  }

  .xxl\:max-h-38{
    max-height: 9.5rem;
  }

  .xxl\:max-h-40{
    max-height: 10rem;
  }

  .xxl\:max-h-41{
    max-height: 10.5rem;
  }

  .xxl\:max-h-42{
    max-height: 10.625rem;
  }

  .xxl\:max-h-44{
    max-height: 11rem;
  }

  .xxl\:max-h-45{
    max-height: 11.25rem;
  }

  .xxl\:max-h-48{
    max-height: 12rem;
  }

  .xxl\:max-h-49{
    max-height: 12.5rem;
  }

  .xxl\:max-h-52{
    max-height: 13rem;
  }

  .xxl\:max-h-56{
    max-height: 14rem;
  }

  .xxl\:max-h-57{
    max-height: 14.375rem;
  }

  .xxl\:max-h-60{
    max-height: 15rem;
  }

  .xxl\:max-h-64{
    max-height: 16rem;
  }

  .xxl\:max-h-72{
    max-height: 18rem;
  }

  .xxl\:max-h-80{
    max-height: 20rem;
  }

  .xxl\:max-h-82{
    max-height: 22rem;
  }

  .xxl\:max-h-83{
    max-height: 23.8125rem;
  }

  .xxl\:max-h-96{
    max-height: 24rem;
  }

  .xxl\:max-h-px{
    max-height: 1px;
  }

  .xxl\:max-h-0\.5{
    max-height: 0.125rem;
  }

  .xxl\:max-h-1\.5{
    max-height: 0.375rem;
  }

  .xxl\:max-h-2\.5{
    max-height: 0.625rem;
  }

  .xxl\:max-h-3\.5{
    max-height: 0.875rem;
  }

  .xxl\:max-h-4\.5{
    max-height: 1.125rem;
  }

  .xxl\:max-h-5\.5{
    max-height: 1.375rem;
  }

  .xxl\:max-h-6\.5{
    max-height: 1.625rem;
  }

  .xxl\:max-h-7\.5{
    max-height: 1.875rem;
  }

  .xxl\:max-h-8\.5{
    max-height: 2.125rem;
  }

  .xxl\:max-h-9\.5{
    max-height: 2.375rem;
  }

  .xxl\:max-h-10\.5{
    max-height: 2.625rem;
  }

  .xxl\:max-h-11\.5{
    max-height: 2.875rem;
  }

  .xxl\:max-h-12\.5{
    max-height: 3.125rem;
  }

  .xxl\:max-h-13\.5{
    max-height: 3.25rem;
  }

  .xxl\:max-h-15\.5{
    max-height: 3.8rem;
  }

  .xxl\:max-h-16\.5{
    max-height: 4.125rem;
  }

  .xxl\:max-h-17\.5{
    max-height: 4.25rem;
  }

  .xxl\:max-h-18\.5{
    max-height: 4.625rem;
  }

  .xxl\:max-h-20\.5{
    max-height: 5.25rem;
  }

  .xxl\:max-h-21\.5{
    max-height: 5.75rem;
  }

  .xxl\:max-h-22\.5{
    max-height: 5.875rem;
  }

  .xxl\:max-h-24\.5{
    max-height: 6.8125rem;
  }

  .xxl\:max-h-28\.5{
    max-height: 7.375rem;
  }

  .xxl\:max-h-29\.5{
    max-height: 7.75rem;
  }

  .xxl\:max-h-32\.5{
    max-height: 8.125rem;
  }

  .xxl\:max-h-33\.5{
    max-height: 8.8125rem;
  }

  .xxl\:max-h-42\.5{
    max-height: 10.875rem;
  }

  .xxl\:max-h-49\.5{
    max-height: 12.75rem;
  }

  .xxl\:max-h-72\.5{
    max-height: 18.25rem;
  }

  .xxl\:max-h-full{
    max-height: 100%;
  }

  .xxl\:max-h-screen{
    max-height: 100vh;
  }

  .xxl\:max-w-0{
    max-width: 0rem;
  }

  .xxl\:max-w-13{
    max-width: 3.375rem;
  }

  .xxl\:max-w-23{
    max-width: 380px;
  }

  .xxl\:max-w-28{
    max-width: 7rem;
  }

  .xxl\:max-w-29{
    max-width: 27.5rem;
  }

  .xxl\:max-w-33{
    max-width: 8.75rem;
  }

  .xxl\:max-w-56{
    max-width: 14rem;
  }

  .xxl\:max-w-70{
    max-width: 26.4375rem;
  }

  .xxl\:max-w-98{
    max-width: 48rem;
  }

  .xxl\:max-w-100{
    max-width: 922px;
  }

  .xxl\:max-w-none{
    max-width: none;
  }

  .xxl\:max-w-xs{
    max-width: 20rem;
  }

  .xxl\:max-w-sm{
    max-width: 24rem;
  }

  .xxl\:max-w-md{
    max-width: 28rem;
  }

  .xxl\:max-w-lg{
    max-width: 32rem;
  }

  .xxl\:max-w-xl{
    max-width: 36rem;
  }

  .xxl\:max-w-2xl{
    max-width: 42rem;
  }

  .xxl\:max-w-3xl{
    max-width: 48rem;
  }

  .xxl\:max-w-4xl{
    max-width: 56rem;
  }

  .xxl\:max-w-5xl{
    max-width: 64rem;
  }

  .xxl\:max-w-6xl{
    max-width: 72rem;
  }

  .xxl\:max-w-7xl{
    max-width: 80rem;
  }

  .xxl\:max-w-full{
    max-width: 100%;
  }

  .xxl\:max-w-min{
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xxl\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xxl\:max-w-prose{
    max-width: 65ch;
  }

  .xxl\:max-w-screen-sm{
    max-width: 576px;
  }

  .xxl\:max-w-screen-md{
    max-width: 768px;
  }

  .xxl\:max-w-screen-lg{
    max-width: 992px;
  }

  .xxl\:max-w-screen-xl{
    max-width: 1200px;
  }

  .xxl\:max-w-screen-xs{
    max-width: 322px;
  }

  .xxl\:max-w-screen-xxl{
    max-width: 1282px;
  }

  .xxl\:max-w-received{
    max-width: 592px;
  }

  .xxl\:max-w-about{
    max-width: 618px;
  }

  .xxl\:max-w-commission{
    max-width: 1378px;
  }

  .xxl\:max-w-commission-lg{
    max-width: 1000px;
  }

  .xxl\:max-w-status{
    max-width: 963px;
  }

  .xxl\:max-w-pdf{
    max-width: 515px;
  }

  .xxl\:max-w-detail{
    max-width: 731px;
  }

  .xxl\:max-w-inscription{
    max-width: 825px;
  }

  .xxl\:max-w-info-caption{
    max-width: 587px;
  }

  .xxl\:max-w-info-caption-xl{
    max-width: 520px;
  }

  .xxl\:max-w-info-caption-lg{
    max-width: 450px;
  }

  .xxl\:max-w-info-caption-md{
    max-width: 550px;
  }

  .xxl\:max-w-info-caption-sm{
    max-width: 290px;
  }

  .xxl\:max-w-dashboard{
    max-width: 1054px;
  }

  .xxl\:max-w-dashboard-xl{
    max-width: 940px;
  }

  .xxl\:max-w-dashboard-lg{
    max-width: 670px;
  }

  .xxl\:max-w-dashboard-md{
    max-width: 500px;
  }

  .xxl\:max-w-profile{
    max-width: 960px;
  }

  .xxl\:max-w-debate{
    max-width: 755px;
  }

  .xxl\:max-w-debate-md{
    max-width: 660px;
  }

  .xxl\:max-w-galery{
    max-width: 918px;
  }

  .xxl\:max-w-approach{
    max-width: 916px;
  }

  .xxl\:min-h-0{
    min-height: 0px;
  }

  .xxl\:min-h-full{
    min-height: 100%;
  }

  .xxl\:min-h-screen{
    min-height: 100vh;
  }

  .xxl\:min-w-0{
    min-width: 0px;
  }

  .xxl\:min-w-7{
    min-width: 1.75rem;
  }

  .xxl\:min-w-13{
    min-width: 44px;
  }

  .xxl\:min-w-22{
    min-width: 5.625rem;
  }

  .xxl\:min-w-33{
    min-width: 8.125rem;
  }

  .xxl\:min-w-34{
    min-width: 8.75rem;
  }

  .xxl\:min-w-50{
    min-width: 12.5rem;
  }

  .xxl\:min-w-53{
    min-width: 17rem;
  }

  .xxl\:min-w-56{
    min-width: 14rem;
  }

  .xxl\:min-w-60{
    min-width: 16rem;
  }

  .xxl\:min-w-70{
    min-width: 20rem;
  }

  .xxl\:min-w-full{
    min-width: 100%;
  }

  .xxl\:min-w-min{
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xxl\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xxl\:min-w-80\.5{
    min-width: 20.125rem;
  }

  .xxl\:min-w-90\.5{
    min-width: 27.375rem;
  }

  .xxl\:min-w-info-activities{
    min-width: 372px;
  }

  .xxl\:min-w-info-activities-lg{
    min-width: 250px;
  }

  .xxl\:min-w-activities{
    min-width: 430px;
  }

  .xxl\:min-w-activities-lg{
    min-width: 300px;
  }

  .xxl\:min-w-session{
    min-width: 545px;
  }

  .xxl\:min-w-session-lg{
    min-width: 410px;
  }

  .xxl\:min-w-session-xl{
    min-width: 460px;
  }

  .xxl\:min-w-login{
    min-width: 826px;
  }

  .xxl\:min-w-login-xl{
    min-width: 680px;
  }

  .xxl\:min-w-login-lg{
    min-width: 450px;
  }

  .xxl\:min-w-control-dashboard{
    min-width: 298px;
  }

  .xxl\:min-w-control-dashboard-xl{
    min-width: 250px;
  }

  .xxl\:min-w-control-dashboard-md{
    min-width: 220px;
  }

  .xxl\:min-w-objective{
    min-width: 1163px;
  }

  .xxl\:min-w-objective-xl{
    min-width: 1040px;
  }

  .xxl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xxl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xxl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xxl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xxl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xxl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xxl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xxl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xxl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xxl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xxl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xxl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xxl\:opacity-0{
    opacity: 0;
  }

  .xxl\:opacity-5{
    opacity: 0.05;
  }

  .xxl\:opacity-10{
    opacity: 0.1;
  }

  .xxl\:opacity-11{
    opacity: .86;
  }

  .xxl\:opacity-20{
    opacity: 0.2;
  }

  .xxl\:opacity-25{
    opacity: 0.25;
  }

  .xxl\:opacity-30{
    opacity: 0.3;
  }

  .xxl\:opacity-40{
    opacity: 0.4;
  }

  .xxl\:opacity-45{
    opacity: .45;
  }

  .xxl\:opacity-50{
    opacity: 0.5;
  }

  .xxl\:opacity-58{
    opacity: .58;
  }

  .xxl\:opacity-60{
    opacity: 0.6;
  }

  .xxl\:opacity-70{
    opacity: 0.7;
  }

  .xxl\:opacity-74{
    opacity: .74;
  }

  .xxl\:opacity-75{
    opacity: 0.75;
  }

  .xxl\:opacity-80{
    opacity: 0.8;
  }

  .xxl\:opacity-90{
    opacity: 0.9;
  }

  .xxl\:opacity-95{
    opacity: 0.95;
  }

  .xxl\:opacity-100{
    opacity: 1;
  }

  .group:hover .xxl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xxl\:group-hover\:opacity-5{
    opacity: 0.05;
  }

  .group:hover .xxl\:group-hover\:opacity-10{
    opacity: 0.1;
  }

  .group:hover .xxl\:group-hover\:opacity-11{
    opacity: .86;
  }

  .group:hover .xxl\:group-hover\:opacity-20{
    opacity: 0.2;
  }

  .group:hover .xxl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xxl\:group-hover\:opacity-30{
    opacity: 0.3;
  }

  .group:hover .xxl\:group-hover\:opacity-40{
    opacity: 0.4;
  }

  .group:hover .xxl\:group-hover\:opacity-45{
    opacity: .45;
  }

  .group:hover .xxl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xxl\:group-hover\:opacity-58{
    opacity: .58;
  }

  .group:hover .xxl\:group-hover\:opacity-60{
    opacity: 0.6;
  }

  .group:hover .xxl\:group-hover\:opacity-70{
    opacity: 0.7;
  }

  .group:hover .xxl\:group-hover\:opacity-74{
    opacity: .74;
  }

  .group:hover .xxl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xxl\:group-hover\:opacity-80{
    opacity: 0.8;
  }

  .group:hover .xxl\:group-hover\:opacity-90{
    opacity: 0.9;
  }

  .group:hover .xxl\:group-hover\:opacity-95{
    opacity: 0.95;
  }

  .group:hover .xxl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .xxl\:focus-within\:opacity-0:focus-within{
    opacity: 0;
  }

  .xxl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05;
  }

  .xxl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1;
  }

  .xxl\:focus-within\:opacity-11:focus-within{
    opacity: .86;
  }

  .xxl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2;
  }

  .xxl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25;
  }

  .xxl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3;
  }

  .xxl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4;
  }

  .xxl\:focus-within\:opacity-45:focus-within{
    opacity: .45;
  }

  .xxl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5;
  }

  .xxl\:focus-within\:opacity-58:focus-within{
    opacity: .58;
  }

  .xxl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6;
  }

  .xxl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7;
  }

  .xxl\:focus-within\:opacity-74:focus-within{
    opacity: .74;
  }

  .xxl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75;
  }

  .xxl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8;
  }

  .xxl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9;
  }

  .xxl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95;
  }

  .xxl\:focus-within\:opacity-100:focus-within{
    opacity: 1;
  }

  .xxl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xxl\:hover\:opacity-5:hover{
    opacity: 0.05;
  }

  .xxl\:hover\:opacity-10:hover{
    opacity: 0.1;
  }

  .xxl\:hover\:opacity-11:hover{
    opacity: .86;
  }

  .xxl\:hover\:opacity-20:hover{
    opacity: 0.2;
  }

  .xxl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xxl\:hover\:opacity-30:hover{
    opacity: 0.3;
  }

  .xxl\:hover\:opacity-40:hover{
    opacity: 0.4;
  }

  .xxl\:hover\:opacity-45:hover{
    opacity: .45;
  }

  .xxl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xxl\:hover\:opacity-58:hover{
    opacity: .58;
  }

  .xxl\:hover\:opacity-60:hover{
    opacity: 0.6;
  }

  .xxl\:hover\:opacity-70:hover{
    opacity: 0.7;
  }

  .xxl\:hover\:opacity-74:hover{
    opacity: .74;
  }

  .xxl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xxl\:hover\:opacity-80:hover{
    opacity: 0.8;
  }

  .xxl\:hover\:opacity-90:hover{
    opacity: 0.9;
  }

  .xxl\:hover\:opacity-95:hover{
    opacity: 0.95;
  }

  .xxl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xxl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xxl\:focus\:opacity-5:focus{
    opacity: 0.05;
  }

  .xxl\:focus\:opacity-10:focus{
    opacity: 0.1;
  }

  .xxl\:focus\:opacity-11:focus{
    opacity: .86;
  }

  .xxl\:focus\:opacity-20:focus{
    opacity: 0.2;
  }

  .xxl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xxl\:focus\:opacity-30:focus{
    opacity: 0.3;
  }

  .xxl\:focus\:opacity-40:focus{
    opacity: 0.4;
  }

  .xxl\:focus\:opacity-45:focus{
    opacity: .45;
  }

  .xxl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xxl\:focus\:opacity-58:focus{
    opacity: .58;
  }

  .xxl\:focus\:opacity-60:focus{
    opacity: 0.6;
  }

  .xxl\:focus\:opacity-70:focus{
    opacity: 0.7;
  }

  .xxl\:focus\:opacity-74:focus{
    opacity: .74;
  }

  .xxl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xxl\:focus\:opacity-80:focus{
    opacity: 0.8;
  }

  .xxl\:focus\:opacity-90:focus{
    opacity: 0.9;
  }

  .xxl\:focus\:opacity-95:focus{
    opacity: 0.95;
  }

  .xxl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xxl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xxl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xxl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xxl\:overflow-auto{
    overflow: auto;
  }

  .xxl\:overflow-hidden{
    overflow: hidden;
  }

  .xxl\:overflow-visible{
    overflow: visible;
  }

  .xxl\:overflow-scroll{
    overflow: scroll;
  }

  .xxl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xxl\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xxl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xxl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xxl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xxl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xxl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xxl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xxl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xxl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xxl\:p-0{
    padding: 0px;
  }

  .xxl\:p-1{
    padding: 0.25rem;
  }

  .xxl\:p-2{
    padding: 0.5rem;
  }

  .xxl\:p-3{
    padding: 0.75rem;
  }

  .xxl\:p-4{
    padding: 1rem;
  }

  .xxl\:p-5{
    padding: 1.25rem;
  }

  .xxl\:p-6{
    padding: 1.5rem;
  }

  .xxl\:p-7{
    padding: 1.75rem;
  }

  .xxl\:p-8{
    padding: 2rem;
  }

  .xxl\:p-9{
    padding: 2.25rem;
  }

  .xxl\:p-10{
    padding: 2.5rem;
  }

  .xxl\:p-11{
    padding: 2.75rem;
  }

  .xxl\:p-12{
    padding: 3rem;
  }

  .xxl\:p-13{
    padding: 3.375rem;
  }

  .xxl\:p-14{
    padding: 3.5rem;
  }

  .xxl\:p-15{
    padding: 3.75rem;
  }

  .xxl\:p-16{
    padding: 4rem;
  }

  .xxl\:p-17{
    padding: 4.375rem;
  }

  .xxl\:p-18{
    padding: 4.5rem;
  }

  .xxl\:p-19{
    padding: 4.75rem;
  }

  .xxl\:p-20{
    padding: 5rem;
  }

  .xxl\:p-21{
    padding: 5.5rem;
  }

  .xxl\:p-22{
    padding: 5.625rem;
  }

  .xxl\:p-23{
    padding: 6.125rem;
  }

  .xxl\:p-24{
    padding: 6rem;
  }

  .xxl\:p-25{
    padding: 6.5rem;
  }

  .xxl\:p-26{
    padding: 6.75rem;
  }

  .xxl\:p-27{
    padding: 6.25rem;
  }

  .xxl\:p-28{
    padding: 7rem;
  }

  .xxl\:p-29{
    padding: 7.5rem;
  }

  .xxl\:p-32{
    padding: 8rem;
  }

  .xxl\:p-34{
    padding: 8.5rem;
  }

  .xxl\:p-35{
    padding: 8.75rem;
  }

  .xxl\:p-36{
    padding: 9rem;
  }

  .xxl\:p-37{
    padding: 9.125rem;
  }

  .xxl\:p-38{
    padding: 9.5rem;
  }

  .xxl\:p-40{
    padding: 10rem;
  }

  .xxl\:p-41{
    padding: 10.5rem;
  }

  .xxl\:p-42{
    padding: 10.625rem;
  }

  .xxl\:p-44{
    padding: 11rem;
  }

  .xxl\:p-45{
    padding: 11.25rem;
  }

  .xxl\:p-48{
    padding: 12rem;
  }

  .xxl\:p-49{
    padding: 12.5rem;
  }

  .xxl\:p-52{
    padding: 13rem;
  }

  .xxl\:p-56{
    padding: 14rem;
  }

  .xxl\:p-57{
    padding: 14.375rem;
  }

  .xxl\:p-60{
    padding: 15rem;
  }

  .xxl\:p-64{
    padding: 16rem;
  }

  .xxl\:p-72{
    padding: 18rem;
  }

  .xxl\:p-80{
    padding: 20rem;
  }

  .xxl\:p-82{
    padding: 22rem;
  }

  .xxl\:p-83{
    padding: 23.8125rem;
  }

  .xxl\:p-96{
    padding: 24rem;
  }

  .xxl\:p-px{
    padding: 1px;
  }

  .xxl\:p-0\.5{
    padding: 0.125rem;
  }

  .xxl\:p-1\.5{
    padding: 0.375rem;
  }

  .xxl\:p-2\.5{
    padding: 0.625rem;
  }

  .xxl\:p-3\.5{
    padding: 0.875rem;
  }

  .xxl\:p-4\.5{
    padding: 1.125rem;
  }

  .xxl\:p-5\.5{
    padding: 1.375rem;
  }

  .xxl\:p-6\.5{
    padding: 1.625rem;
  }

  .xxl\:p-7\.5{
    padding: 1.875rem;
  }

  .xxl\:p-8\.5{
    padding: 2.125rem;
  }

  .xxl\:p-9\.5{
    padding: 2.375rem;
  }

  .xxl\:p-10\.5{
    padding: 2.625rem;
  }

  .xxl\:p-11\.5{
    padding: 2.875rem;
  }

  .xxl\:p-12\.5{
    padding: 3.125rem;
  }

  .xxl\:p-13\.5{
    padding: 3.25rem;
  }

  .xxl\:p-15\.5{
    padding: 3.8rem;
  }

  .xxl\:p-16\.5{
    padding: 4.125rem;
  }

  .xxl\:p-17\.5{
    padding: 4.25rem;
  }

  .xxl\:p-18\.5{
    padding: 4.625rem;
  }

  .xxl\:p-20\.5{
    padding: 5.25rem;
  }

  .xxl\:p-21\.5{
    padding: 5.75rem;
  }

  .xxl\:p-22\.5{
    padding: 5.875rem;
  }

  .xxl\:p-24\.5{
    padding: 6.8125rem;
  }

  .xxl\:p-28\.5{
    padding: 7.375rem;
  }

  .xxl\:p-29\.5{
    padding: 7.75rem;
  }

  .xxl\:p-32\.5{
    padding: 8.125rem;
  }

  .xxl\:p-33\.5{
    padding: 8.8125rem;
  }

  .xxl\:p-42\.5{
    padding: 10.875rem;
  }

  .xxl\:p-49\.5{
    padding: 12.75rem;
  }

  .xxl\:p-72\.5{
    padding: 18.25rem;
  }

  .xxl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xxl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xxl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xxl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xxl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xxl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xxl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xxl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xxl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xxl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xxl\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xxl\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xxl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xxl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xxl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xxl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xxl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xxl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xxl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxl\:py-13{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .xxl\:px-13{
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .xxl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xxl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xxl\:py-15{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xxl\:px-15{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xxl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxl\:py-17{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .xxl\:px-17{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .xxl\:py-18{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xxl\:px-18{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xxl\:py-19{
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .xxl\:px-19{
    padding-left: 4.75rem;
    padding-right: 4.75rem;
  }

  .xxl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xxl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xxl\:py-21{
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xxl\:px-21{
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xxl\:py-22{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .xxl\:px-22{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .xxl\:py-23{
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .xxl\:px-23{
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }

  .xxl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxl\:py-25{
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xxl\:px-25{
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xxl\:py-26{
    padding-top: 6.75rem;
    padding-bottom: 6.75rem;
  }

  .xxl\:px-26{
    padding-left: 6.75rem;
    padding-right: 6.75rem;
  }

  .xxl\:py-27{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xxl\:px-27{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .xxl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xxl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xxl\:py-29{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xxl\:px-29{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xxl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:py-34{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xxl\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xxl\:py-35{
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

  .xxl\:px-35{
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }

  .xxl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xxl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xxl\:py-37{
    padding-top: 9.125rem;
    padding-bottom: 9.125rem;
  }

  .xxl\:px-37{
    padding-left: 9.125rem;
    padding-right: 9.125rem;
  }

  .xxl\:py-38{
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xxl\:px-38{
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xxl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xxl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xxl\:py-41{
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .xxl\:px-41{
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .xxl\:py-42{
    padding-top: 10.625rem;
    padding-bottom: 10.625rem;
  }

  .xxl\:px-42{
    padding-left: 10.625rem;
    padding-right: 10.625rem;
  }

  .xxl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xxl\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xxl\:py-45{
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }

  .xxl\:px-45{
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .xxl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xxl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xxl\:py-49{
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .xxl\:px-49{
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

  .xxl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xxl\:px-52{
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xxl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xxl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xxl\:py-57{
    padding-top: 14.375rem;
    padding-bottom: 14.375rem;
  }

  .xxl\:px-57{
    padding-left: 14.375rem;
    padding-right: 14.375rem;
  }

  .xxl\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xxl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xxl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xxl\:py-72{
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xxl\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xxl\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xxl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xxl\:py-82{
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xxl\:px-82{
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xxl\:py-83{
    padding-top: 23.8125rem;
    padding-bottom: 23.8125rem;
  }

  .xxl\:px-83{
    padding-left: 23.8125rem;
    padding-right: 23.8125rem;
  }

  .xxl\:py-96{
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xxl\:px-96{
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xxl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xxl\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xxl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xxl\:px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xxl\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xxl\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xxl\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xxl\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xxl\:py-4\.5{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xxl\:px-4\.5{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xxl\:py-5\.5{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .xxl\:px-5\.5{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .xxl\:py-6\.5{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .xxl\:px-6\.5{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .xxl\:py-7\.5{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xxl\:px-7\.5{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xxl\:py-8\.5{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .xxl\:px-8\.5{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .xxl\:py-9\.5{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .xxl\:px-9\.5{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .xxl\:py-10\.5{
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
  }

  .xxl\:px-10\.5{
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .xxl\:py-11\.5{
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

  .xxl\:px-11\.5{
    padding-left: 2.875rem;
    padding-right: 2.875rem;
  }

  .xxl\:py-12\.5{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xxl\:px-12\.5{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xxl\:py-13\.5{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xxl\:px-13\.5{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xxl\:py-15\.5{
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .xxl\:px-15\.5{
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

  .xxl\:py-16\.5{
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .xxl\:px-16\.5{
    padding-left: 4.125rem;
    padding-right: 4.125rem;
  }

  .xxl\:py-17\.5{
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .xxl\:px-17\.5{
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .xxl\:py-18\.5{
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .xxl\:px-18\.5{
    padding-left: 4.625rem;
    padding-right: 4.625rem;
  }

  .xxl\:py-20\.5{
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xxl\:px-20\.5{
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xxl\:py-21\.5{
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }

  .xxl\:px-21\.5{
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .xxl\:py-22\.5{
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .xxl\:px-22\.5{
    padding-left: 5.875rem;
    padding-right: 5.875rem;
  }

  .xxl\:py-24\.5{
    padding-top: 6.8125rem;
    padding-bottom: 6.8125rem;
  }

  .xxl\:px-24\.5{
    padding-left: 6.8125rem;
    padding-right: 6.8125rem;
  }

  .xxl\:py-28\.5{
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
  }

  .xxl\:px-28\.5{
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }

  .xxl\:py-29\.5{
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }

  .xxl\:px-29\.5{
    padding-left: 7.75rem;
    padding-right: 7.75rem;
  }

  .xxl\:py-32\.5{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .xxl\:px-32\.5{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .xxl\:py-33\.5{
    padding-top: 8.8125rem;
    padding-bottom: 8.8125rem;
  }

  .xxl\:px-33\.5{
    padding-left: 8.8125rem;
    padding-right: 8.8125rem;
  }

  .xxl\:py-42\.5{
    padding-top: 10.875rem;
    padding-bottom: 10.875rem;
  }

  .xxl\:px-42\.5{
    padding-left: 10.875rem;
    padding-right: 10.875rem;
  }

  .xxl\:py-49\.5{
    padding-top: 12.75rem;
    padding-bottom: 12.75rem;
  }

  .xxl\:px-49\.5{
    padding-left: 12.75rem;
    padding-right: 12.75rem;
  }

  .xxl\:py-72\.5{
    padding-top: 18.25rem;
    padding-bottom: 18.25rem;
  }

  .xxl\:px-72\.5{
    padding-left: 18.25rem;
    padding-right: 18.25rem;
  }

  .xxl\:pt-0{
    padding-top: 0px;
  }

  .xxl\:pr-0{
    padding-right: 0px;
  }

  .xxl\:pb-0{
    padding-bottom: 0px;
  }

  .xxl\:pl-0{
    padding-left: 0px;
  }

  .xxl\:pt-1{
    padding-top: 0.25rem;
  }

  .xxl\:pr-1{
    padding-right: 0.25rem;
  }

  .xxl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xxl\:pl-1{
    padding-left: 0.25rem;
  }

  .xxl\:pt-2{
    padding-top: 0.5rem;
  }

  .xxl\:pr-2{
    padding-right: 0.5rem;
  }

  .xxl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xxl\:pl-2{
    padding-left: 0.5rem;
  }

  .xxl\:pt-3{
    padding-top: 0.75rem;
  }

  .xxl\:pr-3{
    padding-right: 0.75rem;
  }

  .xxl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xxl\:pl-3{
    padding-left: 0.75rem;
  }

  .xxl\:pt-4{
    padding-top: 1rem;
  }

  .xxl\:pr-4{
    padding-right: 1rem;
  }

  .xxl\:pb-4{
    padding-bottom: 1rem;
  }

  .xxl\:pl-4{
    padding-left: 1rem;
  }

  .xxl\:pt-5{
    padding-top: 1.25rem;
  }

  .xxl\:pr-5{
    padding-right: 1.25rem;
  }

  .xxl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xxl\:pl-5{
    padding-left: 1.25rem;
  }

  .xxl\:pt-6{
    padding-top: 1.5rem;
  }

  .xxl\:pr-6{
    padding-right: 1.5rem;
  }

  .xxl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xxl\:pl-6{
    padding-left: 1.5rem;
  }

  .xxl\:pt-7{
    padding-top: 1.75rem;
  }

  .xxl\:pr-7{
    padding-right: 1.75rem;
  }

  .xxl\:pb-7{
    padding-bottom: 1.75rem;
  }

  .xxl\:pl-7{
    padding-left: 1.75rem;
  }

  .xxl\:pt-8{
    padding-top: 2rem;
  }

  .xxl\:pr-8{
    padding-right: 2rem;
  }

  .xxl\:pb-8{
    padding-bottom: 2rem;
  }

  .xxl\:pl-8{
    padding-left: 2rem;
  }

  .xxl\:pt-9{
    padding-top: 2.25rem;
  }

  .xxl\:pr-9{
    padding-right: 2.25rem;
  }

  .xxl\:pb-9{
    padding-bottom: 2.25rem;
  }

  .xxl\:pl-9{
    padding-left: 2.25rem;
  }

  .xxl\:pt-10{
    padding-top: 2.5rem;
  }

  .xxl\:pr-10{
    padding-right: 2.5rem;
  }

  .xxl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xxl\:pl-10{
    padding-left: 2.5rem;
  }

  .xxl\:pt-11{
    padding-top: 2.75rem;
  }

  .xxl\:pr-11{
    padding-right: 2.75rem;
  }

  .xxl\:pb-11{
    padding-bottom: 2.75rem;
  }

  .xxl\:pl-11{
    padding-left: 2.75rem;
  }

  .xxl\:pt-12{
    padding-top: 3rem;
  }

  .xxl\:pr-12{
    padding-right: 3rem;
  }

  .xxl\:pb-12{
    padding-bottom: 3rem;
  }

  .xxl\:pl-12{
    padding-left: 3rem;
  }

  .xxl\:pt-13{
    padding-top: 3.375rem;
  }

  .xxl\:pr-13{
    padding-right: 3.375rem;
  }

  .xxl\:pb-13{
    padding-bottom: 3.375rem;
  }

  .xxl\:pl-13{
    padding-left: 3.375rem;
  }

  .xxl\:pt-14{
    padding-top: 3.5rem;
  }

  .xxl\:pr-14{
    padding-right: 3.5rem;
  }

  .xxl\:pb-14{
    padding-bottom: 3.5rem;
  }

  .xxl\:pl-14{
    padding-left: 3.5rem;
  }

  .xxl\:pt-15{
    padding-top: 3.75rem;
  }

  .xxl\:pr-15{
    padding-right: 3.75rem;
  }

  .xxl\:pb-15{
    padding-bottom: 3.75rem;
  }

  .xxl\:pl-15{
    padding-left: 3.75rem;
  }

  .xxl\:pt-16{
    padding-top: 4rem;
  }

  .xxl\:pr-16{
    padding-right: 4rem;
  }

  .xxl\:pb-16{
    padding-bottom: 4rem;
  }

  .xxl\:pl-16{
    padding-left: 4rem;
  }

  .xxl\:pt-17{
    padding-top: 4.375rem;
  }

  .xxl\:pr-17{
    padding-right: 4.375rem;
  }

  .xxl\:pb-17{
    padding-bottom: 4.375rem;
  }

  .xxl\:pl-17{
    padding-left: 4.375rem;
  }

  .xxl\:pt-18{
    padding-top: 4.5rem;
  }

  .xxl\:pr-18{
    padding-right: 4.5rem;
  }

  .xxl\:pb-18{
    padding-bottom: 4.5rem;
  }

  .xxl\:pl-18{
    padding-left: 4.5rem;
  }

  .xxl\:pt-19{
    padding-top: 4.75rem;
  }

  .xxl\:pr-19{
    padding-right: 4.75rem;
  }

  .xxl\:pb-19{
    padding-bottom: 4.75rem;
  }

  .xxl\:pl-19{
    padding-left: 4.75rem;
  }

  .xxl\:pt-20{
    padding-top: 5rem;
  }

  .xxl\:pr-20{
    padding-right: 5rem;
  }

  .xxl\:pb-20{
    padding-bottom: 5rem;
  }

  .xxl\:pl-20{
    padding-left: 5rem;
  }

  .xxl\:pt-21{
    padding-top: 5.5rem;
  }

  .xxl\:pr-21{
    padding-right: 5.5rem;
  }

  .xxl\:pb-21{
    padding-bottom: 5.5rem;
  }

  .xxl\:pl-21{
    padding-left: 5.5rem;
  }

  .xxl\:pt-22{
    padding-top: 5.625rem;
  }

  .xxl\:pr-22{
    padding-right: 5.625rem;
  }

  .xxl\:pb-22{
    padding-bottom: 5.625rem;
  }

  .xxl\:pl-22{
    padding-left: 5.625rem;
  }

  .xxl\:pt-23{
    padding-top: 6.125rem;
  }

  .xxl\:pr-23{
    padding-right: 6.125rem;
  }

  .xxl\:pb-23{
    padding-bottom: 6.125rem;
  }

  .xxl\:pl-23{
    padding-left: 6.125rem;
  }

  .xxl\:pt-24{
    padding-top: 6rem;
  }

  .xxl\:pr-24{
    padding-right: 6rem;
  }

  .xxl\:pb-24{
    padding-bottom: 6rem;
  }

  .xxl\:pl-24{
    padding-left: 6rem;
  }

  .xxl\:pt-25{
    padding-top: 6.5rem;
  }

  .xxl\:pr-25{
    padding-right: 6.5rem;
  }

  .xxl\:pb-25{
    padding-bottom: 6.5rem;
  }

  .xxl\:pl-25{
    padding-left: 6.5rem;
  }

  .xxl\:pt-26{
    padding-top: 6.75rem;
  }

  .xxl\:pr-26{
    padding-right: 6.75rem;
  }

  .xxl\:pb-26{
    padding-bottom: 6.75rem;
  }

  .xxl\:pl-26{
    padding-left: 6.75rem;
  }

  .xxl\:pt-27{
    padding-top: 6.25rem;
  }

  .xxl\:pr-27{
    padding-right: 6.25rem;
  }

  .xxl\:pb-27{
    padding-bottom: 6.25rem;
  }

  .xxl\:pl-27{
    padding-left: 6.25rem;
  }

  .xxl\:pt-28{
    padding-top: 7rem;
  }

  .xxl\:pr-28{
    padding-right: 7rem;
  }

  .xxl\:pb-28{
    padding-bottom: 7rem;
  }

  .xxl\:pl-28{
    padding-left: 7rem;
  }

  .xxl\:pt-29{
    padding-top: 7.5rem;
  }

  .xxl\:pr-29{
    padding-right: 7.5rem;
  }

  .xxl\:pb-29{
    padding-bottom: 7.5rem;
  }

  .xxl\:pl-29{
    padding-left: 7.5rem;
  }

  .xxl\:pt-32{
    padding-top: 8rem;
  }

  .xxl\:pr-32{
    padding-right: 8rem;
  }

  .xxl\:pb-32{
    padding-bottom: 8rem;
  }

  .xxl\:pl-32{
    padding-left: 8rem;
  }

  .xxl\:pt-34{
    padding-top: 8.5rem;
  }

  .xxl\:pr-34{
    padding-right: 8.5rem;
  }

  .xxl\:pb-34{
    padding-bottom: 8.5rem;
  }

  .xxl\:pl-34{
    padding-left: 8.5rem;
  }

  .xxl\:pt-35{
    padding-top: 8.75rem;
  }

  .xxl\:pr-35{
    padding-right: 8.75rem;
  }

  .xxl\:pb-35{
    padding-bottom: 8.75rem;
  }

  .xxl\:pl-35{
    padding-left: 8.75rem;
  }

  .xxl\:pt-36{
    padding-top: 9rem;
  }

  .xxl\:pr-36{
    padding-right: 9rem;
  }

  .xxl\:pb-36{
    padding-bottom: 9rem;
  }

  .xxl\:pl-36{
    padding-left: 9rem;
  }

  .xxl\:pt-37{
    padding-top: 9.125rem;
  }

  .xxl\:pr-37{
    padding-right: 9.125rem;
  }

  .xxl\:pb-37{
    padding-bottom: 9.125rem;
  }

  .xxl\:pl-37{
    padding-left: 9.125rem;
  }

  .xxl\:pt-38{
    padding-top: 9.5rem;
  }

  .xxl\:pr-38{
    padding-right: 9.5rem;
  }

  .xxl\:pb-38{
    padding-bottom: 9.5rem;
  }

  .xxl\:pl-38{
    padding-left: 9.5rem;
  }

  .xxl\:pt-40{
    padding-top: 10rem;
  }

  .xxl\:pr-40{
    padding-right: 10rem;
  }

  .xxl\:pb-40{
    padding-bottom: 10rem;
  }

  .xxl\:pl-40{
    padding-left: 10rem;
  }

  .xxl\:pt-41{
    padding-top: 10.5rem;
  }

  .xxl\:pr-41{
    padding-right: 10.5rem;
  }

  .xxl\:pb-41{
    padding-bottom: 10.5rem;
  }

  .xxl\:pl-41{
    padding-left: 10.5rem;
  }

  .xxl\:pt-42{
    padding-top: 10.625rem;
  }

  .xxl\:pr-42{
    padding-right: 10.625rem;
  }

  .xxl\:pb-42{
    padding-bottom: 10.625rem;
  }

  .xxl\:pl-42{
    padding-left: 10.625rem;
  }

  .xxl\:pt-44{
    padding-top: 11rem;
  }

  .xxl\:pr-44{
    padding-right: 11rem;
  }

  .xxl\:pb-44{
    padding-bottom: 11rem;
  }

  .xxl\:pl-44{
    padding-left: 11rem;
  }

  .xxl\:pt-45{
    padding-top: 11.25rem;
  }

  .xxl\:pr-45{
    padding-right: 11.25rem;
  }

  .xxl\:pb-45{
    padding-bottom: 11.25rem;
  }

  .xxl\:pl-45{
    padding-left: 11.25rem;
  }

  .xxl\:pt-48{
    padding-top: 12rem;
  }

  .xxl\:pr-48{
    padding-right: 12rem;
  }

  .xxl\:pb-48{
    padding-bottom: 12rem;
  }

  .xxl\:pl-48{
    padding-left: 12rem;
  }

  .xxl\:pt-49{
    padding-top: 12.5rem;
  }

  .xxl\:pr-49{
    padding-right: 12.5rem;
  }

  .xxl\:pb-49{
    padding-bottom: 12.5rem;
  }

  .xxl\:pl-49{
    padding-left: 12.5rem;
  }

  .xxl\:pt-52{
    padding-top: 13rem;
  }

  .xxl\:pr-52{
    padding-right: 13rem;
  }

  .xxl\:pb-52{
    padding-bottom: 13rem;
  }

  .xxl\:pl-52{
    padding-left: 13rem;
  }

  .xxl\:pt-56{
    padding-top: 14rem;
  }

  .xxl\:pr-56{
    padding-right: 14rem;
  }

  .xxl\:pb-56{
    padding-bottom: 14rem;
  }

  .xxl\:pl-56{
    padding-left: 14rem;
  }

  .xxl\:pt-57{
    padding-top: 14.375rem;
  }

  .xxl\:pr-57{
    padding-right: 14.375rem;
  }

  .xxl\:pb-57{
    padding-bottom: 14.375rem;
  }

  .xxl\:pl-57{
    padding-left: 14.375rem;
  }

  .xxl\:pt-60{
    padding-top: 15rem;
  }

  .xxl\:pr-60{
    padding-right: 15rem;
  }

  .xxl\:pb-60{
    padding-bottom: 15rem;
  }

  .xxl\:pl-60{
    padding-left: 15rem;
  }

  .xxl\:pt-64{
    padding-top: 16rem;
  }

  .xxl\:pr-64{
    padding-right: 16rem;
  }

  .xxl\:pb-64{
    padding-bottom: 16rem;
  }

  .xxl\:pl-64{
    padding-left: 16rem;
  }

  .xxl\:pt-72{
    padding-top: 18rem;
  }

  .xxl\:pr-72{
    padding-right: 18rem;
  }

  .xxl\:pb-72{
    padding-bottom: 18rem;
  }

  .xxl\:pl-72{
    padding-left: 18rem;
  }

  .xxl\:pt-80{
    padding-top: 20rem;
  }

  .xxl\:pr-80{
    padding-right: 20rem;
  }

  .xxl\:pb-80{
    padding-bottom: 20rem;
  }

  .xxl\:pl-80{
    padding-left: 20rem;
  }

  .xxl\:pt-82{
    padding-top: 22rem;
  }

  .xxl\:pr-82{
    padding-right: 22rem;
  }

  .xxl\:pb-82{
    padding-bottom: 22rem;
  }

  .xxl\:pl-82{
    padding-left: 22rem;
  }

  .xxl\:pt-83{
    padding-top: 23.8125rem;
  }

  .xxl\:pr-83{
    padding-right: 23.8125rem;
  }

  .xxl\:pb-83{
    padding-bottom: 23.8125rem;
  }

  .xxl\:pl-83{
    padding-left: 23.8125rem;
  }

  .xxl\:pt-96{
    padding-top: 24rem;
  }

  .xxl\:pr-96{
    padding-right: 24rem;
  }

  .xxl\:pb-96{
    padding-bottom: 24rem;
  }

  .xxl\:pl-96{
    padding-left: 24rem;
  }

  .xxl\:pt-px{
    padding-top: 1px;
  }

  .xxl\:pr-px{
    padding-right: 1px;
  }

  .xxl\:pb-px{
    padding-bottom: 1px;
  }

  .xxl\:pl-px{
    padding-left: 1px;
  }

  .xxl\:pt-0\.5{
    padding-top: 0.125rem;
  }

  .xxl\:pr-0\.5{
    padding-right: 0.125rem;
  }

  .xxl\:pb-0\.5{
    padding-bottom: 0.125rem;
  }

  .xxl\:pl-0\.5{
    padding-left: 0.125rem;
  }

  .xxl\:pt-1\.5{
    padding-top: 0.375rem;
  }

  .xxl\:pr-1\.5{
    padding-right: 0.375rem;
  }

  .xxl\:pb-1\.5{
    padding-bottom: 0.375rem;
  }

  .xxl\:pl-1\.5{
    padding-left: 0.375rem;
  }

  .xxl\:pt-2\.5{
    padding-top: 0.625rem;
  }

  .xxl\:pr-2\.5{
    padding-right: 0.625rem;
  }

  .xxl\:pb-2\.5{
    padding-bottom: 0.625rem;
  }

  .xxl\:pl-2\.5{
    padding-left: 0.625rem;
  }

  .xxl\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .xxl\:pr-3\.5{
    padding-right: 0.875rem;
  }

  .xxl\:pb-3\.5{
    padding-bottom: 0.875rem;
  }

  .xxl\:pl-3\.5{
    padding-left: 0.875rem;
  }

  .xxl\:pt-4\.5{
    padding-top: 1.125rem;
  }

  .xxl\:pr-4\.5{
    padding-right: 1.125rem;
  }

  .xxl\:pb-4\.5{
    padding-bottom: 1.125rem;
  }

  .xxl\:pl-4\.5{
    padding-left: 1.125rem;
  }

  .xxl\:pt-5\.5{
    padding-top: 1.375rem;
  }

  .xxl\:pr-5\.5{
    padding-right: 1.375rem;
  }

  .xxl\:pb-5\.5{
    padding-bottom: 1.375rem;
  }

  .xxl\:pl-5\.5{
    padding-left: 1.375rem;
  }

  .xxl\:pt-6\.5{
    padding-top: 1.625rem;
  }

  .xxl\:pr-6\.5{
    padding-right: 1.625rem;
  }

  .xxl\:pb-6\.5{
    padding-bottom: 1.625rem;
  }

  .xxl\:pl-6\.5{
    padding-left: 1.625rem;
  }

  .xxl\:pt-7\.5{
    padding-top: 1.875rem;
  }

  .xxl\:pr-7\.5{
    padding-right: 1.875rem;
  }

  .xxl\:pb-7\.5{
    padding-bottom: 1.875rem;
  }

  .xxl\:pl-7\.5{
    padding-left: 1.875rem;
  }

  .xxl\:pt-8\.5{
    padding-top: 2.125rem;
  }

  .xxl\:pr-8\.5{
    padding-right: 2.125rem;
  }

  .xxl\:pb-8\.5{
    padding-bottom: 2.125rem;
  }

  .xxl\:pl-8\.5{
    padding-left: 2.125rem;
  }

  .xxl\:pt-9\.5{
    padding-top: 2.375rem;
  }

  .xxl\:pr-9\.5{
    padding-right: 2.375rem;
  }

  .xxl\:pb-9\.5{
    padding-bottom: 2.375rem;
  }

  .xxl\:pl-9\.5{
    padding-left: 2.375rem;
  }

  .xxl\:pt-10\.5{
    padding-top: 2.625rem;
  }

  .xxl\:pr-10\.5{
    padding-right: 2.625rem;
  }

  .xxl\:pb-10\.5{
    padding-bottom: 2.625rem;
  }

  .xxl\:pl-10\.5{
    padding-left: 2.625rem;
  }

  .xxl\:pt-11\.5{
    padding-top: 2.875rem;
  }

  .xxl\:pr-11\.5{
    padding-right: 2.875rem;
  }

  .xxl\:pb-11\.5{
    padding-bottom: 2.875rem;
  }

  .xxl\:pl-11\.5{
    padding-left: 2.875rem;
  }

  .xxl\:pt-12\.5{
    padding-top: 3.125rem;
  }

  .xxl\:pr-12\.5{
    padding-right: 3.125rem;
  }

  .xxl\:pb-12\.5{
    padding-bottom: 3.125rem;
  }

  .xxl\:pl-12\.5{
    padding-left: 3.125rem;
  }

  .xxl\:pt-13\.5{
    padding-top: 3.25rem;
  }

  .xxl\:pr-13\.5{
    padding-right: 3.25rem;
  }

  .xxl\:pb-13\.5{
    padding-bottom: 3.25rem;
  }

  .xxl\:pl-13\.5{
    padding-left: 3.25rem;
  }

  .xxl\:pt-15\.5{
    padding-top: 3.8rem;
  }

  .xxl\:pr-15\.5{
    padding-right: 3.8rem;
  }

  .xxl\:pb-15\.5{
    padding-bottom: 3.8rem;
  }

  .xxl\:pl-15\.5{
    padding-left: 3.8rem;
  }

  .xxl\:pt-16\.5{
    padding-top: 4.125rem;
  }

  .xxl\:pr-16\.5{
    padding-right: 4.125rem;
  }

  .xxl\:pb-16\.5{
    padding-bottom: 4.125rem;
  }

  .xxl\:pl-16\.5{
    padding-left: 4.125rem;
  }

  .xxl\:pt-17\.5{
    padding-top: 4.25rem;
  }

  .xxl\:pr-17\.5{
    padding-right: 4.25rem;
  }

  .xxl\:pb-17\.5{
    padding-bottom: 4.25rem;
  }

  .xxl\:pl-17\.5{
    padding-left: 4.25rem;
  }

  .xxl\:pt-18\.5{
    padding-top: 4.625rem;
  }

  .xxl\:pr-18\.5{
    padding-right: 4.625rem;
  }

  .xxl\:pb-18\.5{
    padding-bottom: 4.625rem;
  }

  .xxl\:pl-18\.5{
    padding-left: 4.625rem;
  }

  .xxl\:pt-20\.5{
    padding-top: 5.25rem;
  }

  .xxl\:pr-20\.5{
    padding-right: 5.25rem;
  }

  .xxl\:pb-20\.5{
    padding-bottom: 5.25rem;
  }

  .xxl\:pl-20\.5{
    padding-left: 5.25rem;
  }

  .xxl\:pt-21\.5{
    padding-top: 5.75rem;
  }

  .xxl\:pr-21\.5{
    padding-right: 5.75rem;
  }

  .xxl\:pb-21\.5{
    padding-bottom: 5.75rem;
  }

  .xxl\:pl-21\.5{
    padding-left: 5.75rem;
  }

  .xxl\:pt-22\.5{
    padding-top: 5.875rem;
  }

  .xxl\:pr-22\.5{
    padding-right: 5.875rem;
  }

  .xxl\:pb-22\.5{
    padding-bottom: 5.875rem;
  }

  .xxl\:pl-22\.5{
    padding-left: 5.875rem;
  }

  .xxl\:pt-24\.5{
    padding-top: 6.8125rem;
  }

  .xxl\:pr-24\.5{
    padding-right: 6.8125rem;
  }

  .xxl\:pb-24\.5{
    padding-bottom: 6.8125rem;
  }

  .xxl\:pl-24\.5{
    padding-left: 6.8125rem;
  }

  .xxl\:pt-28\.5{
    padding-top: 7.375rem;
  }

  .xxl\:pr-28\.5{
    padding-right: 7.375rem;
  }

  .xxl\:pb-28\.5{
    padding-bottom: 7.375rem;
  }

  .xxl\:pl-28\.5{
    padding-left: 7.375rem;
  }

  .xxl\:pt-29\.5{
    padding-top: 7.75rem;
  }

  .xxl\:pr-29\.5{
    padding-right: 7.75rem;
  }

  .xxl\:pb-29\.5{
    padding-bottom: 7.75rem;
  }

  .xxl\:pl-29\.5{
    padding-left: 7.75rem;
  }

  .xxl\:pt-32\.5{
    padding-top: 8.125rem;
  }

  .xxl\:pr-32\.5{
    padding-right: 8.125rem;
  }

  .xxl\:pb-32\.5{
    padding-bottom: 8.125rem;
  }

  .xxl\:pl-32\.5{
    padding-left: 8.125rem;
  }

  .xxl\:pt-33\.5{
    padding-top: 8.8125rem;
  }

  .xxl\:pr-33\.5{
    padding-right: 8.8125rem;
  }

  .xxl\:pb-33\.5{
    padding-bottom: 8.8125rem;
  }

  .xxl\:pl-33\.5{
    padding-left: 8.8125rem;
  }

  .xxl\:pt-42\.5{
    padding-top: 10.875rem;
  }

  .xxl\:pr-42\.5{
    padding-right: 10.875rem;
  }

  .xxl\:pb-42\.5{
    padding-bottom: 10.875rem;
  }

  .xxl\:pl-42\.5{
    padding-left: 10.875rem;
  }

  .xxl\:pt-49\.5{
    padding-top: 12.75rem;
  }

  .xxl\:pr-49\.5{
    padding-right: 12.75rem;
  }

  .xxl\:pb-49\.5{
    padding-bottom: 12.75rem;
  }

  .xxl\:pl-49\.5{
    padding-left: 12.75rem;
  }

  .xxl\:pt-72\.5{
    padding-top: 18.25rem;
  }

  .xxl\:pr-72\.5{
    padding-right: 18.25rem;
  }

  .xxl\:pb-72\.5{
    padding-bottom: 18.25rem;
  }

  .xxl\:pl-72\.5{
    padding-left: 18.25rem;
  }

  .xxl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xxl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xxl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xxl\:placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xxl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xxl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xxl\:placeholder-black-100::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:placeholder-black-100:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:placeholder-black-100::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:placeholder-black-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:placeholder-black-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:placeholder-black-200::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:placeholder-black-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:placeholder-black-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:placeholder-black-300::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:placeholder-black-350::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:placeholder-black-350:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:placeholder-black-350::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:placeholder-black-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-black-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-white-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-90::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-90::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-950::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-950:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-gray-950::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-200::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:placeholder-red-200:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:placeholder-red-200::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:placeholder-red-300::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:placeholder-red-300:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:placeholder-red-300::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:placeholder-red-350::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-350:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-350::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-450::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-450:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-450::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-650::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-650:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-650::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-750::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-750:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-750::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-850::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-850:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-850::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-red-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-yellow-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-300::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:placeholder-green-300:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:placeholder-green-300::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:placeholder-green-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-550::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-550:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-550::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-green-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-blue-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-indigo-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-purple-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-50::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-50::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-700::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-700::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-800::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-800:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-800::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-900::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-900:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-pink-900::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-orange-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-orange-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-orange-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-orange-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-orange-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-orange-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xxl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xxl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xxl\:focus\:placeholder-black-100:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:placeholder-black-100:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:placeholder-black-100:focus::placeholder{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:placeholder-black-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:placeholder-black-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:placeholder-black-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:placeholder-black-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:placeholder-black-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:placeholder-black-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:placeholder-black-350:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:placeholder-black-350:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:placeholder-black-350:focus::placeholder{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:placeholder-black-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-black-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-white-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-90:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-950:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-950:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-gray-950:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:placeholder-red-200:focus::placeholder{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:placeholder-red-300:focus::placeholder{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:placeholder-red-350:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-350:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-350:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-450:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-450:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-450:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-650:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-650:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-650:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-750:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-750:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-750:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-850:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-850:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-850:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-red-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-yellow-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:placeholder-green-300:focus::placeholder{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-550:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-550:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-550:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-green-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-blue-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-indigo-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-purple-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-50:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-700:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-800:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-pink-900:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-orange-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:focus\:placeholder-orange-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-placeholder-opacity));
  }

  .xxl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xxl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xxl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xxl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xxl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xxl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xxl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xxl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xxl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xxl\:placeholder-opacity-11::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xxl\:placeholder-opacity-11:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xxl\:placeholder-opacity-11::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xxl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xxl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xxl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xxl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xxl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xxl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xxl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xxl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xxl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xxl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xxl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xxl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xxl\:placeholder-opacity-45::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xxl\:placeholder-opacity-45:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xxl\:placeholder-opacity-45::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xxl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xxl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xxl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xxl\:placeholder-opacity-58::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xxl\:placeholder-opacity-58:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xxl\:placeholder-opacity-58::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xxl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xxl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xxl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xxl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xxl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xxl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xxl\:placeholder-opacity-74::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xxl\:placeholder-opacity-74:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xxl\:placeholder-opacity-74::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xxl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xxl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xxl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xxl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xxl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xxl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xxl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xxl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xxl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xxl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xxl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xxl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xxl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xxl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xxl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xxl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xxl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1;
  }

  .xxl\:focus\:placeholder-opacity-11:focus::-moz-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xxl\:focus\:placeholder-opacity-11:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xxl\:focus\:placeholder-opacity-11:focus::placeholder{
    --tw-placeholder-opacity: .86;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xxl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xxl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xxl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4;
  }

  .xxl\:focus\:placeholder-opacity-45:focus::-moz-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xxl\:focus\:placeholder-opacity-45:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xxl\:focus\:placeholder-opacity-45:focus::placeholder{
    --tw-placeholder-opacity: .45;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xxl\:focus\:placeholder-opacity-58:focus::-moz-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xxl\:focus\:placeholder-opacity-58:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xxl\:focus\:placeholder-opacity-58:focus::placeholder{
    --tw-placeholder-opacity: .58;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xxl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xxl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7;
  }

  .xxl\:focus\:placeholder-opacity-74:focus::-moz-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xxl\:focus\:placeholder-opacity-74:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xxl\:focus\:placeholder-opacity-74:focus::placeholder{
    --tw-placeholder-opacity: .74;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xxl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xxl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xxl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xxl\:pointer-events-none{
    pointer-events: none;
  }

  .xxl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xxl\:static{
    position: static;
  }

  .xxl\:fixed{
    position: fixed;
  }

  .xxl\:absolute{
    position: absolute;
  }

  .xxl\:relative{
    position: relative;
  }

  .xxl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xxl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xxl\:inset-1{
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xxl\:inset-2{
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xxl\:inset-3{
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xxl\:inset-4{
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xxl\:inset-5{
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xxl\:inset-6{
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xxl\:inset-7{
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xxl\:inset-8{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xxl\:inset-9{
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xxl\:inset-10{
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xxl\:inset-11{
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xxl\:inset-12{
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xxl\:inset-13{
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .xxl\:inset-14{
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xxl\:inset-15{
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .xxl\:inset-16{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xxl\:inset-17{
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
  }

  .xxl\:inset-18{
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xxl\:inset-19{
    top: 4.75rem;
    right: 4.75rem;
    bottom: 4.75rem;
    left: 4.75rem;
  }

  .xxl\:inset-20{
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xxl\:inset-21{
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .xxl\:inset-22{
    top: 5.625rem;
    right: 5.625rem;
    bottom: 5.625rem;
    left: 5.625rem;
  }

  .xxl\:inset-23{
    top: 6.125rem;
    right: 6.125rem;
    bottom: 6.125rem;
    left: 6.125rem;
  }

  .xxl\:inset-24{
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xxl\:inset-25{
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xxl\:inset-26{
    top: 6.75rem;
    right: 6.75rem;
    bottom: 6.75rem;
    left: 6.75rem;
  }

  .xxl\:inset-27{
    top: 6.25rem;
    right: 6.25rem;
    bottom: 6.25rem;
    left: 6.25rem;
  }

  .xxl\:inset-28{
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xxl\:inset-29{
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .xxl\:inset-32{
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xxl\:inset-34{
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xxl\:inset-35{
    top: 8.75rem;
    right: 8.75rem;
    bottom: 8.75rem;
    left: 8.75rem;
  }

  .xxl\:inset-36{
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xxl\:inset-37{
    top: 9.125rem;
    right: 9.125rem;
    bottom: 9.125rem;
    left: 9.125rem;
  }

  .xxl\:inset-38{
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .xxl\:inset-40{
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xxl\:inset-41{
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .xxl\:inset-42{
    top: 10.625rem;
    right: 10.625rem;
    bottom: 10.625rem;
    left: 10.625rem;
  }

  .xxl\:inset-44{
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xxl\:inset-45{
    top: 11.25rem;
    right: 11.25rem;
    bottom: 11.25rem;
    left: 11.25rem;
  }

  .xxl\:inset-48{
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xxl\:inset-49{
    top: 12.5rem;
    right: 12.5rem;
    bottom: 12.5rem;
    left: 12.5rem;
  }

  .xxl\:inset-52{
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xxl\:inset-56{
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xxl\:inset-57{
    top: 14.375rem;
    right: 14.375rem;
    bottom: 14.375rem;
    left: 14.375rem;
  }

  .xxl\:inset-60{
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xxl\:inset-64{
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xxl\:inset-66{
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .xxl\:inset-72{
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xxl\:inset-80{
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xxl\:inset-82{
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .xxl\:inset-83{
    top: 23.8125rem;
    right: 23.8125rem;
    bottom: 23.8125rem;
    left: 23.8125rem;
  }

  .xxl\:inset-96{
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xxl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:inset-px{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xxl\:inset-0\.5{
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xxl\:inset-1\.5{
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xxl\:inset-2\.5{
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xxl\:inset-3\.5{
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xxl\:inset-4\.5{
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .xxl\:inset-5\.5{
    top: 1.375rem;
    right: 1.375rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }

  .xxl\:inset-6\.5{
    top: 1.625rem;
    right: 1.625rem;
    bottom: 1.625rem;
    left: 1.625rem;
  }

  .xxl\:inset-7\.5{
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xxl\:inset-8\.5{
    top: 2.125rem;
    right: 2.125rem;
    bottom: 2.125rem;
    left: 2.125rem;
  }

  .xxl\:inset-9\.5{
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .xxl\:inset-10\.5{
    top: 2.625rem;
    right: 2.625rem;
    bottom: 2.625rem;
    left: 2.625rem;
  }

  .xxl\:inset-11\.5{
    top: 2.875rem;
    right: 2.875rem;
    bottom: 2.875rem;
    left: 2.875rem;
  }

  .xxl\:inset-12\.5{
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xxl\:inset-13\.5{
    top: 3.25rem;
    right: 3.25rem;
    bottom: 3.25rem;
    left: 3.25rem;
  }

  .xxl\:inset-15\.5{
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .xxl\:inset-16\.5{
    top: 4.125rem;
    right: 4.125rem;
    bottom: 4.125rem;
    left: 4.125rem;
  }

  .xxl\:inset-17\.5{
    top: 4.25rem;
    right: 4.25rem;
    bottom: 4.25rem;
    left: 4.25rem;
  }

  .xxl\:inset-18\.5{
    top: 4.625rem;
    right: 4.625rem;
    bottom: 4.625rem;
    left: 4.625rem;
  }

  .xxl\:inset-20\.5{
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .xxl\:inset-21\.5{
    top: 5.75rem;
    right: 5.75rem;
    bottom: 5.75rem;
    left: 5.75rem;
  }

  .xxl\:inset-22\.5{
    top: 5.875rem;
    right: 5.875rem;
    bottom: 5.875rem;
    left: 5.875rem;
  }

  .xxl\:inset-24\.5{
    top: 6.8125rem;
    right: 6.8125rem;
    bottom: 6.8125rem;
    left: 6.8125rem;
  }

  .xxl\:inset-28\.5{
    top: 7.375rem;
    right: 7.375rem;
    bottom: 7.375rem;
    left: 7.375rem;
  }

  .xxl\:inset-29\.5{
    top: 7.75rem;
    right: 7.75rem;
    bottom: 7.75rem;
    left: 7.75rem;
  }

  .xxl\:inset-32\.5{
    top: 8.125rem;
    right: 8.125rem;
    bottom: 8.125rem;
    left: 8.125rem;
  }

  .xxl\:inset-33\.5{
    top: 8.8125rem;
    right: 8.8125rem;
    bottom: 8.8125rem;
    left: 8.8125rem;
  }

  .xxl\:inset-42\.5{
    top: 10.875rem;
    right: 10.875rem;
    bottom: 10.875rem;
    left: 10.875rem;
  }

  .xxl\:inset-49\.5{
    top: 12.75rem;
    right: 12.75rem;
    bottom: 12.75rem;
    left: 12.75rem;
  }

  .xxl\:inset-72\.5{
    top: 18.25rem;
    right: 18.25rem;
    bottom: 18.25rem;
    left: 18.25rem;
  }

  .xxl\:-inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xxl\:-inset-1{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xxl\:-inset-2{
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xxl\:-inset-3{
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xxl\:-inset-4{
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xxl\:-inset-5{
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xxl\:-inset-6{
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xxl\:-inset-7{
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xxl\:-inset-8{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xxl\:-inset-9{
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xxl\:-inset-10{
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xxl\:-inset-11{
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xxl\:-inset-12{
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xxl\:-inset-13{
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .xxl\:-inset-14{
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xxl\:-inset-15{
    top: -3.75rem;
    right: -3.75rem;
    bottom: -3.75rem;
    left: -3.75rem;
  }

  .xxl\:-inset-16{
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xxl\:-inset-17{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .xxl\:-inset-18{
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .xxl\:-inset-19{
    top: -4.75rem;
    right: -4.75rem;
    bottom: -4.75rem;
    left: -4.75rem;
  }

  .xxl\:-inset-20{
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xxl\:-inset-21{
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .xxl\:-inset-22{
    top: -5.625rem;
    right: -5.625rem;
    bottom: -5.625rem;
    left: -5.625rem;
  }

  .xxl\:-inset-23{
    top: -6.125rem;
    right: -6.125rem;
    bottom: -6.125rem;
    left: -6.125rem;
  }

  .xxl\:-inset-24{
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xxl\:-inset-25{
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .xxl\:-inset-26{
    top: -6.75rem;
    right: -6.75rem;
    bottom: -6.75rem;
    left: -6.75rem;
  }

  .xxl\:-inset-27{
    top: -6.25rem;
    right: -6.25rem;
    bottom: -6.25rem;
    left: -6.25rem;
  }

  .xxl\:-inset-28{
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xxl\:-inset-29{
    top: -7.5rem;
    right: -7.5rem;
    bottom: -7.5rem;
    left: -7.5rem;
  }

  .xxl\:-inset-32{
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xxl\:-inset-34{
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .xxl\:-inset-35{
    top: -8.75rem;
    right: -8.75rem;
    bottom: -8.75rem;
    left: -8.75rem;
  }

  .xxl\:-inset-36{
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xxl\:-inset-37{
    top: -9.125rem;
    right: -9.125rem;
    bottom: -9.125rem;
    left: -9.125rem;
  }

  .xxl\:-inset-38{
    top: -9.5rem;
    right: -9.5rem;
    bottom: -9.5rem;
    left: -9.5rem;
  }

  .xxl\:-inset-40{
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xxl\:-inset-41{
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .xxl\:-inset-42{
    top: -10.625rem;
    right: -10.625rem;
    bottom: -10.625rem;
    left: -10.625rem;
  }

  .xxl\:-inset-44{
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xxl\:-inset-45{
    top: -11.25rem;
    right: -11.25rem;
    bottom: -11.25rem;
    left: -11.25rem;
  }

  .xxl\:-inset-48{
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xxl\:-inset-49{
    top: -12.5rem;
    right: -12.5rem;
    bottom: -12.5rem;
    left: -12.5rem;
  }

  .xxl\:-inset-52{
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xxl\:-inset-56{
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xxl\:-inset-57{
    top: -14.375rem;
    right: -14.375rem;
    bottom: -14.375rem;
    left: -14.375rem;
  }

  .xxl\:-inset-60{
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xxl\:-inset-64{
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xxl\:-inset-72{
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xxl\:-inset-80{
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xxl\:-inset-82{
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .xxl\:-inset-83{
    top: -23.8125rem;
    right: -23.8125rem;
    bottom: -23.8125rem;
    left: -23.8125rem;
  }

  .xxl\:-inset-96{
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xxl\:-inset-px{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xxl\:-inset-0\.5{
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xxl\:-inset-1\.5{
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xxl\:-inset-2\.5{
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xxl\:-inset-3\.5{
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xxl\:-inset-4\.5{
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .xxl\:-inset-5\.5{
    top: -1.375rem;
    right: -1.375rem;
    bottom: -1.375rem;
    left: -1.375rem;
  }

  .xxl\:-inset-6\.5{
    top: -1.625rem;
    right: -1.625rem;
    bottom: -1.625rem;
    left: -1.625rem;
  }

  .xxl\:-inset-7\.5{
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xxl\:-inset-8\.5{
    top: -2.125rem;
    right: -2.125rem;
    bottom: -2.125rem;
    left: -2.125rem;
  }

  .xxl\:-inset-9\.5{
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .xxl\:-inset-10\.5{
    top: -2.625rem;
    right: -2.625rem;
    bottom: -2.625rem;
    left: -2.625rem;
  }

  .xxl\:-inset-11\.5{
    top: -2.875rem;
    right: -2.875rem;
    bottom: -2.875rem;
    left: -2.875rem;
  }

  .xxl\:-inset-12\.5{
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .xxl\:-inset-13\.5{
    top: -3.25rem;
    right: -3.25rem;
    bottom: -3.25rem;
    left: -3.25rem;
  }

  .xxl\:-inset-15\.5{
    top: -3.8rem;
    right: -3.8rem;
    bottom: -3.8rem;
    left: -3.8rem;
  }

  .xxl\:-inset-16\.5{
    top: -4.125rem;
    right: -4.125rem;
    bottom: -4.125rem;
    left: -4.125rem;
  }

  .xxl\:-inset-17\.5{
    top: -4.25rem;
    right: -4.25rem;
    bottom: -4.25rem;
    left: -4.25rem;
  }

  .xxl\:-inset-18\.5{
    top: -4.625rem;
    right: -4.625rem;
    bottom: -4.625rem;
    left: -4.625rem;
  }

  .xxl\:-inset-20\.5{
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .xxl\:-inset-21\.5{
    top: -5.75rem;
    right: -5.75rem;
    bottom: -5.75rem;
    left: -5.75rem;
  }

  .xxl\:-inset-22\.5{
    top: -5.875rem;
    right: -5.875rem;
    bottom: -5.875rem;
    left: -5.875rem;
  }

  .xxl\:-inset-24\.5{
    top: -6.8125rem;
    right: -6.8125rem;
    bottom: -6.8125rem;
    left: -6.8125rem;
  }

  .xxl\:-inset-28\.5{
    top: -7.375rem;
    right: -7.375rem;
    bottom: -7.375rem;
    left: -7.375rem;
  }

  .xxl\:-inset-29\.5{
    top: -7.75rem;
    right: -7.75rem;
    bottom: -7.75rem;
    left: -7.75rem;
  }

  .xxl\:-inset-32\.5{
    top: -8.125rem;
    right: -8.125rem;
    bottom: -8.125rem;
    left: -8.125rem;
  }

  .xxl\:-inset-33\.5{
    top: -8.8125rem;
    right: -8.8125rem;
    bottom: -8.8125rem;
    left: -8.8125rem;
  }

  .xxl\:-inset-42\.5{
    top: -10.875rem;
    right: -10.875rem;
    bottom: -10.875rem;
    left: -10.875rem;
  }

  .xxl\:-inset-49\.5{
    top: -12.75rem;
    right: -12.75rem;
    bottom: -12.75rem;
    left: -12.75rem;
  }

  .xxl\:-inset-72\.5{
    top: -18.25rem;
    right: -18.25rem;
    bottom: -18.25rem;
    left: -18.25rem;
  }

  .xxl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xxl\:inset-1\/3{
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xxl\:inset-2\/3{
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xxl\:inset-1\/4{
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xxl\:inset-2\/4{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xxl\:inset-3\/4{
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xxl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xxl\:-inset-1\/2{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xxl\:-inset-1\/3{
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xxl\:-inset-2\/3{
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xxl\:-inset-1\/4{
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xxl\:-inset-2\/4{
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xxl\:-inset-3\/4{
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xxl\:-inset-full{
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xxl\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xxl\:inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xxl\:inset-y-1{
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xxl\:inset-x-1{
    right: 0.25rem;
    left: 0.25rem;
  }

  .xxl\:inset-y-2{
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xxl\:inset-x-2{
    right: 0.5rem;
    left: 0.5rem;
  }

  .xxl\:inset-y-3{
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xxl\:inset-x-3{
    right: 0.75rem;
    left: 0.75rem;
  }

  .xxl\:inset-y-4{
    top: 1rem;
    bottom: 1rem;
  }

  .xxl\:inset-x-4{
    right: 1rem;
    left: 1rem;
  }

  .xxl\:inset-y-5{
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xxl\:inset-x-5{
    right: 1.25rem;
    left: 1.25rem;
  }

  .xxl\:inset-y-6{
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xxl\:inset-x-6{
    right: 1.5rem;
    left: 1.5rem;
  }

  .xxl\:inset-y-7{
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xxl\:inset-x-7{
    right: 1.75rem;
    left: 1.75rem;
  }

  .xxl\:inset-y-8{
    top: 2rem;
    bottom: 2rem;
  }

  .xxl\:inset-x-8{
    right: 2rem;
    left: 2rem;
  }

  .xxl\:inset-y-9{
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xxl\:inset-x-9{
    right: 2.25rem;
    left: 2.25rem;
  }

  .xxl\:inset-y-10{
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xxl\:inset-x-10{
    right: 2.5rem;
    left: 2.5rem;
  }

  .xxl\:inset-y-11{
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xxl\:inset-x-11{
    right: 2.75rem;
    left: 2.75rem;
  }

  .xxl\:inset-y-12{
    top: 3rem;
    bottom: 3rem;
  }

  .xxl\:inset-x-12{
    right: 3rem;
    left: 3rem;
  }

  .xxl\:inset-y-13{
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .xxl\:inset-x-13{
    right: 3.375rem;
    left: 3.375rem;
  }

  .xxl\:inset-y-14{
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xxl\:inset-x-14{
    right: 3.5rem;
    left: 3.5rem;
  }

  .xxl\:inset-y-15{
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .xxl\:inset-x-15{
    right: 3.75rem;
    left: 3.75rem;
  }

  .xxl\:inset-y-16{
    top: 4rem;
    bottom: 4rem;
  }

  .xxl\:inset-x-16{
    right: 4rem;
    left: 4rem;
  }

  .xxl\:inset-y-17{
    top: 4.375rem;
    bottom: 4.375rem;
  }

  .xxl\:inset-x-17{
    right: 4.375rem;
    left: 4.375rem;
  }

  .xxl\:inset-y-18{
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xxl\:inset-x-18{
    right: 4.5rem;
    left: 4.5rem;
  }

  .xxl\:inset-y-19{
    top: 4.75rem;
    bottom: 4.75rem;
  }

  .xxl\:inset-x-19{
    right: 4.75rem;
    left: 4.75rem;
  }

  .xxl\:inset-y-20{
    top: 5rem;
    bottom: 5rem;
  }

  .xxl\:inset-x-20{
    right: 5rem;
    left: 5rem;
  }

  .xxl\:inset-y-21{
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .xxl\:inset-x-21{
    right: 5.5rem;
    left: 5.5rem;
  }

  .xxl\:inset-y-22{
    top: 5.625rem;
    bottom: 5.625rem;
  }

  .xxl\:inset-x-22{
    right: 5.625rem;
    left: 5.625rem;
  }

  .xxl\:inset-y-23{
    top: 6.125rem;
    bottom: 6.125rem;
  }

  .xxl\:inset-x-23{
    right: 6.125rem;
    left: 6.125rem;
  }

  .xxl\:inset-y-24{
    top: 6rem;
    bottom: 6rem;
  }

  .xxl\:inset-x-24{
    right: 6rem;
    left: 6rem;
  }

  .xxl\:inset-y-25{
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xxl\:inset-x-25{
    right: 6.5rem;
    left: 6.5rem;
  }

  .xxl\:inset-y-26{
    top: 6.75rem;
    bottom: 6.75rem;
  }

  .xxl\:inset-x-26{
    right: 6.75rem;
    left: 6.75rem;
  }

  .xxl\:inset-y-27{
    top: 6.25rem;
    bottom: 6.25rem;
  }

  .xxl\:inset-x-27{
    right: 6.25rem;
    left: 6.25rem;
  }

  .xxl\:inset-y-28{
    top: 7rem;
    bottom: 7rem;
  }

  .xxl\:inset-x-28{
    right: 7rem;
    left: 7rem;
  }

  .xxl\:inset-y-29{
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .xxl\:inset-x-29{
    right: 7.5rem;
    left: 7.5rem;
  }

  .xxl\:inset-y-32{
    top: 8rem;
    bottom: 8rem;
  }

  .xxl\:inset-x-32{
    right: 8rem;
    left: 8rem;
  }

  .xxl\:inset-y-34{
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xxl\:inset-x-34{
    right: 8.5rem;
    left: 8.5rem;
  }

  .xxl\:inset-y-35{
    top: 8.75rem;
    bottom: 8.75rem;
  }

  .xxl\:inset-x-35{
    right: 8.75rem;
    left: 8.75rem;
  }

  .xxl\:inset-y-36{
    top: 9rem;
    bottom: 9rem;
  }

  .xxl\:inset-x-36{
    right: 9rem;
    left: 9rem;
  }

  .xxl\:inset-y-37{
    top: 9.125rem;
    bottom: 9.125rem;
  }

  .xxl\:inset-x-37{
    right: 9.125rem;
    left: 9.125rem;
  }

  .xxl\:inset-y-38{
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .xxl\:inset-x-38{
    right: 9.5rem;
    left: 9.5rem;
  }

  .xxl\:inset-y-40{
    top: 10rem;
    bottom: 10rem;
  }

  .xxl\:inset-x-40{
    right: 10rem;
    left: 10rem;
  }

  .xxl\:inset-y-41{
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .xxl\:inset-x-41{
    right: 10.5rem;
    left: 10.5rem;
  }

  .xxl\:inset-y-42{
    top: 10.625rem;
    bottom: 10.625rem;
  }

  .xxl\:inset-x-42{
    right: 10.625rem;
    left: 10.625rem;
  }

  .xxl\:inset-y-44{
    top: 11rem;
    bottom: 11rem;
  }

  .xxl\:inset-x-44{
    right: 11rem;
    left: 11rem;
  }

  .xxl\:inset-y-45{
    top: 11.25rem;
    bottom: 11.25rem;
  }

  .xxl\:inset-x-45{
    right: 11.25rem;
    left: 11.25rem;
  }

  .xxl\:inset-y-48{
    top: 12rem;
    bottom: 12rem;
  }

  .xxl\:inset-x-48{
    right: 12rem;
    left: 12rem;
  }

  .xxl\:inset-y-49{
    top: 12.5rem;
    bottom: 12.5rem;
  }

  .xxl\:inset-x-49{
    right: 12.5rem;
    left: 12.5rem;
  }

  .xxl\:inset-y-52{
    top: 13rem;
    bottom: 13rem;
  }

  .xxl\:inset-x-52{
    right: 13rem;
    left: 13rem;
  }

  .xxl\:inset-y-56{
    top: 14rem;
    bottom: 14rem;
  }

  .xxl\:inset-x-56{
    right: 14rem;
    left: 14rem;
  }

  .xxl\:inset-y-57{
    top: 14.375rem;
    bottom: 14.375rem;
  }

  .xxl\:inset-x-57{
    right: 14.375rem;
    left: 14.375rem;
  }

  .xxl\:inset-y-60{
    top: 15rem;
    bottom: 15rem;
  }

  .xxl\:inset-x-60{
    right: 15rem;
    left: 15rem;
  }

  .xxl\:inset-y-64{
    top: 16rem;
    bottom: 16rem;
  }

  .xxl\:inset-x-64{
    right: 16rem;
    left: 16rem;
  }

  .xxl\:inset-y-66{
    top: 19rem;
    bottom: 19rem;
  }

  .xxl\:inset-x-66{
    right: 19rem;
    left: 19rem;
  }

  .xxl\:inset-y-72{
    top: 18rem;
    bottom: 18rem;
  }

  .xxl\:inset-x-72{
    right: 18rem;
    left: 18rem;
  }

  .xxl\:inset-y-80{
    top: 20rem;
    bottom: 20rem;
  }

  .xxl\:inset-x-80{
    right: 20rem;
    left: 20rem;
  }

  .xxl\:inset-y-82{
    top: 22rem;
    bottom: 22rem;
  }

  .xxl\:inset-x-82{
    right: 22rem;
    left: 22rem;
  }

  .xxl\:inset-y-83{
    top: 23.8125rem;
    bottom: 23.8125rem;
  }

  .xxl\:inset-x-83{
    right: 23.8125rem;
    left: 23.8125rem;
  }

  .xxl\:inset-y-96{
    top: 24rem;
    bottom: 24rem;
  }

  .xxl\:inset-x-96{
    right: 24rem;
    left: 24rem;
  }

  .xxl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xxl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xxl\:inset-y-px{
    top: 1px;
    bottom: 1px;
  }

  .xxl\:inset-x-px{
    right: 1px;
    left: 1px;
  }

  .xxl\:inset-y-0\.5{
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xxl\:inset-x-0\.5{
    right: 0.125rem;
    left: 0.125rem;
  }

  .xxl\:inset-y-1\.5{
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xxl\:inset-x-1\.5{
    right: 0.375rem;
    left: 0.375rem;
  }

  .xxl\:inset-y-2\.5{
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xxl\:inset-x-2\.5{
    right: 0.625rem;
    left: 0.625rem;
  }

  .xxl\:inset-y-3\.5{
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xxl\:inset-x-3\.5{
    right: 0.875rem;
    left: 0.875rem;
  }

  .xxl\:inset-y-4\.5{
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .xxl\:inset-x-4\.5{
    right: 1.125rem;
    left: 1.125rem;
  }

  .xxl\:inset-y-5\.5{
    top: 1.375rem;
    bottom: 1.375rem;
  }

  .xxl\:inset-x-5\.5{
    right: 1.375rem;
    left: 1.375rem;
  }

  .xxl\:inset-y-6\.5{
    top: 1.625rem;
    bottom: 1.625rem;
  }

  .xxl\:inset-x-6\.5{
    right: 1.625rem;
    left: 1.625rem;
  }

  .xxl\:inset-y-7\.5{
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xxl\:inset-x-7\.5{
    right: 1.875rem;
    left: 1.875rem;
  }

  .xxl\:inset-y-8\.5{
    top: 2.125rem;
    bottom: 2.125rem;
  }

  .xxl\:inset-x-8\.5{
    right: 2.125rem;
    left: 2.125rem;
  }

  .xxl\:inset-y-9\.5{
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .xxl\:inset-x-9\.5{
    right: 2.375rem;
    left: 2.375rem;
  }

  .xxl\:inset-y-10\.5{
    top: 2.625rem;
    bottom: 2.625rem;
  }

  .xxl\:inset-x-10\.5{
    right: 2.625rem;
    left: 2.625rem;
  }

  .xxl\:inset-y-11\.5{
    top: 2.875rem;
    bottom: 2.875rem;
  }

  .xxl\:inset-x-11\.5{
    right: 2.875rem;
    left: 2.875rem;
  }

  .xxl\:inset-y-12\.5{
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xxl\:inset-x-12\.5{
    right: 3.125rem;
    left: 3.125rem;
  }

  .xxl\:inset-y-13\.5{
    top: 3.25rem;
    bottom: 3.25rem;
  }

  .xxl\:inset-x-13\.5{
    right: 3.25rem;
    left: 3.25rem;
  }

  .xxl\:inset-y-15\.5{
    top: 3.8rem;
    bottom: 3.8rem;
  }

  .xxl\:inset-x-15\.5{
    right: 3.8rem;
    left: 3.8rem;
  }

  .xxl\:inset-y-16\.5{
    top: 4.125rem;
    bottom: 4.125rem;
  }

  .xxl\:inset-x-16\.5{
    right: 4.125rem;
    left: 4.125rem;
  }

  .xxl\:inset-y-17\.5{
    top: 4.25rem;
    bottom: 4.25rem;
  }

  .xxl\:inset-x-17\.5{
    right: 4.25rem;
    left: 4.25rem;
  }

  .xxl\:inset-y-18\.5{
    top: 4.625rem;
    bottom: 4.625rem;
  }

  .xxl\:inset-x-18\.5{
    right: 4.625rem;
    left: 4.625rem;
  }

  .xxl\:inset-y-20\.5{
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .xxl\:inset-x-20\.5{
    right: 5.25rem;
    left: 5.25rem;
  }

  .xxl\:inset-y-21\.5{
    top: 5.75rem;
    bottom: 5.75rem;
  }

  .xxl\:inset-x-21\.5{
    right: 5.75rem;
    left: 5.75rem;
  }

  .xxl\:inset-y-22\.5{
    top: 5.875rem;
    bottom: 5.875rem;
  }

  .xxl\:inset-x-22\.5{
    right: 5.875rem;
    left: 5.875rem;
  }

  .xxl\:inset-y-24\.5{
    top: 6.8125rem;
    bottom: 6.8125rem;
  }

  .xxl\:inset-x-24\.5{
    right: 6.8125rem;
    left: 6.8125rem;
  }

  .xxl\:inset-y-28\.5{
    top: 7.375rem;
    bottom: 7.375rem;
  }

  .xxl\:inset-x-28\.5{
    right: 7.375rem;
    left: 7.375rem;
  }

  .xxl\:inset-y-29\.5{
    top: 7.75rem;
    bottom: 7.75rem;
  }

  .xxl\:inset-x-29\.5{
    right: 7.75rem;
    left: 7.75rem;
  }

  .xxl\:inset-y-32\.5{
    top: 8.125rem;
    bottom: 8.125rem;
  }

  .xxl\:inset-x-32\.5{
    right: 8.125rem;
    left: 8.125rem;
  }

  .xxl\:inset-y-33\.5{
    top: 8.8125rem;
    bottom: 8.8125rem;
  }

  .xxl\:inset-x-33\.5{
    right: 8.8125rem;
    left: 8.8125rem;
  }

  .xxl\:inset-y-42\.5{
    top: 10.875rem;
    bottom: 10.875rem;
  }

  .xxl\:inset-x-42\.5{
    right: 10.875rem;
    left: 10.875rem;
  }

  .xxl\:inset-y-49\.5{
    top: 12.75rem;
    bottom: 12.75rem;
  }

  .xxl\:inset-x-49\.5{
    right: 12.75rem;
    left: 12.75rem;
  }

  .xxl\:inset-y-72\.5{
    top: 18.25rem;
    bottom: 18.25rem;
  }

  .xxl\:inset-x-72\.5{
    right: 18.25rem;
    left: 18.25rem;
  }

  .xxl\:-inset-y-0{
    top: 0px;
    bottom: 0px;
  }

  .xxl\:-inset-x-0{
    right: 0px;
    left: 0px;
  }

  .xxl\:-inset-y-1{
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xxl\:-inset-x-1{
    right: -0.25rem;
    left: -0.25rem;
  }

  .xxl\:-inset-y-2{
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xxl\:-inset-x-2{
    right: -0.5rem;
    left: -0.5rem;
  }

  .xxl\:-inset-y-3{
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xxl\:-inset-x-3{
    right: -0.75rem;
    left: -0.75rem;
  }

  .xxl\:-inset-y-4{
    top: -1rem;
    bottom: -1rem;
  }

  .xxl\:-inset-x-4{
    right: -1rem;
    left: -1rem;
  }

  .xxl\:-inset-y-5{
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xxl\:-inset-x-5{
    right: -1.25rem;
    left: -1.25rem;
  }

  .xxl\:-inset-y-6{
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xxl\:-inset-x-6{
    right: -1.5rem;
    left: -1.5rem;
  }

  .xxl\:-inset-y-7{
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xxl\:-inset-x-7{
    right: -1.75rem;
    left: -1.75rem;
  }

  .xxl\:-inset-y-8{
    top: -2rem;
    bottom: -2rem;
  }

  .xxl\:-inset-x-8{
    right: -2rem;
    left: -2rem;
  }

  .xxl\:-inset-y-9{
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xxl\:-inset-x-9{
    right: -2.25rem;
    left: -2.25rem;
  }

  .xxl\:-inset-y-10{
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xxl\:-inset-x-10{
    right: -2.5rem;
    left: -2.5rem;
  }

  .xxl\:-inset-y-11{
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xxl\:-inset-x-11{
    right: -2.75rem;
    left: -2.75rem;
  }

  .xxl\:-inset-y-12{
    top: -3rem;
    bottom: -3rem;
  }

  .xxl\:-inset-x-12{
    right: -3rem;
    left: -3rem;
  }

  .xxl\:-inset-y-13{
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .xxl\:-inset-x-13{
    right: -3.375rem;
    left: -3.375rem;
  }

  .xxl\:-inset-y-14{
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xxl\:-inset-x-14{
    right: -3.5rem;
    left: -3.5rem;
  }

  .xxl\:-inset-y-15{
    top: -3.75rem;
    bottom: -3.75rem;
  }

  .xxl\:-inset-x-15{
    right: -3.75rem;
    left: -3.75rem;
  }

  .xxl\:-inset-y-16{
    top: -4rem;
    bottom: -4rem;
  }

  .xxl\:-inset-x-16{
    right: -4rem;
    left: -4rem;
  }

  .xxl\:-inset-y-17{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .xxl\:-inset-x-17{
    right: -4.375rem;
    left: -4.375rem;
  }

  .xxl\:-inset-y-18{
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .xxl\:-inset-x-18{
    right: -4.5rem;
    left: -4.5rem;
  }

  .xxl\:-inset-y-19{
    top: -4.75rem;
    bottom: -4.75rem;
  }

  .xxl\:-inset-x-19{
    right: -4.75rem;
    left: -4.75rem;
  }

  .xxl\:-inset-y-20{
    top: -5rem;
    bottom: -5rem;
  }

  .xxl\:-inset-x-20{
    right: -5rem;
    left: -5rem;
  }

  .xxl\:-inset-y-21{
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .xxl\:-inset-x-21{
    right: -5.5rem;
    left: -5.5rem;
  }

  .xxl\:-inset-y-22{
    top: -5.625rem;
    bottom: -5.625rem;
  }

  .xxl\:-inset-x-22{
    right: -5.625rem;
    left: -5.625rem;
  }

  .xxl\:-inset-y-23{
    top: -6.125rem;
    bottom: -6.125rem;
  }

  .xxl\:-inset-x-23{
    right: -6.125rem;
    left: -6.125rem;
  }

  .xxl\:-inset-y-24{
    top: -6rem;
    bottom: -6rem;
  }

  .xxl\:-inset-x-24{
    right: -6rem;
    left: -6rem;
  }

  .xxl\:-inset-y-25{
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .xxl\:-inset-x-25{
    right: -6.5rem;
    left: -6.5rem;
  }

  .xxl\:-inset-y-26{
    top: -6.75rem;
    bottom: -6.75rem;
  }

  .xxl\:-inset-x-26{
    right: -6.75rem;
    left: -6.75rem;
  }

  .xxl\:-inset-y-27{
    top: -6.25rem;
    bottom: -6.25rem;
  }

  .xxl\:-inset-x-27{
    right: -6.25rem;
    left: -6.25rem;
  }

  .xxl\:-inset-y-28{
    top: -7rem;
    bottom: -7rem;
  }

  .xxl\:-inset-x-28{
    right: -7rem;
    left: -7rem;
  }

  .xxl\:-inset-y-29{
    top: -7.5rem;
    bottom: -7.5rem;
  }

  .xxl\:-inset-x-29{
    right: -7.5rem;
    left: -7.5rem;
  }

  .xxl\:-inset-y-32{
    top: -8rem;
    bottom: -8rem;
  }

  .xxl\:-inset-x-32{
    right: -8rem;
    left: -8rem;
  }

  .xxl\:-inset-y-34{
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .xxl\:-inset-x-34{
    right: -8.5rem;
    left: -8.5rem;
  }

  .xxl\:-inset-y-35{
    top: -8.75rem;
    bottom: -8.75rem;
  }

  .xxl\:-inset-x-35{
    right: -8.75rem;
    left: -8.75rem;
  }

  .xxl\:-inset-y-36{
    top: -9rem;
    bottom: -9rem;
  }

  .xxl\:-inset-x-36{
    right: -9rem;
    left: -9rem;
  }

  .xxl\:-inset-y-37{
    top: -9.125rem;
    bottom: -9.125rem;
  }

  .xxl\:-inset-x-37{
    right: -9.125rem;
    left: -9.125rem;
  }

  .xxl\:-inset-y-38{
    top: -9.5rem;
    bottom: -9.5rem;
  }

  .xxl\:-inset-x-38{
    right: -9.5rem;
    left: -9.5rem;
  }

  .xxl\:-inset-y-40{
    top: -10rem;
    bottom: -10rem;
  }

  .xxl\:-inset-x-40{
    right: -10rem;
    left: -10rem;
  }

  .xxl\:-inset-y-41{
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .xxl\:-inset-x-41{
    right: -10.5rem;
    left: -10.5rem;
  }

  .xxl\:-inset-y-42{
    top: -10.625rem;
    bottom: -10.625rem;
  }

  .xxl\:-inset-x-42{
    right: -10.625rem;
    left: -10.625rem;
  }

  .xxl\:-inset-y-44{
    top: -11rem;
    bottom: -11rem;
  }

  .xxl\:-inset-x-44{
    right: -11rem;
    left: -11rem;
  }

  .xxl\:-inset-y-45{
    top: -11.25rem;
    bottom: -11.25rem;
  }

  .xxl\:-inset-x-45{
    right: -11.25rem;
    left: -11.25rem;
  }

  .xxl\:-inset-y-48{
    top: -12rem;
    bottom: -12rem;
  }

  .xxl\:-inset-x-48{
    right: -12rem;
    left: -12rem;
  }

  .xxl\:-inset-y-49{
    top: -12.5rem;
    bottom: -12.5rem;
  }

  .xxl\:-inset-x-49{
    right: -12.5rem;
    left: -12.5rem;
  }

  .xxl\:-inset-y-52{
    top: -13rem;
    bottom: -13rem;
  }

  .xxl\:-inset-x-52{
    right: -13rem;
    left: -13rem;
  }

  .xxl\:-inset-y-56{
    top: -14rem;
    bottom: -14rem;
  }

  .xxl\:-inset-x-56{
    right: -14rem;
    left: -14rem;
  }

  .xxl\:-inset-y-57{
    top: -14.375rem;
    bottom: -14.375rem;
  }

  .xxl\:-inset-x-57{
    right: -14.375rem;
    left: -14.375rem;
  }

  .xxl\:-inset-y-60{
    top: -15rem;
    bottom: -15rem;
  }

  .xxl\:-inset-x-60{
    right: -15rem;
    left: -15rem;
  }

  .xxl\:-inset-y-64{
    top: -16rem;
    bottom: -16rem;
  }

  .xxl\:-inset-x-64{
    right: -16rem;
    left: -16rem;
  }

  .xxl\:-inset-y-72{
    top: -18rem;
    bottom: -18rem;
  }

  .xxl\:-inset-x-72{
    right: -18rem;
    left: -18rem;
  }

  .xxl\:-inset-y-80{
    top: -20rem;
    bottom: -20rem;
  }

  .xxl\:-inset-x-80{
    right: -20rem;
    left: -20rem;
  }

  .xxl\:-inset-y-82{
    top: -22rem;
    bottom: -22rem;
  }

  .xxl\:-inset-x-82{
    right: -22rem;
    left: -22rem;
  }

  .xxl\:-inset-y-83{
    top: -23.8125rem;
    bottom: -23.8125rem;
  }

  .xxl\:-inset-x-83{
    right: -23.8125rem;
    left: -23.8125rem;
  }

  .xxl\:-inset-y-96{
    top: -24rem;
    bottom: -24rem;
  }

  .xxl\:-inset-x-96{
    right: -24rem;
    left: -24rem;
  }

  .xxl\:-inset-y-px{
    top: -1px;
    bottom: -1px;
  }

  .xxl\:-inset-x-px{
    right: -1px;
    left: -1px;
  }

  .xxl\:-inset-y-0\.5{
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xxl\:-inset-x-0\.5{
    right: -0.125rem;
    left: -0.125rem;
  }

  .xxl\:-inset-y-1\.5{
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xxl\:-inset-x-1\.5{
    right: -0.375rem;
    left: -0.375rem;
  }

  .xxl\:-inset-y-2\.5{
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xxl\:-inset-x-2\.5{
    right: -0.625rem;
    left: -0.625rem;
  }

  .xxl\:-inset-y-3\.5{
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xxl\:-inset-x-3\.5{
    right: -0.875rem;
    left: -0.875rem;
  }

  .xxl\:-inset-y-4\.5{
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .xxl\:-inset-x-4\.5{
    right: -1.125rem;
    left: -1.125rem;
  }

  .xxl\:-inset-y-5\.5{
    top: -1.375rem;
    bottom: -1.375rem;
  }

  .xxl\:-inset-x-5\.5{
    right: -1.375rem;
    left: -1.375rem;
  }

  .xxl\:-inset-y-6\.5{
    top: -1.625rem;
    bottom: -1.625rem;
  }

  .xxl\:-inset-x-6\.5{
    right: -1.625rem;
    left: -1.625rem;
  }

  .xxl\:-inset-y-7\.5{
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xxl\:-inset-x-7\.5{
    right: -1.875rem;
    left: -1.875rem;
  }

  .xxl\:-inset-y-8\.5{
    top: -2.125rem;
    bottom: -2.125rem;
  }

  .xxl\:-inset-x-8\.5{
    right: -2.125rem;
    left: -2.125rem;
  }

  .xxl\:-inset-y-9\.5{
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .xxl\:-inset-x-9\.5{
    right: -2.375rem;
    left: -2.375rem;
  }

  .xxl\:-inset-y-10\.5{
    top: -2.625rem;
    bottom: -2.625rem;
  }

  .xxl\:-inset-x-10\.5{
    right: -2.625rem;
    left: -2.625rem;
  }

  .xxl\:-inset-y-11\.5{
    top: -2.875rem;
    bottom: -2.875rem;
  }

  .xxl\:-inset-x-11\.5{
    right: -2.875rem;
    left: -2.875rem;
  }

  .xxl\:-inset-y-12\.5{
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .xxl\:-inset-x-12\.5{
    right: -3.125rem;
    left: -3.125rem;
  }

  .xxl\:-inset-y-13\.5{
    top: -3.25rem;
    bottom: -3.25rem;
  }

  .xxl\:-inset-x-13\.5{
    right: -3.25rem;
    left: -3.25rem;
  }

  .xxl\:-inset-y-15\.5{
    top: -3.8rem;
    bottom: -3.8rem;
  }

  .xxl\:-inset-x-15\.5{
    right: -3.8rem;
    left: -3.8rem;
  }

  .xxl\:-inset-y-16\.5{
    top: -4.125rem;
    bottom: -4.125rem;
  }

  .xxl\:-inset-x-16\.5{
    right: -4.125rem;
    left: -4.125rem;
  }

  .xxl\:-inset-y-17\.5{
    top: -4.25rem;
    bottom: -4.25rem;
  }

  .xxl\:-inset-x-17\.5{
    right: -4.25rem;
    left: -4.25rem;
  }

  .xxl\:-inset-y-18\.5{
    top: -4.625rem;
    bottom: -4.625rem;
  }

  .xxl\:-inset-x-18\.5{
    right: -4.625rem;
    left: -4.625rem;
  }

  .xxl\:-inset-y-20\.5{
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .xxl\:-inset-x-20\.5{
    right: -5.25rem;
    left: -5.25rem;
  }

  .xxl\:-inset-y-21\.5{
    top: -5.75rem;
    bottom: -5.75rem;
  }

  .xxl\:-inset-x-21\.5{
    right: -5.75rem;
    left: -5.75rem;
  }

  .xxl\:-inset-y-22\.5{
    top: -5.875rem;
    bottom: -5.875rem;
  }

  .xxl\:-inset-x-22\.5{
    right: -5.875rem;
    left: -5.875rem;
  }

  .xxl\:-inset-y-24\.5{
    top: -6.8125rem;
    bottom: -6.8125rem;
  }

  .xxl\:-inset-x-24\.5{
    right: -6.8125rem;
    left: -6.8125rem;
  }

  .xxl\:-inset-y-28\.5{
    top: -7.375rem;
    bottom: -7.375rem;
  }

  .xxl\:-inset-x-28\.5{
    right: -7.375rem;
    left: -7.375rem;
  }

  .xxl\:-inset-y-29\.5{
    top: -7.75rem;
    bottom: -7.75rem;
  }

  .xxl\:-inset-x-29\.5{
    right: -7.75rem;
    left: -7.75rem;
  }

  .xxl\:-inset-y-32\.5{
    top: -8.125rem;
    bottom: -8.125rem;
  }

  .xxl\:-inset-x-32\.5{
    right: -8.125rem;
    left: -8.125rem;
  }

  .xxl\:-inset-y-33\.5{
    top: -8.8125rem;
    bottom: -8.8125rem;
  }

  .xxl\:-inset-x-33\.5{
    right: -8.8125rem;
    left: -8.8125rem;
  }

  .xxl\:-inset-y-42\.5{
    top: -10.875rem;
    bottom: -10.875rem;
  }

  .xxl\:-inset-x-42\.5{
    right: -10.875rem;
    left: -10.875rem;
  }

  .xxl\:-inset-y-49\.5{
    top: -12.75rem;
    bottom: -12.75rem;
  }

  .xxl\:-inset-x-49\.5{
    right: -12.75rem;
    left: -12.75rem;
  }

  .xxl\:-inset-y-72\.5{
    top: -18.25rem;
    bottom: -18.25rem;
  }

  .xxl\:-inset-x-72\.5{
    right: -18.25rem;
    left: -18.25rem;
  }

  .xxl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xxl\:inset-x-1\/2{
    right: 50%;
    left: 50%;
  }

  .xxl\:inset-y-1\/3{
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xxl\:inset-x-1\/3{
    right: 33.333333%;
    left: 33.333333%;
  }

  .xxl\:inset-y-2\/3{
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xxl\:inset-x-2\/3{
    right: 66.666667%;
    left: 66.666667%;
  }

  .xxl\:inset-y-1\/4{
    top: 25%;
    bottom: 25%;
  }

  .xxl\:inset-x-1\/4{
    right: 25%;
    left: 25%;
  }

  .xxl\:inset-y-2\/4{
    top: 50%;
    bottom: 50%;
  }

  .xxl\:inset-x-2\/4{
    right: 50%;
    left: 50%;
  }

  .xxl\:inset-y-3\/4{
    top: 75%;
    bottom: 75%;
  }

  .xxl\:inset-x-3\/4{
    right: 75%;
    left: 75%;
  }

  .xxl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xxl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xxl\:-inset-y-1\/2{
    top: -50%;
    bottom: -50%;
  }

  .xxl\:-inset-x-1\/2{
    right: -50%;
    left: -50%;
  }

  .xxl\:-inset-y-1\/3{
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xxl\:-inset-x-1\/3{
    right: -33.333333%;
    left: -33.333333%;
  }

  .xxl\:-inset-y-2\/3{
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xxl\:-inset-x-2\/3{
    right: -66.666667%;
    left: -66.666667%;
  }

  .xxl\:-inset-y-1\/4{
    top: -25%;
    bottom: -25%;
  }

  .xxl\:-inset-x-1\/4{
    right: -25%;
    left: -25%;
  }

  .xxl\:-inset-y-2\/4{
    top: -50%;
    bottom: -50%;
  }

  .xxl\:-inset-x-2\/4{
    right: -50%;
    left: -50%;
  }

  .xxl\:-inset-y-3\/4{
    top: -75%;
    bottom: -75%;
  }

  .xxl\:-inset-x-3\/4{
    right: -75%;
    left: -75%;
  }

  .xxl\:-inset-y-full{
    top: -100%;
    bottom: -100%;
  }

  .xxl\:-inset-x-full{
    right: -100%;
    left: -100%;
  }

  .xxl\:top-0{
    top: 0px;
  }

  .xxl\:right-0{
    right: 0px;
  }

  .xxl\:bottom-0{
    bottom: 0px;
  }

  .xxl\:left-0{
    left: 0px;
  }

  .xxl\:top-1{
    top: 0.25rem;
  }

  .xxl\:right-1{
    right: 0.25rem;
  }

  .xxl\:bottom-1{
    bottom: 0.25rem;
  }

  .xxl\:left-1{
    left: 0.25rem;
  }

  .xxl\:top-2{
    top: 0.5rem;
  }

  .xxl\:right-2{
    right: 0.5rem;
  }

  .xxl\:bottom-2{
    bottom: 0.5rem;
  }

  .xxl\:left-2{
    left: 0.5rem;
  }

  .xxl\:top-3{
    top: 0.75rem;
  }

  .xxl\:right-3{
    right: 0.75rem;
  }

  .xxl\:bottom-3{
    bottom: 0.75rem;
  }

  .xxl\:left-3{
    left: 0.75rem;
  }

  .xxl\:top-4{
    top: 1rem;
  }

  .xxl\:right-4{
    right: 1rem;
  }

  .xxl\:bottom-4{
    bottom: 1rem;
  }

  .xxl\:left-4{
    left: 1rem;
  }

  .xxl\:top-5{
    top: 1.25rem;
  }

  .xxl\:right-5{
    right: 1.25rem;
  }

  .xxl\:bottom-5{
    bottom: 1.25rem;
  }

  .xxl\:left-5{
    left: 1.25rem;
  }

  .xxl\:top-6{
    top: 1.5rem;
  }

  .xxl\:right-6{
    right: 1.5rem;
  }

  .xxl\:bottom-6{
    bottom: 1.5rem;
  }

  .xxl\:left-6{
    left: 1.5rem;
  }

  .xxl\:top-7{
    top: 1.75rem;
  }

  .xxl\:right-7{
    right: 1.75rem;
  }

  .xxl\:bottom-7{
    bottom: 1.75rem;
  }

  .xxl\:left-7{
    left: 1.75rem;
  }

  .xxl\:top-8{
    top: 2rem;
  }

  .xxl\:right-8{
    right: 2rem;
  }

  .xxl\:bottom-8{
    bottom: 2rem;
  }

  .xxl\:left-8{
    left: 2rem;
  }

  .xxl\:top-9{
    top: 2.25rem;
  }

  .xxl\:right-9{
    right: 2.25rem;
  }

  .xxl\:bottom-9{
    bottom: 2.25rem;
  }

  .xxl\:left-9{
    left: 2.25rem;
  }

  .xxl\:top-10{
    top: 2.5rem;
  }

  .xxl\:right-10{
    right: 2.5rem;
  }

  .xxl\:bottom-10{
    bottom: 2.5rem;
  }

  .xxl\:left-10{
    left: 2.5rem;
  }

  .xxl\:top-11{
    top: 2.75rem;
  }

  .xxl\:right-11{
    right: 2.75rem;
  }

  .xxl\:bottom-11{
    bottom: 2.75rem;
  }

  .xxl\:left-11{
    left: 2.75rem;
  }

  .xxl\:top-12{
    top: 3rem;
  }

  .xxl\:right-12{
    right: 3rem;
  }

  .xxl\:bottom-12{
    bottom: 3rem;
  }

  .xxl\:left-12{
    left: 3rem;
  }

  .xxl\:top-13{
    top: 3.375rem;
  }

  .xxl\:right-13{
    right: 3.375rem;
  }

  .xxl\:bottom-13{
    bottom: 3.375rem;
  }

  .xxl\:left-13{
    left: 3.375rem;
  }

  .xxl\:top-14{
    top: 3.5rem;
  }

  .xxl\:right-14{
    right: 3.5rem;
  }

  .xxl\:bottom-14{
    bottom: 3.5rem;
  }

  .xxl\:left-14{
    left: 3.5rem;
  }

  .xxl\:top-15{
    top: 3.75rem;
  }

  .xxl\:right-15{
    right: 3.75rem;
  }

  .xxl\:bottom-15{
    bottom: 3.75rem;
  }

  .xxl\:left-15{
    left: 3.75rem;
  }

  .xxl\:top-16{
    top: 4rem;
  }

  .xxl\:right-16{
    right: 4rem;
  }

  .xxl\:bottom-16{
    bottom: 4rem;
  }

  .xxl\:left-16{
    left: 4rem;
  }

  .xxl\:top-17{
    top: 4.375rem;
  }

  .xxl\:right-17{
    right: 4.375rem;
  }

  .xxl\:bottom-17{
    bottom: 4.375rem;
  }

  .xxl\:left-17{
    left: 4.375rem;
  }

  .xxl\:top-18{
    top: 4.5rem;
  }

  .xxl\:right-18{
    right: 4.5rem;
  }

  .xxl\:bottom-18{
    bottom: 4.5rem;
  }

  .xxl\:left-18{
    left: 4.5rem;
  }

  .xxl\:top-19{
    top: 4.75rem;
  }

  .xxl\:right-19{
    right: 4.75rem;
  }

  .xxl\:bottom-19{
    bottom: 4.75rem;
  }

  .xxl\:left-19{
    left: 4.75rem;
  }

  .xxl\:top-20{
    top: 5rem;
  }

  .xxl\:right-20{
    right: 5rem;
  }

  .xxl\:bottom-20{
    bottom: 5rem;
  }

  .xxl\:left-20{
    left: 5rem;
  }

  .xxl\:top-21{
    top: 5.5rem;
  }

  .xxl\:right-21{
    right: 5.5rem;
  }

  .xxl\:bottom-21{
    bottom: 5.5rem;
  }

  .xxl\:left-21{
    left: 5.5rem;
  }

  .xxl\:top-22{
    top: 5.625rem;
  }

  .xxl\:right-22{
    right: 5.625rem;
  }

  .xxl\:bottom-22{
    bottom: 5.625rem;
  }

  .xxl\:left-22{
    left: 5.625rem;
  }

  .xxl\:top-23{
    top: 6.125rem;
  }

  .xxl\:right-23{
    right: 6.125rem;
  }

  .xxl\:bottom-23{
    bottom: 6.125rem;
  }

  .xxl\:left-23{
    left: 6.125rem;
  }

  .xxl\:top-24{
    top: 6rem;
  }

  .xxl\:right-24{
    right: 6rem;
  }

  .xxl\:bottom-24{
    bottom: 6rem;
  }

  .xxl\:left-24{
    left: 6rem;
  }

  .xxl\:top-25{
    top: 6.5rem;
  }

  .xxl\:right-25{
    right: 6.5rem;
  }

  .xxl\:bottom-25{
    bottom: 6.5rem;
  }

  .xxl\:left-25{
    left: 6.5rem;
  }

  .xxl\:top-26{
    top: 6.75rem;
  }

  .xxl\:right-26{
    right: 6.75rem;
  }

  .xxl\:bottom-26{
    bottom: 6.75rem;
  }

  .xxl\:left-26{
    left: 6.75rem;
  }

  .xxl\:top-27{
    top: 6.25rem;
  }

  .xxl\:right-27{
    right: 6.25rem;
  }

  .xxl\:bottom-27{
    bottom: 6.25rem;
  }

  .xxl\:left-27{
    left: 6.25rem;
  }

  .xxl\:top-28{
    top: 7rem;
  }

  .xxl\:right-28{
    right: 7rem;
  }

  .xxl\:bottom-28{
    bottom: 7rem;
  }

  .xxl\:left-28{
    left: 7rem;
  }

  .xxl\:top-29{
    top: 7.5rem;
  }

  .xxl\:right-29{
    right: 7.5rem;
  }

  .xxl\:bottom-29{
    bottom: 7.5rem;
  }

  .xxl\:left-29{
    left: 7.5rem;
  }

  .xxl\:top-32{
    top: 8rem;
  }

  .xxl\:right-32{
    right: 8rem;
  }

  .xxl\:bottom-32{
    bottom: 8rem;
  }

  .xxl\:left-32{
    left: 8rem;
  }

  .xxl\:top-34{
    top: 8.5rem;
  }

  .xxl\:right-34{
    right: 8.5rem;
  }

  .xxl\:bottom-34{
    bottom: 8.5rem;
  }

  .xxl\:left-34{
    left: 8.5rem;
  }

  .xxl\:top-35{
    top: 8.75rem;
  }

  .xxl\:right-35{
    right: 8.75rem;
  }

  .xxl\:bottom-35{
    bottom: 8.75rem;
  }

  .xxl\:left-35{
    left: 8.75rem;
  }

  .xxl\:top-36{
    top: 9rem;
  }

  .xxl\:right-36{
    right: 9rem;
  }

  .xxl\:bottom-36{
    bottom: 9rem;
  }

  .xxl\:left-36{
    left: 9rem;
  }

  .xxl\:top-37{
    top: 9.125rem;
  }

  .xxl\:right-37{
    right: 9.125rem;
  }

  .xxl\:bottom-37{
    bottom: 9.125rem;
  }

  .xxl\:left-37{
    left: 9.125rem;
  }

  .xxl\:top-38{
    top: 9.5rem;
  }

  .xxl\:right-38{
    right: 9.5rem;
  }

  .xxl\:bottom-38{
    bottom: 9.5rem;
  }

  .xxl\:left-38{
    left: 9.5rem;
  }

  .xxl\:top-40{
    top: 10rem;
  }

  .xxl\:right-40{
    right: 10rem;
  }

  .xxl\:bottom-40{
    bottom: 10rem;
  }

  .xxl\:left-40{
    left: 10rem;
  }

  .xxl\:top-41{
    top: 10.5rem;
  }

  .xxl\:right-41{
    right: 10.5rem;
  }

  .xxl\:bottom-41{
    bottom: 10.5rem;
  }

  .xxl\:left-41{
    left: 10.5rem;
  }

  .xxl\:top-42{
    top: 10.625rem;
  }

  .xxl\:right-42{
    right: 10.625rem;
  }

  .xxl\:bottom-42{
    bottom: 10.625rem;
  }

  .xxl\:left-42{
    left: 10.625rem;
  }

  .xxl\:top-44{
    top: 11rem;
  }

  .xxl\:right-44{
    right: 11rem;
  }

  .xxl\:bottom-44{
    bottom: 11rem;
  }

  .xxl\:left-44{
    left: 11rem;
  }

  .xxl\:top-45{
    top: 11.25rem;
  }

  .xxl\:right-45{
    right: 11.25rem;
  }

  .xxl\:bottom-45{
    bottom: 11.25rem;
  }

  .xxl\:left-45{
    left: 11.25rem;
  }

  .xxl\:top-48{
    top: 12rem;
  }

  .xxl\:right-48{
    right: 12rem;
  }

  .xxl\:bottom-48{
    bottom: 12rem;
  }

  .xxl\:left-48{
    left: 12rem;
  }

  .xxl\:top-49{
    top: 12.5rem;
  }

  .xxl\:right-49{
    right: 12.5rem;
  }

  .xxl\:bottom-49{
    bottom: 12.5rem;
  }

  .xxl\:left-49{
    left: 12.5rem;
  }

  .xxl\:top-52{
    top: 13rem;
  }

  .xxl\:right-52{
    right: 13rem;
  }

  .xxl\:bottom-52{
    bottom: 13rem;
  }

  .xxl\:left-52{
    left: 13rem;
  }

  .xxl\:top-56{
    top: 14rem;
  }

  .xxl\:right-56{
    right: 14rem;
  }

  .xxl\:bottom-56{
    bottom: 14rem;
  }

  .xxl\:left-56{
    left: 14rem;
  }

  .xxl\:top-57{
    top: 14.375rem;
  }

  .xxl\:right-57{
    right: 14.375rem;
  }

  .xxl\:bottom-57{
    bottom: 14.375rem;
  }

  .xxl\:left-57{
    left: 14.375rem;
  }

  .xxl\:top-60{
    top: 15rem;
  }

  .xxl\:right-60{
    right: 15rem;
  }

  .xxl\:bottom-60{
    bottom: 15rem;
  }

  .xxl\:left-60{
    left: 15rem;
  }

  .xxl\:top-64{
    top: 16rem;
  }

  .xxl\:right-64{
    right: 16rem;
  }

  .xxl\:bottom-64{
    bottom: 16rem;
  }

  .xxl\:left-64{
    left: 16rem;
  }

  .xxl\:top-66{
    top: 19rem;
  }

  .xxl\:right-66{
    right: 19rem;
  }

  .xxl\:bottom-66{
    bottom: 19rem;
  }

  .xxl\:left-66{
    left: 19rem;
  }

  .xxl\:top-72{
    top: 18rem;
  }

  .xxl\:right-72{
    right: 18rem;
  }

  .xxl\:bottom-72{
    bottom: 18rem;
  }

  .xxl\:left-72{
    left: 18rem;
  }

  .xxl\:top-80{
    top: 20rem;
  }

  .xxl\:right-80{
    right: 20rem;
  }

  .xxl\:bottom-80{
    bottom: 20rem;
  }

  .xxl\:left-80{
    left: 20rem;
  }

  .xxl\:top-82{
    top: 22rem;
  }

  .xxl\:right-82{
    right: 22rem;
  }

  .xxl\:bottom-82{
    bottom: 22rem;
  }

  .xxl\:left-82{
    left: 22rem;
  }

  .xxl\:top-83{
    top: 23.8125rem;
  }

  .xxl\:right-83{
    right: 23.8125rem;
  }

  .xxl\:bottom-83{
    bottom: 23.8125rem;
  }

  .xxl\:left-83{
    left: 23.8125rem;
  }

  .xxl\:top-96{
    top: 24rem;
  }

  .xxl\:right-96{
    right: 24rem;
  }

  .xxl\:bottom-96{
    bottom: 24rem;
  }

  .xxl\:left-96{
    left: 24rem;
  }

  .xxl\:top-auto{
    top: auto;
  }

  .xxl\:right-auto{
    right: auto;
  }

  .xxl\:bottom-auto{
    bottom: auto;
  }

  .xxl\:left-auto{
    left: auto;
  }

  .xxl\:top-px{
    top: 1px;
  }

  .xxl\:right-px{
    right: 1px;
  }

  .xxl\:bottom-px{
    bottom: 1px;
  }

  .xxl\:left-px{
    left: 1px;
  }

  .xxl\:top-0\.5{
    top: 0.125rem;
  }

  .xxl\:right-0\.5{
    right: 0.125rem;
  }

  .xxl\:bottom-0\.5{
    bottom: 0.125rem;
  }

  .xxl\:left-0\.5{
    left: 0.125rem;
  }

  .xxl\:top-1\.5{
    top: 0.375rem;
  }

  .xxl\:right-1\.5{
    right: 0.375rem;
  }

  .xxl\:bottom-1\.5{
    bottom: 0.375rem;
  }

  .xxl\:left-1\.5{
    left: 0.375rem;
  }

  .xxl\:top-2\.5{
    top: 0.625rem;
  }

  .xxl\:right-2\.5{
    right: 0.625rem;
  }

  .xxl\:bottom-2\.5{
    bottom: 0.625rem;
  }

  .xxl\:left-2\.5{
    left: 0.625rem;
  }

  .xxl\:top-3\.5{
    top: 0.875rem;
  }

  .xxl\:right-3\.5{
    right: 0.875rem;
  }

  .xxl\:bottom-3\.5{
    bottom: 0.875rem;
  }

  .xxl\:left-3\.5{
    left: 0.875rem;
  }

  .xxl\:top-4\.5{
    top: 1.125rem;
  }

  .xxl\:right-4\.5{
    right: 1.125rem;
  }

  .xxl\:bottom-4\.5{
    bottom: 1.125rem;
  }

  .xxl\:left-4\.5{
    left: 1.125rem;
  }

  .xxl\:top-5\.5{
    top: 1.375rem;
  }

  .xxl\:right-5\.5{
    right: 1.375rem;
  }

  .xxl\:bottom-5\.5{
    bottom: 1.375rem;
  }

  .xxl\:left-5\.5{
    left: 1.375rem;
  }

  .xxl\:top-6\.5{
    top: 1.625rem;
  }

  .xxl\:right-6\.5{
    right: 1.625rem;
  }

  .xxl\:bottom-6\.5{
    bottom: 1.625rem;
  }

  .xxl\:left-6\.5{
    left: 1.625rem;
  }

  .xxl\:top-7\.5{
    top: 1.875rem;
  }

  .xxl\:right-7\.5{
    right: 1.875rem;
  }

  .xxl\:bottom-7\.5{
    bottom: 1.875rem;
  }

  .xxl\:left-7\.5{
    left: 1.875rem;
  }

  .xxl\:top-8\.5{
    top: 2.125rem;
  }

  .xxl\:right-8\.5{
    right: 2.125rem;
  }

  .xxl\:bottom-8\.5{
    bottom: 2.125rem;
  }

  .xxl\:left-8\.5{
    left: 2.125rem;
  }

  .xxl\:top-9\.5{
    top: 2.375rem;
  }

  .xxl\:right-9\.5{
    right: 2.375rem;
  }

  .xxl\:bottom-9\.5{
    bottom: 2.375rem;
  }

  .xxl\:left-9\.5{
    left: 2.375rem;
  }

  .xxl\:top-10\.5{
    top: 2.625rem;
  }

  .xxl\:right-10\.5{
    right: 2.625rem;
  }

  .xxl\:bottom-10\.5{
    bottom: 2.625rem;
  }

  .xxl\:left-10\.5{
    left: 2.625rem;
  }

  .xxl\:top-11\.5{
    top: 2.875rem;
  }

  .xxl\:right-11\.5{
    right: 2.875rem;
  }

  .xxl\:bottom-11\.5{
    bottom: 2.875rem;
  }

  .xxl\:left-11\.5{
    left: 2.875rem;
  }

  .xxl\:top-12\.5{
    top: 3.125rem;
  }

  .xxl\:right-12\.5{
    right: 3.125rem;
  }

  .xxl\:bottom-12\.5{
    bottom: 3.125rem;
  }

  .xxl\:left-12\.5{
    left: 3.125rem;
  }

  .xxl\:top-13\.5{
    top: 3.25rem;
  }

  .xxl\:right-13\.5{
    right: 3.25rem;
  }

  .xxl\:bottom-13\.5{
    bottom: 3.25rem;
  }

  .xxl\:left-13\.5{
    left: 3.25rem;
  }

  .xxl\:top-15\.5{
    top: 3.8rem;
  }

  .xxl\:right-15\.5{
    right: 3.8rem;
  }

  .xxl\:bottom-15\.5{
    bottom: 3.8rem;
  }

  .xxl\:left-15\.5{
    left: 3.8rem;
  }

  .xxl\:top-16\.5{
    top: 4.125rem;
  }

  .xxl\:right-16\.5{
    right: 4.125rem;
  }

  .xxl\:bottom-16\.5{
    bottom: 4.125rem;
  }

  .xxl\:left-16\.5{
    left: 4.125rem;
  }

  .xxl\:top-17\.5{
    top: 4.25rem;
  }

  .xxl\:right-17\.5{
    right: 4.25rem;
  }

  .xxl\:bottom-17\.5{
    bottom: 4.25rem;
  }

  .xxl\:left-17\.5{
    left: 4.25rem;
  }

  .xxl\:top-18\.5{
    top: 4.625rem;
  }

  .xxl\:right-18\.5{
    right: 4.625rem;
  }

  .xxl\:bottom-18\.5{
    bottom: 4.625rem;
  }

  .xxl\:left-18\.5{
    left: 4.625rem;
  }

  .xxl\:top-20\.5{
    top: 5.25rem;
  }

  .xxl\:right-20\.5{
    right: 5.25rem;
  }

  .xxl\:bottom-20\.5{
    bottom: 5.25rem;
  }

  .xxl\:left-20\.5{
    left: 5.25rem;
  }

  .xxl\:top-21\.5{
    top: 5.75rem;
  }

  .xxl\:right-21\.5{
    right: 5.75rem;
  }

  .xxl\:bottom-21\.5{
    bottom: 5.75rem;
  }

  .xxl\:left-21\.5{
    left: 5.75rem;
  }

  .xxl\:top-22\.5{
    top: 5.875rem;
  }

  .xxl\:right-22\.5{
    right: 5.875rem;
  }

  .xxl\:bottom-22\.5{
    bottom: 5.875rem;
  }

  .xxl\:left-22\.5{
    left: 5.875rem;
  }

  .xxl\:top-24\.5{
    top: 6.8125rem;
  }

  .xxl\:right-24\.5{
    right: 6.8125rem;
  }

  .xxl\:bottom-24\.5{
    bottom: 6.8125rem;
  }

  .xxl\:left-24\.5{
    left: 6.8125rem;
  }

  .xxl\:top-28\.5{
    top: 7.375rem;
  }

  .xxl\:right-28\.5{
    right: 7.375rem;
  }

  .xxl\:bottom-28\.5{
    bottom: 7.375rem;
  }

  .xxl\:left-28\.5{
    left: 7.375rem;
  }

  .xxl\:top-29\.5{
    top: 7.75rem;
  }

  .xxl\:right-29\.5{
    right: 7.75rem;
  }

  .xxl\:bottom-29\.5{
    bottom: 7.75rem;
  }

  .xxl\:left-29\.5{
    left: 7.75rem;
  }

  .xxl\:top-32\.5{
    top: 8.125rem;
  }

  .xxl\:right-32\.5{
    right: 8.125rem;
  }

  .xxl\:bottom-32\.5{
    bottom: 8.125rem;
  }

  .xxl\:left-32\.5{
    left: 8.125rem;
  }

  .xxl\:top-33\.5{
    top: 8.8125rem;
  }

  .xxl\:right-33\.5{
    right: 8.8125rem;
  }

  .xxl\:bottom-33\.5{
    bottom: 8.8125rem;
  }

  .xxl\:left-33\.5{
    left: 8.8125rem;
  }

  .xxl\:top-42\.5{
    top: 10.875rem;
  }

  .xxl\:right-42\.5{
    right: 10.875rem;
  }

  .xxl\:bottom-42\.5{
    bottom: 10.875rem;
  }

  .xxl\:left-42\.5{
    left: 10.875rem;
  }

  .xxl\:top-49\.5{
    top: 12.75rem;
  }

  .xxl\:right-49\.5{
    right: 12.75rem;
  }

  .xxl\:bottom-49\.5{
    bottom: 12.75rem;
  }

  .xxl\:left-49\.5{
    left: 12.75rem;
  }

  .xxl\:top-72\.5{
    top: 18.25rem;
  }

  .xxl\:right-72\.5{
    right: 18.25rem;
  }

  .xxl\:bottom-72\.5{
    bottom: 18.25rem;
  }

  .xxl\:left-72\.5{
    left: 18.25rem;
  }

  .xxl\:-top-0{
    top: 0px;
  }

  .xxl\:-right-0{
    right: 0px;
  }

  .xxl\:-bottom-0{
    bottom: 0px;
  }

  .xxl\:-left-0{
    left: 0px;
  }

  .xxl\:-top-1{
    top: -0.25rem;
  }

  .xxl\:-right-1{
    right: -0.25rem;
  }

  .xxl\:-bottom-1{
    bottom: -0.25rem;
  }

  .xxl\:-left-1{
    left: -0.25rem;
  }

  .xxl\:-top-2{
    top: -0.5rem;
  }

  .xxl\:-right-2{
    right: -0.5rem;
  }

  .xxl\:-bottom-2{
    bottom: -0.5rem;
  }

  .xxl\:-left-2{
    left: -0.5rem;
  }

  .xxl\:-top-3{
    top: -0.75rem;
  }

  .xxl\:-right-3{
    right: -0.75rem;
  }

  .xxl\:-bottom-3{
    bottom: -0.75rem;
  }

  .xxl\:-left-3{
    left: -0.75rem;
  }

  .xxl\:-top-4{
    top: -1rem;
  }

  .xxl\:-right-4{
    right: -1rem;
  }

  .xxl\:-bottom-4{
    bottom: -1rem;
  }

  .xxl\:-left-4{
    left: -1rem;
  }

  .xxl\:-top-5{
    top: -1.25rem;
  }

  .xxl\:-right-5{
    right: -1.25rem;
  }

  .xxl\:-bottom-5{
    bottom: -1.25rem;
  }

  .xxl\:-left-5{
    left: -1.25rem;
  }

  .xxl\:-top-6{
    top: -1.5rem;
  }

  .xxl\:-right-6{
    right: -1.5rem;
  }

  .xxl\:-bottom-6{
    bottom: -1.5rem;
  }

  .xxl\:-left-6{
    left: -1.5rem;
  }

  .xxl\:-top-7{
    top: -1.75rem;
  }

  .xxl\:-right-7{
    right: -1.75rem;
  }

  .xxl\:-bottom-7{
    bottom: -1.75rem;
  }

  .xxl\:-left-7{
    left: -1.75rem;
  }

  .xxl\:-top-8{
    top: -2rem;
  }

  .xxl\:-right-8{
    right: -2rem;
  }

  .xxl\:-bottom-8{
    bottom: -2rem;
  }

  .xxl\:-left-8{
    left: -2rem;
  }

  .xxl\:-top-9{
    top: -2.25rem;
  }

  .xxl\:-right-9{
    right: -2.25rem;
  }

  .xxl\:-bottom-9{
    bottom: -2.25rem;
  }

  .xxl\:-left-9{
    left: -2.25rem;
  }

  .xxl\:-top-10{
    top: -2.5rem;
  }

  .xxl\:-right-10{
    right: -2.5rem;
  }

  .xxl\:-bottom-10{
    bottom: -2.5rem;
  }

  .xxl\:-left-10{
    left: -2.5rem;
  }

  .xxl\:-top-11{
    top: -2.75rem;
  }

  .xxl\:-right-11{
    right: -2.75rem;
  }

  .xxl\:-bottom-11{
    bottom: -2.75rem;
  }

  .xxl\:-left-11{
    left: -2.75rem;
  }

  .xxl\:-top-12{
    top: -3rem;
  }

  .xxl\:-right-12{
    right: -3rem;
  }

  .xxl\:-bottom-12{
    bottom: -3rem;
  }

  .xxl\:-left-12{
    left: -3rem;
  }

  .xxl\:-top-13{
    top: -3.375rem;
  }

  .xxl\:-right-13{
    right: -3.375rem;
  }

  .xxl\:-bottom-13{
    bottom: -3.375rem;
  }

  .xxl\:-left-13{
    left: -3.375rem;
  }

  .xxl\:-top-14{
    top: -3.5rem;
  }

  .xxl\:-right-14{
    right: -3.5rem;
  }

  .xxl\:-bottom-14{
    bottom: -3.5rem;
  }

  .xxl\:-left-14{
    left: -3.5rem;
  }

  .xxl\:-top-15{
    top: -3.75rem;
  }

  .xxl\:-right-15{
    right: -3.75rem;
  }

  .xxl\:-bottom-15{
    bottom: -3.75rem;
  }

  .xxl\:-left-15{
    left: -3.75rem;
  }

  .xxl\:-top-16{
    top: -4rem;
  }

  .xxl\:-right-16{
    right: -4rem;
  }

  .xxl\:-bottom-16{
    bottom: -4rem;
  }

  .xxl\:-left-16{
    left: -4rem;
  }

  .xxl\:-top-17{
    top: -4.375rem;
  }

  .xxl\:-right-17{
    right: -4.375rem;
  }

  .xxl\:-bottom-17{
    bottom: -4.375rem;
  }

  .xxl\:-left-17{
    left: -4.375rem;
  }

  .xxl\:-top-18{
    top: -4.5rem;
  }

  .xxl\:-right-18{
    right: -4.5rem;
  }

  .xxl\:-bottom-18{
    bottom: -4.5rem;
  }

  .xxl\:-left-18{
    left: -4.5rem;
  }

  .xxl\:-top-19{
    top: -4.75rem;
  }

  .xxl\:-right-19{
    right: -4.75rem;
  }

  .xxl\:-bottom-19{
    bottom: -4.75rem;
  }

  .xxl\:-left-19{
    left: -4.75rem;
  }

  .xxl\:-top-20{
    top: -5rem;
  }

  .xxl\:-right-20{
    right: -5rem;
  }

  .xxl\:-bottom-20{
    bottom: -5rem;
  }

  .xxl\:-left-20{
    left: -5rem;
  }

  .xxl\:-top-21{
    top: -5.5rem;
  }

  .xxl\:-right-21{
    right: -5.5rem;
  }

  .xxl\:-bottom-21{
    bottom: -5.5rem;
  }

  .xxl\:-left-21{
    left: -5.5rem;
  }

  .xxl\:-top-22{
    top: -5.625rem;
  }

  .xxl\:-right-22{
    right: -5.625rem;
  }

  .xxl\:-bottom-22{
    bottom: -5.625rem;
  }

  .xxl\:-left-22{
    left: -5.625rem;
  }

  .xxl\:-top-23{
    top: -6.125rem;
  }

  .xxl\:-right-23{
    right: -6.125rem;
  }

  .xxl\:-bottom-23{
    bottom: -6.125rem;
  }

  .xxl\:-left-23{
    left: -6.125rem;
  }

  .xxl\:-top-24{
    top: -6rem;
  }

  .xxl\:-right-24{
    right: -6rem;
  }

  .xxl\:-bottom-24{
    bottom: -6rem;
  }

  .xxl\:-left-24{
    left: -6rem;
  }

  .xxl\:-top-25{
    top: -6.5rem;
  }

  .xxl\:-right-25{
    right: -6.5rem;
  }

  .xxl\:-bottom-25{
    bottom: -6.5rem;
  }

  .xxl\:-left-25{
    left: -6.5rem;
  }

  .xxl\:-top-26{
    top: -6.75rem;
  }

  .xxl\:-right-26{
    right: -6.75rem;
  }

  .xxl\:-bottom-26{
    bottom: -6.75rem;
  }

  .xxl\:-left-26{
    left: -6.75rem;
  }

  .xxl\:-top-27{
    top: -6.25rem;
  }

  .xxl\:-right-27{
    right: -6.25rem;
  }

  .xxl\:-bottom-27{
    bottom: -6.25rem;
  }

  .xxl\:-left-27{
    left: -6.25rem;
  }

  .xxl\:-top-28{
    top: -7rem;
  }

  .xxl\:-right-28{
    right: -7rem;
  }

  .xxl\:-bottom-28{
    bottom: -7rem;
  }

  .xxl\:-left-28{
    left: -7rem;
  }

  .xxl\:-top-29{
    top: -7.5rem;
  }

  .xxl\:-right-29{
    right: -7.5rem;
  }

  .xxl\:-bottom-29{
    bottom: -7.5rem;
  }

  .xxl\:-left-29{
    left: -7.5rem;
  }

  .xxl\:-top-32{
    top: -8rem;
  }

  .xxl\:-right-32{
    right: -8rem;
  }

  .xxl\:-bottom-32{
    bottom: -8rem;
  }

  .xxl\:-left-32{
    left: -8rem;
  }

  .xxl\:-top-34{
    top: -8.5rem;
  }

  .xxl\:-right-34{
    right: -8.5rem;
  }

  .xxl\:-bottom-34{
    bottom: -8.5rem;
  }

  .xxl\:-left-34{
    left: -8.5rem;
  }

  .xxl\:-top-35{
    top: -8.75rem;
  }

  .xxl\:-right-35{
    right: -8.75rem;
  }

  .xxl\:-bottom-35{
    bottom: -8.75rem;
  }

  .xxl\:-left-35{
    left: -8.75rem;
  }

  .xxl\:-top-36{
    top: -9rem;
  }

  .xxl\:-right-36{
    right: -9rem;
  }

  .xxl\:-bottom-36{
    bottom: -9rem;
  }

  .xxl\:-left-36{
    left: -9rem;
  }

  .xxl\:-top-37{
    top: -9.125rem;
  }

  .xxl\:-right-37{
    right: -9.125rem;
  }

  .xxl\:-bottom-37{
    bottom: -9.125rem;
  }

  .xxl\:-left-37{
    left: -9.125rem;
  }

  .xxl\:-top-38{
    top: -9.5rem;
  }

  .xxl\:-right-38{
    right: -9.5rem;
  }

  .xxl\:-bottom-38{
    bottom: -9.5rem;
  }

  .xxl\:-left-38{
    left: -9.5rem;
  }

  .xxl\:-top-40{
    top: -10rem;
  }

  .xxl\:-right-40{
    right: -10rem;
  }

  .xxl\:-bottom-40{
    bottom: -10rem;
  }

  .xxl\:-left-40{
    left: -10rem;
  }

  .xxl\:-top-41{
    top: -10.5rem;
  }

  .xxl\:-right-41{
    right: -10.5rem;
  }

  .xxl\:-bottom-41{
    bottom: -10.5rem;
  }

  .xxl\:-left-41{
    left: -10.5rem;
  }

  .xxl\:-top-42{
    top: -10.625rem;
  }

  .xxl\:-right-42{
    right: -10.625rem;
  }

  .xxl\:-bottom-42{
    bottom: -10.625rem;
  }

  .xxl\:-left-42{
    left: -10.625rem;
  }

  .xxl\:-top-44{
    top: -11rem;
  }

  .xxl\:-right-44{
    right: -11rem;
  }

  .xxl\:-bottom-44{
    bottom: -11rem;
  }

  .xxl\:-left-44{
    left: -11rem;
  }

  .xxl\:-top-45{
    top: -11.25rem;
  }

  .xxl\:-right-45{
    right: -11.25rem;
  }

  .xxl\:-bottom-45{
    bottom: -11.25rem;
  }

  .xxl\:-left-45{
    left: -11.25rem;
  }

  .xxl\:-top-48{
    top: -12rem;
  }

  .xxl\:-right-48{
    right: -12rem;
  }

  .xxl\:-bottom-48{
    bottom: -12rem;
  }

  .xxl\:-left-48{
    left: -12rem;
  }

  .xxl\:-top-49{
    top: -12.5rem;
  }

  .xxl\:-right-49{
    right: -12.5rem;
  }

  .xxl\:-bottom-49{
    bottom: -12.5rem;
  }

  .xxl\:-left-49{
    left: -12.5rem;
  }

  .xxl\:-top-52{
    top: -13rem;
  }

  .xxl\:-right-52{
    right: -13rem;
  }

  .xxl\:-bottom-52{
    bottom: -13rem;
  }

  .xxl\:-left-52{
    left: -13rem;
  }

  .xxl\:-top-56{
    top: -14rem;
  }

  .xxl\:-right-56{
    right: -14rem;
  }

  .xxl\:-bottom-56{
    bottom: -14rem;
  }

  .xxl\:-left-56{
    left: -14rem;
  }

  .xxl\:-top-57{
    top: -14.375rem;
  }

  .xxl\:-right-57{
    right: -14.375rem;
  }

  .xxl\:-bottom-57{
    bottom: -14.375rem;
  }

  .xxl\:-left-57{
    left: -14.375rem;
  }

  .xxl\:-top-60{
    top: -15rem;
  }

  .xxl\:-right-60{
    right: -15rem;
  }

  .xxl\:-bottom-60{
    bottom: -15rem;
  }

  .xxl\:-left-60{
    left: -15rem;
  }

  .xxl\:-top-64{
    top: -16rem;
  }

  .xxl\:-right-64{
    right: -16rem;
  }

  .xxl\:-bottom-64{
    bottom: -16rem;
  }

  .xxl\:-left-64{
    left: -16rem;
  }

  .xxl\:-top-72{
    top: -18rem;
  }

  .xxl\:-right-72{
    right: -18rem;
  }

  .xxl\:-bottom-72{
    bottom: -18rem;
  }

  .xxl\:-left-72{
    left: -18rem;
  }

  .xxl\:-top-80{
    top: -20rem;
  }

  .xxl\:-right-80{
    right: -20rem;
  }

  .xxl\:-bottom-80{
    bottom: -20rem;
  }

  .xxl\:-left-80{
    left: -20rem;
  }

  .xxl\:-top-82{
    top: -22rem;
  }

  .xxl\:-right-82{
    right: -22rem;
  }

  .xxl\:-bottom-82{
    bottom: -22rem;
  }

  .xxl\:-left-82{
    left: -22rem;
  }

  .xxl\:-top-83{
    top: -23.8125rem;
  }

  .xxl\:-right-83{
    right: -23.8125rem;
  }

  .xxl\:-bottom-83{
    bottom: -23.8125rem;
  }

  .xxl\:-left-83{
    left: -23.8125rem;
  }

  .xxl\:-top-96{
    top: -24rem;
  }

  .xxl\:-right-96{
    right: -24rem;
  }

  .xxl\:-bottom-96{
    bottom: -24rem;
  }

  .xxl\:-left-96{
    left: -24rem;
  }

  .xxl\:-top-px{
    top: -1px;
  }

  .xxl\:-right-px{
    right: -1px;
  }

  .xxl\:-bottom-px{
    bottom: -1px;
  }

  .xxl\:-left-px{
    left: -1px;
  }

  .xxl\:-top-0\.5{
    top: -0.125rem;
  }

  .xxl\:-right-0\.5{
    right: -0.125rem;
  }

  .xxl\:-bottom-0\.5{
    bottom: -0.125rem;
  }

  .xxl\:-left-0\.5{
    left: -0.125rem;
  }

  .xxl\:-top-1\.5{
    top: -0.375rem;
  }

  .xxl\:-right-1\.5{
    right: -0.375rem;
  }

  .xxl\:-bottom-1\.5{
    bottom: -0.375rem;
  }

  .xxl\:-left-1\.5{
    left: -0.375rem;
  }

  .xxl\:-top-2\.5{
    top: -0.625rem;
  }

  .xxl\:-right-2\.5{
    right: -0.625rem;
  }

  .xxl\:-bottom-2\.5{
    bottom: -0.625rem;
  }

  .xxl\:-left-2\.5{
    left: -0.625rem;
  }

  .xxl\:-top-3\.5{
    top: -0.875rem;
  }

  .xxl\:-right-3\.5{
    right: -0.875rem;
  }

  .xxl\:-bottom-3\.5{
    bottom: -0.875rem;
  }

  .xxl\:-left-3\.5{
    left: -0.875rem;
  }

  .xxl\:-top-4\.5{
    top: -1.125rem;
  }

  .xxl\:-right-4\.5{
    right: -1.125rem;
  }

  .xxl\:-bottom-4\.5{
    bottom: -1.125rem;
  }

  .xxl\:-left-4\.5{
    left: -1.125rem;
  }

  .xxl\:-top-5\.5{
    top: -1.375rem;
  }

  .xxl\:-right-5\.5{
    right: -1.375rem;
  }

  .xxl\:-bottom-5\.5{
    bottom: -1.375rem;
  }

  .xxl\:-left-5\.5{
    left: -1.375rem;
  }

  .xxl\:-top-6\.5{
    top: -1.625rem;
  }

  .xxl\:-right-6\.5{
    right: -1.625rem;
  }

  .xxl\:-bottom-6\.5{
    bottom: -1.625rem;
  }

  .xxl\:-left-6\.5{
    left: -1.625rem;
  }

  .xxl\:-top-7\.5{
    top: -1.875rem;
  }

  .xxl\:-right-7\.5{
    right: -1.875rem;
  }

  .xxl\:-bottom-7\.5{
    bottom: -1.875rem;
  }

  .xxl\:-left-7\.5{
    left: -1.875rem;
  }

  .xxl\:-top-8\.5{
    top: -2.125rem;
  }

  .xxl\:-right-8\.5{
    right: -2.125rem;
  }

  .xxl\:-bottom-8\.5{
    bottom: -2.125rem;
  }

  .xxl\:-left-8\.5{
    left: -2.125rem;
  }

  .xxl\:-top-9\.5{
    top: -2.375rem;
  }

  .xxl\:-right-9\.5{
    right: -2.375rem;
  }

  .xxl\:-bottom-9\.5{
    bottom: -2.375rem;
  }

  .xxl\:-left-9\.5{
    left: -2.375rem;
  }

  .xxl\:-top-10\.5{
    top: -2.625rem;
  }

  .xxl\:-right-10\.5{
    right: -2.625rem;
  }

  .xxl\:-bottom-10\.5{
    bottom: -2.625rem;
  }

  .xxl\:-left-10\.5{
    left: -2.625rem;
  }

  .xxl\:-top-11\.5{
    top: -2.875rem;
  }

  .xxl\:-right-11\.5{
    right: -2.875rem;
  }

  .xxl\:-bottom-11\.5{
    bottom: -2.875rem;
  }

  .xxl\:-left-11\.5{
    left: -2.875rem;
  }

  .xxl\:-top-12\.5{
    top: -3.125rem;
  }

  .xxl\:-right-12\.5{
    right: -3.125rem;
  }

  .xxl\:-bottom-12\.5{
    bottom: -3.125rem;
  }

  .xxl\:-left-12\.5{
    left: -3.125rem;
  }

  .xxl\:-top-13\.5{
    top: -3.25rem;
  }

  .xxl\:-right-13\.5{
    right: -3.25rem;
  }

  .xxl\:-bottom-13\.5{
    bottom: -3.25rem;
  }

  .xxl\:-left-13\.5{
    left: -3.25rem;
  }

  .xxl\:-top-15\.5{
    top: -3.8rem;
  }

  .xxl\:-right-15\.5{
    right: -3.8rem;
  }

  .xxl\:-bottom-15\.5{
    bottom: -3.8rem;
  }

  .xxl\:-left-15\.5{
    left: -3.8rem;
  }

  .xxl\:-top-16\.5{
    top: -4.125rem;
  }

  .xxl\:-right-16\.5{
    right: -4.125rem;
  }

  .xxl\:-bottom-16\.5{
    bottom: -4.125rem;
  }

  .xxl\:-left-16\.5{
    left: -4.125rem;
  }

  .xxl\:-top-17\.5{
    top: -4.25rem;
  }

  .xxl\:-right-17\.5{
    right: -4.25rem;
  }

  .xxl\:-bottom-17\.5{
    bottom: -4.25rem;
  }

  .xxl\:-left-17\.5{
    left: -4.25rem;
  }

  .xxl\:-top-18\.5{
    top: -4.625rem;
  }

  .xxl\:-right-18\.5{
    right: -4.625rem;
  }

  .xxl\:-bottom-18\.5{
    bottom: -4.625rem;
  }

  .xxl\:-left-18\.5{
    left: -4.625rem;
  }

  .xxl\:-top-20\.5{
    top: -5.25rem;
  }

  .xxl\:-right-20\.5{
    right: -5.25rem;
  }

  .xxl\:-bottom-20\.5{
    bottom: -5.25rem;
  }

  .xxl\:-left-20\.5{
    left: -5.25rem;
  }

  .xxl\:-top-21\.5{
    top: -5.75rem;
  }

  .xxl\:-right-21\.5{
    right: -5.75rem;
  }

  .xxl\:-bottom-21\.5{
    bottom: -5.75rem;
  }

  .xxl\:-left-21\.5{
    left: -5.75rem;
  }

  .xxl\:-top-22\.5{
    top: -5.875rem;
  }

  .xxl\:-right-22\.5{
    right: -5.875rem;
  }

  .xxl\:-bottom-22\.5{
    bottom: -5.875rem;
  }

  .xxl\:-left-22\.5{
    left: -5.875rem;
  }

  .xxl\:-top-24\.5{
    top: -6.8125rem;
  }

  .xxl\:-right-24\.5{
    right: -6.8125rem;
  }

  .xxl\:-bottom-24\.5{
    bottom: -6.8125rem;
  }

  .xxl\:-left-24\.5{
    left: -6.8125rem;
  }

  .xxl\:-top-28\.5{
    top: -7.375rem;
  }

  .xxl\:-right-28\.5{
    right: -7.375rem;
  }

  .xxl\:-bottom-28\.5{
    bottom: -7.375rem;
  }

  .xxl\:-left-28\.5{
    left: -7.375rem;
  }

  .xxl\:-top-29\.5{
    top: -7.75rem;
  }

  .xxl\:-right-29\.5{
    right: -7.75rem;
  }

  .xxl\:-bottom-29\.5{
    bottom: -7.75rem;
  }

  .xxl\:-left-29\.5{
    left: -7.75rem;
  }

  .xxl\:-top-32\.5{
    top: -8.125rem;
  }

  .xxl\:-right-32\.5{
    right: -8.125rem;
  }

  .xxl\:-bottom-32\.5{
    bottom: -8.125rem;
  }

  .xxl\:-left-32\.5{
    left: -8.125rem;
  }

  .xxl\:-top-33\.5{
    top: -8.8125rem;
  }

  .xxl\:-right-33\.5{
    right: -8.8125rem;
  }

  .xxl\:-bottom-33\.5{
    bottom: -8.8125rem;
  }

  .xxl\:-left-33\.5{
    left: -8.8125rem;
  }

  .xxl\:-top-42\.5{
    top: -10.875rem;
  }

  .xxl\:-right-42\.5{
    right: -10.875rem;
  }

  .xxl\:-bottom-42\.5{
    bottom: -10.875rem;
  }

  .xxl\:-left-42\.5{
    left: -10.875rem;
  }

  .xxl\:-top-49\.5{
    top: -12.75rem;
  }

  .xxl\:-right-49\.5{
    right: -12.75rem;
  }

  .xxl\:-bottom-49\.5{
    bottom: -12.75rem;
  }

  .xxl\:-left-49\.5{
    left: -12.75rem;
  }

  .xxl\:-top-72\.5{
    top: -18.25rem;
  }

  .xxl\:-right-72\.5{
    right: -18.25rem;
  }

  .xxl\:-bottom-72\.5{
    bottom: -18.25rem;
  }

  .xxl\:-left-72\.5{
    left: -18.25rem;
  }

  .xxl\:top-1\/2{
    top: 50%;
  }

  .xxl\:right-1\/2{
    right: 50%;
  }

  .xxl\:bottom-1\/2{
    bottom: 50%;
  }

  .xxl\:left-1\/2{
    left: 50%;
  }

  .xxl\:top-1\/3{
    top: 33.333333%;
  }

  .xxl\:right-1\/3{
    right: 33.333333%;
  }

  .xxl\:bottom-1\/3{
    bottom: 33.333333%;
  }

  .xxl\:left-1\/3{
    left: 33.333333%;
  }

  .xxl\:top-2\/3{
    top: 66.666667%;
  }

  .xxl\:right-2\/3{
    right: 66.666667%;
  }

  .xxl\:bottom-2\/3{
    bottom: 66.666667%;
  }

  .xxl\:left-2\/3{
    left: 66.666667%;
  }

  .xxl\:top-1\/4{
    top: 25%;
  }

  .xxl\:right-1\/4{
    right: 25%;
  }

  .xxl\:bottom-1\/4{
    bottom: 25%;
  }

  .xxl\:left-1\/4{
    left: 25%;
  }

  .xxl\:top-2\/4{
    top: 50%;
  }

  .xxl\:right-2\/4{
    right: 50%;
  }

  .xxl\:bottom-2\/4{
    bottom: 50%;
  }

  .xxl\:left-2\/4{
    left: 50%;
  }

  .xxl\:top-3\/4{
    top: 75%;
  }

  .xxl\:right-3\/4{
    right: 75%;
  }

  .xxl\:bottom-3\/4{
    bottom: 75%;
  }

  .xxl\:left-3\/4{
    left: 75%;
  }

  .xxl\:top-full{
    top: 100%;
  }

  .xxl\:right-full{
    right: 100%;
  }

  .xxl\:bottom-full{
    bottom: 100%;
  }

  .xxl\:left-full{
    left: 100%;
  }

  .xxl\:-top-1\/2{
    top: -50%;
  }

  .xxl\:-right-1\/2{
    right: -50%;
  }

  .xxl\:-bottom-1\/2{
    bottom: -50%;
  }

  .xxl\:-left-1\/2{
    left: -50%;
  }

  .xxl\:-top-1\/3{
    top: -33.333333%;
  }

  .xxl\:-right-1\/3{
    right: -33.333333%;
  }

  .xxl\:-bottom-1\/3{
    bottom: -33.333333%;
  }

  .xxl\:-left-1\/3{
    left: -33.333333%;
  }

  .xxl\:-top-2\/3{
    top: -66.666667%;
  }

  .xxl\:-right-2\/3{
    right: -66.666667%;
  }

  .xxl\:-bottom-2\/3{
    bottom: -66.666667%;
  }

  .xxl\:-left-2\/3{
    left: -66.666667%;
  }

  .xxl\:-top-1\/4{
    top: -25%;
  }

  .xxl\:-right-1\/4{
    right: -25%;
  }

  .xxl\:-bottom-1\/4{
    bottom: -25%;
  }

  .xxl\:-left-1\/4{
    left: -25%;
  }

  .xxl\:-top-2\/4{
    top: -50%;
  }

  .xxl\:-right-2\/4{
    right: -50%;
  }

  .xxl\:-bottom-2\/4{
    bottom: -50%;
  }

  .xxl\:-left-2\/4{
    left: -50%;
  }

  .xxl\:-top-3\/4{
    top: -75%;
  }

  .xxl\:-right-3\/4{
    right: -75%;
  }

  .xxl\:-bottom-3\/4{
    bottom: -75%;
  }

  .xxl\:-left-3\/4{
    left: -75%;
  }

  .xxl\:-top-full{
    top: -100%;
  }

  .xxl\:-right-full{
    right: -100%;
  }

  .xxl\:-bottom-full{
    bottom: -100%;
  }

  .xxl\:-left-full{
    left: -100%;
  }

  .xxl\:resize-none{
    resize: none;
  }

  .xxl\:resize-y{
    resize: vertical;
  }

  .xxl\:resize-x{
    resize: horizontal;
  }

  .xxl\:resize{
    resize: both;
  }

  .xxl\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-base{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-filter{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xxl\:group-hover\:shadow-discound{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\:shadow-base:focus-within{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\:shadow-filter:focus-within{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus-within\:shadow-discound:focus-within{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow-base:hover{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow-filter:hover{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:hover\:shadow-discound:hover{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\: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);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow-base:focus{
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow-filter:focus{
    --tw-shadow: 3px 1px 13px rgba(0, 9, 122, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:focus\:shadow-discound:focus{
    --tw-shadow: 0px 22px 9px rgba(199, 199, 199, 0.01), 0px 13px 8px rgba(199, 199, 199, 0.05), 0px 6px 6px rgba(199, 199, 199, 0.09), 0px 1px 3px rgba(199, 199, 199, 0.1), 0px 0px 0px rgba(199, 199, 199, 0.1);;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xxl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xxl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus-within\: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);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xxl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xxl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xxl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xxl\:ring-offset-current{
    --tw-ring-offset-color: currentColor;
  }

  .xxl\:ring-offset-black-100{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:ring-offset-black-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:ring-offset-black-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:ring-offset-black-350{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:ring-offset-black-400{
    --tw-ring-offset-color: #000000;
  }

  .xxl\:ring-offset-black-450{
    --tw-ring-offset-color: #020202;
  }

  .xxl\:ring-offset-black-500{
    --tw-ring-offset-color: #aeaeae;
  }

  .xxl\:ring-offset-black-600{
    --tw-ring-offset-color: #706F6F;
  }

  .xxl\:ring-offset-black-700{
    --tw-ring-offset-color: #616060;
  }

  .xxl\:ring-offset-white-200{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xxl\:ring-offset-white-300{
    --tw-ring-offset-color: #55423e;
  }

  .xxl\:ring-offset-white-400{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xxl\:ring-offset-white-600{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xxl\:ring-offset-gray-50{
    --tw-ring-offset-color: #f9fafb;
  }

  .xxl\:ring-offset-gray-90{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xxl\:ring-offset-gray-100{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xxl\:ring-offset-gray-200{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xxl\:ring-offset-gray-300{
    --tw-ring-offset-color: #dedede;
  }

  .xxl\:ring-offset-gray-350{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xxl\:ring-offset-gray-400{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xxl\:ring-offset-gray-450{
    --tw-ring-offset-color: #aeaeae;
  }

  .xxl\:ring-offset-gray-500{
    --tw-ring-offset-color: #595959;
  }

  .xxl\:ring-offset-gray-550{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xxl\:ring-offset-gray-600{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xxl\:ring-offset-gray-700{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xxl\:ring-offset-gray-800{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xxl\:ring-offset-gray-850{
    --tw-ring-offset-color: #ebebeb;
  }

  .xxl\:ring-offset-gray-900{
    --tw-ring-offset-color: #727272;
  }

  .xxl\:ring-offset-gray-950{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xxl\:ring-offset-red-50{
    --tw-ring-offset-color: #fef2f2;
  }

  .xxl\:ring-offset-red-100{
    --tw-ring-offset-color: #fee2e2;
  }

  .xxl\:ring-offset-red-200{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:ring-offset-red-300{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:ring-offset-red-350{
    --tw-ring-offset-color: #fef5f5;
  }

  .xxl\:ring-offset-red-400{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xxl\:ring-offset-red-450{
    --tw-ring-offset-color: #fef7f7;
  }

  .xxl\:ring-offset-red-500{
    --tw-ring-offset-color: #EA1B60;
  }

  .xxl\:ring-offset-red-600{
    --tw-ring-offset-color: #BE302C;
  }

  .xxl\:ring-offset-red-650{
    --tw-ring-offset-color: #ff3131;
  }

  .xxl\:ring-offset-red-700{
    --tw-ring-offset-color: #B61450;
  }

  .xxl\:ring-offset-red-750{
    --tw-ring-offset-color: #cb3633;
  }

  .xxl\:ring-offset-red-800{
    --tw-ring-offset-color: #A02825;
  }

  .xxl\:ring-offset-red-850{
    --tw-ring-offset-color: #A82c29;
  }

  .xxl\:ring-offset-red-900{
    --tw-ring-offset-color: #770603;
  }

  .xxl\:ring-offset-yellow-50{
    --tw-ring-offset-color: #fffbeb;
  }

  .xxl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fef3c7;
  }

  .xxl\:ring-offset-yellow-200{
    --tw-ring-offset-color: #fde68a;
  }

  .xxl\:ring-offset-yellow-300{
    --tw-ring-offset-color: #fcd34d;
  }

  .xxl\:ring-offset-yellow-400{
    --tw-ring-offset-color: #F8D90F;
  }

  .xxl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #f59e0b;
  }

  .xxl\:ring-offset-yellow-600{
    --tw-ring-offset-color: #d97706;
  }

  .xxl\:ring-offset-yellow-700{
    --tw-ring-offset-color: #b45309;
  }

  .xxl\:ring-offset-yellow-800{
    --tw-ring-offset-color: #92400e;
  }

  .xxl\:ring-offset-yellow-900{
    --tw-ring-offset-color: #78350f;
  }

  .xxl\:ring-offset-green-50{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xxl\:ring-offset-green-100{
    --tw-ring-offset-color: #d1fae5;
  }

  .xxl\:ring-offset-green-200{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xxl\:ring-offset-green-300{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:ring-offset-green-400{
    --tw-ring-offset-color: #3EF076;
  }

  .xxl\:ring-offset-green-500{
    --tw-ring-offset-color: #61BE79;
  }

  .xxl\:ring-offset-green-550{
    --tw-ring-offset-color: #70c486;
  }

  .xxl\:ring-offset-green-600{
    --tw-ring-offset-color: #59B8B2;
  }

  .xxl\:ring-offset-green-700{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xxl\:ring-offset-green-800{
    --tw-ring-offset-color: #065f46;
  }

  .xxl\:ring-offset-green-900{
    --tw-ring-offset-color: #064e3b;
  }

  .xxl\:ring-offset-blue-50{
    --tw-ring-offset-color: #eff6ff;
  }

  .xxl\:ring-offset-blue-100{
    --tw-ring-offset-color: #dbeafe;
  }

  .xxl\:ring-offset-blue-200{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xxl\:ring-offset-blue-300{
    --tw-ring-offset-color: #93c5fd;
  }

  .xxl\:ring-offset-blue-400{
    --tw-ring-offset-color: #0a3852;
  }

  .xxl\:ring-offset-blue-500{
    --tw-ring-offset-color: #3b82f6;
  }

  .xxl\:ring-offset-blue-600{
    --tw-ring-offset-color: #2563eb;
  }

  .xxl\:ring-offset-blue-700{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xxl\:ring-offset-blue-800{
    --tw-ring-offset-color: #1e40af;
  }

  .xxl\:ring-offset-blue-900{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xxl\:ring-offset-indigo-50{
    --tw-ring-offset-color: #eef2ff;
  }

  .xxl\:ring-offset-indigo-100{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xxl\:ring-offset-indigo-200{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xxl\:ring-offset-indigo-300{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xxl\:ring-offset-indigo-400{
    --tw-ring-offset-color: #818cf8;
  }

  .xxl\:ring-offset-indigo-500{
    --tw-ring-offset-color: #6366f1;
  }

  .xxl\:ring-offset-indigo-600{
    --tw-ring-offset-color: #4f46e5;
  }

  .xxl\:ring-offset-indigo-700{
    --tw-ring-offset-color: #4338ca;
  }

  .xxl\:ring-offset-indigo-800{
    --tw-ring-offset-color: #3730a3;
  }

  .xxl\:ring-offset-indigo-900{
    --tw-ring-offset-color: #312e81;
  }

  .xxl\:ring-offset-purple-50{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xxl\:ring-offset-purple-100{
    --tw-ring-offset-color: #ede9fe;
  }

  .xxl\:ring-offset-purple-200{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xxl\:ring-offset-purple-300{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xxl\:ring-offset-purple-400{
    --tw-ring-offset-color: #a78bfa;
  }

  .xxl\:ring-offset-purple-500{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xxl\:ring-offset-purple-600{
    --tw-ring-offset-color: #7c3aed;
  }

  .xxl\:ring-offset-purple-700{
    --tw-ring-offset-color: #6d28d9;
  }

  .xxl\:ring-offset-purple-800{
    --tw-ring-offset-color: #5b21b6;
  }

  .xxl\:ring-offset-purple-900{
    --tw-ring-offset-color: #4c1d95;
  }

  .xxl\:ring-offset-pink-50{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xxl\:ring-offset-pink-100{
    --tw-ring-offset-color: #fce7f3;
  }

  .xxl\:ring-offset-pink-200{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xxl\:ring-offset-pink-300{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xxl\:ring-offset-pink-400{
    --tw-ring-offset-color: #f472b6;
  }

  .xxl\:ring-offset-pink-500{
    --tw-ring-offset-color: #ec4899;
  }

  .xxl\:ring-offset-pink-600{
    --tw-ring-offset-color: #db2777;
  }

  .xxl\:ring-offset-pink-700{
    --tw-ring-offset-color: #be185d;
  }

  .xxl\:ring-offset-pink-800{
    --tw-ring-offset-color: #9d174d;
  }

  .xxl\:ring-offset-pink-900{
    --tw-ring-offset-color: #831843;
  }

  .xxl\:ring-offset-orange-400{
    --tw-ring-offset-color: #E26528;
  }

  .xxl\:ring-offset-orange-500{
    --tw-ring-offset-color: #FD3C00;
  }

  .xxl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xxl\:focus-within\:ring-offset-current:focus-within{
    --tw-ring-offset-color: currentColor;
  }

  .xxl\:focus-within\:ring-offset-black-100:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus-within\:ring-offset-black-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus-within\:ring-offset-black-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus-within\:ring-offset-black-350:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus-within\:ring-offset-black-400:focus-within{
    --tw-ring-offset-color: #000000;
  }

  .xxl\:focus-within\:ring-offset-black-450:focus-within{
    --tw-ring-offset-color: #020202;
  }

  .xxl\:focus-within\:ring-offset-black-500:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .xxl\:focus-within\:ring-offset-black-600:focus-within{
    --tw-ring-offset-color: #706F6F;
  }

  .xxl\:focus-within\:ring-offset-black-700:focus-within{
    --tw-ring-offset-color: #616060;
  }

  .xxl\:focus-within\:ring-offset-white-200:focus-within{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xxl\:focus-within\:ring-offset-white-300:focus-within{
    --tw-ring-offset-color: #55423e;
  }

  .xxl\:focus-within\:ring-offset-white-400:focus-within{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xxl\:focus-within\:ring-offset-white-600:focus-within{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xxl\:focus-within\:ring-offset-gray-50:focus-within{
    --tw-ring-offset-color: #f9fafb;
  }

  .xxl\:focus-within\:ring-offset-gray-90:focus-within{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xxl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xxl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xxl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #dedede;
  }

  .xxl\:focus-within\:ring-offset-gray-350:focus-within{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xxl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xxl\:focus-within\:ring-offset-gray-450:focus-within{
    --tw-ring-offset-color: #aeaeae;
  }

  .xxl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #595959;
  }

  .xxl\:focus-within\:ring-offset-gray-550:focus-within{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xxl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xxl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xxl\:focus-within\:ring-offset-gray-800:focus-within{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xxl\:focus-within\:ring-offset-gray-850:focus-within{
    --tw-ring-offset-color: #ebebeb;
  }

  .xxl\:focus-within\:ring-offset-gray-900:focus-within{
    --tw-ring-offset-color: #727272;
  }

  .xxl\:focus-within\:ring-offset-gray-950:focus-within{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xxl\:focus-within\:ring-offset-red-50:focus-within{
    --tw-ring-offset-color: #fef2f2;
  }

  .xxl\:focus-within\:ring-offset-red-100:focus-within{
    --tw-ring-offset-color: #fee2e2;
  }

  .xxl\:focus-within\:ring-offset-red-200:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus-within\:ring-offset-red-350:focus-within{
    --tw-ring-offset-color: #fef5f5;
  }

  .xxl\:focus-within\:ring-offset-red-400:focus-within{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xxl\:focus-within\:ring-offset-red-450:focus-within{
    --tw-ring-offset-color: #fef7f7;
  }

  .xxl\:focus-within\:ring-offset-red-500:focus-within{
    --tw-ring-offset-color: #EA1B60;
  }

  .xxl\:focus-within\:ring-offset-red-600:focus-within{
    --tw-ring-offset-color: #BE302C;
  }

  .xxl\:focus-within\:ring-offset-red-650:focus-within{
    --tw-ring-offset-color: #ff3131;
  }

  .xxl\:focus-within\:ring-offset-red-700:focus-within{
    --tw-ring-offset-color: #B61450;
  }

  .xxl\:focus-within\:ring-offset-red-750:focus-within{
    --tw-ring-offset-color: #cb3633;
  }

  .xxl\:focus-within\:ring-offset-red-800:focus-within{
    --tw-ring-offset-color: #A02825;
  }

  .xxl\:focus-within\:ring-offset-red-850:focus-within{
    --tw-ring-offset-color: #A82c29;
  }

  .xxl\:focus-within\:ring-offset-red-900:focus-within{
    --tw-ring-offset-color: #770603;
  }

  .xxl\:focus-within\:ring-offset-yellow-50:focus-within{
    --tw-ring-offset-color: #fffbeb;
  }

  .xxl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fef3c7;
  }

  .xxl\:focus-within\:ring-offset-yellow-200:focus-within{
    --tw-ring-offset-color: #fde68a;
  }

  .xxl\:focus-within\:ring-offset-yellow-300:focus-within{
    --tw-ring-offset-color: #fcd34d;
  }

  .xxl\:focus-within\:ring-offset-yellow-400:focus-within{
    --tw-ring-offset-color: #F8D90F;
  }

  .xxl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #f59e0b;
  }

  .xxl\:focus-within\:ring-offset-yellow-600:focus-within{
    --tw-ring-offset-color: #d97706;
  }

  .xxl\:focus-within\:ring-offset-yellow-700:focus-within{
    --tw-ring-offset-color: #b45309;
  }

  .xxl\:focus-within\:ring-offset-yellow-800:focus-within{
    --tw-ring-offset-color: #92400e;
  }

  .xxl\:focus-within\:ring-offset-yellow-900:focus-within{
    --tw-ring-offset-color: #78350f;
  }

  .xxl\:focus-within\:ring-offset-green-50:focus-within{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xxl\:focus-within\:ring-offset-green-100:focus-within{
    --tw-ring-offset-color: #d1fae5;
  }

  .xxl\:focus-within\:ring-offset-green-200:focus-within{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xxl\:focus-within\:ring-offset-green-300:focus-within{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus-within\:ring-offset-green-400:focus-within{
    --tw-ring-offset-color: #3EF076;
  }

  .xxl\:focus-within\:ring-offset-green-500:focus-within{
    --tw-ring-offset-color: #61BE79;
  }

  .xxl\:focus-within\:ring-offset-green-550:focus-within{
    --tw-ring-offset-color: #70c486;
  }

  .xxl\:focus-within\:ring-offset-green-600:focus-within{
    --tw-ring-offset-color: #59B8B2;
  }

  .xxl\:focus-within\:ring-offset-green-700:focus-within{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xxl\:focus-within\:ring-offset-green-800:focus-within{
    --tw-ring-offset-color: #065f46;
  }

  .xxl\:focus-within\:ring-offset-green-900:focus-within{
    --tw-ring-offset-color: #064e3b;
  }

  .xxl\:focus-within\:ring-offset-blue-50:focus-within{
    --tw-ring-offset-color: #eff6ff;
  }

  .xxl\:focus-within\:ring-offset-blue-100:focus-within{
    --tw-ring-offset-color: #dbeafe;
  }

  .xxl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xxl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #93c5fd;
  }

  .xxl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #0a3852;
  }

  .xxl\:focus-within\:ring-offset-blue-500:focus-within{
    --tw-ring-offset-color: #3b82f6;
  }

  .xxl\:focus-within\:ring-offset-blue-600:focus-within{
    --tw-ring-offset-color: #2563eb;
  }

  .xxl\:focus-within\:ring-offset-blue-700:focus-within{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xxl\:focus-within\:ring-offset-blue-800:focus-within{
    --tw-ring-offset-color: #1e40af;
  }

  .xxl\:focus-within\:ring-offset-blue-900:focus-within{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xxl\:focus-within\:ring-offset-indigo-50:focus-within{
    --tw-ring-offset-color: #eef2ff;
  }

  .xxl\:focus-within\:ring-offset-indigo-100:focus-within{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xxl\:focus-within\:ring-offset-indigo-200:focus-within{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xxl\:focus-within\:ring-offset-indigo-300:focus-within{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xxl\:focus-within\:ring-offset-indigo-400:focus-within{
    --tw-ring-offset-color: #818cf8;
  }

  .xxl\:focus-within\:ring-offset-indigo-500:focus-within{
    --tw-ring-offset-color: #6366f1;
  }

  .xxl\:focus-within\:ring-offset-indigo-600:focus-within{
    --tw-ring-offset-color: #4f46e5;
  }

  .xxl\:focus-within\:ring-offset-indigo-700:focus-within{
    --tw-ring-offset-color: #4338ca;
  }

  .xxl\:focus-within\:ring-offset-indigo-800:focus-within{
    --tw-ring-offset-color: #3730a3;
  }

  .xxl\:focus-within\:ring-offset-indigo-900:focus-within{
    --tw-ring-offset-color: #312e81;
  }

  .xxl\:focus-within\:ring-offset-purple-50:focus-within{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xxl\:focus-within\:ring-offset-purple-100:focus-within{
    --tw-ring-offset-color: #ede9fe;
  }

  .xxl\:focus-within\:ring-offset-purple-200:focus-within{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xxl\:focus-within\:ring-offset-purple-300:focus-within{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xxl\:focus-within\:ring-offset-purple-400:focus-within{
    --tw-ring-offset-color: #a78bfa;
  }

  .xxl\:focus-within\:ring-offset-purple-500:focus-within{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xxl\:focus-within\:ring-offset-purple-600:focus-within{
    --tw-ring-offset-color: #7c3aed;
  }

  .xxl\:focus-within\:ring-offset-purple-700:focus-within{
    --tw-ring-offset-color: #6d28d9;
  }

  .xxl\:focus-within\:ring-offset-purple-800:focus-within{
    --tw-ring-offset-color: #5b21b6;
  }

  .xxl\:focus-within\:ring-offset-purple-900:focus-within{
    --tw-ring-offset-color: #4c1d95;
  }

  .xxl\:focus-within\:ring-offset-pink-50:focus-within{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xxl\:focus-within\:ring-offset-pink-100:focus-within{
    --tw-ring-offset-color: #fce7f3;
  }

  .xxl\:focus-within\:ring-offset-pink-200:focus-within{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xxl\:focus-within\:ring-offset-pink-300:focus-within{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xxl\:focus-within\:ring-offset-pink-400:focus-within{
    --tw-ring-offset-color: #f472b6;
  }

  .xxl\:focus-within\:ring-offset-pink-500:focus-within{
    --tw-ring-offset-color: #ec4899;
  }

  .xxl\:focus-within\:ring-offset-pink-600:focus-within{
    --tw-ring-offset-color: #db2777;
  }

  .xxl\:focus-within\:ring-offset-pink-700:focus-within{
    --tw-ring-offset-color: #be185d;
  }

  .xxl\:focus-within\:ring-offset-pink-800:focus-within{
    --tw-ring-offset-color: #9d174d;
  }

  .xxl\:focus-within\:ring-offset-pink-900:focus-within{
    --tw-ring-offset-color: #831843;
  }

  .xxl\:focus-within\:ring-offset-orange-400:focus-within{
    --tw-ring-offset-color: #E26528;
  }

  .xxl\:focus-within\:ring-offset-orange-500:focus-within{
    --tw-ring-offset-color: #FD3C00;
  }

  .xxl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xxl\:focus\:ring-offset-current:focus{
    --tw-ring-offset-color: currentColor;
  }

  .xxl\:focus\:ring-offset-black-100:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:ring-offset-black-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:ring-offset-black-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:ring-offset-black-350:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:ring-offset-black-400:focus{
    --tw-ring-offset-color: #000000;
  }

  .xxl\:focus\:ring-offset-black-450:focus{
    --tw-ring-offset-color: #020202;
  }

  .xxl\:focus\:ring-offset-black-500:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .xxl\:focus\:ring-offset-black-600:focus{
    --tw-ring-offset-color: #706F6F;
  }

  .xxl\:focus\:ring-offset-black-700:focus{
    --tw-ring-offset-color: #616060;
  }

  .xxl\:focus\:ring-offset-white-200:focus{
    --tw-ring-offset-color: #f2d0dc;
  }

  .xxl\:focus\:ring-offset-white-300:focus{
    --tw-ring-offset-color: #55423e;
  }

  .xxl\:focus\:ring-offset-white-400:focus{
    --tw-ring-offset-color: #FFFFFF;
  }

  .xxl\:focus\:ring-offset-white-600:focus{
    --tw-ring-offset-color: #d1d0d1;
  }

  .xxl\:focus\:ring-offset-gray-50:focus{
    --tw-ring-offset-color: #f9fafb;
  }

  .xxl\:focus\:ring-offset-gray-90:focus{
    --tw-ring-offset-color: #EFEFEF;
  }

  .xxl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #8B8B8B;
  }

  .xxl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #d3d3d3;
  }

  .xxl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #dedede;
  }

  .xxl\:focus\:ring-offset-gray-350:focus{
    --tw-ring-offset-color: #aaaaaa;
  }

  .xxl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #F2F3F4;
  }

  .xxl\:focus\:ring-offset-gray-450:focus{
    --tw-ring-offset-color: #aeaeae;
  }

  .xxl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #595959;
  }

  .xxl\:focus\:ring-offset-gray-550:focus{
    --tw-ring-offset-color: #e7e7ed;
  }

  .xxl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #d8d8d8;
  }

  .xxl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #7a7a7a;
  }

  .xxl\:focus\:ring-offset-gray-800:focus{
    --tw-ring-offset-color: #f5f6f6;
  }

  .xxl\:focus\:ring-offset-gray-850:focus{
    --tw-ring-offset-color: #ebebeb;
  }

  .xxl\:focus\:ring-offset-gray-900:focus{
    --tw-ring-offset-color: #727272;
  }

  .xxl\:focus\:ring-offset-gray-950:focus{
    --tw-ring-offset-color: #f8f9f9;
  }

  .xxl\:focus\:ring-offset-red-50:focus{
    --tw-ring-offset-color: #fef2f2;
  }

  .xxl\:focus\:ring-offset-red-100:focus{
    --tw-ring-offset-color: #fee2e2;
  }

  .xxl\:focus\:ring-offset-red-200:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:ring-offset-red-350:focus{
    --tw-ring-offset-color: #fef5f5;
  }

  .xxl\:focus\:ring-offset-red-400:focus{
    --tw-ring-offset-color: #EA3E3A;
  }

  .xxl\:focus\:ring-offset-red-450:focus{
    --tw-ring-offset-color: #fef7f7;
  }

  .xxl\:focus\:ring-offset-red-500:focus{
    --tw-ring-offset-color: #EA1B60;
  }

  .xxl\:focus\:ring-offset-red-600:focus{
    --tw-ring-offset-color: #BE302C;
  }

  .xxl\:focus\:ring-offset-red-650:focus{
    --tw-ring-offset-color: #ff3131;
  }

  .xxl\:focus\:ring-offset-red-700:focus{
    --tw-ring-offset-color: #B61450;
  }

  .xxl\:focus\:ring-offset-red-750:focus{
    --tw-ring-offset-color: #cb3633;
  }

  .xxl\:focus\:ring-offset-red-800:focus{
    --tw-ring-offset-color: #A02825;
  }

  .xxl\:focus\:ring-offset-red-850:focus{
    --tw-ring-offset-color: #A82c29;
  }

  .xxl\:focus\:ring-offset-red-900:focus{
    --tw-ring-offset-color: #770603;
  }

  .xxl\:focus\:ring-offset-yellow-50:focus{
    --tw-ring-offset-color: #fffbeb;
  }

  .xxl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fef3c7;
  }

  .xxl\:focus\:ring-offset-yellow-200:focus{
    --tw-ring-offset-color: #fde68a;
  }

  .xxl\:focus\:ring-offset-yellow-300:focus{
    --tw-ring-offset-color: #fcd34d;
  }

  .xxl\:focus\:ring-offset-yellow-400:focus{
    --tw-ring-offset-color: #F8D90F;
  }

  .xxl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #f59e0b;
  }

  .xxl\:focus\:ring-offset-yellow-600:focus{
    --tw-ring-offset-color: #d97706;
  }

  .xxl\:focus\:ring-offset-yellow-700:focus{
    --tw-ring-offset-color: #b45309;
  }

  .xxl\:focus\:ring-offset-yellow-800:focus{
    --tw-ring-offset-color: #92400e;
  }

  .xxl\:focus\:ring-offset-yellow-900:focus{
    --tw-ring-offset-color: #78350f;
  }

  .xxl\:focus\:ring-offset-green-50:focus{
    --tw-ring-offset-color: #ecfdf5;
  }

  .xxl\:focus\:ring-offset-green-100:focus{
    --tw-ring-offset-color: #d1fae5;
  }

  .xxl\:focus\:ring-offset-green-200:focus{
    --tw-ring-offset-color: #a7f3d0;
  }

  .xxl\:focus\:ring-offset-green-300:focus{
    --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:ring-offset-green-400:focus{
    --tw-ring-offset-color: #3EF076;
  }

  .xxl\:focus\:ring-offset-green-500:focus{
    --tw-ring-offset-color: #61BE79;
  }

  .xxl\:focus\:ring-offset-green-550:focus{
    --tw-ring-offset-color: #70c486;
  }

  .xxl\:focus\:ring-offset-green-600:focus{
    --tw-ring-offset-color: #59B8B2;
  }

  .xxl\:focus\:ring-offset-green-700:focus{
    --tw-ring-offset-color: #f7fcf8;
  }

  .xxl\:focus\:ring-offset-green-800:focus{
    --tw-ring-offset-color: #065f46;
  }

  .xxl\:focus\:ring-offset-green-900:focus{
    --tw-ring-offset-color: #064e3b;
  }

  .xxl\:focus\:ring-offset-blue-50:focus{
    --tw-ring-offset-color: #eff6ff;
  }

  .xxl\:focus\:ring-offset-blue-100:focus{
    --tw-ring-offset-color: #dbeafe;
  }

  .xxl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #bfdbfe;
  }

  .xxl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #93c5fd;
  }

  .xxl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #0a3852;
  }

  .xxl\:focus\:ring-offset-blue-500:focus{
    --tw-ring-offset-color: #3b82f6;
  }

  .xxl\:focus\:ring-offset-blue-600:focus{
    --tw-ring-offset-color: #2563eb;
  }

  .xxl\:focus\:ring-offset-blue-700:focus{
    --tw-ring-offset-color: #1d4ed8;
  }

  .xxl\:focus\:ring-offset-blue-800:focus{
    --tw-ring-offset-color: #1e40af;
  }

  .xxl\:focus\:ring-offset-blue-900:focus{
    --tw-ring-offset-color: #1e3a8a;
  }

  .xxl\:focus\:ring-offset-indigo-50:focus{
    --tw-ring-offset-color: #eef2ff;
  }

  .xxl\:focus\:ring-offset-indigo-100:focus{
    --tw-ring-offset-color: #e0e7ff;
  }

  .xxl\:focus\:ring-offset-indigo-200:focus{
    --tw-ring-offset-color: #c7d2fe;
  }

  .xxl\:focus\:ring-offset-indigo-300:focus{
    --tw-ring-offset-color: #a5b4fc;
  }

  .xxl\:focus\:ring-offset-indigo-400:focus{
    --tw-ring-offset-color: #818cf8;
  }

  .xxl\:focus\:ring-offset-indigo-500:focus{
    --tw-ring-offset-color: #6366f1;
  }

  .xxl\:focus\:ring-offset-indigo-600:focus{
    --tw-ring-offset-color: #4f46e5;
  }

  .xxl\:focus\:ring-offset-indigo-700:focus{
    --tw-ring-offset-color: #4338ca;
  }

  .xxl\:focus\:ring-offset-indigo-800:focus{
    --tw-ring-offset-color: #3730a3;
  }

  .xxl\:focus\:ring-offset-indigo-900:focus{
    --tw-ring-offset-color: #312e81;
  }

  .xxl\:focus\:ring-offset-purple-50:focus{
    --tw-ring-offset-color: #f5f3ff;
  }

  .xxl\:focus\:ring-offset-purple-100:focus{
    --tw-ring-offset-color: #ede9fe;
  }

  .xxl\:focus\:ring-offset-purple-200:focus{
    --tw-ring-offset-color: #ddd6fe;
  }

  .xxl\:focus\:ring-offset-purple-300:focus{
    --tw-ring-offset-color: #c4b5fd;
  }

  .xxl\:focus\:ring-offset-purple-400:focus{
    --tw-ring-offset-color: #a78bfa;
  }

  .xxl\:focus\:ring-offset-purple-500:focus{
    --tw-ring-offset-color: #8b5cf6;
  }

  .xxl\:focus\:ring-offset-purple-600:focus{
    --tw-ring-offset-color: #7c3aed;
  }

  .xxl\:focus\:ring-offset-purple-700:focus{
    --tw-ring-offset-color: #6d28d9;
  }

  .xxl\:focus\:ring-offset-purple-800:focus{
    --tw-ring-offset-color: #5b21b6;
  }

  .xxl\:focus\:ring-offset-purple-900:focus{
    --tw-ring-offset-color: #4c1d95;
  }

  .xxl\:focus\:ring-offset-pink-50:focus{
    --tw-ring-offset-color: #fdf2f8;
  }

  .xxl\:focus\:ring-offset-pink-100:focus{
    --tw-ring-offset-color: #fce7f3;
  }

  .xxl\:focus\:ring-offset-pink-200:focus{
    --tw-ring-offset-color: #fbcfe8;
  }

  .xxl\:focus\:ring-offset-pink-300:focus{
    --tw-ring-offset-color: #f9a8d4;
  }

  .xxl\:focus\:ring-offset-pink-400:focus{
    --tw-ring-offset-color: #f472b6;
  }

  .xxl\:focus\:ring-offset-pink-500:focus{
    --tw-ring-offset-color: #ec4899;
  }

  .xxl\:focus\:ring-offset-pink-600:focus{
    --tw-ring-offset-color: #db2777;
  }

  .xxl\:focus\:ring-offset-pink-700:focus{
    --tw-ring-offset-color: #be185d;
  }

  .xxl\:focus\:ring-offset-pink-800:focus{
    --tw-ring-offset-color: #9d174d;
  }

  .xxl\:focus\:ring-offset-pink-900:focus{
    --tw-ring-offset-color: #831843;
  }

  .xxl\:focus\:ring-offset-orange-400:focus{
    --tw-ring-offset-color: #E26528;
  }

  .xxl\:focus\:ring-offset-orange-500:focus{
    --tw-ring-offset-color: #FD3C00;
  }

  .xxl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xxl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xxl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xxl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xxl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xxl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xxl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xxl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xxl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xxl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xxl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xxl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xxl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xxl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xxl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xxl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xxl\:ring-current{
    --tw-ring-color: currentColor;
  }

  .xxl\:ring-black-100{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:ring-black-200{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:ring-black-300{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:ring-black-350{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:ring-black-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xxl\:ring-black-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xxl\:ring-white-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xxl\:ring-white-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xxl\:ring-white-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxl\:ring-white-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-90{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xxl\:ring-gray-950{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-200{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:ring-red-300{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:ring-red-350{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-450{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-650{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-750{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-850{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xxl\:ring-red-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xxl\:ring-yellow-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-300{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:ring-green-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-550{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xxl\:ring-green-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xxl\:ring-blue-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xxl\:ring-indigo-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xxl\:ring-purple-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-50{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-700{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xxl\:ring-pink-900{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xxl\:ring-orange-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xxl\:ring-orange-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xxl\:focus-within\:ring-current:focus-within{
    --tw-ring-color: currentColor;
  }

  .xxl\:focus-within\:ring-black-100:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus-within\:ring-black-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus-within\:ring-black-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus-within\:ring-black-350:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus-within\:ring-black-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-black-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-white-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-white-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-white-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-white-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-90:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-gray-950:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-200:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus-within\:ring-red-350:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-450:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-650:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-750:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-850:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-red-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-yellow-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-300:focus-within{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus-within\:ring-green-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-550:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-green-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-blue-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-indigo-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-purple-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-50:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-700:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-800:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-pink-900:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-orange-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xxl\:focus-within\:ring-orange-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xxl\:focus\:ring-current:focus{
    --tw-ring-color: currentColor;
  }

  .xxl\:focus\:ring-black-100:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:ring-black-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:ring-black-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:ring-black-350:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:ring-black-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(2, 2, 2, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-black-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 96, 96, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-white-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 208, 220, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-white-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 66, 62, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-white-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-white-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 208, 209, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-90:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 139, 139, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(222, 222, 222, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 243, 244, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(174, 174, 174, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 89, 89, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(231, 231, 237, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(216, 216, 216, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(122, 122, 122, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 235, 235, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(114, 114, 114, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-gray-950:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-200:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:ring-red-300:focus{
    --tw-ring-color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:ring-red-350:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 245, 245, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 62, 58, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-450:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 247, 247, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 27, 96, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 48, 44, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-650:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 49, 49, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 20, 80, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-750:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(203, 54, 51, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(160, 40, 37, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-850:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 44, 41, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-red-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(119, 6, 3, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 217, 15, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-yellow-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-300:focus{
    --tw-ring-color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:ring-green-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 240, 118, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(97, 190, 121, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-550:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 196, 134, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(89, 184, 178, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 252, 248, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-green-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(10, 56, 82, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-blue-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-indigo-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-purple-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-50:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-700:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-pink-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-orange-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(226, 101, 40, var(--tw-ring-opacity));
  }

  .xxl\:focus\:ring-orange-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(253, 60, 0, var(--tw-ring-opacity));
  }

  .xxl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xxl\:ring-opacity-5{
    --tw-ring-opacity: 0.05;
  }

  .xxl\:ring-opacity-10{
    --tw-ring-opacity: 0.1;
  }

  .xxl\:ring-opacity-11{
    --tw-ring-opacity: .86;
  }

  .xxl\:ring-opacity-20{
    --tw-ring-opacity: 0.2;
  }

  .xxl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xxl\:ring-opacity-30{
    --tw-ring-opacity: 0.3;
  }

  .xxl\:ring-opacity-40{
    --tw-ring-opacity: 0.4;
  }

  .xxl\:ring-opacity-45{
    --tw-ring-opacity: .45;
  }

  .xxl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xxl\:ring-opacity-58{
    --tw-ring-opacity: .58;
  }

  .xxl\:ring-opacity-60{
    --tw-ring-opacity: 0.6;
  }

  .xxl\:ring-opacity-70{
    --tw-ring-opacity: 0.7;
  }

  .xxl\:ring-opacity-74{
    --tw-ring-opacity: .74;
  }

  .xxl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xxl\:ring-opacity-80{
    --tw-ring-opacity: 0.8;
  }

  .xxl\:ring-opacity-90{
    --tw-ring-opacity: 0.9;
  }

  .xxl\:ring-opacity-95{
    --tw-ring-opacity: 0.95;
  }

  .xxl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xxl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xxl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05;
  }

  .xxl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1;
  }

  .xxl\:focus-within\:ring-opacity-11:focus-within{
    --tw-ring-opacity: .86;
  }

  .xxl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2;
  }

  .xxl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xxl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3;
  }

  .xxl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4;
  }

  .xxl\:focus-within\:ring-opacity-45:focus-within{
    --tw-ring-opacity: .45;
  }

  .xxl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xxl\:focus-within\:ring-opacity-58:focus-within{
    --tw-ring-opacity: .58;
  }

  .xxl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6;
  }

  .xxl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7;
  }

  .xxl\:focus-within\:ring-opacity-74:focus-within{
    --tw-ring-opacity: .74;
  }

  .xxl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xxl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8;
  }

  .xxl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9;
  }

  .xxl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95;
  }

  .xxl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xxl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xxl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05;
  }

  .xxl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1;
  }

  .xxl\:focus\:ring-opacity-11:focus{
    --tw-ring-opacity: .86;
  }

  .xxl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2;
  }

  .xxl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xxl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3;
  }

  .xxl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4;
  }

  .xxl\:focus\:ring-opacity-45:focus{
    --tw-ring-opacity: .45;
  }

  .xxl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xxl\:focus\:ring-opacity-58:focus{
    --tw-ring-opacity: .58;
  }

  .xxl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6;
  }

  .xxl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7;
  }

  .xxl\:focus\:ring-opacity-74:focus{
    --tw-ring-opacity: .74;
  }

  .xxl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xxl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8;
  }

  .xxl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9;
  }

  .xxl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95;
  }

  .xxl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xxl\:fill-current{
    fill: currentColor;
  }

  .xxl\:stroke-current{
    stroke: currentColor;
  }

  .xxl\:stroke-0{
    stroke-width: 0;
  }

  .xxl\:stroke-1{
    stroke-width: 1;
  }

  .xxl\:stroke-2{
    stroke-width: 2;
  }

  .xxl\:table-auto{
    table-layout: auto;
  }

  .xxl\:table-fixed{
    table-layout: fixed;
  }

  .xxl\:text-left{
    text-align: left;
  }

  .xxl\:text-center{
    text-align: center;
  }

  .xxl\:text-right{
    text-align: right;
  }

  .xxl\:text-justify{
    text-align: justify;
  }

  .xxl\:text-transparent{
    color: transparent;
  }

  .xxl\:text-current{
    color: currentColor;
  }

  .xxl\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xxl\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xxl\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xxl\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xxl\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xxl\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xxl\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxl\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xxl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xxl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xxl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xxl\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xxl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xxl\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xxl\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xxl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xxl\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xxl\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xxl\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xxl\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xxl\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xxl\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxl\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxl\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xxl\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xxl\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xxl\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xxl\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xxl\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xxl\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xxl\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xxl\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xxl\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xxl\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxl\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxl\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxl\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxl\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxl\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xxl\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xxl\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xxl\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xxl\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xxl\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxl\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxl\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxl\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxl\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxl\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxl\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xxl\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxl\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxl\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxl\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxl\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxl\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxl\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxl\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxl\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxl\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxl\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxl\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxl\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxl\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxl\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxl\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxl\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxl\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxl\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxl\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxl\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxl\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxl\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxl\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxl\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxl\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxl\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xxl\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xxl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xxl\:group-hover\:text-black-100{
    color: rgba(0, 0, 0, 0.3);
  }

  .group:hover .xxl\:group-hover\:text-black-200{
    color: rgba(0, 0, 0, 0.5);
  }

  .group:hover .xxl\:group-hover\:text-black-300{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xxl\:group-hover\:text-black-350{
    color: rgba(0, 0, 0, 0.24);
  }

  .group:hover .xxl\:group-hover\:text-black-400{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-450{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-500{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-600{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-black-700{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-white-200{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-white-300{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-white-400{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-white-600{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-50{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-90{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-350{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-450{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-550{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-850{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-900{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-gray-950{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-50{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-100{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-200{
    color: rgba(0, 0, 0, 0.13);
  }

  .group:hover .xxl\:group-hover\:text-red-300{
    color: rgba(234, 62, 58, 0.04);
  }

  .group:hover .xxl\:group-hover\:text-red-350{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-400{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-450{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-500{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-600{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-650{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-700{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-750{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-800{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-850{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-red-900{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-50{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-100{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-200{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-400{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-500{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-600{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-700{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-800{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-yellow-900{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-50{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-100{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-200{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-300{
    color: rgba(0, 0, 0, 0.25);
  }

  .group:hover .xxl\:group-hover\:text-green-400{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-500{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-550{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-600{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-700{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-800{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-green-900{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-50{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-100{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-200{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-300{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-400{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-600{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-700{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-800{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-blue-900{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-50{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-100{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-200{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-300{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-400{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-500{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-600{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-700{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-800{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-indigo-900{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-50{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-100{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-200{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-300{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-400{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-500{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-600{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-700{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-800{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-purple-900{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-50{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-100{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-200{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-300{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-400{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-600{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-700{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-800{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-pink-900{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-orange-400{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .group:hover .xxl\:group-hover\:text-orange-500{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-transparent:focus-within{
    color: transparent;
  }

  .xxl\:focus-within\:text-current:focus-within{
    color: currentColor;
  }

  .xxl\:focus-within\:text-black-100:focus-within{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus-within\:text-black-200:focus-within{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus-within\:text-black-300:focus-within{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus-within\:text-black-350:focus-within{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus-within\:text-black-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-black-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-white-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-white-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-white-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-white-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-90:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-gray-950:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-200:focus-within{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus-within\:text-red-300:focus-within{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus-within\:text-red-350:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-450:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-650:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-750:focus-within{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-850:focus-within{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-red-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-yellow-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-300:focus-within{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus-within\:text-green-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-550:focus-within{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-green-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-blue-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-indigo-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-purple-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-50:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-100:focus-within{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-200:focus-within{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-300:focus-within{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-600:focus-within{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-700:focus-within{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-800:focus-within{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-pink-900:focus-within{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-orange-400:focus-within{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xxl\:focus-within\:text-orange-500:focus-within{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xxl\:hover\:text-current:hover{
    color: currentColor;
  }

  .xxl\:hover\:text-black-100:hover{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:hover\:text-black-200:hover{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:hover\:text-black-300:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:hover\:text-black-350:hover{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:hover\:text-black-400:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-450:hover{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-500:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-600:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-black-700:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-white-200:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-white-300:hover{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-white-400:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-white-600:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-50:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-90:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-350:hover{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-450:hover{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-550:hover{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-800:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-850:hover{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-gray-950:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-50:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-200:hover{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:hover\:text-red-300:hover{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:hover\:text-red-350:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-400:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-450:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-500:hover{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-600:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-650:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-700:hover{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-750:hover{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-800:hover{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-850:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-red-900:hover{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-50:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-200:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-300:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-400:hover{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-600:hover{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-700:hover{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-800:hover{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-yellow-900:hover{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-50:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-100:hover{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-200:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-300:hover{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:hover\:text-green-400:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-500:hover{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-550:hover{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-600:hover{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-700:hover{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-800:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-green-900:hover{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-50:hover{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-100:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-500:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-700:hover{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-800:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-blue-900:hover{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-50:hover{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-100:hover{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-300:hover{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-400:hover{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-500:hover{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-600:hover{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-700:hover{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-800:hover{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-indigo-900:hover{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-50:hover{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-100:hover{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-200:hover{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-300:hover{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-400:hover{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-600:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-700:hover{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-800:hover{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-purple-900:hover{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-50:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-100:hover{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-200:hover{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-300:hover{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-400:hover{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-500:hover{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-600:hover{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-700:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-800:hover{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-pink-900:hover{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-orange-400:hover{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xxl\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xxl\:focus\:text-current:focus{
    color: currentColor;
  }

  .xxl\:focus\:text-black-100:focus{
    color: rgba(0, 0, 0, 0.3);
  }

  .xxl\:focus\:text-black-200:focus{
    color: rgba(0, 0, 0, 0.5);
  }

  .xxl\:focus\:text-black-300:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .xxl\:focus\:text-black-350:focus{
    color: rgba(0, 0, 0, 0.24);
  }

  .xxl\:focus\:text-black-400:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-450:focus{
    --tw-text-opacity: 1;
    color: rgba(2, 2, 2, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-500:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-600:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 111, 111, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-black-700:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 96, 96, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-white-200:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 208, 220, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-white-300:focus{
    --tw-text-opacity: 1;
    color: rgba(85, 66, 62, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-white-400:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-white-600:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 208, 209, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-50:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-90:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 239, 239, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 139, 139, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(222, 222, 222, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-350:focus{
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(242, 243, 244, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-450:focus{
    --tw-text-opacity: 1;
    color: rgba(174, 174, 174, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 89, 89, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-550:focus{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 237, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(216, 216, 216, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1;
    color: rgba(122, 122, 122, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-800:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 246, 246, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-850:focus{
    --tw-text-opacity: 1;
    color: rgba(235, 235, 235, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-900:focus{
    --tw-text-opacity: 1;
    color: rgba(114, 114, 114, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-gray-950:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 249, 249, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-50:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-200:focus{
    color: rgba(0, 0, 0, 0.13);
  }

  .xxl\:focus\:text-red-300:focus{
    color: rgba(234, 62, 58, 0.04);
  }

  .xxl\:focus\:text-red-350:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 245, 245, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-400:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 62, 58, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-450:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 247, 247, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-500:focus{
    --tw-text-opacity: 1;
    color: rgba(234, 27, 96, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-600:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 48, 44, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-650:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 49, 49, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-700:focus{
    --tw-text-opacity: 1;
    color: rgba(182, 20, 80, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-750:focus{
    --tw-text-opacity: 1;
    color: rgba(203, 54, 51, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-800:focus{
    --tw-text-opacity: 1;
    color: rgba(160, 40, 37, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-850:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 44, 41, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-red-900:focus{
    --tw-text-opacity: 1;
    color: rgba(119, 6, 3, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-50:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 251, 235, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1;
    color: rgba(254, 243, 199, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-200:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 230, 138, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-300:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 211, 77, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-400:focus{
    --tw-text-opacity: 1;
    color: rgba(248, 217, 15, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 158, 11, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-600:focus{
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-700:focus{
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-800:focus{
    --tw-text-opacity: 1;
    color: rgba(146, 64, 14, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-yellow-900:focus{
    --tw-text-opacity: 1;
    color: rgba(120, 53, 15, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-50:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 253, 245, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-100:focus{
    --tw-text-opacity: 1;
    color: rgba(209, 250, 229, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-200:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 243, 208, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-300:focus{
    color: rgba(0, 0, 0, 0.25);
  }

  .xxl\:focus\:text-green-400:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 240, 118, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-500:focus{
    --tw-text-opacity: 1;
    color: rgba(97, 190, 121, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-550:focus{
    --tw-text-opacity: 1;
    color: rgba(112, 196, 134, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-600:focus{
    --tw-text-opacity: 1;
    color: rgba(89, 184, 178, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-700:focus{
    --tw-text-opacity: 1;
    color: rgba(247, 252, 248, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-800:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 95, 70, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-green-900:focus{
    --tw-text-opacity: 1;
    color: rgba(6, 78, 59, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-50:focus{
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-100:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1;
    color: rgba(10, 56, 82, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-500:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-600:focus{
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-700:focus{
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-800:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-blue-900:focus{
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-50:focus{
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-100:focus{
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-300:focus{
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-400:focus{
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-500:focus{
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-600:focus{
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-700:focus{
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-800:focus{
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-indigo-900:focus{
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-50:focus{
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-100:focus{
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-200:focus{
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-300:focus{
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-400:focus{
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-600:focus{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-700:focus{
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-800:focus{
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-purple-900:focus{
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-50:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 242, 248, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-100:focus{
    --tw-text-opacity: 1;
    color: rgba(252, 231, 243, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-200:focus{
    --tw-text-opacity: 1;
    color: rgba(251, 207, 232, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-300:focus{
    --tw-text-opacity: 1;
    color: rgba(249, 168, 212, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-400:focus{
    --tw-text-opacity: 1;
    color: rgba(244, 114, 182, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-500:focus{
    --tw-text-opacity: 1;
    color: rgba(236, 72, 153, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-600:focus{
    --tw-text-opacity: 1;
    color: rgba(219, 39, 119, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-700:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 24, 93, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-800:focus{
    --tw-text-opacity: 1;
    color: rgba(157, 23, 77, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-pink-900:focus{
    --tw-text-opacity: 1;
    color: rgba(131, 24, 67, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-orange-400:focus{
    --tw-text-opacity: 1;
    color: rgba(226, 101, 40, var(--tw-text-opacity));
  }

  .xxl\:focus\:text-orange-500:focus{
    --tw-text-opacity: 1;
    color: rgba(253, 60, 0, var(--tw-text-opacity));
  }

  .xxl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xxl\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .xxl\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .xxl\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .xxl\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .xxl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xxl\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .xxl\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .xxl\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .xxl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xxl\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .xxl\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .xxl\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .xxl\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .xxl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xxl\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .xxl\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .xxl\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .xxl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xxl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xxl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05;
  }

  .group:hover .xxl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1;
  }

  .group:hover .xxl\:group-hover\:text-opacity-11{
    --tw-text-opacity: .86;
  }

  .group:hover .xxl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2;
  }

  .group:hover .xxl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xxl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3;
  }

  .group:hover .xxl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4;
  }

  .group:hover .xxl\:group-hover\:text-opacity-45{
    --tw-text-opacity: .45;
  }

  .group:hover .xxl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .xxl\:group-hover\:text-opacity-58{
    --tw-text-opacity: .58;
  }

  .group:hover .xxl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6;
  }

  .group:hover .xxl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7;
  }

  .group:hover .xxl\:group-hover\:text-opacity-74{
    --tw-text-opacity: .74;
  }

  .group:hover .xxl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xxl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8;
  }

  .group:hover .xxl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9;
  }

  .group:hover .xxl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95;
  }

  .group:hover .xxl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xxl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xxl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05;
  }

  .xxl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1;
  }

  .xxl\:focus-within\:text-opacity-11:focus-within{
    --tw-text-opacity: .86;
  }

  .xxl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2;
  }

  .xxl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xxl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3;
  }

  .xxl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4;
  }

  .xxl\:focus-within\:text-opacity-45:focus-within{
    --tw-text-opacity: .45;
  }

  .xxl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xxl\:focus-within\:text-opacity-58:focus-within{
    --tw-text-opacity: .58;
  }

  .xxl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6;
  }

  .xxl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7;
  }

  .xxl\:focus-within\:text-opacity-74:focus-within{
    --tw-text-opacity: .74;
  }

  .xxl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xxl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8;
  }

  .xxl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9;
  }

  .xxl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95;
  }

  .xxl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xxl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xxl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05;
  }

  .xxl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1;
  }

  .xxl\:hover\:text-opacity-11:hover{
    --tw-text-opacity: .86;
  }

  .xxl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2;
  }

  .xxl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xxl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3;
  }

  .xxl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4;
  }

  .xxl\:hover\:text-opacity-45:hover{
    --tw-text-opacity: .45;
  }

  .xxl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xxl\:hover\:text-opacity-58:hover{
    --tw-text-opacity: .58;
  }

  .xxl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6;
  }

  .xxl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7;
  }

  .xxl\:hover\:text-opacity-74:hover{
    --tw-text-opacity: .74;
  }

  .xxl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xxl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8;
  }

  .xxl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9;
  }

  .xxl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95;
  }

  .xxl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xxl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xxl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05;
  }

  .xxl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1;
  }

  .xxl\:focus\:text-opacity-11:focus{
    --tw-text-opacity: .86;
  }

  .xxl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2;
  }

  .xxl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xxl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3;
  }

  .xxl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4;
  }

  .xxl\:focus\:text-opacity-45:focus{
    --tw-text-opacity: .45;
  }

  .xxl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xxl\:focus\:text-opacity-58:focus{
    --tw-text-opacity: .58;
  }

  .xxl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6;
  }

  .xxl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7;
  }

  .xxl\:focus\:text-opacity-74:focus{
    --tw-text-opacity: .74;
  }

  .xxl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xxl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8;
  }

  .xxl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9;
  }

  .xxl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95;
  }

  .xxl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xxl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xxl\:overflow-clip{
    text-overflow: clip;
  }

  .xxl\:italic{
    font-style: italic;
  }

  .xxl\:not-italic{
    font-style: normal;
  }

  .xxl\:uppercase{
    text-transform: uppercase;
  }

  .xxl\:lowercase{
    text-transform: lowercase;
  }

  .xxl\:capitalize{
    text-transform: capitalize;
  }

  .xxl\:normal-case{
    text-transform: none;
  }

  .xxl\:underline{
    text-decoration: underline;
  }

  .xxl\:line-through{
    text-decoration: line-through;
  }

  .xxl\:no-underline{
    text-decoration: none;
  }

  .group:hover .xxl\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xxl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xxl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xxl\:focus-within\:underline:focus-within{
    text-decoration: underline;
  }

  .xxl\:focus-within\:line-through:focus-within{
    text-decoration: line-through;
  }

  .xxl\:focus-within\:no-underline:focus-within{
    text-decoration: none;
  }

  .xxl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xxl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xxl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xxl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xxl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xxl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xxl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:ordinal, .xxl\:slashed-zero, .xxl\:lining-nums, .xxl\:oldstyle-nums, .xxl\:proportional-nums, .xxl\:tabular-nums, .xxl\:diagonal-fractions, .xxl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xxl\:normal-nums{
    font-variant-numeric: normal;
  }

  .xxl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xxl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xxl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xxl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xxl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xxl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xxl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xxl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xxl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xxl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xxl\:tracking-normal{
    letter-spacing: 0em;
  }

  .xxl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xxl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xxl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xxl\:tracking-base{
    letter-spacing: 0.34em;
  }

  .xxl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xxl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxl\:align-baseline{
    vertical-align: baseline;
  }

  .xxl\:align-top{
    vertical-align: top;
  }

  .xxl\:align-middle{
    vertical-align: middle;
  }

  .xxl\:align-bottom{
    vertical-align: bottom;
  }

  .xxl\:align-text-top{
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xxl\:visible{
    visibility: visible;
  }

  .xxl\:invisible{
    visibility: hidden;
  }

  .xxl\:whitespace-normal{
    white-space: normal;
  }

  .xxl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xxl\:whitespace-pre{
    white-space: pre;
  }

  .xxl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xxl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxl\:break-words{
    overflow-wrap: break-word;
  }

  .xxl\:break-all{
    word-break: break-all;
  }

  .xxl\:w-0{
    width: 0px;
  }

  .xxl\:w-1{
    width: 0.25rem;
  }

  .xxl\:w-2{
    width: 0.5rem;
  }

  .xxl\:w-3{
    width: 0.75rem;
  }

  .xxl\:w-4{
    width: 1rem;
  }

  .xxl\:w-5{
    width: 1.25rem;
  }

  .xxl\:w-6{
    width: 1.5rem;
  }

  .xxl\:w-7{
    width: 1.75rem;
  }

  .xxl\:w-8{
    width: 2rem;
  }

  .xxl\:w-9{
    width: 2.25rem;
  }

  .xxl\:w-10{
    width: 2.5rem;
  }

  .xxl\:w-11{
    width: 2.75rem;
  }

  .xxl\:w-12{
    width: 3rem;
  }

  .xxl\:w-13{
    width: 3.375rem;
  }

  .xxl\:w-14{
    width: 3.5rem;
  }

  .xxl\:w-15{
    width: 3.75rem;
  }

  .xxl\:w-16{
    width: 4rem;
  }

  .xxl\:w-17{
    width: 4.375rem;
  }

  .xxl\:w-18{
    width: 4.5rem;
  }

  .xxl\:w-19{
    width: 4.75rem;
  }

  .xxl\:w-20{
    width: 5rem;
  }

  .xxl\:w-21{
    width: 5.5rem;
  }

  .xxl\:w-22{
    width: 5.625rem;
  }

  .xxl\:w-23{
    width: 6.375rem;
  }

  .xxl\:w-24{
    width: 6rem;
  }

  .xxl\:w-25{
    width: 6.5rem;
  }

  .xxl\:w-26{
    width: 6.75rem;
  }

  .xxl\:w-27{
    width: 6.25rem;
  }

  .xxl\:w-28{
    width: 7rem;
  }

  .xxl\:w-29{
    width: 7.5rem;
  }

  .xxl\:w-30{
    width: 7.75rem;
  }

  .xxl\:w-31{
    width: 8.75rem;
  }

  .xxl\:w-32{
    width: 8rem;
  }

  .xxl\:w-33{
    width: 8.125rem;
  }

  .xxl\:w-34{
    width: 8.5rem;
  }

  .xxl\:w-35{
    width: 8.75rem;
  }

  .xxl\:w-36{
    width: 9rem;
  }

  .xxl\:w-37{
    width: 9.125rem;
  }

  .xxl\:w-38{
    width: 9.5rem;
  }

  .xxl\:w-40{
    width: 10rem;
  }

  .xxl\:w-41{
    width: 10.5rem;
  }

  .xxl\:w-42{
    width: 10.625rem;
  }

  .xxl\:w-44{
    width: 11rem;
  }

  .xxl\:w-45{
    width: 11.25rem;
  }

  .xxl\:w-48{
    width: 12rem;
  }

  .xxl\:w-49{
    width: 12.5rem;
  }

  .xxl\:w-52{
    width: 13rem;
  }

  .xxl\:w-53{
    width: 13.125rem;
  }

  .xxl\:w-56{
    width: 14rem;
  }

  .xxl\:w-57{
    width: 14.375rem;
  }

  .xxl\:w-60{
    width: 15rem;
  }

  .xxl\:w-64{
    width: 16rem;
  }

  .xxl\:w-72{
    width: 18rem;
  }

  .xxl\:w-73{
    width: 19rem;
  }

  .xxl\:w-74{
    width: 25.5rem;
  }

  .xxl\:w-78{
    width: 37.4375rem;
  }

  .xxl\:w-80{
    width: 20rem;
  }

  .xxl\:w-82{
    width: 22rem;
  }

  .xxl\:w-83{
    width: 23.8125rem;
  }

  .xxl\:w-96{
    width: 24rem;
  }

  .xxl\:w-98{
    width: 50.625rem;
  }

  .xxl\:w-99{
    width: 60.75rem;
  }

  .xxl\:w-100{
    width: 45%;
  }

  .xxl\:w-110{
    width: 70%;
  }

  .xxl\:w-auto{
    width: auto;
  }

  .xxl\:w-px{
    width: 1px;
  }

  .xxl\:w-0\.5{
    width: 0.125rem;
  }

  .xxl\:w-1\.5{
    width: 0.375rem;
  }

  .xxl\:w-2\.5{
    width: 0.625rem;
  }

  .xxl\:w-3\.5{
    width: 0.875rem;
  }

  .xxl\:w-4\.5{
    width: 1.125rem;
  }

  .xxl\:w-5\.5{
    width: 1.375rem;
  }

  .xxl\:w-6\.5{
    width: 1.625rem;
  }

  .xxl\:w-7\.5{
    width: 1.875rem;
  }

  .xxl\:w-8\.5{
    width: 2.125rem;
  }

  .xxl\:w-9\.5{
    width: 2.375rem;
  }

  .xxl\:w-10\.5{
    width: 2.625rem;
  }

  .xxl\:w-11\.5{
    width: 2.875rem;
  }

  .xxl\:w-12\.5{
    width: 3.125rem;
  }

  .xxl\:w-13\.5{
    width: 3.25rem;
  }

  .xxl\:w-15\.5{
    width: 3.8rem;
  }

  .xxl\:w-16\.5{
    width: 4.125rem;
  }

  .xxl\:w-17\.5{
    width: 4.25rem;
  }

  .xxl\:w-18\.5{
    width: 4.625rem;
  }

  .xxl\:w-20\.5{
    width: 5.25rem;
  }

  .xxl\:w-21\.5{
    width: 5.75rem;
  }

  .xxl\:w-22\.5{
    width: 5.875rem;
  }

  .xxl\:w-24\.5{
    width: 6.625rem;
  }

  .xxl\:w-28\.5{
    width: 7.375rem;
  }

  .xxl\:w-29\.5{
    width: 7.75rem;
  }

  .xxl\:w-32\.5{
    width: 8.125rem;
  }

  .xxl\:w-33\.5{
    width: 8.8125rem;
  }

  .xxl\:w-42\.5{
    width: 10.875rem;
  }

  .xxl\:w-49\.5{
    width: 12.75rem;
  }

  .xxl\:w-72\.5{
    width: 18.25rem;
  }

  .xxl\:w-1\/2{
    width: 50%;
  }

  .xxl\:w-1\/3{
    width: 33.333333%;
  }

  .xxl\:w-2\/3{
    width: 66.666667%;
  }

  .xxl\:w-1\/4{
    width: 25%;
  }

  .xxl\:w-2\/4{
    width: 50%;
  }

  .xxl\:w-3\/4{
    width: 75%;
  }

  .xxl\:w-1\/5{
    width: 20%;
  }

  .xxl\:w-2\/5{
    width: 40%;
  }

  .xxl\:w-3\/5{
    width: 60%;
  }

  .xxl\:w-4\/5{
    width: 80%;
  }

  .xxl\:w-1\/6{
    width: 16.666667%;
  }

  .xxl\:w-2\/6{
    width: 33.333333%;
  }

  .xxl\:w-3\/6{
    width: 50%;
  }

  .xxl\:w-4\/6{
    width: 66.666667%;
  }

  .xxl\:w-5\/6{
    width: 83.333333%;
  }

  .xxl\:w-1\/12{
    width: 8.333333%;
  }

  .xxl\:w-2\/12{
    width: 16.666667%;
  }

  .xxl\:w-3\/12{
    width: 25%;
  }

  .xxl\:w-4\/12{
    width: 33.333333%;
  }

  .xxl\:w-5\/12{
    width: 41.666667%;
  }

  .xxl\:w-6\/12{
    width: 50%;
  }

  .xxl\:w-7\/12{
    width: 58.333333%;
  }

  .xxl\:w-8\/12{
    width: 66.666667%;
  }

  .xxl\:w-9\/12{
    width: 75%;
  }

  .xxl\:w-10\/12{
    width: 83.333333%;
  }

  .xxl\:w-11\/12{
    width: 91.666667%;
  }

  .xxl\:w-full{
    width: 100%;
  }

  .xxl\:w-screen{
    width: 100vw;
  }

  .xxl\:w-min{
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xxl\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xxl\:w-2\.2{
    width: 0.5625rem;
  }

  .xxl\:w-48\.5{
    width: 12.125rem;
  }

  .xxl\:w-community{
    width: 816px;
  }

  .xxl\:w-slide{
    width: 705px;
  }

  .xxl\:w-slide-md{
    width: 600px;
  }

  .xxl\:w-sporson{
    width: 1064px;
  }

  .xxl\:w-sporson-lg{
    width: 900px;
  }

  .xxl\:w-line{
    width: 11%;
  }

  .xxl\:w-line-lg{
    width: 4%;
  }

  .xxl\:w-box-about{
    width: 928px;
  }

  .xxl\:w-box-about-alt{
    width: 1024px;
  }

  .xxl\:w-box-about-alt-lg{
    width: 660px;
  }

  .xxl\:w-circle{
    width: 120px;
  }

  .xxl\:w-circle-xl{
    width: 158px;
  }

  .xxl\:w-guide{
    width: 280px;
  }

  .xxl\:w-value{
    width: 205px;
  }

  .xxl\:w-sub-menu{
    width: 335px;
  }

  .xxl\:w-because{
    width: 397px;
  }

  .xxl\:w-because-sm{
    width: 280px;
  }

  .xxl\:w-table{
    width: 66%;
  }

  .xxl\:z-0{
    z-index: 0;
  }

  .xxl\:z-10{
    z-index: 10;
  }

  .xxl\:z-20{
    z-index: 20;
  }

  .xxl\:z-30{
    z-index: 30;
  }

  .xxl\:z-40{
    z-index: 40;
  }

  .xxl\:z-50{
    z-index: 50;
  }

  .xxl\:z-100{
    z-index: 9999;
  }

  .xxl\:z-auto{
    z-index: auto;
  }

  .xxl\:focus-within\:z-0:focus-within{
    z-index: 0;
  }

  .xxl\:focus-within\:z-10:focus-within{
    z-index: 10;
  }

  .xxl\:focus-within\:z-20:focus-within{
    z-index: 20;
  }

  .xxl\:focus-within\:z-30:focus-within{
    z-index: 30;
  }

  .xxl\:focus-within\:z-40:focus-within{
    z-index: 40;
  }

  .xxl\:focus-within\:z-50:focus-within{
    z-index: 50;
  }

  .xxl\:focus-within\:z-100:focus-within{
    z-index: 9999;
  }

  .xxl\:focus-within\:z-auto:focus-within{
    z-index: auto;
  }

  .xxl\:focus\:z-0:focus{
    z-index: 0;
  }

  .xxl\:focus\:z-10:focus{
    z-index: 10;
  }

  .xxl\:focus\:z-20:focus{
    z-index: 20;
  }

  .xxl\:focus\:z-30:focus{
    z-index: 30;
  }

  .xxl\:focus\:z-40:focus{
    z-index: 40;
  }

  .xxl\:focus\:z-50:focus{
    z-index: 50;
  }

  .xxl\:focus\:z-100:focus{
    z-index: 9999;
  }

  .xxl\:focus\:z-auto:focus{
    z-index: auto;
  }

  .xxl\:gap-0{
    gap: 0px;
  }

  .xxl\:gap-1{
    gap: 0.25rem;
  }

  .xxl\:gap-2{
    gap: 0.5rem;
  }

  .xxl\:gap-3{
    gap: 0.75rem;
  }

  .xxl\:gap-4{
    gap: 1rem;
  }

  .xxl\:gap-5{
    gap: 1.25rem;
  }

  .xxl\:gap-6{
    gap: 1.5rem;
  }

  .xxl\:gap-7{
    gap: 1.75rem;
  }

  .xxl\:gap-8{
    gap: 2rem;
  }

  .xxl\:gap-9{
    gap: 2.25rem;
  }

  .xxl\:gap-10{
    gap: 2.5rem;
  }

  .xxl\:gap-11{
    gap: 2.75rem;
  }

  .xxl\:gap-12{
    gap: 3rem;
  }

  .xxl\:gap-13{
    gap: 3.375rem;
  }

  .xxl\:gap-14{
    gap: 3.5rem;
  }

  .xxl\:gap-15{
    gap: 3.75rem;
  }

  .xxl\:gap-16{
    gap: 4rem;
  }

  .xxl\:gap-17{
    gap: 4.375rem;
  }

  .xxl\:gap-18{
    gap: 4.5rem;
  }

  .xxl\:gap-19{
    gap: 4.75rem;
  }

  .xxl\:gap-20{
    gap: 5rem;
  }

  .xxl\:gap-21{
    gap: 5.5rem;
  }

  .xxl\:gap-22{
    gap: 5.625rem;
  }

  .xxl\:gap-23{
    gap: 6.125rem;
  }

  .xxl\:gap-24{
    gap: 6rem;
  }

  .xxl\:gap-25{
    gap: 6.5rem;
  }

  .xxl\:gap-26{
    gap: 6.75rem;
  }

  .xxl\:gap-27{
    gap: 6.25rem;
  }

  .xxl\:gap-28{
    gap: 7rem;
  }

  .xxl\:gap-29{
    gap: 7.5rem;
  }

  .xxl\:gap-32{
    gap: 8rem;
  }

  .xxl\:gap-34{
    gap: 8.5rem;
  }

  .xxl\:gap-35{
    gap: 8.75rem;
  }

  .xxl\:gap-36{
    gap: 9rem;
  }

  .xxl\:gap-37{
    gap: 9.125rem;
  }

  .xxl\:gap-38{
    gap: 9.5rem;
  }

  .xxl\:gap-40{
    gap: 10rem;
  }

  .xxl\:gap-41{
    gap: 10.5rem;
  }

  .xxl\:gap-42{
    gap: 10.625rem;
  }

  .xxl\:gap-44{
    gap: 11rem;
  }

  .xxl\:gap-45{
    gap: 11.25rem;
  }

  .xxl\:gap-48{
    gap: 12rem;
  }

  .xxl\:gap-49{
    gap: 12.5rem;
  }

  .xxl\:gap-52{
    gap: 13rem;
  }

  .xxl\:gap-56{
    gap: 14rem;
  }

  .xxl\:gap-57{
    gap: 14.375rem;
  }

  .xxl\:gap-60{
    gap: 15rem;
  }

  .xxl\:gap-64{
    gap: 16rem;
  }

  .xxl\:gap-72{
    gap: 18rem;
  }

  .xxl\:gap-80{
    gap: 20rem;
  }

  .xxl\:gap-82{
    gap: 22rem;
  }

  .xxl\:gap-83{
    gap: 23.8125rem;
  }

  .xxl\:gap-96{
    gap: 24rem;
  }

  .xxl\:gap-px{
    gap: 1px;
  }

  .xxl\:gap-0\.5{
    gap: 0.125rem;
  }

  .xxl\:gap-1\.5{
    gap: 0.375rem;
  }

  .xxl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xxl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xxl\:gap-4\.5{
    gap: 1.125rem;
  }

  .xxl\:gap-5\.5{
    gap: 1.375rem;
  }

  .xxl\:gap-6\.5{
    gap: 1.625rem;
  }

  .xxl\:gap-7\.5{
    gap: 1.875rem;
  }

  .xxl\:gap-8\.5{
    gap: 2.125rem;
  }

  .xxl\:gap-9\.5{
    gap: 2.375rem;
  }

  .xxl\:gap-10\.5{
    gap: 2.625rem;
  }

  .xxl\:gap-11\.5{
    gap: 2.875rem;
  }

  .xxl\:gap-12\.5{
    gap: 3.125rem;
  }

  .xxl\:gap-13\.5{
    gap: 3.25rem;
  }

  .xxl\:gap-15\.5{
    gap: 3.8rem;
  }

  .xxl\:gap-16\.5{
    gap: 4.125rem;
  }

  .xxl\:gap-17\.5{
    gap: 4.25rem;
  }

  .xxl\:gap-18\.5{
    gap: 4.625rem;
  }

  .xxl\:gap-20\.5{
    gap: 5.25rem;
  }

  .xxl\:gap-21\.5{
    gap: 5.75rem;
  }

  .xxl\:gap-22\.5{
    gap: 5.875rem;
  }

  .xxl\:gap-24\.5{
    gap: 6.8125rem;
  }

  .xxl\:gap-28\.5{
    gap: 7.375rem;
  }

  .xxl\:gap-29\.5{
    gap: 7.75rem;
  }

  .xxl\:gap-32\.5{
    gap: 8.125rem;
  }

  .xxl\:gap-33\.5{
    gap: 8.8125rem;
  }

  .xxl\:gap-42\.5{
    gap: 10.875rem;
  }

  .xxl\:gap-49\.5{
    gap: 12.75rem;
  }

  .xxl\:gap-72\.5{
    gap: 18.25rem;
  }

  .xxl\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xxl\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xxl\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xxl\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xxl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xxl\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xxl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xxl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xxl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xxl\:gap-x-9{
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xxl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xxl\:gap-x-11{
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xxl\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xxl\:gap-x-13{
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .xxl\:gap-x-14{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xxl\:gap-x-15{
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xxl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xxl\:gap-x-17{
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }

  .xxl\:gap-x-18{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xxl\:gap-x-19{
    -moz-column-gap: 4.75rem;
         column-gap: 4.75rem;
  }

  .xxl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xxl\:gap-x-21{
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .xxl\:gap-x-22{
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }

  .xxl\:gap-x-23{
    -moz-column-gap: 6.125rem;
         column-gap: 6.125rem;
  }

  .xxl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xxl\:gap-x-25{
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .xxl\:gap-x-26{
    -moz-column-gap: 6.75rem;
         column-gap: 6.75rem;
  }

  .xxl\:gap-x-27{
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .xxl\:gap-x-28{
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xxl\:gap-x-29{
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .xxl\:gap-x-32{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xxl\:gap-x-34{
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xxl\:gap-x-35{
    -moz-column-gap: 8.75rem;
         column-gap: 8.75rem;
  }

  .xxl\:gap-x-36{
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xxl\:gap-x-37{
    -moz-column-gap: 9.125rem;
         column-gap: 9.125rem;
  }

  .xxl\:gap-x-38{
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .xxl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xxl\:gap-x-41{
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .xxl\:gap-x-42{
    -moz-column-gap: 10.625rem;
         column-gap: 10.625rem;
  }

  .xxl\:gap-x-44{
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xxl\:gap-x-45{
    -moz-column-gap: 11.25rem;
         column-gap: 11.25rem;
  }

  .xxl\:gap-x-48{
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xxl\:gap-x-49{
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .xxl\:gap-x-52{
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xxl\:gap-x-56{
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xxl\:gap-x-57{
    -moz-column-gap: 14.375rem;
         column-gap: 14.375rem;
  }

  .xxl\:gap-x-60{
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xxl\:gap-x-64{
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xxl\:gap-x-72{
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xxl\:gap-x-80{
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xxl\:gap-x-82{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xxl\:gap-x-83{
    -moz-column-gap: 23.8125rem;
         column-gap: 23.8125rem;
  }

  .xxl\:gap-x-96{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xxl\:gap-x-px{
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xxl\:gap-x-0\.5{
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xxl\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xxl\:gap-x-2\.5{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xxl\:gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xxl\:gap-x-4\.5{
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .xxl\:gap-x-5\.5{
    -moz-column-gap: 1.375rem;
         column-gap: 1.375rem;
  }

  .xxl\:gap-x-6\.5{
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

  .xxl\:gap-x-7\.5{
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xxl\:gap-x-8\.5{
    -moz-column-gap: 2.125rem;
         column-gap: 2.125rem;
  }

  .xxl\:gap-x-9\.5{
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .xxl\:gap-x-10\.5{
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }

  .xxl\:gap-x-11\.5{
    -moz-column-gap: 2.875rem;
         column-gap: 2.875rem;
  }

  .xxl\:gap-x-12\.5{
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .xxl\:gap-x-13\.5{
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

  .xxl\:gap-x-15\.5{
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }

  .xxl\:gap-x-16\.5{
    -moz-column-gap: 4.125rem;
         column-gap: 4.125rem;
  }

  .xxl\:gap-x-17\.5{
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .xxl\:gap-x-18\.5{
    -moz-column-gap: 4.625rem;
         column-gap: 4.625rem;
  }

  .xxl\:gap-x-20\.5{
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .xxl\:gap-x-21\.5{
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
  }

  .xxl\:gap-x-22\.5{
    -moz-column-gap: 5.875rem;
         column-gap: 5.875rem;
  }

  .xxl\:gap-x-24\.5{
    -moz-column-gap: 6.8125rem;
         column-gap: 6.8125rem;
  }

  .xxl\:gap-x-28\.5{
    -moz-column-gap: 7.375rem;
         column-gap: 7.375rem;
  }

  .xxl\:gap-x-29\.5{
    -moz-column-gap: 7.75rem;
         column-gap: 7.75rem;
  }

  .xxl\:gap-x-32\.5{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .xxl\:gap-x-33\.5{
    -moz-column-gap: 8.8125rem;
         column-gap: 8.8125rem;
  }

  .xxl\:gap-x-42\.5{
    -moz-column-gap: 10.875rem;
         column-gap: 10.875rem;
  }

  .xxl\:gap-x-49\.5{
    -moz-column-gap: 12.75rem;
         column-gap: 12.75rem;
  }

  .xxl\:gap-x-72\.5{
    -moz-column-gap: 18.25rem;
         column-gap: 18.25rem;
  }

  .xxl\:gap-y-0{
    row-gap: 0px;
  }

  .xxl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xxl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xxl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .xxl\:gap-y-4{
    row-gap: 1rem;
  }

  .xxl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xxl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xxl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xxl\:gap-y-8{
    row-gap: 2rem;
  }

  .xxl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xxl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xxl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xxl\:gap-y-12{
    row-gap: 3rem;
  }

  .xxl\:gap-y-13{
    row-gap: 3.375rem;
  }

  .xxl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xxl\:gap-y-15{
    row-gap: 3.75rem;
  }

  .xxl\:gap-y-16{
    row-gap: 4rem;
  }

  .xxl\:gap-y-17{
    row-gap: 4.375rem;
  }

  .xxl\:gap-y-18{
    row-gap: 4.5rem;
  }

  .xxl\:gap-y-19{
    row-gap: 4.75rem;
  }

  .xxl\:gap-y-20{
    row-gap: 5rem;
  }

  .xxl\:gap-y-21{
    row-gap: 5.5rem;
  }

  .xxl\:gap-y-22{
    row-gap: 5.625rem;
  }

  .xxl\:gap-y-23{
    row-gap: 6.125rem;
  }

  .xxl\:gap-y-24{
    row-gap: 6rem;
  }

  .xxl\:gap-y-25{
    row-gap: 6.5rem;
  }

  .xxl\:gap-y-26{
    row-gap: 6.75rem;
  }

  .xxl\:gap-y-27{
    row-gap: 6.25rem;
  }

  .xxl\:gap-y-28{
    row-gap: 7rem;
  }

  .xxl\:gap-y-29{
    row-gap: 7.5rem;
  }

  .xxl\:gap-y-32{
    row-gap: 8rem;
  }

  .xxl\:gap-y-34{
    row-gap: 8.5rem;
  }

  .xxl\:gap-y-35{
    row-gap: 8.75rem;
  }

  .xxl\:gap-y-36{
    row-gap: 9rem;
  }

  .xxl\:gap-y-37{
    row-gap: 9.125rem;
  }

  .xxl\:gap-y-38{
    row-gap: 9.5rem;
  }

  .xxl\:gap-y-40{
    row-gap: 10rem;
  }

  .xxl\:gap-y-41{
    row-gap: 10.5rem;
  }

  .xxl\:gap-y-42{
    row-gap: 10.625rem;
  }

  .xxl\:gap-y-44{
    row-gap: 11rem;
  }

  .xxl\:gap-y-45{
    row-gap: 11.25rem;
  }

  .xxl\:gap-y-48{
    row-gap: 12rem;
  }

  .xxl\:gap-y-49{
    row-gap: 12.5rem;
  }

  .xxl\:gap-y-52{
    row-gap: 13rem;
  }

  .xxl\:gap-y-56{
    row-gap: 14rem;
  }

  .xxl\:gap-y-57{
    row-gap: 14.375rem;
  }

  .xxl\:gap-y-60{
    row-gap: 15rem;
  }

  .xxl\:gap-y-64{
    row-gap: 16rem;
  }

  .xxl\:gap-y-72{
    row-gap: 18rem;
  }

  .xxl\:gap-y-80{
    row-gap: 20rem;
  }

  .xxl\:gap-y-82{
    row-gap: 22rem;
  }

  .xxl\:gap-y-83{
    row-gap: 23.8125rem;
  }

  .xxl\:gap-y-96{
    row-gap: 24rem;
  }

  .xxl\:gap-y-px{
    row-gap: 1px;
  }

  .xxl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xxl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xxl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xxl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xxl\:gap-y-4\.5{
    row-gap: 1.125rem;
  }

  .xxl\:gap-y-5\.5{
    row-gap: 1.375rem;
  }

  .xxl\:gap-y-6\.5{
    row-gap: 1.625rem;
  }

  .xxl\:gap-y-7\.5{
    row-gap: 1.875rem;
  }

  .xxl\:gap-y-8\.5{
    row-gap: 2.125rem;
  }

  .xxl\:gap-y-9\.5{
    row-gap: 2.375rem;
  }

  .xxl\:gap-y-10\.5{
    row-gap: 2.625rem;
  }

  .xxl\:gap-y-11\.5{
    row-gap: 2.875rem;
  }

  .xxl\:gap-y-12\.5{
    row-gap: 3.125rem;
  }

  .xxl\:gap-y-13\.5{
    row-gap: 3.25rem;
  }

  .xxl\:gap-y-15\.5{
    row-gap: 3.8rem;
  }

  .xxl\:gap-y-16\.5{
    row-gap: 4.125rem;
  }

  .xxl\:gap-y-17\.5{
    row-gap: 4.25rem;
  }

  .xxl\:gap-y-18\.5{
    row-gap: 4.625rem;
  }

  .xxl\:gap-y-20\.5{
    row-gap: 5.25rem;
  }

  .xxl\:gap-y-21\.5{
    row-gap: 5.75rem;
  }

  .xxl\:gap-y-22\.5{
    row-gap: 5.875rem;
  }

  .xxl\:gap-y-24\.5{
    row-gap: 6.8125rem;
  }

  .xxl\:gap-y-28\.5{
    row-gap: 7.375rem;
  }

  .xxl\:gap-y-29\.5{
    row-gap: 7.75rem;
  }

  .xxl\:gap-y-32\.5{
    row-gap: 8.125rem;
  }

  .xxl\:gap-y-33\.5{
    row-gap: 8.8125rem;
  }

  .xxl\:gap-y-42\.5{
    row-gap: 10.875rem;
  }

  .xxl\:gap-y-49\.5{
    row-gap: 12.75rem;
  }

  .xxl\:gap-y-72\.5{
    row-gap: 18.25rem;
  }

  .xxl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xxl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xxl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xxl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xxl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxl\:grid-cols-none{
    grid-template-columns: none;
  }

  .xxl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xxl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xxl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xxl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr);
  }

  .xxl\:col-auto{
    grid-column: auto;
  }

  .xxl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xxl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xxl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xxl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xxl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xxl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xxl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xxl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xxl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xxl\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xxl\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .xxl\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .xxl\:col-span-full{
    grid-column: 1 / -1;
  }

  .xxl\:col-start-1{
    grid-column-start: 1;
  }

  .xxl\:col-start-2{
    grid-column-start: 2;
  }

  .xxl\:col-start-3{
    grid-column-start: 3;
  }

  .xxl\:col-start-4{
    grid-column-start: 4;
  }

  .xxl\:col-start-5{
    grid-column-start: 5;
  }

  .xxl\:col-start-6{
    grid-column-start: 6;
  }

  .xxl\:col-start-7{
    grid-column-start: 7;
  }

  .xxl\:col-start-8{
    grid-column-start: 8;
  }

  .xxl\:col-start-9{
    grid-column-start: 9;
  }

  .xxl\:col-start-10{
    grid-column-start: 10;
  }

  .xxl\:col-start-11{
    grid-column-start: 11;
  }

  .xxl\:col-start-12{
    grid-column-start: 12;
  }

  .xxl\:col-start-13{
    grid-column-start: 13;
  }

  .xxl\:col-start-auto{
    grid-column-start: auto;
  }

  .xxl\:col-end-1{
    grid-column-end: 1;
  }

  .xxl\:col-end-2{
    grid-column-end: 2;
  }

  .xxl\:col-end-3{
    grid-column-end: 3;
  }

  .xxl\:col-end-4{
    grid-column-end: 4;
  }

  .xxl\:col-end-5{
    grid-column-end: 5;
  }

  .xxl\:col-end-6{
    grid-column-end: 6;
  }

  .xxl\:col-end-7{
    grid-column-end: 7;
  }

  .xxl\:col-end-8{
    grid-column-end: 8;
  }

  .xxl\:col-end-9{
    grid-column-end: 9;
  }

  .xxl\:col-end-10{
    grid-column-end: 10;
  }

  .xxl\:col-end-11{
    grid-column-end: 11;
  }

  .xxl\:col-end-12{
    grid-column-end: 12;
  }

  .xxl\:col-end-13{
    grid-column-end: 13;
  }

  .xxl\:col-end-auto{
    grid-column-end: auto;
  }

  .xxl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xxl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xxl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xxl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xxl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xxl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xxl\:grid-rows-none{
    grid-template-rows: none;
  }

  .xxl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xxl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xxl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xxl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xxl\:row-auto{
    grid-row: auto;
  }

  .xxl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xxl\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .xxl\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .xxl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xxl\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .xxl\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .xxl\:row-span-full{
    grid-row: 1 / -1;
  }

  .xxl\:row-start-1{
    grid-row-start: 1;
  }

  .xxl\:row-start-2{
    grid-row-start: 2;
  }

  .xxl\:row-start-3{
    grid-row-start: 3;
  }

  .xxl\:row-start-4{
    grid-row-start: 4;
  }

  .xxl\:row-start-5{
    grid-row-start: 5;
  }

  .xxl\:row-start-6{
    grid-row-start: 6;
  }

  .xxl\:row-start-7{
    grid-row-start: 7;
  }

  .xxl\:row-start-auto{
    grid-row-start: auto;
  }

  .xxl\:row-end-1{
    grid-row-end: 1;
  }

  .xxl\:row-end-2{
    grid-row-end: 2;
  }

  .xxl\:row-end-3{
    grid-row-end: 3;
  }

  .xxl\:row-end-4{
    grid-row-end: 4;
  }

  .xxl\:row-end-5{
    grid-row-end: 5;
  }

  .xxl\:row-end-6{
    grid-row-end: 6;
  }

  .xxl\:row-end-7{
    grid-row-end: 7;
  }

  .xxl\:row-end-auto{
    grid-row-end: auto;
  }

  .xxl\:transform{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .xxl\:transform-gpu{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .xxl\:transform-none{
    transform: none;
  }

  .xxl\:origin-center{
    transform-origin: center;
  }

  .xxl\:origin-top{
    transform-origin: top;
  }

  .xxl\:origin-top-right{
    transform-origin: top right;
  }

  .xxl\:origin-right{
    transform-origin: right;
  }

  .xxl\:origin-bottom-right{
    transform-origin: bottom right;
  }

  .xxl\:origin-bottom{
    transform-origin: bottom;
  }

  .xxl\:origin-bottom-left{
    transform-origin: bottom left;
  }

  .xxl\:origin-left{
    transform-origin: left;
  }

  .xxl\:origin-top-left{
    transform-origin: top left;
  }

  .xxl\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xxl\:scale-50{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xxl\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xxl\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xxl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xxl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xxl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xxl\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xxl\:scale-125{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xxl\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xxl\:scale-x-0{
    --tw-scale-x: 0;
  }

  .xxl\:scale-x-50{
    --tw-scale-x: .5;
  }

  .xxl\:scale-x-75{
    --tw-scale-x: .75;
  }

  .xxl\:scale-x-90{
    --tw-scale-x: .9;
  }

  .xxl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xxl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xxl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xxl\:scale-x-110{
    --tw-scale-x: 1.1;
  }

  .xxl\:scale-x-125{
    --tw-scale-x: 1.25;
  }

  .xxl\:scale-x-150{
    --tw-scale-x: 1.5;
  }

  .xxl\:scale-y-0{
    --tw-scale-y: 0;
  }

  .xxl\:scale-y-50{
    --tw-scale-y: .5;
  }

  .xxl\:scale-y-75{
    --tw-scale-y: .75;
  }

  .xxl\:scale-y-90{
    --tw-scale-y: .9;
  }

  .xxl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xxl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xxl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xxl\:scale-y-110{
    --tw-scale-y: 1.1;
  }

  .xxl\:scale-y-125{
    --tw-scale-y: 1.25;
  }

  .xxl\:scale-y-150{
    --tw-scale-y: 1.5;
  }

  .xxl\:hover\:scale-0:hover{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xxl\:hover\:scale-50:hover{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xxl\:hover\:scale-75:hover{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xxl\:hover\:scale-90:hover{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xxl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xxl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xxl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xxl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xxl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xxl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xxl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0;
  }

  .xxl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5;
  }

  .xxl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75;
  }

  .xxl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9;
  }

  .xxl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xxl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xxl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xxl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1;
  }

  .xxl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25;
  }

  .xxl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5;
  }

  .xxl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0;
  }

  .xxl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5;
  }

  .xxl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75;
  }

  .xxl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9;
  }

  .xxl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xxl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xxl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xxl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1;
  }

  .xxl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25;
  }

  .xxl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5;
  }

  .xxl\:focus\:scale-0:focus{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xxl\:focus\:scale-50:focus{
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xxl\:focus\:scale-75:focus{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xxl\:focus\:scale-90:focus{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xxl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xxl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xxl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xxl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xxl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xxl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xxl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0;
  }

  .xxl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5;
  }

  .xxl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75;
  }

  .xxl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9;
  }

  .xxl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xxl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xxl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xxl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1;
  }

  .xxl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25;
  }

  .xxl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5;
  }

  .xxl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0;
  }

  .xxl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5;
  }

  .xxl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75;
  }

  .xxl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9;
  }

  .xxl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xxl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xxl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xxl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1;
  }

  .xxl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25;
  }

  .xxl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5;
  }

  .xxl\:rotate-0{
    --tw-rotate: 0deg;
  }

  .xxl\:rotate-1{
    --tw-rotate: 1deg;
  }

  .xxl\:rotate-2{
    --tw-rotate: 2deg;
  }

  .xxl\:rotate-3{
    --tw-rotate: 3deg;
  }

  .xxl\:rotate-6{
    --tw-rotate: 6deg;
  }

  .xxl\:rotate-12{
    --tw-rotate: 12deg;
  }

  .xxl\:rotate-45{
    --tw-rotate: 45deg;
  }

  .xxl\:rotate-90{
    --tw-rotate: 90deg;
  }

  .xxl\:rotate-180{
    --tw-rotate: 180deg;
  }

  .xxl\:-rotate-180{
    --tw-rotate: -180deg;
  }

  .xxl\:-rotate-90{
    --tw-rotate: -90deg;
  }

  .xxl\:-rotate-45{
    --tw-rotate: -45deg;
  }

  .xxl\:-rotate-12{
    --tw-rotate: -12deg;
  }

  .xxl\:-rotate-6{
    --tw-rotate: -6deg;
  }

  .xxl\:-rotate-3{
    --tw-rotate: -3deg;
  }

  .xxl\:-rotate-2{
    --tw-rotate: -2deg;
  }

  .xxl\:-rotate-1{
    --tw-rotate: -1deg;
  }

  .xxl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg;
  }

  .xxl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg;
  }

  .xxl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg;
  }

  .xxl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg;
  }

  .xxl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg;
  }

  .xxl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg;
  }

  .xxl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg;
  }

  .xxl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg;
  }

  .xxl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg;
  }

  .xxl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg;
  }

  .xxl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg;
  }

  .xxl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg;
  }

  .xxl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg;
  }

  .xxl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg;
  }

  .xxl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg;
  }

  .xxl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg;
  }

  .xxl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg;
  }

  .xxl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg;
  }

  .xxl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg;
  }

  .xxl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg;
  }

  .xxl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg;
  }

  .xxl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg;
  }

  .xxl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg;
  }

  .xxl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg;
  }

  .xxl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg;
  }

  .xxl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg;
  }

  .xxl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg;
  }

  .xxl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg;
  }

  .xxl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg;
  }

  .xxl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg;
  }

  .xxl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg;
  }

  .xxl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg;
  }

  .xxl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg;
  }

  .xxl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg;
  }

  .xxl\:translate-x-0{
    --tw-translate-x: 0px;
  }

  .xxl\:translate-x-1{
    --tw-translate-x: 0.25rem;
  }

  .xxl\:translate-x-2{
    --tw-translate-x: 0.5rem;
  }

  .xxl\:translate-x-3{
    --tw-translate-x: 0.75rem;
  }

  .xxl\:translate-x-4{
    --tw-translate-x: 1rem;
  }

  .xxl\:translate-x-5{
    --tw-translate-x: 1.25rem;
  }

  .xxl\:translate-x-6{
    --tw-translate-x: 1.5rem;
  }

  .xxl\:translate-x-7{
    --tw-translate-x: 1.75rem;
  }

  .xxl\:translate-x-8{
    --tw-translate-x: 2rem;
  }

  .xxl\:translate-x-9{
    --tw-translate-x: 2.25rem;
  }

  .xxl\:translate-x-10{
    --tw-translate-x: 2.5rem;
  }

  .xxl\:translate-x-11{
    --tw-translate-x: 2.75rem;
  }

  .xxl\:translate-x-12{
    --tw-translate-x: 3rem;
  }

  .xxl\:translate-x-13{
    --tw-translate-x: 3.375rem;
  }

  .xxl\:translate-x-14{
    --tw-translate-x: 3.5rem;
  }

  .xxl\:translate-x-15{
    --tw-translate-x: 3.75rem;
  }

  .xxl\:translate-x-16{
    --tw-translate-x: 4rem;
  }

  .xxl\:translate-x-17{
    --tw-translate-x: 4.375rem;
  }

  .xxl\:translate-x-18{
    --tw-translate-x: 4.5rem;
  }

  .xxl\:translate-x-19{
    --tw-translate-x: 4.75rem;
  }

  .xxl\:translate-x-20{
    --tw-translate-x: 5rem;
  }

  .xxl\:translate-x-21{
    --tw-translate-x: 5.5rem;
  }

  .xxl\:translate-x-22{
    --tw-translate-x: 5.625rem;
  }

  .xxl\:translate-x-23{
    --tw-translate-x: 6.125rem;
  }

  .xxl\:translate-x-24{
    --tw-translate-x: 6rem;
  }

  .xxl\:translate-x-25{
    --tw-translate-x: 6.5rem;
  }

  .xxl\:translate-x-26{
    --tw-translate-x: 6.75rem;
  }

  .xxl\:translate-x-27{
    --tw-translate-x: 6.25rem;
  }

  .xxl\:translate-x-28{
    --tw-translate-x: 7rem;
  }

  .xxl\:translate-x-29{
    --tw-translate-x: 7.5rem;
  }

  .xxl\:translate-x-32{
    --tw-translate-x: 8rem;
  }

  .xxl\:translate-x-34{
    --tw-translate-x: 8.5rem;
  }

  .xxl\:translate-x-35{
    --tw-translate-x: 8.75rem;
  }

  .xxl\:translate-x-36{
    --tw-translate-x: 9rem;
  }

  .xxl\:translate-x-37{
    --tw-translate-x: 9.125rem;
  }

  .xxl\:translate-x-38{
    --tw-translate-x: 9.5rem;
  }

  .xxl\:translate-x-40{
    --tw-translate-x: 10rem;
  }

  .xxl\:translate-x-41{
    --tw-translate-x: 10.5rem;
  }

  .xxl\:translate-x-42{
    --tw-translate-x: 10.625rem;
  }

  .xxl\:translate-x-44{
    --tw-translate-x: 11rem;
  }

  .xxl\:translate-x-45{
    --tw-translate-x: 11.25rem;
  }

  .xxl\:translate-x-48{
    --tw-translate-x: 12rem;
  }

  .xxl\:translate-x-49{
    --tw-translate-x: 12.5rem;
  }

  .xxl\:translate-x-52{
    --tw-translate-x: 13rem;
  }

  .xxl\:translate-x-56{
    --tw-translate-x: 14rem;
  }

  .xxl\:translate-x-57{
    --tw-translate-x: 14.375rem;
  }

  .xxl\:translate-x-60{
    --tw-translate-x: 15rem;
  }

  .xxl\:translate-x-64{
    --tw-translate-x: 16rem;
  }

  .xxl\:translate-x-72{
    --tw-translate-x: 18rem;
  }

  .xxl\:translate-x-80{
    --tw-translate-x: 20rem;
  }

  .xxl\:translate-x-82{
    --tw-translate-x: 22rem;
  }

  .xxl\:translate-x-83{
    --tw-translate-x: 23.8125rem;
  }

  .xxl\:translate-x-96{
    --tw-translate-x: 24rem;
  }

  .xxl\:translate-x-px{
    --tw-translate-x: 1px;
  }

  .xxl\:translate-x-0\.5{
    --tw-translate-x: 0.125rem;
  }

  .xxl\:translate-x-1\.5{
    --tw-translate-x: 0.375rem;
  }

  .xxl\:translate-x-2\.5{
    --tw-translate-x: 0.625rem;
  }

  .xxl\:translate-x-3\.5{
    --tw-translate-x: 0.875rem;
  }

  .xxl\:translate-x-4\.5{
    --tw-translate-x: 1.125rem;
  }

  .xxl\:translate-x-5\.5{
    --tw-translate-x: 1.375rem;
  }

  .xxl\:translate-x-6\.5{
    --tw-translate-x: 1.625rem;
  }

  .xxl\:translate-x-7\.5{
    --tw-translate-x: 1.875rem;
  }

  .xxl\:translate-x-8\.5{
    --tw-translate-x: 2.125rem;
  }

  .xxl\:translate-x-9\.5{
    --tw-translate-x: 2.375rem;
  }

  .xxl\:translate-x-10\.5{
    --tw-translate-x: 2.625rem;
  }

  .xxl\:translate-x-11\.5{
    --tw-translate-x: 2.875rem;
  }

  .xxl\:translate-x-12\.5{
    --tw-translate-x: 3.125rem;
  }

  .xxl\:translate-x-13\.5{
    --tw-translate-x: 3.25rem;
  }

  .xxl\:translate-x-15\.5{
    --tw-translate-x: 3.8rem;
  }

  .xxl\:translate-x-16\.5{
    --tw-translate-x: 4.125rem;
  }

  .xxl\:translate-x-17\.5{
    --tw-translate-x: 4.25rem;
  }

  .xxl\:translate-x-18\.5{
    --tw-translate-x: 4.625rem;
  }

  .xxl\:translate-x-20\.5{
    --tw-translate-x: 5.25rem;
  }

  .xxl\:translate-x-21\.5{
    --tw-translate-x: 5.75rem;
  }

  .xxl\:translate-x-22\.5{
    --tw-translate-x: 5.875rem;
  }

  .xxl\:translate-x-24\.5{
    --tw-translate-x: 6.8125rem;
  }

  .xxl\:translate-x-28\.5{
    --tw-translate-x: 7.375rem;
  }

  .xxl\:translate-x-29\.5{
    --tw-translate-x: 7.75rem;
  }

  .xxl\:translate-x-32\.5{
    --tw-translate-x: 8.125rem;
  }

  .xxl\:translate-x-33\.5{
    --tw-translate-x: 8.8125rem;
  }

  .xxl\:translate-x-42\.5{
    --tw-translate-x: 10.875rem;
  }

  .xxl\:translate-x-49\.5{
    --tw-translate-x: 12.75rem;
  }

  .xxl\:translate-x-72\.5{
    --tw-translate-x: 18.25rem;
  }

  .xxl\:-translate-x-0{
    --tw-translate-x: 0px;
  }

  .xxl\:-translate-x-1{
    --tw-translate-x: -0.25rem;
  }

  .xxl\:-translate-x-2{
    --tw-translate-x: -0.5rem;
  }

  .xxl\:-translate-x-3{
    --tw-translate-x: -0.75rem;
  }

  .xxl\:-translate-x-4{
    --tw-translate-x: -1rem;
  }

  .xxl\:-translate-x-5{
    --tw-translate-x: -1.25rem;
  }

  .xxl\:-translate-x-6{
    --tw-translate-x: -1.5rem;
  }

  .xxl\:-translate-x-7{
    --tw-translate-x: -1.75rem;
  }

  .xxl\:-translate-x-8{
    --tw-translate-x: -2rem;
  }

  .xxl\:-translate-x-9{
    --tw-translate-x: -2.25rem;
  }

  .xxl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
  }

  .xxl\:-translate-x-11{
    --tw-translate-x: -2.75rem;
  }

  .xxl\:-translate-x-12{
    --tw-translate-x: -3rem;
  }

  .xxl\:-translate-x-13{
    --tw-translate-x: -3.375rem;
  }

  .xxl\:-translate-x-14{
    --tw-translate-x: -3.5rem;
  }

  .xxl\:-translate-x-15{
    --tw-translate-x: -3.75rem;
  }

  .xxl\:-translate-x-16{
    --tw-translate-x: -4rem;
  }

  .xxl\:-translate-x-17{
    --tw-translate-x: -4.375rem;
  }

  .xxl\:-translate-x-18{
    --tw-translate-x: -4.5rem;
  }

  .xxl\:-translate-x-19{
    --tw-translate-x: -4.75rem;
  }

  .xxl\:-translate-x-20{
    --tw-translate-x: -5rem;
  }

  .xxl\:-translate-x-21{
    --tw-translate-x: -5.5rem;
  }

  .xxl\:-translate-x-22{
    --tw-translate-x: -5.625rem;
  }

  .xxl\:-translate-x-23{
    --tw-translate-x: -6.125rem;
  }

  .xxl\:-translate-x-24{
    --tw-translate-x: -6rem;
  }

  .xxl\:-translate-x-25{
    --tw-translate-x: -6.5rem;
  }

  .xxl\:-translate-x-26{
    --tw-translate-x: -6.75rem;
  }

  .xxl\:-translate-x-27{
    --tw-translate-x: -6.25rem;
  }

  .xxl\:-translate-x-28{
    --tw-translate-x: -7rem;
  }

  .xxl\:-translate-x-29{
    --tw-translate-x: -7.5rem;
  }

  .xxl\:-translate-x-32{
    --tw-translate-x: -8rem;
  }

  .xxl\:-translate-x-34{
    --tw-translate-x: -8.5rem;
  }

  .xxl\:-translate-x-35{
    --tw-translate-x: -8.75rem;
  }

  .xxl\:-translate-x-36{
    --tw-translate-x: -9rem;
  }

  .xxl\:-translate-x-37{
    --tw-translate-x: -9.125rem;
  }

  .xxl\:-translate-x-38{
    --tw-translate-x: -9.5rem;
  }

  .xxl\:-translate-x-40{
    --tw-translate-x: -10rem;
  }

  .xxl\:-translate-x-41{
    --tw-translate-x: -10.5rem;
  }

  .xxl\:-translate-x-42{
    --tw-translate-x: -10.625rem;
  }

  .xxl\:-translate-x-44{
    --tw-translate-x: -11rem;
  }

  .xxl\:-translate-x-45{
    --tw-translate-x: -11.25rem;
  }

  .xxl\:-translate-x-48{
    --tw-translate-x: -12rem;
  }

  .xxl\:-translate-x-49{
    --tw-translate-x: -12.5rem;
  }

  .xxl\:-translate-x-52{
    --tw-translate-x: -13rem;
  }

  .xxl\:-translate-x-56{
    --tw-translate-x: -14rem;
  }

  .xxl\:-translate-x-57{
    --tw-translate-x: -14.375rem;
  }

  .xxl\:-translate-x-60{
    --tw-translate-x: -15rem;
  }

  .xxl\:-translate-x-64{
    --tw-translate-x: -16rem;
  }

  .xxl\:-translate-x-72{
    --tw-translate-x: -18rem;
  }

  .xxl\:-translate-x-80{
    --tw-translate-x: -20rem;
  }

  .xxl\:-translate-x-82{
    --tw-translate-x: -22rem;
  }

  .xxl\:-translate-x-83{
    --tw-translate-x: -23.8125rem;
  }

  .xxl\:-translate-x-96{
    --tw-translate-x: -24rem;
  }

  .xxl\:-translate-x-px{
    --tw-translate-x: -1px;
  }

  .xxl\:-translate-x-0\.5{
    --tw-translate-x: -0.125rem;
  }

  .xxl\:-translate-x-1\.5{
    --tw-translate-x: -0.375rem;
  }

  .xxl\:-translate-x-2\.5{
    --tw-translate-x: -0.625rem;
  }

  .xxl\:-translate-x-3\.5{
    --tw-translate-x: -0.875rem;
  }

  .xxl\:-translate-x-4\.5{
    --tw-translate-x: -1.125rem;
  }

  .xxl\:-translate-x-5\.5{
    --tw-translate-x: -1.375rem;
  }

  .xxl\:-translate-x-6\.5{
    --tw-translate-x: -1.625rem;
  }

  .xxl\:-translate-x-7\.5{
    --tw-translate-x: -1.875rem;
  }

  .xxl\:-translate-x-8\.5{
    --tw-translate-x: -2.125rem;
  }

  .xxl\:-translate-x-9\.5{
    --tw-translate-x: -2.375rem;
  }

  .xxl\:-translate-x-10\.5{
    --tw-translate-x: -2.625rem;
  }

  .xxl\:-translate-x-11\.5{
    --tw-translate-x: -2.875rem;
  }

  .xxl\:-translate-x-12\.5{
    --tw-translate-x: -3.125rem;
  }

  .xxl\:-translate-x-13\.5{
    --tw-translate-x: -3.25rem;
  }

  .xxl\:-translate-x-15\.5{
    --tw-translate-x: -3.8rem;
  }

  .xxl\:-translate-x-16\.5{
    --tw-translate-x: -4.125rem;
  }

  .xxl\:-translate-x-17\.5{
    --tw-translate-x: -4.25rem;
  }

  .xxl\:-translate-x-18\.5{
    --tw-translate-x: -4.625rem;
  }

  .xxl\:-translate-x-20\.5{
    --tw-translate-x: -5.25rem;
  }

  .xxl\:-translate-x-21\.5{
    --tw-translate-x: -5.75rem;
  }

  .xxl\:-translate-x-22\.5{
    --tw-translate-x: -5.875rem;
  }

  .xxl\:-translate-x-24\.5{
    --tw-translate-x: -6.8125rem;
  }

  .xxl\:-translate-x-28\.5{
    --tw-translate-x: -7.375rem;
  }

  .xxl\:-translate-x-29\.5{
    --tw-translate-x: -7.75rem;
  }

  .xxl\:-translate-x-32\.5{
    --tw-translate-x: -8.125rem;
  }

  .xxl\:-translate-x-33\.5{
    --tw-translate-x: -8.8125rem;
  }

  .xxl\:-translate-x-42\.5{
    --tw-translate-x: -10.875rem;
  }

  .xxl\:-translate-x-49\.5{
    --tw-translate-x: -12.75rem;
  }

  .xxl\:-translate-x-72\.5{
    --tw-translate-x: -18.25rem;
  }

  .xxl\:translate-x-1\/2{
    --tw-translate-x: 50%;
  }

  .xxl\:translate-x-1\/3{
    --tw-translate-x: 33.333333%;
  }

  .xxl\:translate-x-2\/3{
    --tw-translate-x: 66.666667%;
  }

  .xxl\:translate-x-1\/4{
    --tw-translate-x: 25%;
  }

  .xxl\:translate-x-2\/4{
    --tw-translate-x: 50%;
  }

  .xxl\:translate-x-3\/4{
    --tw-translate-x: 75%;
  }

  .xxl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xxl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xxl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
  }

  .xxl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667%;
  }

  .xxl\:-translate-x-1\/4{
    --tw-translate-x: -25%;
  }

  .xxl\:-translate-x-2\/4{
    --tw-translate-x: -50%;
  }

  .xxl\:-translate-x-3\/4{
    --tw-translate-x: -75%;
  }

  .xxl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xxl\:translate-y-0{
    --tw-translate-y: 0px;
  }

  .xxl\:translate-y-1{
    --tw-translate-y: 0.25rem;
  }

  .xxl\:translate-y-2{
    --tw-translate-y: 0.5rem;
  }

  .xxl\:translate-y-3{
    --tw-translate-y: 0.75rem;
  }

  .xxl\:translate-y-4{
    --tw-translate-y: 1rem;
  }

  .xxl\:translate-y-5{
    --tw-translate-y: 1.25rem;
  }

  .xxl\:translate-y-6{
    --tw-translate-y: 1.5rem;
  }

  .xxl\:translate-y-7{
    --tw-translate-y: 1.75rem;
  }

  .xxl\:translate-y-8{
    --tw-translate-y: 2rem;
  }

  .xxl\:translate-y-9{
    --tw-translate-y: 2.25rem;
  }

  .xxl\:translate-y-10{
    --tw-translate-y: 2.5rem;
  }

  .xxl\:translate-y-11{
    --tw-translate-y: 2.75rem;
  }

  .xxl\:translate-y-12{
    --tw-translate-y: 3rem;
  }

  .xxl\:translate-y-13{
    --tw-translate-y: 3.375rem;
  }

  .xxl\:translate-y-14{
    --tw-translate-y: 3.5rem;
  }

  .xxl\:translate-y-15{
    --tw-translate-y: 3.75rem;
  }

  .xxl\:translate-y-16{
    --tw-translate-y: 4rem;
  }

  .xxl\:translate-y-17{
    --tw-translate-y: 4.375rem;
  }

  .xxl\:translate-y-18{
    --tw-translate-y: 4.5rem;
  }

  .xxl\:translate-y-19{
    --tw-translate-y: 4.75rem;
  }

  .xxl\:translate-y-20{
    --tw-translate-y: 5rem;
  }

  .xxl\:translate-y-21{
    --tw-translate-y: 5.5rem;
  }

  .xxl\:translate-y-22{
    --tw-translate-y: 5.625rem;
  }

  .xxl\:translate-y-23{
    --tw-translate-y: 6.125rem;
  }

  .xxl\:translate-y-24{
    --tw-translate-y: 6rem;
  }

  .xxl\:translate-y-25{
    --tw-translate-y: 6.5rem;
  }

  .xxl\:translate-y-26{
    --tw-translate-y: 6.75rem;
  }

  .xxl\:translate-y-27{
    --tw-translate-y: 6.25rem;
  }

  .xxl\:translate-y-28{
    --tw-translate-y: 7rem;
  }

  .xxl\:translate-y-29{
    --tw-translate-y: 7.5rem;
  }

  .xxl\:translate-y-32{
    --tw-translate-y: 8rem;
  }

  .xxl\:translate-y-34{
    --tw-translate-y: 8.5rem;
  }

  .xxl\:translate-y-35{
    --tw-translate-y: 8.75rem;
  }

  .xxl\:translate-y-36{
    --tw-translate-y: 9rem;
  }

  .xxl\:translate-y-37{
    --tw-translate-y: 9.125rem;
  }

  .xxl\:translate-y-38{
    --tw-translate-y: 9.5rem;
  }

  .xxl\:translate-y-40{
    --tw-translate-y: 10rem;
  }

  .xxl\:translate-y-41{
    --tw-translate-y: 10.5rem;
  }

  .xxl\:translate-y-42{
    --tw-translate-y: 10.625rem;
  }

  .xxl\:translate-y-44{
    --tw-translate-y: 11rem;
  }

  .xxl\:translate-y-45{
    --tw-translate-y: 11.25rem;
  }

  .xxl\:translate-y-48{
    --tw-translate-y: 12rem;
  }

  .xxl\:translate-y-49{
    --tw-translate-y: 12.5rem;
  }

  .xxl\:translate-y-52{
    --tw-translate-y: 13rem;
  }

  .xxl\:translate-y-56{
    --tw-translate-y: 14rem;
  }

  .xxl\:translate-y-57{
    --tw-translate-y: 14.375rem;
  }

  .xxl\:translate-y-60{
    --tw-translate-y: 15rem;
  }

  .xxl\:translate-y-64{
    --tw-translate-y: 16rem;
  }

  .xxl\:translate-y-72{
    --tw-translate-y: 18rem;
  }

  .xxl\:translate-y-80{
    --tw-translate-y: 20rem;
  }

  .xxl\:translate-y-82{
    --tw-translate-y: 22rem;
  }

  .xxl\:translate-y-83{
    --tw-translate-y: 23.8125rem;
  }

  .xxl\:translate-y-96{
    --tw-translate-y: 24rem;
  }

  .xxl\:translate-y-px{
    --tw-translate-y: 1px;
  }

  .xxl\:translate-y-0\.5{
    --tw-translate-y: 0.125rem;
  }

  .xxl\:translate-y-1\.5{
    --tw-translate-y: 0.375rem;
  }

  .xxl\:translate-y-2\.5{
    --tw-translate-y: 0.625rem;
  }

  .xxl\:translate-y-3\.5{
    --tw-translate-y: 0.875rem;
  }

  .xxl\:translate-y-4\.5{
    --tw-translate-y: 1.125rem;
  }

  .xxl\:translate-y-5\.5{
    --tw-translate-y: 1.375rem;
  }

  .xxl\:translate-y-6\.5{
    --tw-translate-y: 1.625rem;
  }

  .xxl\:translate-y-7\.5{
    --tw-translate-y: 1.875rem;
  }

  .xxl\:translate-y-8\.5{
    --tw-translate-y: 2.125rem;
  }

  .xxl\:translate-y-9\.5{
    --tw-translate-y: 2.375rem;
  }

  .xxl\:translate-y-10\.5{
    --tw-translate-y: 2.625rem;
  }

  .xxl\:translate-y-11\.5{
    --tw-translate-y: 2.875rem;
  }

  .xxl\:translate-y-12\.5{
    --tw-translate-y: 3.125rem;
  }

  .xxl\:translate-y-13\.5{
    --tw-translate-y: 3.25rem;
  }

  .xxl\:translate-y-15\.5{
    --tw-translate-y: 3.8rem;
  }

  .xxl\:translate-y-16\.5{
    --tw-translate-y: 4.125rem;
  }

  .xxl\:translate-y-17\.5{
    --tw-translate-y: 4.25rem;
  }

  .xxl\:translate-y-18\.5{
    --tw-translate-y: 4.625rem;
  }

  .xxl\:translate-y-20\.5{
    --tw-translate-y: 5.25rem;
  }

  .xxl\:translate-y-21\.5{
    --tw-translate-y: 5.75rem;
  }

  .xxl\:translate-y-22\.5{
    --tw-translate-y: 5.875rem;
  }

  .xxl\:translate-y-24\.5{
    --tw-translate-y: 6.8125rem;
  }

  .xxl\:translate-y-28\.5{
    --tw-translate-y: 7.375rem;
  }

  .xxl\:translate-y-29\.5{
    --tw-translate-y: 7.75rem;
  }

  .xxl\:translate-y-32\.5{
    --tw-translate-y: 8.125rem;
  }

  .xxl\:translate-y-33\.5{
    --tw-translate-y: 8.8125rem;
  }

  .xxl\:translate-y-42\.5{
    --tw-translate-y: 10.875rem;
  }

  .xxl\:translate-y-49\.5{
    --tw-translate-y: 12.75rem;
  }

  .xxl\:translate-y-72\.5{
    --tw-translate-y: 18.25rem;
  }

  .xxl\:-translate-y-0{
    --tw-translate-y: 0px;
  }

  .xxl\:-translate-y-1{
    --tw-translate-y: -0.25rem;
  }

  .xxl\:-translate-y-2{
    --tw-translate-y: -0.5rem;
  }

  .xxl\:-translate-y-3{
    --tw-translate-y: -0.75rem;
  }

  .xxl\:-translate-y-4{
    --tw-translate-y: -1rem;
  }

  .xxl\:-translate-y-5{
    --tw-translate-y: -1.25rem;
  }

  .xxl\:-translate-y-6{
    --tw-translate-y: -1.5rem;
  }

  .xxl\:-translate-y-7{
    --tw-translate-y: -1.75rem;
  }

  .xxl\:-translate-y-8{
    --tw-translate-y: -2rem;
  }

  .xxl\:-translate-y-9{
    --tw-translate-y: -2.25rem;
  }

  .xxl\:-translate-y-10{
    --tw-translate-y: -2.5rem;
  }

  .xxl\:-translate-y-11{
    --tw-translate-y: -2.75rem;
  }

  .xxl\:-translate-y-12{
    --tw-translate-y: -3rem;
  }

  .xxl\:-translate-y-13{
    --tw-translate-y: -3.375rem;
  }

  .xxl\:-translate-y-14{
    --tw-translate-y: -3.5rem;
  }

  .xxl\:-translate-y-15{
    --tw-translate-y: -3.75rem;
  }

  .xxl\:-translate-y-16{
    --tw-translate-y: -4rem;
  }

  .xxl\:-translate-y-17{
    --tw-translate-y: -4.375rem;
  }

  .xxl\:-translate-y-18{
    --tw-translate-y: -4.5rem;
  }

  .xxl\:-translate-y-19{
    --tw-translate-y: -4.75rem;
  }

  .xxl\:-translate-y-20{
    --tw-translate-y: -5rem;
  }

  .xxl\:-translate-y-21{
    --tw-translate-y: -5.5rem;
  }

  .xxl\:-translate-y-22{
    --tw-translate-y: -5.625rem;
  }

  .xxl\:-translate-y-23{
    --tw-translate-y: -6.125rem;
  }

  .xxl\:-translate-y-24{
    --tw-translate-y: -6rem;
  }

  .xxl\:-translate-y-25{
    --tw-translate-y: -6.5rem;
  }

  .xxl\:-translate-y-26{
    --tw-translate-y: -6.75rem;
  }

  .xxl\:-translate-y-27{
    --tw-translate-y: -6.25rem;
  }

  .xxl\:-translate-y-28{
    --tw-translate-y: -7rem;
  }

  .xxl\:-translate-y-29{
    --tw-translate-y: -7.5rem;
  }

  .xxl\:-translate-y-32{
    --tw-translate-y: -8rem;
  }

  .xxl\:-translate-y-34{
    --tw-translate-y: -8.5rem;
  }

  .xxl\:-translate-y-35{
    --tw-translate-y: -8.75rem;
  }

  .xxl\:-translate-y-36{
    --tw-translate-y: -9rem;
  }

  .xxl\:-translate-y-37{
    --tw-translate-y: -9.125rem;
  }

  .xxl\:-translate-y-38{
    --tw-translate-y: -9.5rem;
  }

  .xxl\:-translate-y-40{
    --tw-translate-y: -10rem;
  }

  .xxl\:-translate-y-41{
    --tw-translate-y: -10.5rem;
  }

  .xxl\:-translate-y-42{
    --tw-translate-y: -10.625rem;
  }

  .xxl\:-translate-y-44{
    --tw-translate-y: -11rem;
  }

  .xxl\:-translate-y-45{
    --tw-translate-y: -11.25rem;
  }

  .xxl\:-translate-y-48{
    --tw-translate-y: -12rem;
  }

  .xxl\:-translate-y-49{
    --tw-translate-y: -12.5rem;
  }

  .xxl\:-translate-y-52{
    --tw-translate-y: -13rem;
  }

  .xxl\:-translate-y-56{
    --tw-translate-y: -14rem;
  }

  .xxl\:-translate-y-57{
    --tw-translate-y: -14.375rem;
  }

  .xxl\:-translate-y-60{
    --tw-translate-y: -15rem;
  }

  .xxl\:-translate-y-64{
    --tw-translate-y: -16rem;
  }

  .xxl\:-translate-y-72{
    --tw-translate-y: -18rem;
  }

  .xxl\:-translate-y-80{
    --tw-translate-y: -20rem;
  }

  .xxl\:-translate-y-82{
    --tw-translate-y: -22rem;
  }

  .xxl\:-translate-y-83{
    --tw-translate-y: -23.8125rem;
  }

  .xxl\:-translate-y-96{
    --tw-translate-y: -24rem;
  }

  .xxl\:-translate-y-px{
    --tw-translate-y: -1px;
  }

  .xxl\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
  }

  .xxl\:-translate-y-1\.5{
    --tw-translate-y: -0.375rem;
  }

  .xxl\:-translate-y-2\.5{
    --tw-translate-y: -0.625rem;
  }

  .xxl\:-translate-y-3\.5{
    --tw-translate-y: -0.875rem;
  }

  .xxl\:-translate-y-4\.5{
    --tw-translate-y: -1.125rem;
  }

  .xxl\:-translate-y-5\.5{
    --tw-translate-y: -1.375rem;
  }

  .xxl\:-translate-y-6\.5{
    --tw-translate-y: -1.625rem;
  }

  .xxl\:-translate-y-7\.5{
    --tw-translate-y: -1.875rem;
  }

  .xxl\:-translate-y-8\.5{
    --tw-translate-y: -2.125rem;
  }

  .xxl\:-translate-y-9\.5{
    --tw-translate-y: -2.375rem;
  }

  .xxl\:-translate-y-10\.5{
    --tw-translate-y: -2.625rem;
  }

  .xxl\:-translate-y-11\.5{
    --tw-translate-y: -2.875rem;
  }

  .xxl\:-translate-y-12\.5{
    --tw-translate-y: -3.125rem;
  }

  .xxl\:-translate-y-13\.5{
    --tw-translate-y: -3.25rem;
  }

  .xxl\:-translate-y-15\.5{
    --tw-translate-y: -3.8rem;
  }

  .xxl\:-translate-y-16\.5{
    --tw-translate-y: -4.125rem;
  }

  .xxl\:-translate-y-17\.5{
    --tw-translate-y: -4.25rem;
  }

  .xxl\:-translate-y-18\.5{
    --tw-translate-y: -4.625rem;
  }

  .xxl\:-translate-y-20\.5{
    --tw-translate-y: -5.25rem;
  }

  .xxl\:-translate-y-21\.5{
    --tw-translate-y: -5.75rem;
  }

  .xxl\:-translate-y-22\.5{
    --tw-translate-y: -5.875rem;
  }

  .xxl\:-translate-y-24\.5{
    --tw-translate-y: -6.8125rem;
  }

  .xxl\:-translate-y-28\.5{
    --tw-translate-y: -7.375rem;
  }

  .xxl\:-translate-y-29\.5{
    --tw-translate-y: -7.75rem;
  }

  .xxl\:-translate-y-32\.5{
    --tw-translate-y: -8.125rem;
  }

  .xxl\:-translate-y-33\.5{
    --tw-translate-y: -8.8125rem;
  }

  .xxl\:-translate-y-42\.5{
    --tw-translate-y: -10.875rem;
  }

  .xxl\:-translate-y-49\.5{
    --tw-translate-y: -12.75rem;
  }

  .xxl\:-translate-y-72\.5{
    --tw-translate-y: -18.25rem;
  }

  .xxl\:translate-y-1\/2{
    --tw-translate-y: 50%;
  }

  .xxl\:translate-y-1\/3{
    --tw-translate-y: 33.333333%;
  }

  .xxl\:translate-y-2\/3{
    --tw-translate-y: 66.666667%;
  }

  .xxl\:translate-y-1\/4{
    --tw-translate-y: 25%;
  }

  .xxl\:translate-y-2\/4{
    --tw-translate-y: 50%;
  }

  .xxl\:translate-y-3\/4{
    --tw-translate-y: 75%;
  }

  .xxl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xxl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xxl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333%;
  }

  .xxl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667%;
  }

  .xxl\:-translate-y-1\/4{
    --tw-translate-y: -25%;
  }

  .xxl\:-translate-y-2\/4{
    --tw-translate-y: -50%;
  }

  .xxl\:-translate-y-3\/4{
    --tw-translate-y: -75%;
  }

  .xxl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xxl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xxl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem;
  }

  .xxl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem;
  }

  .xxl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem;
  }

  .xxl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem;
  }

  .xxl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem;
  }

  .xxl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem;
  }

  .xxl\:hover\:translate-x-7:hover{
    --tw-translate-x: 1.75rem;
  }

  .xxl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem;
  }

  .xxl\:hover\:translate-x-9:hover{
    --tw-translate-x: 2.25rem;
  }

  .xxl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem;
  }

  .xxl\:hover\:translate-x-11:hover{
    --tw-translate-x: 2.75rem;
  }

  .xxl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem;
  }

  .xxl\:hover\:translate-x-13:hover{
    --tw-translate-x: 3.375rem;
  }

  .xxl\:hover\:translate-x-14:hover{
    --tw-translate-x: 3.5rem;
  }

  .xxl\:hover\:translate-x-15:hover{
    --tw-translate-x: 3.75rem;
  }

  .xxl\:hover\:translate-x-16:hover{
    --tw-translate-x: 4rem;
  }

  .xxl\:hover\:translate-x-17:hover{
    --tw-translate-x: 4.375rem;
  }

  .xxl\:hover\:translate-x-18:hover{
    --tw-translate-x: 4.5rem;
  }

  .xxl\:hover\:translate-x-19:hover{
    --tw-translate-x: 4.75rem;
  }

  .xxl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem;
  }

  .xxl\:hover\:translate-x-21:hover{
    --tw-translate-x: 5.5rem;
  }

  .xxl\:hover\:translate-x-22:hover{
    --tw-translate-x: 5.625rem;
  }

  .xxl\:hover\:translate-x-23:hover{
    --tw-translate-x: 6.125rem;
  }

  .xxl\:hover\:translate-x-24:hover{
    --tw-translate-x: 6rem;
  }

  .xxl\:hover\:translate-x-25:hover{
    --tw-translate-x: 6.5rem;
  }

  .xxl\:hover\:translate-x-26:hover{
    --tw-translate-x: 6.75rem;
  }

  .xxl\:hover\:translate-x-27:hover{
    --tw-translate-x: 6.25rem;
  }

  .xxl\:hover\:translate-x-28:hover{
    --tw-translate-x: 7rem;
  }

  .xxl\:hover\:translate-x-29:hover{
    --tw-translate-x: 7.5rem;
  }

  .xxl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem;
  }

  .xxl\:hover\:translate-x-34:hover{
    --tw-translate-x: 8.5rem;
  }

  .xxl\:hover\:translate-x-35:hover{
    --tw-translate-x: 8.75rem;
  }

  .xxl\:hover\:translate-x-36:hover{
    --tw-translate-x: 9rem;
  }

  .xxl\:hover\:translate-x-37:hover{
    --tw-translate-x: 9.125rem;
  }

  .xxl\:hover\:translate-x-38:hover{
    --tw-translate-x: 9.5rem;
  }

  .xxl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem;
  }

  .xxl\:hover\:translate-x-41:hover{
    --tw-translate-x: 10.5rem;
  }

  .xxl\:hover\:translate-x-42:hover{
    --tw-translate-x: 10.625rem;
  }

  .xxl\:hover\:translate-x-44:hover{
    --tw-translate-x: 11rem;
  }

  .xxl\:hover\:translate-x-45:hover{
    --tw-translate-x: 11.25rem;
  }

  .xxl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12rem;
  }

  .xxl\:hover\:translate-x-49:hover{
    --tw-translate-x: 12.5rem;
  }

  .xxl\:hover\:translate-x-52:hover{
    --tw-translate-x: 13rem;
  }

  .xxl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem;
  }

  .xxl\:hover\:translate-x-57:hover{
    --tw-translate-x: 14.375rem;
  }

  .xxl\:hover\:translate-x-60:hover{
    --tw-translate-x: 15rem;
  }

  .xxl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem;
  }

  .xxl\:hover\:translate-x-72:hover{
    --tw-translate-x: 18rem;
  }

  .xxl\:hover\:translate-x-80:hover{
    --tw-translate-x: 20rem;
  }

  .xxl\:hover\:translate-x-82:hover{
    --tw-translate-x: 22rem;
  }

  .xxl\:hover\:translate-x-83:hover{
    --tw-translate-x: 23.8125rem;
  }

  .xxl\:hover\:translate-x-96:hover{
    --tw-translate-x: 24rem;
  }

  .xxl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px;
  }

  .xxl\:hover\:translate-x-0\.5:hover{
    --tw-translate-x: 0.125rem;
  }

  .xxl\:hover\:translate-x-1\.5:hover{
    --tw-translate-x: 0.375rem;
  }

  .xxl\:hover\:translate-x-2\.5:hover{
    --tw-translate-x: 0.625rem;
  }

  .xxl\:hover\:translate-x-3\.5:hover{
    --tw-translate-x: 0.875rem;
  }

  .xxl\:hover\:translate-x-4\.5:hover{
    --tw-translate-x: 1.125rem;
  }

  .xxl\:hover\:translate-x-5\.5:hover{
    --tw-translate-x: 1.375rem;
  }

  .xxl\:hover\:translate-x-6\.5:hover{
    --tw-translate-x: 1.625rem;
  }

  .xxl\:hover\:translate-x-7\.5:hover{
    --tw-translate-x: 1.875rem;
  }

  .xxl\:hover\:translate-x-8\.5:hover{
    --tw-translate-x: 2.125rem;
  }

  .xxl\:hover\:translate-x-9\.5:hover{
    --tw-translate-x: 2.375rem;
  }

  .xxl\:hover\:translate-x-10\.5:hover{
    --tw-translate-x: 2.625rem;
  }

  .xxl\:hover\:translate-x-11\.5:hover{
    --tw-translate-x: 2.875rem;
  }

  .xxl\:hover\:translate-x-12\.5:hover{
    --tw-translate-x: 3.125rem;
  }

  .xxl\:hover\:translate-x-13\.5:hover{
    --tw-translate-x: 3.25rem;
  }

  .xxl\:hover\:translate-x-15\.5:hover{
    --tw-translate-x: 3.8rem;
  }

  .xxl\:hover\:translate-x-16\.5:hover{
    --tw-translate-x: 4.125rem;
  }

  .xxl\:hover\:translate-x-17\.5:hover{
    --tw-translate-x: 4.25rem;
  }

  .xxl\:hover\:translate-x-18\.5:hover{
    --tw-translate-x: 4.625rem;
  }

  .xxl\:hover\:translate-x-20\.5:hover{
    --tw-translate-x: 5.25rem;
  }

  .xxl\:hover\:translate-x-21\.5:hover{
    --tw-translate-x: 5.75rem;
  }

  .xxl\:hover\:translate-x-22\.5:hover{
    --tw-translate-x: 5.875rem;
  }

  .xxl\:hover\:translate-x-24\.5:hover{
    --tw-translate-x: 6.8125rem;
  }

  .xxl\:hover\:translate-x-28\.5:hover{
    --tw-translate-x: 7.375rem;
  }

  .xxl\:hover\:translate-x-29\.5:hover{
    --tw-translate-x: 7.75rem;
  }

  .xxl\:hover\:translate-x-32\.5:hover{
    --tw-translate-x: 8.125rem;
  }

  .xxl\:hover\:translate-x-33\.5:hover{
    --tw-translate-x: 8.8125rem;
  }

  .xxl\:hover\:translate-x-42\.5:hover{
    --tw-translate-x: 10.875rem;
  }

  .xxl\:hover\:translate-x-49\.5:hover{
    --tw-translate-x: 12.75rem;
  }

  .xxl\:hover\:translate-x-72\.5:hover{
    --tw-translate-x: 18.25rem;
  }

  .xxl\:hover\:-translate-x-0:hover{
    --tw-translate-x: 0px;
  }

  .xxl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem;
  }

  .xxl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem;
  }

  .xxl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem;
  }

  .xxl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem;
  }

  .xxl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem;
  }

  .xxl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem;
  }

  .xxl\:hover\:-translate-x-7:hover{
    --tw-translate-x: -1.75rem;
  }

  .xxl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem;
  }

  .xxl\:hover\:-translate-x-9:hover{
    --tw-translate-x: -2.25rem;
  }

  .xxl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem;
  }

  .xxl\:hover\:-translate-x-11:hover{
    --tw-translate-x: -2.75rem;
  }

  .xxl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem;
  }

  .xxl\:hover\:-translate-x-13:hover{
    --tw-translate-x: -3.375rem;
  }

  .xxl\:hover\:-translate-x-14:hover{
    --tw-translate-x: -3.5rem;
  }

  .xxl\:hover\:-translate-x-15:hover{
    --tw-translate-x: -3.75rem;
  }

  .xxl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -4rem;
  }

  .xxl\:hover\:-translate-x-17:hover{
    --tw-translate-x: -4.375rem;
  }

  .xxl\:hover\:-translate-x-18:hover{
    --tw-translate-x: -4.5rem;
  }

  .xxl\:hover\:-translate-x-19:hover{
    --tw-translate-x: -4.75rem;
  }

  .xxl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem;
  }

  .xxl\:hover\:-translate-x-21:hover{
    --tw-translate-x: -5.5rem;
  }

  .xxl\:hover\:-translate-x-22:hover{
    --tw-translate-x: -5.625rem;
  }

  .xxl\:hover\:-translate-x-23:hover{
    --tw-translate-x: -6.125rem;
  }

  .xxl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -6rem;
  }

  .xxl\:hover\:-translate-x-25:hover{
    --tw-translate-x: -6.5rem;
  }

  .xxl\:hover\:-translate-x-26:hover{
    --tw-translate-x: -6.75rem;
  }

  .xxl\:hover\:-translate-x-27:hover{
    --tw-translate-x: -6.25rem;
  }

  .xxl\:hover\:-translate-x-28:hover{
    --tw-translate-x: -7rem;
  }

  .xxl\:hover\:-translate-x-29:hover{
    --tw-translate-x: -7.5rem;
  }

  .xxl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem;
  }

  .xxl\:hover\:-translate-x-34:hover{
    --tw-translate-x: -8.5rem;
  }

  .xxl\:hover\:-translate-x-35:hover{
    --tw-translate-x: -8.75rem;
  }

  .xxl\:hover\:-translate-x-36:hover{
    --tw-translate-x: -9rem;
  }

  .xxl\:hover\:-translate-x-37:hover{
    --tw-translate-x: -9.125rem;
  }

  .xxl\:hover\:-translate-x-38:hover{
    --tw-translate-x: -9.5rem;
  }

  .xxl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem;
  }

  .xxl\:hover\:-translate-x-41:hover{
    --tw-translate-x: -10.5rem;
  }

  .xxl\:hover\:-translate-x-42:hover{
    --tw-translate-x: -10.625rem;
  }

  .xxl\:hover\:-translate-x-44:hover{
    --tw-translate-x: -11rem;
  }

  .xxl\:hover\:-translate-x-45:hover{
    --tw-translate-x: -11.25rem;
  }

  .xxl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12rem;
  }

  .xxl\:hover\:-translate-x-49:hover{
    --tw-translate-x: -12.5rem;
  }

  .xxl\:hover\:-translate-x-52:hover{
    --tw-translate-x: -13rem;
  }

  .xxl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem;
  }

  .xxl\:hover\:-translate-x-57:hover{
    --tw-translate-x: -14.375rem;
  }

  .xxl\:hover\:-translate-x-60:hover{
    --tw-translate-x: -15rem;
  }

  .xxl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem;
  }

  .xxl\:hover\:-translate-x-72:hover{
    --tw-translate-x: -18rem;
  }

  .xxl\:hover\:-translate-x-80:hover{
    --tw-translate-x: -20rem;
  }

  .xxl\:hover\:-translate-x-82:hover{
    --tw-translate-x: -22rem;
  }

  .xxl\:hover\:-translate-x-83:hover{
    --tw-translate-x: -23.8125rem;
  }

  .xxl\:hover\:-translate-x-96:hover{
    --tw-translate-x: -24rem;
  }

  .xxl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px;
  }

  .xxl\:hover\:-translate-x-0\.5:hover{
    --tw-translate-x: -0.125rem;
  }

  .xxl\:hover\:-translate-x-1\.5:hover{
    --tw-translate-x: -0.375rem;
  }

  .xxl\:hover\:-translate-x-2\.5:hover{
    --tw-translate-x: -0.625rem;
  }

  .xxl\:hover\:-translate-x-3\.5:hover{
    --tw-translate-x: -0.875rem;
  }

  .xxl\:hover\:-translate-x-4\.5:hover{
    --tw-translate-x: -1.125rem;
  }

  .xxl\:hover\:-translate-x-5\.5:hover{
    --tw-translate-x: -1.375rem;
  }

  .xxl\:hover\:-translate-x-6\.5:hover{
    --tw-translate-x: -1.625rem;
  }

  .xxl\:hover\:-translate-x-7\.5:hover{
    --tw-translate-x: -1.875rem;
  }

  .xxl\:hover\:-translate-x-8\.5:hover{
    --tw-translate-x: -2.125rem;
  }

  .xxl\:hover\:-translate-x-9\.5:hover{
    --tw-translate-x: -2.375rem;
  }

  .xxl\:hover\:-translate-x-10\.5:hover{
    --tw-translate-x: -2.625rem;
  }

  .xxl\:hover\:-translate-x-11\.5:hover{
    --tw-translate-x: -2.875rem;
  }

  .xxl\:hover\:-translate-x-12\.5:hover{
    --tw-translate-x: -3.125rem;
  }

  .xxl\:hover\:-translate-x-13\.5:hover{
    --tw-translate-x: -3.25rem;
  }

  .xxl\:hover\:-translate-x-15\.5:hover{
    --tw-translate-x: -3.8rem;
  }

  .xxl\:hover\:-translate-x-16\.5:hover{
    --tw-translate-x: -4.125rem;
  }

  .xxl\:hover\:-translate-x-17\.5:hover{
    --tw-translate-x: -4.25rem;
  }

  .xxl\:hover\:-translate-x-18\.5:hover{
    --tw-translate-x: -4.625rem;
  }

  .xxl\:hover\:-translate-x-20\.5:hover{
    --tw-translate-x: -5.25rem;
  }

  .xxl\:hover\:-translate-x-21\.5:hover{
    --tw-translate-x: -5.75rem;
  }

  .xxl\:hover\:-translate-x-22\.5:hover{
    --tw-translate-x: -5.875rem;
  }

  .xxl\:hover\:-translate-x-24\.5:hover{
    --tw-translate-x: -6.8125rem;
  }

  .xxl\:hover\:-translate-x-28\.5:hover{
    --tw-translate-x: -7.375rem;
  }

  .xxl\:hover\:-translate-x-29\.5:hover{
    --tw-translate-x: -7.75rem;
  }

  .xxl\:hover\:-translate-x-32\.5:hover{
    --tw-translate-x: -8.125rem;
  }

  .xxl\:hover\:-translate-x-33\.5:hover{
    --tw-translate-x: -8.8125rem;
  }

  .xxl\:hover\:-translate-x-42\.5:hover{
    --tw-translate-x: -10.875rem;
  }

  .xxl\:hover\:-translate-x-49\.5:hover{
    --tw-translate-x: -12.75rem;
  }

  .xxl\:hover\:-translate-x-72\.5:hover{
    --tw-translate-x: -18.25rem;
  }

  .xxl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50%;
  }

  .xxl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333%;
  }

  .xxl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667%;
  }

  .xxl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25%;
  }

  .xxl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50%;
  }

  .xxl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75%;
  }

  .xxl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xxl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xxl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333%;
  }

  .xxl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667%;
  }

  .xxl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25%;
  }

  .xxl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50%;
  }

  .xxl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75%;
  }

  .xxl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xxl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xxl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem;
  }

  .xxl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem;
  }

  .xxl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem;
  }

  .xxl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem;
  }

  .xxl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem;
  }

  .xxl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem;
  }

  .xxl\:hover\:translate-y-7:hover{
    --tw-translate-y: 1.75rem;
  }

  .xxl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem;
  }

  .xxl\:hover\:translate-y-9:hover{
    --tw-translate-y: 2.25rem;
  }

  .xxl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem;
  }

  .xxl\:hover\:translate-y-11:hover{
    --tw-translate-y: 2.75rem;
  }

  .xxl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem;
  }

  .xxl\:hover\:translate-y-13:hover{
    --tw-translate-y: 3.375rem;
  }

  .xxl\:hover\:translate-y-14:hover{
    --tw-translate-y: 3.5rem;
  }

  .xxl\:hover\:translate-y-15:hover{
    --tw-translate-y: 3.75rem;
  }

  .xxl\:hover\:translate-y-16:hover{
    --tw-translate-y: 4rem;
  }

  .xxl\:hover\:translate-y-17:hover{
    --tw-translate-y: 4.375rem;
  }

  .xxl\:hover\:translate-y-18:hover{
    --tw-translate-y: 4.5rem;
  }

  .xxl\:hover\:translate-y-19:hover{
    --tw-translate-y: 4.75rem;
  }

  .xxl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem;
  }

  .xxl\:hover\:translate-y-21:hover{
    --tw-translate-y: 5.5rem;
  }

  .xxl\:hover\:translate-y-22:hover{
    --tw-translate-y: 5.625rem;
  }

  .xxl\:hover\:translate-y-23:hover{
    --tw-translate-y: 6.125rem;
  }

  .xxl\:hover\:translate-y-24:hover{
    --tw-translate-y: 6rem;
  }

  .xxl\:hover\:translate-y-25:hover{
    --tw-translate-y: 6.5rem;
  }

  .xxl\:hover\:translate-y-26:hover{
    --tw-translate-y: 6.75rem;
  }

  .xxl\:hover\:translate-y-27:hover{
    --tw-translate-y: 6.25rem;
  }

  .xxl\:hover\:translate-y-28:hover{
    --tw-translate-y: 7rem;
  }

  .xxl\:hover\:translate-y-29:hover{
    --tw-translate-y: 7.5rem;
  }

  .xxl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem;
  }

  .xxl\:hover\:translate-y-34:hover{
    --tw-translate-y: 8.5rem;
  }

  .xxl\:hover\:translate-y-35:hover{
    --tw-translate-y: 8.75rem;
  }

  .xxl\:hover\:translate-y-36:hover{
    --tw-translate-y: 9rem;
  }

  .xxl\:hover\:translate-y-37:hover{
    --tw-translate-y: 9.125rem;
  }

  .xxl\:hover\:translate-y-38:hover{
    --tw-translate-y: 9.5rem;
  }

  .xxl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem;
  }

  .xxl\:hover\:translate-y-41:hover{
    --tw-translate-y: 10.5rem;
  }

  .xxl\:hover\:translate-y-42:hover{
    --tw-translate-y: 10.625rem;
  }

  .xxl\:hover\:translate-y-44:hover{
    --tw-translate-y: 11rem;
  }

  .xxl\:hover\:translate-y-45:hover{
    --tw-translate-y: 11.25rem;
  }

  .xxl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12rem;
  }

  .xxl\:hover\:translate-y-49:hover{
    --tw-translate-y: 12.5rem;
  }

  .xxl\:hover\:translate-y-52:hover{
    --tw-translate-y: 13rem;
  }

  .xxl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem;
  }

  .xxl\:hover\:translate-y-57:hover{
    --tw-translate-y: 14.375rem;
  }

  .xxl\:hover\:translate-y-60:hover{
    --tw-translate-y: 15rem;
  }

  .xxl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem;
  }

  .xxl\:hover\:translate-y-72:hover{
    --tw-translate-y: 18rem;
  }

  .xxl\:hover\:translate-y-80:hover{
    --tw-translate-y: 20rem;
  }

  .xxl\:hover\:translate-y-82:hover{
    --tw-translate-y: 22rem;
  }

  .xxl\:hover\:translate-y-83:hover{
    --tw-translate-y: 23.8125rem;
  }

  .xxl\:hover\:translate-y-96:hover{
    --tw-translate-y: 24rem;
  }

  .xxl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px;
  }

  .xxl\:hover\:translate-y-0\.5:hover{
    --tw-translate-y: 0.125rem;
  }

  .xxl\:hover\:translate-y-1\.5:hover{
    --tw-translate-y: 0.375rem;
  }

  .xxl\:hover\:translate-y-2\.5:hover{
    --tw-translate-y: 0.625rem;
  }

  .xxl\:hover\:translate-y-3\.5:hover{
    --tw-translate-y: 0.875rem;
  }

  .xxl\:hover\:translate-y-4\.5:hover{
    --tw-translate-y: 1.125rem;
  }

  .xxl\:hover\:translate-y-5\.5:hover{
    --tw-translate-y: 1.375rem;
  }

  .xxl\:hover\:translate-y-6\.5:hover{
    --tw-translate-y: 1.625rem;
  }

  .xxl\:hover\:translate-y-7\.5:hover{
    --tw-translate-y: 1.875rem;
  }

  .xxl\:hover\:translate-y-8\.5:hover{
    --tw-translate-y: 2.125rem;
  }

  .xxl\:hover\:translate-y-9\.5:hover{
    --tw-translate-y: 2.375rem;
  }

  .xxl\:hover\:translate-y-10\.5:hover{
    --tw-translate-y: 2.625rem;
  }

  .xxl\:hover\:translate-y-11\.5:hover{
    --tw-translate-y: 2.875rem;
  }

  .xxl\:hover\:translate-y-12\.5:hover{
    --tw-translate-y: 3.125rem;
  }

  .xxl\:hover\:translate-y-13\.5:hover{
    --tw-translate-y: 3.25rem;
  }

  .xxl\:hover\:translate-y-15\.5:hover{
    --tw-translate-y: 3.8rem;
  }

  .xxl\:hover\:translate-y-16\.5:hover{
    --tw-translate-y: 4.125rem;
  }

  .xxl\:hover\:translate-y-17\.5:hover{
    --tw-translate-y: 4.25rem;
  }

  .xxl\:hover\:translate-y-18\.5:hover{
    --tw-translate-y: 4.625rem;
  }

  .xxl\:hover\:translate-y-20\.5:hover{
    --tw-translate-y: 5.25rem;
  }

  .xxl\:hover\:translate-y-21\.5:hover{
    --tw-translate-y: 5.75rem;
  }

  .xxl\:hover\:translate-y-22\.5:hover{
    --tw-translate-y: 5.875rem;
  }

  .xxl\:hover\:translate-y-24\.5:hover{
    --tw-translate-y: 6.8125rem;
  }

  .xxl\:hover\:translate-y-28\.5:hover{
    --tw-translate-y: 7.375rem;
  }

  .xxl\:hover\:translate-y-29\.5:hover{
    --tw-translate-y: 7.75rem;
  }

  .xxl\:hover\:translate-y-32\.5:hover{
    --tw-translate-y: 8.125rem;
  }

  .xxl\:hover\:translate-y-33\.5:hover{
    --tw-translate-y: 8.8125rem;
  }

  .xxl\:hover\:translate-y-42\.5:hover{
    --tw-translate-y: 10.875rem;
  }

  .xxl\:hover\:translate-y-49\.5:hover{
    --tw-translate-y: 12.75rem;
  }

  .xxl\:hover\:translate-y-72\.5:hover{
    --tw-translate-y: 18.25rem;
  }

  .xxl\:hover\:-translate-y-0:hover{
    --tw-translate-y: 0px;
  }

  .xxl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
  }

  .xxl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
  }

  .xxl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem;
  }

  .xxl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem;
  }

  .xxl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem;
  }

  .xxl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem;
  }

  .xxl\:hover\:-translate-y-7:hover{
    --tw-translate-y: -1.75rem;
  }

  .xxl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem;
  }

  .xxl\:hover\:-translate-y-9:hover{
    --tw-translate-y: -2.25rem;
  }

  .xxl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem;
  }

  .xxl\:hover\:-translate-y-11:hover{
    --tw-translate-y: -2.75rem;
  }

  .xxl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem;
  }

  .xxl\:hover\:-translate-y-13:hover{
    --tw-translate-y: -3.375rem;
  }

  .xxl\:hover\:-translate-y-14:hover{
    --tw-translate-y: -3.5rem;
  }

  .xxl\:hover\:-translate-y-15:hover{
    --tw-translate-y: -3.75rem;
  }

  .xxl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -4rem;
  }

  .xxl\:hover\:-translate-y-17:hover{
    --tw-translate-y: -4.375rem;
  }

  .xxl\:hover\:-translate-y-18:hover{
    --tw-translate-y: -4.5rem;
  }

  .xxl\:hover\:-translate-y-19:hover{
    --tw-translate-y: -4.75rem;
  }

  .xxl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem;
  }

  .xxl\:hover\:-translate-y-21:hover{
    --tw-translate-y: -5.5rem;
  }

  .xxl\:hover\:-translate-y-22:hover{
    --tw-translate-y: -5.625rem;
  }

  .xxl\:hover\:-translate-y-23:hover{
    --tw-translate-y: -6.125rem;
  }

  .xxl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -6rem;
  }

  .xxl\:hover\:-translate-y-25:hover{
    --tw-translate-y: -6.5rem;
  }

  .xxl\:hover\:-translate-y-26:hover{
    --tw-translate-y: -6.75rem;
  }

  .xxl\:hover\:-translate-y-27:hover{
    --tw-translate-y: -6.25rem;
  }

  .xxl\:hover\:-translate-y-28:hover{
    --tw-translate-y: -7rem;
  }

  .xxl\:hover\:-translate-y-29:hover{
    --tw-translate-y: -7.5rem;
  }

  .xxl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem;
  }

  .xxl\:hover\:-translate-y-34:hover{
    --tw-translate-y: -8.5rem;
  }

  .xxl\:hover\:-translate-y-35:hover{
    --tw-translate-y: -8.75rem;
  }

  .xxl\:hover\:-translate-y-36:hover{
    --tw-translate-y: -9rem;
  }

  .xxl\:hover\:-translate-y-37:hover{
    --tw-translate-y: -9.125rem;
  }

  .xxl\:hover\:-translate-y-38:hover{
    --tw-translate-y: -9.5rem;
  }

  .xxl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem;
  }

  .xxl\:hover\:-translate-y-41:hover{
    --tw-translate-y: -10.5rem;
  }

  .xxl\:hover\:-translate-y-42:hover{
    --tw-translate-y: -10.625rem;
  }

  .xxl\:hover\:-translate-y-44:hover{
    --tw-translate-y: -11rem;
  }

  .xxl\:hover\:-translate-y-45:hover{
    --tw-translate-y: -11.25rem;
  }

  .xxl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12rem;
  }

  .xxl\:hover\:-translate-y-49:hover{
    --tw-translate-y: -12.5rem;
  }

  .xxl\:hover\:-translate-y-52:hover{
    --tw-translate-y: -13rem;
  }

  .xxl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem;
  }

  .xxl\:hover\:-translate-y-57:hover{
    --tw-translate-y: -14.375rem;
  }

  .xxl\:hover\:-translate-y-60:hover{
    --tw-translate-y: -15rem;
  }

  .xxl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem;
  }

  .xxl\:hover\:-translate-y-72:hover{
    --tw-translate-y: -18rem;
  }

  .xxl\:hover\:-translate-y-80:hover{
    --tw-translate-y: -20rem;
  }

  .xxl\:hover\:-translate-y-82:hover{
    --tw-translate-y: -22rem;
  }

  .xxl\:hover\:-translate-y-83:hover{
    --tw-translate-y: -23.8125rem;
  }

  .xxl\:hover\:-translate-y-96:hover{
    --tw-translate-y: -24rem;
  }

  .xxl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px;
  }

  .xxl\:hover\:-translate-y-0\.5:hover{
    --tw-translate-y: -0.125rem;
  }

  .xxl\:hover\:-translate-y-1\.5:hover{
    --tw-translate-y: -0.375rem;
  }

  .xxl\:hover\:-translate-y-2\.5:hover{
    --tw-translate-y: -0.625rem;
  }

  .xxl\:hover\:-translate-y-3\.5:hover{
    --tw-translate-y: -0.875rem;
  }

  .xxl\:hover\:-translate-y-4\.5:hover{
    --tw-translate-y: -1.125rem;
  }

  .xxl\:hover\:-translate-y-5\.5:hover{
    --tw-translate-y: -1.375rem;
  }

  .xxl\:hover\:-translate-y-6\.5:hover{
    --tw-translate-y: -1.625rem;
  }

  .xxl\:hover\:-translate-y-7\.5:hover{
    --tw-translate-y: -1.875rem;
  }

  .xxl\:hover\:-translate-y-8\.5:hover{
    --tw-translate-y: -2.125rem;
  }

  .xxl\:hover\:-translate-y-9\.5:hover{
    --tw-translate-y: -2.375rem;
  }

  .xxl\:hover\:-translate-y-10\.5:hover{
    --tw-translate-y: -2.625rem;
  }

  .xxl\:hover\:-translate-y-11\.5:hover{
    --tw-translate-y: -2.875rem;
  }

  .xxl\:hover\:-translate-y-12\.5:hover{
    --tw-translate-y: -3.125rem;
  }

  .xxl\:hover\:-translate-y-13\.5:hover{
    --tw-translate-y: -3.25rem;
  }

  .xxl\:hover\:-translate-y-15\.5:hover{
    --tw-translate-y: -3.8rem;
  }

  .xxl\:hover\:-translate-y-16\.5:hover{
    --tw-translate-y: -4.125rem;
  }

  .xxl\:hover\:-translate-y-17\.5:hover{
    --tw-translate-y: -4.25rem;
  }

  .xxl\:hover\:-translate-y-18\.5:hover{
    --tw-translate-y: -4.625rem;
  }

  .xxl\:hover\:-translate-y-20\.5:hover{
    --tw-translate-y: -5.25rem;
  }

  .xxl\:hover\:-translate-y-21\.5:hover{
    --tw-translate-y: -5.75rem;
  }

  .xxl\:hover\:-translate-y-22\.5:hover{
    --tw-translate-y: -5.875rem;
  }

  .xxl\:hover\:-translate-y-24\.5:hover{
    --tw-translate-y: -6.8125rem;
  }

  .xxl\:hover\:-translate-y-28\.5:hover{
    --tw-translate-y: -7.375rem;
  }

  .xxl\:hover\:-translate-y-29\.5:hover{
    --tw-translate-y: -7.75rem;
  }

  .xxl\:hover\:-translate-y-32\.5:hover{
    --tw-translate-y: -8.125rem;
  }

  .xxl\:hover\:-translate-y-33\.5:hover{
    --tw-translate-y: -8.8125rem;
  }

  .xxl\:hover\:-translate-y-42\.5:hover{
    --tw-translate-y: -10.875rem;
  }

  .xxl\:hover\:-translate-y-49\.5:hover{
    --tw-translate-y: -12.75rem;
  }

  .xxl\:hover\:-translate-y-72\.5:hover{
    --tw-translate-y: -18.25rem;
  }

  .xxl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50%;
  }

  .xxl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333%;
  }

  .xxl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667%;
  }

  .xxl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25%;
  }

  .xxl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50%;
  }

  .xxl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75%;
  }

  .xxl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xxl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xxl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333%;
  }

  .xxl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667%;
  }

  .xxl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25%;
  }

  .xxl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50%;
  }

  .xxl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75%;
  }

  .xxl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xxl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xxl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem;
  }

  .xxl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem;
  }

  .xxl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem;
  }

  .xxl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem;
  }

  .xxl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem;
  }

  .xxl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem;
  }

  .xxl\:focus\:translate-x-7:focus{
    --tw-translate-x: 1.75rem;
  }

  .xxl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem;
  }

  .xxl\:focus\:translate-x-9:focus{
    --tw-translate-x: 2.25rem;
  }

  .xxl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem;
  }

  .xxl\:focus\:translate-x-11:focus{
    --tw-translate-x: 2.75rem;
  }

  .xxl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem;
  }

  .xxl\:focus\:translate-x-13:focus{
    --tw-translate-x: 3.375rem;
  }

  .xxl\:focus\:translate-x-14:focus{
    --tw-translate-x: 3.5rem;
  }

  .xxl\:focus\:translate-x-15:focus{
    --tw-translate-x: 3.75rem;
  }

  .xxl\:focus\:translate-x-16:focus{
    --tw-translate-x: 4rem;
  }

  .xxl\:focus\:translate-x-17:focus{
    --tw-translate-x: 4.375rem;
  }

  .xxl\:focus\:translate-x-18:focus{
    --tw-translate-x: 4.5rem;
  }

  .xxl\:focus\:translate-x-19:focus{
    --tw-translate-x: 4.75rem;
  }

  .xxl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem;
  }

  .xxl\:focus\:translate-x-21:focus{
    --tw-translate-x: 5.5rem;
  }

  .xxl\:focus\:translate-x-22:focus{
    --tw-translate-x: 5.625rem;
  }

  .xxl\:focus\:translate-x-23:focus{
    --tw-translate-x: 6.125rem;
  }

  .xxl\:focus\:translate-x-24:focus{
    --tw-translate-x: 6rem;
  }

  .xxl\:focus\:translate-x-25:focus{
    --tw-translate-x: 6.5rem;
  }

  .xxl\:focus\:translate-x-26:focus{
    --tw-translate-x: 6.75rem;
  }

  .xxl\:focus\:translate-x-27:focus{
    --tw-translate-x: 6.25rem;
  }

  .xxl\:focus\:translate-x-28:focus{
    --tw-translate-x: 7rem;
  }

  .xxl\:focus\:translate-x-29:focus{
    --tw-translate-x: 7.5rem;
  }

  .xxl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem;
  }

  .xxl\:focus\:translate-x-34:focus{
    --tw-translate-x: 8.5rem;
  }

  .xxl\:focus\:translate-x-35:focus{
    --tw-translate-x: 8.75rem;
  }

  .xxl\:focus\:translate-x-36:focus{
    --tw-translate-x: 9rem;
  }

  .xxl\:focus\:translate-x-37:focus{
    --tw-translate-x: 9.125rem;
  }

  .xxl\:focus\:translate-x-38:focus{
    --tw-translate-x: 9.5rem;
  }

  .xxl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem;
  }

  .xxl\:focus\:translate-x-41:focus{
    --tw-translate-x: 10.5rem;
  }

  .xxl\:focus\:translate-x-42:focus{
    --tw-translate-x: 10.625rem;
  }

  .xxl\:focus\:translate-x-44:focus{
    --tw-translate-x: 11rem;
  }

  .xxl\:focus\:translate-x-45:focus{
    --tw-translate-x: 11.25rem;
  }

  .xxl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12rem;
  }

  .xxl\:focus\:translate-x-49:focus{
    --tw-translate-x: 12.5rem;
  }

  .xxl\:focus\:translate-x-52:focus{
    --tw-translate-x: 13rem;
  }

  .xxl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem;
  }

  .xxl\:focus\:translate-x-57:focus{
    --tw-translate-x: 14.375rem;
  }

  .xxl\:focus\:translate-x-60:focus{
    --tw-translate-x: 15rem;
  }

  .xxl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem;
  }

  .xxl\:focus\:translate-x-72:focus{
    --tw-translate-x: 18rem;
  }

  .xxl\:focus\:translate-x-80:focus{
    --tw-translate-x: 20rem;
  }

  .xxl\:focus\:translate-x-82:focus{
    --tw-translate-x: 22rem;
  }

  .xxl\:focus\:translate-x-83:focus{
    --tw-translate-x: 23.8125rem;
  }

  .xxl\:focus\:translate-x-96:focus{
    --tw-translate-x: 24rem;
  }

  .xxl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px;
  }

  .xxl\:focus\:translate-x-0\.5:focus{
    --tw-translate-x: 0.125rem;
  }

  .xxl\:focus\:translate-x-1\.5:focus{
    --tw-translate-x: 0.375rem;
  }

  .xxl\:focus\:translate-x-2\.5:focus{
    --tw-translate-x: 0.625rem;
  }

  .xxl\:focus\:translate-x-3\.5:focus{
    --tw-translate-x: 0.875rem;
  }

  .xxl\:focus\:translate-x-4\.5:focus{
    --tw-translate-x: 1.125rem;
  }

  .xxl\:focus\:translate-x-5\.5:focus{
    --tw-translate-x: 1.375rem;
  }

  .xxl\:focus\:translate-x-6\.5:focus{
    --tw-translate-x: 1.625rem;
  }

  .xxl\:focus\:translate-x-7\.5:focus{
    --tw-translate-x: 1.875rem;
  }

  .xxl\:focus\:translate-x-8\.5:focus{
    --tw-translate-x: 2.125rem;
  }

  .xxl\:focus\:translate-x-9\.5:focus{
    --tw-translate-x: 2.375rem;
  }

  .xxl\:focus\:translate-x-10\.5:focus{
    --tw-translate-x: 2.625rem;
  }

  .xxl\:focus\:translate-x-11\.5:focus{
    --tw-translate-x: 2.875rem;
  }

  .xxl\:focus\:translate-x-12\.5:focus{
    --tw-translate-x: 3.125rem;
  }

  .xxl\:focus\:translate-x-13\.5:focus{
    --tw-translate-x: 3.25rem;
  }

  .xxl\:focus\:translate-x-15\.5:focus{
    --tw-translate-x: 3.8rem;
  }

  .xxl\:focus\:translate-x-16\.5:focus{
    --tw-translate-x: 4.125rem;
  }

  .xxl\:focus\:translate-x-17\.5:focus{
    --tw-translate-x: 4.25rem;
  }

  .xxl\:focus\:translate-x-18\.5:focus{
    --tw-translate-x: 4.625rem;
  }

  .xxl\:focus\:translate-x-20\.5:focus{
    --tw-translate-x: 5.25rem;
  }

  .xxl\:focus\:translate-x-21\.5:focus{
    --tw-translate-x: 5.75rem;
  }

  .xxl\:focus\:translate-x-22\.5:focus{
    --tw-translate-x: 5.875rem;
  }

  .xxl\:focus\:translate-x-24\.5:focus{
    --tw-translate-x: 6.8125rem;
  }

  .xxl\:focus\:translate-x-28\.5:focus{
    --tw-translate-x: 7.375rem;
  }

  .xxl\:focus\:translate-x-29\.5:focus{
    --tw-translate-x: 7.75rem;
  }

  .xxl\:focus\:translate-x-32\.5:focus{
    --tw-translate-x: 8.125rem;
  }

  .xxl\:focus\:translate-x-33\.5:focus{
    --tw-translate-x: 8.8125rem;
  }

  .xxl\:focus\:translate-x-42\.5:focus{
    --tw-translate-x: 10.875rem;
  }

  .xxl\:focus\:translate-x-49\.5:focus{
    --tw-translate-x: 12.75rem;
  }

  .xxl\:focus\:translate-x-72\.5:focus{
    --tw-translate-x: 18.25rem;
  }

  .xxl\:focus\:-translate-x-0:focus{
    --tw-translate-x: 0px;
  }

  .xxl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem;
  }

  .xxl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem;
  }

  .xxl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem;
  }

  .xxl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem;
  }

  .xxl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem;
  }

  .xxl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem;
  }

  .xxl\:focus\:-translate-x-7:focus{
    --tw-translate-x: -1.75rem;
  }

  .xxl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem;
  }

  .xxl\:focus\:-translate-x-9:focus{
    --tw-translate-x: -2.25rem;
  }

  .xxl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem;
  }

  .xxl\:focus\:-translate-x-11:focus{
    --tw-translate-x: -2.75rem;
  }

  .xxl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem;
  }

  .xxl\:focus\:-translate-x-13:focus{
    --tw-translate-x: -3.375rem;
  }

  .xxl\:focus\:-translate-x-14:focus{
    --tw-translate-x: -3.5rem;
  }

  .xxl\:focus\:-translate-x-15:focus{
    --tw-translate-x: -3.75rem;
  }

  .xxl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -4rem;
  }

  .xxl\:focus\:-translate-x-17:focus{
    --tw-translate-x: -4.375rem;
  }

  .xxl\:focus\:-translate-x-18:focus{
    --tw-translate-x: -4.5rem;
  }

  .xxl\:focus\:-translate-x-19:focus{
    --tw-translate-x: -4.75rem;
  }

  .xxl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem;
  }

  .xxl\:focus\:-translate-x-21:focus{
    --tw-translate-x: -5.5rem;
  }

  .xxl\:focus\:-translate-x-22:focus{
    --tw-translate-x: -5.625rem;
  }

  .xxl\:focus\:-translate-x-23:focus{
    --tw-translate-x: -6.125rem;
  }

  .xxl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -6rem;
  }

  .xxl\:focus\:-translate-x-25:focus{
    --tw-translate-x: -6.5rem;
  }

  .xxl\:focus\:-translate-x-26:focus{
    --tw-translate-x: -6.75rem;
  }

  .xxl\:focus\:-translate-x-27:focus{
    --tw-translate-x: -6.25rem;
  }

  .xxl\:focus\:-translate-x-28:focus{
    --tw-translate-x: -7rem;
  }

  .xxl\:focus\:-translate-x-29:focus{
    --tw-translate-x: -7.5rem;
  }

  .xxl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem;
  }

  .xxl\:focus\:-translate-x-34:focus{
    --tw-translate-x: -8.5rem;
  }

  .xxl\:focus\:-translate-x-35:focus{
    --tw-translate-x: -8.75rem;
  }

  .xxl\:focus\:-translate-x-36:focus{
    --tw-translate-x: -9rem;
  }

  .xxl\:focus\:-translate-x-37:focus{
    --tw-translate-x: -9.125rem;
  }

  .xxl\:focus\:-translate-x-38:focus{
    --tw-translate-x: -9.5rem;
  }

  .xxl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem;
  }

  .xxl\:focus\:-translate-x-41:focus{
    --tw-translate-x: -10.5rem;
  }

  .xxl\:focus\:-translate-x-42:focus{
    --tw-translate-x: -10.625rem;
  }

  .xxl\:focus\:-translate-x-44:focus{
    --tw-translate-x: -11rem;
  }

  .xxl\:focus\:-translate-x-45:focus{
    --tw-translate-x: -11.25rem;
  }

  .xxl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12rem;
  }

  .xxl\:focus\:-translate-x-49:focus{
    --tw-translate-x: -12.5rem;
  }

  .xxl\:focus\:-translate-x-52:focus{
    --tw-translate-x: -13rem;
  }

  .xxl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem;
  }

  .xxl\:focus\:-translate-x-57:focus{
    --tw-translate-x: -14.375rem;
  }

  .xxl\:focus\:-translate-x-60:focus{
    --tw-translate-x: -15rem;
  }

  .xxl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem;
  }

  .xxl\:focus\:-translate-x-72:focus{
    --tw-translate-x: -18rem;
  }

  .xxl\:focus\:-translate-x-80:focus{
    --tw-translate-x: -20rem;
  }

  .xxl\:focus\:-translate-x-82:focus{
    --tw-translate-x: -22rem;
  }

  .xxl\:focus\:-translate-x-83:focus{
    --tw-translate-x: -23.8125rem;
  }

  .xxl\:focus\:-translate-x-96:focus{
    --tw-translate-x: -24rem;
  }

  .xxl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px;
  }

  .xxl\:focus\:-translate-x-0\.5:focus{
    --tw-translate-x: -0.125rem;
  }

  .xxl\:focus\:-translate-x-1\.5:focus{
    --tw-translate-x: -0.375rem;
  }

  .xxl\:focus\:-translate-x-2\.5:focus{
    --tw-translate-x: -0.625rem;
  }

  .xxl\:focus\:-translate-x-3\.5:focus{
    --tw-translate-x: -0.875rem;
  }

  .xxl\:focus\:-translate-x-4\.5:focus{
    --tw-translate-x: -1.125rem;
  }

  .xxl\:focus\:-translate-x-5\.5:focus{
    --tw-translate-x: -1.375rem;
  }

  .xxl\:focus\:-translate-x-6\.5:focus{
    --tw-translate-x: -1.625rem;
  }

  .xxl\:focus\:-translate-x-7\.5:focus{
    --tw-translate-x: -1.875rem;
  }

  .xxl\:focus\:-translate-x-8\.5:focus{
    --tw-translate-x: -2.125rem;
  }

  .xxl\:focus\:-translate-x-9\.5:focus{
    --tw-translate-x: -2.375rem;
  }

  .xxl\:focus\:-translate-x-10\.5:focus{
    --tw-translate-x: -2.625rem;
  }

  .xxl\:focus\:-translate-x-11\.5:focus{
    --tw-translate-x: -2.875rem;
  }

  .xxl\:focus\:-translate-x-12\.5:focus{
    --tw-translate-x: -3.125rem;
  }

  .xxl\:focus\:-translate-x-13\.5:focus{
    --tw-translate-x: -3.25rem;
  }

  .xxl\:focus\:-translate-x-15\.5:focus{
    --tw-translate-x: -3.8rem;
  }

  .xxl\:focus\:-translate-x-16\.5:focus{
    --tw-translate-x: -4.125rem;
  }

  .xxl\:focus\:-translate-x-17\.5:focus{
    --tw-translate-x: -4.25rem;
  }

  .xxl\:focus\:-translate-x-18\.5:focus{
    --tw-translate-x: -4.625rem;
  }

  .xxl\:focus\:-translate-x-20\.5:focus{
    --tw-translate-x: -5.25rem;
  }

  .xxl\:focus\:-translate-x-21\.5:focus{
    --tw-translate-x: -5.75rem;
  }

  .xxl\:focus\:-translate-x-22\.5:focus{
    --tw-translate-x: -5.875rem;
  }

  .xxl\:focus\:-translate-x-24\.5:focus{
    --tw-translate-x: -6.8125rem;
  }

  .xxl\:focus\:-translate-x-28\.5:focus{
    --tw-translate-x: -7.375rem;
  }

  .xxl\:focus\:-translate-x-29\.5:focus{
    --tw-translate-x: -7.75rem;
  }

  .xxl\:focus\:-translate-x-32\.5:focus{
    --tw-translate-x: -8.125rem;
  }

  .xxl\:focus\:-translate-x-33\.5:focus{
    --tw-translate-x: -8.8125rem;
  }

  .xxl\:focus\:-translate-x-42\.5:focus{
    --tw-translate-x: -10.875rem;
  }

  .xxl\:focus\:-translate-x-49\.5:focus{
    --tw-translate-x: -12.75rem;
  }

  .xxl\:focus\:-translate-x-72\.5:focus{
    --tw-translate-x: -18.25rem;
  }

  .xxl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50%;
  }

  .xxl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333%;
  }

  .xxl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667%;
  }

  .xxl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25%;
  }

  .xxl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50%;
  }

  .xxl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75%;
  }

  .xxl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xxl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xxl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333%;
  }

  .xxl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667%;
  }

  .xxl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25%;
  }

  .xxl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50%;
  }

  .xxl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75%;
  }

  .xxl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xxl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xxl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem;
  }

  .xxl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem;
  }

  .xxl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem;
  }

  .xxl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem;
  }

  .xxl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem;
  }

  .xxl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem;
  }

  .xxl\:focus\:translate-y-7:focus{
    --tw-translate-y: 1.75rem;
  }

  .xxl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem;
  }

  .xxl\:focus\:translate-y-9:focus{
    --tw-translate-y: 2.25rem;
  }

  .xxl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem;
  }

  .xxl\:focus\:translate-y-11:focus{
    --tw-translate-y: 2.75rem;
  }

  .xxl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem;
  }

  .xxl\:focus\:translate-y-13:focus{
    --tw-translate-y: 3.375rem;
  }

  .xxl\:focus\:translate-y-14:focus{
    --tw-translate-y: 3.5rem;
  }

  .xxl\:focus\:translate-y-15:focus{
    --tw-translate-y: 3.75rem;
  }

  .xxl\:focus\:translate-y-16:focus{
    --tw-translate-y: 4rem;
  }

  .xxl\:focus\:translate-y-17:focus{
    --tw-translate-y: 4.375rem;
  }

  .xxl\:focus\:translate-y-18:focus{
    --tw-translate-y: 4.5rem;
  }

  .xxl\:focus\:translate-y-19:focus{
    --tw-translate-y: 4.75rem;
  }

  .xxl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem;
  }

  .xxl\:focus\:translate-y-21:focus{
    --tw-translate-y: 5.5rem;
  }

  .xxl\:focus\:translate-y-22:focus{
    --tw-translate-y: 5.625rem;
  }

  .xxl\:focus\:translate-y-23:focus{
    --tw-translate-y: 6.125rem;
  }

  .xxl\:focus\:translate-y-24:focus{
    --tw-translate-y: 6rem;
  }

  .xxl\:focus\:translate-y-25:focus{
    --tw-translate-y: 6.5rem;
  }

  .xxl\:focus\:translate-y-26:focus{
    --tw-translate-y: 6.75rem;
  }

  .xxl\:focus\:translate-y-27:focus{
    --tw-translate-y: 6.25rem;
  }

  .xxl\:focus\:translate-y-28:focus{
    --tw-translate-y: 7rem;
  }

  .xxl\:focus\:translate-y-29:focus{
    --tw-translate-y: 7.5rem;
  }

  .xxl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem;
  }

  .xxl\:focus\:translate-y-34:focus{
    --tw-translate-y: 8.5rem;
  }

  .xxl\:focus\:translate-y-35:focus{
    --tw-translate-y: 8.75rem;
  }

  .xxl\:focus\:translate-y-36:focus{
    --tw-translate-y: 9rem;
  }

  .xxl\:focus\:translate-y-37:focus{
    --tw-translate-y: 9.125rem;
  }

  .xxl\:focus\:translate-y-38:focus{
    --tw-translate-y: 9.5rem;
  }

  .xxl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem;
  }

  .xxl\:focus\:translate-y-41:focus{
    --tw-translate-y: 10.5rem;
  }

  .xxl\:focus\:translate-y-42:focus{
    --tw-translate-y: 10.625rem;
  }

  .xxl\:focus\:translate-y-44:focus{
    --tw-translate-y: 11rem;
  }

  .xxl\:focus\:translate-y-45:focus{
    --tw-translate-y: 11.25rem;
  }

  .xxl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12rem;
  }

  .xxl\:focus\:translate-y-49:focus{
    --tw-translate-y: 12.5rem;
  }

  .xxl\:focus\:translate-y-52:focus{
    --tw-translate-y: 13rem;
  }

  .xxl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem;
  }

  .xxl\:focus\:translate-y-57:focus{
    --tw-translate-y: 14.375rem;
  }

  .xxl\:focus\:translate-y-60:focus{
    --tw-translate-y: 15rem;
  }

  .xxl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem;
  }

  .xxl\:focus\:translate-y-72:focus{
    --tw-translate-y: 18rem;
  }

  .xxl\:focus\:translate-y-80:focus{
    --tw-translate-y: 20rem;
  }

  .xxl\:focus\:translate-y-82:focus{
    --tw-translate-y: 22rem;
  }

  .xxl\:focus\:translate-y-83:focus{
    --tw-translate-y: 23.8125rem;
  }

  .xxl\:focus\:translate-y-96:focus{
    --tw-translate-y: 24rem;
  }

  .xxl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px;
  }

  .xxl\:focus\:translate-y-0\.5:focus{
    --tw-translate-y: 0.125rem;
  }

  .xxl\:focus\:translate-y-1\.5:focus{
    --tw-translate-y: 0.375rem;
  }

  .xxl\:focus\:translate-y-2\.5:focus{
    --tw-translate-y: 0.625rem;
  }

  .xxl\:focus\:translate-y-3\.5:focus{
    --tw-translate-y: 0.875rem;
  }

  .xxl\:focus\:translate-y-4\.5:focus{
    --tw-translate-y: 1.125rem;
  }

  .xxl\:focus\:translate-y-5\.5:focus{
    --tw-translate-y: 1.375rem;
  }

  .xxl\:focus\:translate-y-6\.5:focus{
    --tw-translate-y: 1.625rem;
  }

  .xxl\:focus\:translate-y-7\.5:focus{
    --tw-translate-y: 1.875rem;
  }

  .xxl\:focus\:translate-y-8\.5:focus{
    --tw-translate-y: 2.125rem;
  }

  .xxl\:focus\:translate-y-9\.5:focus{
    --tw-translate-y: 2.375rem;
  }

  .xxl\:focus\:translate-y-10\.5:focus{
    --tw-translate-y: 2.625rem;
  }

  .xxl\:focus\:translate-y-11\.5:focus{
    --tw-translate-y: 2.875rem;
  }

  .xxl\:focus\:translate-y-12\.5:focus{
    --tw-translate-y: 3.125rem;
  }

  .xxl\:focus\:translate-y-13\.5:focus{
    --tw-translate-y: 3.25rem;
  }

  .xxl\:focus\:translate-y-15\.5:focus{
    --tw-translate-y: 3.8rem;
  }

  .xxl\:focus\:translate-y-16\.5:focus{
    --tw-translate-y: 4.125rem;
  }

  .xxl\:focus\:translate-y-17\.5:focus{
    --tw-translate-y: 4.25rem;
  }

  .xxl\:focus\:translate-y-18\.5:focus{
    --tw-translate-y: 4.625rem;
  }

  .xxl\:focus\:translate-y-20\.5:focus{
    --tw-translate-y: 5.25rem;
  }

  .xxl\:focus\:translate-y-21\.5:focus{
    --tw-translate-y: 5.75rem;
  }

  .xxl\:focus\:translate-y-22\.5:focus{
    --tw-translate-y: 5.875rem;
  }

  .xxl\:focus\:translate-y-24\.5:focus{
    --tw-translate-y: 6.8125rem;
  }

  .xxl\:focus\:translate-y-28\.5:focus{
    --tw-translate-y: 7.375rem;
  }

  .xxl\:focus\:translate-y-29\.5:focus{
    --tw-translate-y: 7.75rem;
  }

  .xxl\:focus\:translate-y-32\.5:focus{
    --tw-translate-y: 8.125rem;
  }

  .xxl\:focus\:translate-y-33\.5:focus{
    --tw-translate-y: 8.8125rem;
  }

  .xxl\:focus\:translate-y-42\.5:focus{
    --tw-translate-y: 10.875rem;
  }

  .xxl\:focus\:translate-y-49\.5:focus{
    --tw-translate-y: 12.75rem;
  }

  .xxl\:focus\:translate-y-72\.5:focus{
    --tw-translate-y: 18.25rem;
  }

  .xxl\:focus\:-translate-y-0:focus{
    --tw-translate-y: 0px;
  }

  .xxl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem;
  }

  .xxl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem;
  }

  .xxl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem;
  }

  .xxl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem;
  }

  .xxl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem;
  }

  .xxl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem;
  }

  .xxl\:focus\:-translate-y-7:focus{
    --tw-translate-y: -1.75rem;
  }

  .xxl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem;
  }

  .xxl\:focus\:-translate-y-9:focus{
    --tw-translate-y: -2.25rem;
  }

  .xxl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem;
  }

  .xxl\:focus\:-translate-y-11:focus{
    --tw-translate-y: -2.75rem;
  }

  .xxl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem;
  }

  .xxl\:focus\:-translate-y-13:focus{
    --tw-translate-y: -3.375rem;
  }

  .xxl\:focus\:-translate-y-14:focus{
    --tw-translate-y: -3.5rem;
  }

  .xxl\:focus\:-translate-y-15:focus{
    --tw-translate-y: -3.75rem;
  }

  .xxl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -4rem;
  }

  .xxl\:focus\:-translate-y-17:focus{
    --tw-translate-y: -4.375rem;
  }

  .xxl\:focus\:-translate-y-18:focus{
    --tw-translate-y: -4.5rem;
  }

  .xxl\:focus\:-translate-y-19:focus{
    --tw-translate-y: -4.75rem;
  }

  .xxl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem;
  }

  .xxl\:focus\:-translate-y-21:focus{
    --tw-translate-y: -5.5rem;
  }

  .xxl\:focus\:-translate-y-22:focus{
    --tw-translate-y: -5.625rem;
  }

  .xxl\:focus\:-translate-y-23:focus{
    --tw-translate-y: -6.125rem;
  }

  .xxl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -6rem;
  }

  .xxl\:focus\:-translate-y-25:focus{
    --tw-translate-y: -6.5rem;
  }

  .xxl\:focus\:-translate-y-26:focus{
    --tw-translate-y: -6.75rem;
  }

  .xxl\:focus\:-translate-y-27:focus{
    --tw-translate-y: -6.25rem;
  }

  .xxl\:focus\:-translate-y-28:focus{
    --tw-translate-y: -7rem;
  }

  .xxl\:focus\:-translate-y-29:focus{
    --tw-translate-y: -7.5rem;
  }

  .xxl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem;
  }

  .xxl\:focus\:-translate-y-34:focus{
    --tw-translate-y: -8.5rem;
  }

  .xxl\:focus\:-translate-y-35:focus{
    --tw-translate-y: -8.75rem;
  }

  .xxl\:focus\:-translate-y-36:focus{
    --tw-translate-y: -9rem;
  }

  .xxl\:focus\:-translate-y-37:focus{
    --tw-translate-y: -9.125rem;
  }

  .xxl\:focus\:-translate-y-38:focus{
    --tw-translate-y: -9.5rem;
  }

  .xxl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem;
  }

  .xxl\:focus\:-translate-y-41:focus{
    --tw-translate-y: -10.5rem;
  }

  .xxl\:focus\:-translate-y-42:focus{
    --tw-translate-y: -10.625rem;
  }

  .xxl\:focus\:-translate-y-44:focus{
    --tw-translate-y: -11rem;
  }

  .xxl\:focus\:-translate-y-45:focus{
    --tw-translate-y: -11.25rem;
  }

  .xxl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12rem;
  }

  .xxl\:focus\:-translate-y-49:focus{
    --tw-translate-y: -12.5rem;
  }

  .xxl\:focus\:-translate-y-52:focus{
    --tw-translate-y: -13rem;
  }

  .xxl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem;
  }

  .xxl\:focus\:-translate-y-57:focus{
    --tw-translate-y: -14.375rem;
  }

  .xxl\:focus\:-translate-y-60:focus{
    --tw-translate-y: -15rem;
  }

  .xxl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem;
  }

  .xxl\:focus\:-translate-y-72:focus{
    --tw-translate-y: -18rem;
  }

  .xxl\:focus\:-translate-y-80:focus{
    --tw-translate-y: -20rem;
  }

  .xxl\:focus\:-translate-y-82:focus{
    --tw-translate-y: -22rem;
  }

  .xxl\:focus\:-translate-y-83:focus{
    --tw-translate-y: -23.8125rem;
  }

  .xxl\:focus\:-translate-y-96:focus{
    --tw-translate-y: -24rem;
  }

  .xxl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px;
  }

  .xxl\:focus\:-translate-y-0\.5:focus{
    --tw-translate-y: -0.125rem;
  }

  .xxl\:focus\:-translate-y-1\.5:focus{
    --tw-translate-y: -0.375rem;
  }

  .xxl\:focus\:-translate-y-2\.5:focus{
    --tw-translate-y: -0.625rem;
  }

  .xxl\:focus\:-translate-y-3\.5:focus{
    --tw-translate-y: -0.875rem;
  }

  .xxl\:focus\:-translate-y-4\.5:focus{
    --tw-translate-y: -1.125rem;
  }

  .xxl\:focus\:-translate-y-5\.5:focus{
    --tw-translate-y: -1.375rem;
  }

  .xxl\:focus\:-translate-y-6\.5:focus{
    --tw-translate-y: -1.625rem;
  }

  .xxl\:focus\:-translate-y-7\.5:focus{
    --tw-translate-y: -1.875rem;
  }

  .xxl\:focus\:-translate-y-8\.5:focus{
    --tw-translate-y: -2.125rem;
  }

  .xxl\:focus\:-translate-y-9\.5:focus{
    --tw-translate-y: -2.375rem;
  }

  .xxl\:focus\:-translate-y-10\.5:focus{
    --tw-translate-y: -2.625rem;
  }

  .xxl\:focus\:-translate-y-11\.5:focus{
    --tw-translate-y: -2.875rem;
  }

  .xxl\:focus\:-translate-y-12\.5:focus{
    --tw-translate-y: -3.125rem;
  }

  .xxl\:focus\:-translate-y-13\.5:focus{
    --tw-translate-y: -3.25rem;
  }

  .xxl\:focus\:-translate-y-15\.5:focus{
    --tw-translate-y: -3.8rem;
  }

  .xxl\:focus\:-translate-y-16\.5:focus{
    --tw-translate-y: -4.125rem;
  }

  .xxl\:focus\:-translate-y-17\.5:focus{
    --tw-translate-y: -4.25rem;
  }

  .xxl\:focus\:-translate-y-18\.5:focus{
    --tw-translate-y: -4.625rem;
  }

  .xxl\:focus\:-translate-y-20\.5:focus{
    --tw-translate-y: -5.25rem;
  }

  .xxl\:focus\:-translate-y-21\.5:focus{
    --tw-translate-y: -5.75rem;
  }

  .xxl\:focus\:-translate-y-22\.5:focus{
    --tw-translate-y: -5.875rem;
  }

  .xxl\:focus\:-translate-y-24\.5:focus{
    --tw-translate-y: -6.8125rem;
  }

  .xxl\:focus\:-translate-y-28\.5:focus{
    --tw-translate-y: -7.375rem;
  }

  .xxl\:focus\:-translate-y-29\.5:focus{
    --tw-translate-y: -7.75rem;
  }

  .xxl\:focus\:-translate-y-32\.5:focus{
    --tw-translate-y: -8.125rem;
  }

  .xxl\:focus\:-translate-y-33\.5:focus{
    --tw-translate-y: -8.8125rem;
  }

  .xxl\:focus\:-translate-y-42\.5:focus{
    --tw-translate-y: -10.875rem;
  }

  .xxl\:focus\:-translate-y-49\.5:focus{
    --tw-translate-y: -12.75rem;
  }

  .xxl\:focus\:-translate-y-72\.5:focus{
    --tw-translate-y: -18.25rem;
  }

  .xxl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50%;
  }

  .xxl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333%;
  }

  .xxl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667%;
  }

  .xxl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25%;
  }

  .xxl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50%;
  }

  .xxl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75%;
  }

  .xxl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xxl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xxl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333%;
  }

  .xxl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667%;
  }

  .xxl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25%;
  }

  .xxl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50%;
  }

  .xxl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75%;
  }

  .xxl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xxl\:skew-x-0{
    --tw-skew-x: 0deg;
  }

  .xxl\:skew-x-1{
    --tw-skew-x: 1deg;
  }

  .xxl\:skew-x-2{
    --tw-skew-x: 2deg;
  }

  .xxl\:skew-x-3{
    --tw-skew-x: 3deg;
  }

  .xxl\:skew-x-6{
    --tw-skew-x: 6deg;
  }

  .xxl\:skew-x-12{
    --tw-skew-x: 12deg;
  }

  .xxl\:-skew-x-12{
    --tw-skew-x: -12deg;
  }

  .xxl\:-skew-x-6{
    --tw-skew-x: -6deg;
  }

  .xxl\:-skew-x-3{
    --tw-skew-x: -3deg;
  }

  .xxl\:-skew-x-2{
    --tw-skew-x: -2deg;
  }

  .xxl\:-skew-x-1{
    --tw-skew-x: -1deg;
  }

  .xxl\:skew-y-0{
    --tw-skew-y: 0deg;
  }

  .xxl\:skew-y-1{
    --tw-skew-y: 1deg;
  }

  .xxl\:skew-y-2{
    --tw-skew-y: 2deg;
  }

  .xxl\:skew-y-3{
    --tw-skew-y: 3deg;
  }

  .xxl\:skew-y-6{
    --tw-skew-y: 6deg;
  }

  .xxl\:skew-y-12{
    --tw-skew-y: 12deg;
  }

  .xxl\:-skew-y-12{
    --tw-skew-y: -12deg;
  }

  .xxl\:-skew-y-6{
    --tw-skew-y: -6deg;
  }

  .xxl\:-skew-y-3{
    --tw-skew-y: -3deg;
  }

  .xxl\:-skew-y-2{
    --tw-skew-y: -2deg;
  }

  .xxl\:-skew-y-1{
    --tw-skew-y: -1deg;
  }

  .xxl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg;
  }

  .xxl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg;
  }

  .xxl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg;
  }

  .xxl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg;
  }

  .xxl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg;
  }

  .xxl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg;
  }

  .xxl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg;
  }

  .xxl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg;
  }

  .xxl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg;
  }

  .xxl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg;
  }

  .xxl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg;
  }

  .xxl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg;
  }

  .xxl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg;
  }

  .xxl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg;
  }

  .xxl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg;
  }

  .xxl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg;
  }

  .xxl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg;
  }

  .xxl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg;
  }

  .xxl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg;
  }

  .xxl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg;
  }

  .xxl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg;
  }

  .xxl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg;
  }

  .xxl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg;
  }

  .xxl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg;
  }

  .xxl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg;
  }

  .xxl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg;
  }

  .xxl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg;
  }

  .xxl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg;
  }

  .xxl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg;
  }

  .xxl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg;
  }

  .xxl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg;
  }

  .xxl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg;
  }

  .xxl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg;
  }

  .xxl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg;
  }

  .xxl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg;
  }

  .xxl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg;
  }

  .xxl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg;
  }

  .xxl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg;
  }

  .xxl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg;
  }

  .xxl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg;
  }

  .xxl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg;
  }

  .xxl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg;
  }

  .xxl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg;
  }

  .xxl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg;
  }

  .xxl\:transition-none{
    transition-property: none;
  }

  .xxl\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxl\:transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxl\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxl\:transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxl\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xxl\:ease-linear{
    transition-timing-function: linear;
  }

  .xxl\:ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xxl\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xxl\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xxl\:duration-75{
    transition-duration: 75ms;
  }

  .xxl\:duration-100{
    transition-duration: 100ms;
  }

  .xxl\:duration-150{
    transition-duration: 150ms;
  }

  .xxl\:duration-200{
    transition-duration: 200ms;
  }

  .xxl\:duration-300{
    transition-duration: 300ms;
  }

  .xxl\:duration-500{
    transition-duration: 500ms;
  }

  .xxl\:duration-700{
    transition-duration: 700ms;
  }

  .xxl\:duration-1000{
    transition-duration: 1000ms;
  }

  .xxl\:delay-75{
    transition-delay: 75ms;
  }

  .xxl\:delay-100{
    transition-delay: 100ms;
  }

  .xxl\:delay-150{
    transition-delay: 150ms;
  }

  .xxl\:delay-200{
    transition-delay: 200ms;
  }

  .xxl\:delay-300{
    transition-delay: 300ms;
  }

  .xxl\:delay-500{
    transition-delay: 500ms;
  }

  .xxl\:delay-700{
    transition-delay: 700ms;
  }

  .xxl\:delay-1000{
    transition-delay: 1000ms;
  }

  .xxl\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .xxl\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xxl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xxl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xxl\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }
}
